body{
    font-size: 14px;
    line-height: 25px;
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    color: #333333;
}
#vnt-wrapper{
    width: 100%;
}
#vnt-container{
    width: 100%;
    /* min-width:  1200px; */
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
.wrapper{
    max-width:  1170px;
    margin: 0 auto;
    padding: 0 10px;
}
a{
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    -webkit-transition:color 0.7s ease;
    -moz-transition:color 0.7s ease;
    -o-transition:color 0.7s ease;
    transition:color 0.7s ease;
}
a:hover{
    color:#ed1b24;
}
a:focus,
a:active{
    outline: none;
    text-decoration: none;
}
/*==BEGIN: HEADER==*/
#vnt-header{
    width: 100%;
    position: relative;
    /* min-height: 73px; */
}
.vnt-banner{
    width: 100%;
    position: relative;
    z-index: 99;
}
.vnt-banner .page-banner img{
    width: 100%;
}
.vnt-banner .item{
    width: 100%;
    position: relative;
}
.vnt-banner .item .img{
    width: 100%;    
    cursor: none;
}
.vnt-banner .item .img img{
    width: 100%;
   /* position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform:translate(-50%,-50%) rotate(0deg) scale(1);
    -moz-transform:translate(-50%,-50%) rotate(0deg) scale(1);
    -o-transform:translate(-50%,-50%) rotate(0deg) scale(1);
    -ms-transform:translate(-50%,-50%) rotate(0deg) scale(1);
    transform:translate(-50%,-50%) rotate(0deg) scale(1);

     -webkit-transition: all 12000ms cubic-bezier(0.44, 0.185, 0.575, 0.86) 0s;
    -moz-transition: all 12000ms cubic-bezier(0.44, 0.185, 0.575, 0.86) 0s;
    -o-transition: all 12000ms cubic-bezier(0.44, 0.185, 0.575, 0.86) 0s;
    transition: all 12000ms cubic-bezier(0.44, 0.185, 0.575, 0.86) 0s; */
}
.vnt-banner .active .item.slick-active .img img{
   /* -webkit-transform:translate(-50%,-50%) rotate(0.01deg) scale(1.15);
    -moz-transform:translate(-50%,-50%) rotate(0.01deg) scale(1.15);
    -o-transform:translate(-50%,-50%) rotate(0.01deg) scale(1.15);
    -ms-transform:translate(-50%,-50%) rotate(0.01deg) scale(1.15);
    transform:translate(-50%,-50%) rotate(0.01deg) scale(1.15);*/
}
.vnt-banner .slick-dots{
    bottom: 18px;
    padding-left: 18px;
    width: auto;
}
.vnt-banner .slick-dots li{
    width: auto;
    height: auto;
}
.vnt-banner .slick-dots li button{
    width: auto;
    height: auto;
    font-size: 22px;
    line-height: 22px;
    color: rgba(255,255,255,0.5);
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
    transition:all 0.7s ease;
    padding: 0;
}
.vnt-banner .slick-dots li.slick-active button{
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
}
.vnt-banner .slick-dots li button:before{
    content: '';
}
.vnt-banner .vnt-cursor{
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    pointer-events: none;
    width: 33px;
    height: 54px;
    margin-top: -16px;
    margin-left: -27px;
}
.vnt-banner .vnt-cursor.isVisible{
    display: block;
}
.vnt-cursor .cursorIcon {
    width: 33px;
    height: 54px;
    pointer-events: none;
    background-image: url(../images/main/cursor-left.png);
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}
.vnt-cursor.right .cursorIcon{
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.vnt-banner .item .i-description{
    position: absolute;
    width: 100%;
    background: transparent;
    left:30px;
    bottom: 80px;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
.vnt-banner .desc_car{
    position: absolute;
    width: 100%;
    background: transparent;
    left:0;
    top:150px;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
.vnt-banner .item .i-description .wrapper-caption2,
.vnt-banner .item .i-description .wrapper-caption{
    
    position: relative;
    opacity: 0;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
}
.vnt-banner .active .item.slick-active .i-description .wrapper-caption2,
.vnt-banner .active .item.slick-active .i-description .wrapper-caption{
    opacity: 1;
    -webkit-transition:all 1s ease 1.2s;
    -moz-transition:all 1s ease 1.2s;
    -o-transition:all 1s ease 1.2s;
    transition:all 1s ease 1.2s;
}
.vnt-banner .desc_car .wrapper-caption2,
.vnt-banner .item .i-description .wrapper-caption2{
    width: 370px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-top: 10px solid #337ab7;
    color: #ffffff;
}
.vnt-banner .desc_car .wrapper-caption2 .wrap_title,
.vnt-banner .item .i-description .wrapper-caption2 .wrap_title{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.vnt-banner .desc_car .wrapper-caption2 .wrap_title .div_title,
.vnt-banner .item .i-description .wrapper-caption2 .wrap_title .div_title{
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.vnt-banner .desc_car .wrapper-caption2 .wrap_title .div_slogan,
.vnt-banner .item .i-description .wrapper-caption2 .wrap_title .div_slogan{
    font-size: 16px;
    line-height: 25px;
    color: #bbbbbb;
}
.vnt-banner .desc_car .wrapper-caption2 .wrap_content,
.vnt-banner .item .i-description .wrapper-caption2 .wrap_content{
    margin-bottom: 10px;
    margin-top: 20px;
}
.vnt-banner .desc_car .wrapper-caption2 .wrap_content .text-1,
.vnt-banner .item .i-description .wrapper-caption2 .wrap_content .text-1{
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}
.vnt-banner .desc_car .wrapper-caption2 .wrap_content .text-price,
.vnt-banner .item .i-description .wrapper-caption2 .wrap_content .text-price{
    font-size: 25px;
    line-height: 30px;
}
.vnt-banner .desc_car .wrapper-caption2 .text_vat,
.vnt-banner .item .i-description .wrapper-caption2 .text_vat{
    color: #bbbbbb;
    font-style: italic;
}
.vnt-banner .item .i-description .title{
    font-size: 70px;
    line-height: 80px;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.vnt-banner .item .i-description .status{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.vnt-banner .item .i-description .captinLink a{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 40px 10px 20px;
    color: #666666;
    background-color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    z-index: 1;
    -webkit-pointer-events: auto;
    -moz-pointer-events: auto;
    pointer-events: auto;
}
.vnt-banner .item .i-description .captinLink a:before{
    width: 0;
    height: 100%;
    top:0;
    left:0;
    position: absolute;
    content:"";
    background-color:#666666;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.vnt-banner .item .i-description .captinLink a:after{
    position: absolute;
    width: 40px;
    height: 100%;
    font-family:"fontawesome";
    content:"\f105";
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    color: inherit;
    top:0;
    right:0;
    padding-left: 15px;
}
.vnt-banner .item .i-description .captinLink a:hover:before{
    width: 100%;
}
.vnt-banner .item .i-description .captinLink a span{
    position: relative;
    z-index: 10;
    color: inherit;
}
.vnt-banner .item .i-description .captinLink a:hover{
    color: #ffffff;
}
.vnt-banner .icon_scroll{
    position: absolute;
    bottom: 0;
    left: 50%;
    background: url("../images/icon-scroll.png") no-repeat 0 0;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    animation: bounce1 2s infinite;
    -webkit-animation: bounce1 2s infinite;
    -moz-animation: bounce1 2s infinite;
    -o-animation: bounce1 2s infinite;
    cursor: pointer;
}
@-webkit-keyframes bounce1 {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-5px);}
}

@-moz-keyframes bounce1 {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-5px);}
}

@-o-keyframes bounce1 {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-5px);}
}
@keyframes bounce1 {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-5px);}
}

#vnt-header-menu{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
#vnt-header-menu > .wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#vnt-header-menu .logo_slogan{
    height: 73px;
    position: relative;
    width: 300px;
    background-color: #ffffff;
    float: left;
    padding-top: 12px;
}
#vnt-header-menu .logo_slogan:after{
    position: absolute;
    content: '';
    top: 0;
    right: 100%;
    height: 100%;
    width: 1000px;
    background-color: #ffffff;
}
#vnt-header-menu .logo_slogan .vnt-logo{
    float: left;
    width: 80px;
}
#vnt-header-menu .logo_slogan .vnt-logo h1{font-size: 0;}

#vnt-header-menu .logo_slogan .vnt-slogan{
    float: right;
    width: 230px;
    padding-right: 20px;
}
#vnt-header-menu .logo_slogan .vnt-slogan .text1{
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0059a9;
}
#vnt-header-menu .logo_slogan .vnt-slogan .text2{
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ed1b24;
    font-family: 'Roboto Condensed', sans-serif;
}
#vnt-header-menu .tool_menu{
    float: right;
    width: calc(100% - 300px);
    height: 73px;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
}
#vnt-header-menu .tool_menu:after{
    position: absolute;
    content: '';
    top: 0;
    left: 100%;
    height: 100%;
    width: 1000px;
    background: rgba(0, 0, 0, 0.5);
}
#vnt-header-menu .tool_menu .vnt-tool{
    height: 33px;
    width: 100%;
    overflow: hidden;
}
#vnt-header-menu .tool_menu .vnt-tool a{
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    line-height: 21px;
    padding: 6px 5px 6px 15px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
#vnt-header-menu .tool_menu .vnt-tool a span{
    padding-left: 23px;
    position: relative;
    padding-right: 5px;
    color: inherit;
}
#vnt-header-menu .tool_menu .vnt-tool a.current,
#vnt-header-menu .tool_menu .vnt-tool a:hover{
    background: rgba(0,0,0,0.5);
    color:#36b6f3;
}
#vnt-header-menu .tool_menu .vnt-tool a span:before{
    position: absolute;
    font-family: "fontawesome";
    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%);
    font-size: 15px;
}
#vnt-header-menu .tool_menu .vnt-tool .div_tinhdung{
    width: 155px;
    height: 100%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
#vnt-header-menu .tool_menu .vnt-tool .div_laithu{
    width: 155px;
    height: 100%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
#vnt-header-menu .tool_menu .vnt-tool .div_phone{
    width: 150px;
    height: 100%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
#vnt-header-menu .tool_menu .vnt-tool .div_email{
    width: 275px;
    height: 100%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
#vnt-header-menu .tool_menu .vnt-tool .div_logo{
    width: 115px;
    height: 100%;
    float: left;
}
#vnt-header-menu .tool_menu .vnt-tool .div_logo a{padding: 0;}
#vnt-header-menu .tool_menu .vnt-tool .div_logo img{
    max-width: 100%;
    max-height: 33px;
}
#vnt-header-menu .tool_menu .vnt-menumain{
    height: 40px;
    width: 100%;
    position: relative;
    background: #ca1b14;
}
#vnt-header-menu .tool_menu .vnt-menumain:before{
    position: absolute;
    content: '';
    width: 1860px;
    top: 0;
    left: 0;
    height: 1px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.15);
}
#vnt-header-menu .tool_menu .vnt-menumain:after{
    position: absolute;
    content: '';
    top: 0;
    left: 100%;
    width: 1000px;
    height: 100%;
    background: #ca1b14;
    z-index: 1;
}
.vnt-menumain > ul:after{
    display: block;
    content: '';
    clear: both;
}
.vnt-menumain > ul > li{
    float: left;
    position: relative;
}
.vnt-menumain > ul > li > a{
    display: block;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
    padding: 10px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.vnt-menumain > ul > li.active > a,
.vnt-menumain > ul > li:hover > a{
    background: #ffffff;
    color: #333333;
}
.vnt-menumain > ul > li.current > a{
    color: #ffffff;
    background: #3e3e3e;
}
.vnt-menumain > ul > li > a > i{
    line-height: 20px;
    padding: 0 3px;
}
.vnt-menumain ul ul{
    margin-top: 30px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background: #ffffff;
    -webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 5px rgba(0,0,0,0.2);
    -o-box-shadow:0 0 5px rgba(0,0,0,0.2);
    -ms-box-shadow:0 0 5px rgba(0,0,0,0.2);
    box-shadow:0 0 5px rgba(0,0,0,0.2);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    visibility: hidden;
    opacity: 0;
}
.vnt-menumain ul li:hover ul{
    z-index: 1;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}
.vnt-menumain ul ul li{
    display: block;
    border-bottom: 1px solid #e5e5e5;
}
.vnt-menumain ul ul li a{
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 30px 10px 15px;
    color: #333333;
    font-family: 'Roboto Condensed', sans-serif;
    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;
}
.vnt-menumain ul ul li a:hover{
    color: #ffffff;
    background: #337ab7;
}
.vnt-menumain ul ul li a:after{
    position: absolute;
    width: 30px;
    text-align: center;
    font-family: fontawesome;
    content: '\f0da';
    top: 50%;
    right: 0;
    color: #c91a13;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
.vnt-menumain ul ul li a:hover:after{
    color: #ffffff;
}
#sub_car{
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 1px;
    width: 100%;
}
#sub_car .sub_menu{
    position: absolute;
    top: 0;
    left: 0;
    width: 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;
}
#sub_car .sub_menu.active{
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
.grid_car{
    width: 100%;
    background: #ffffff;
}
.grid_car .row_car{
    border-bottom: 1px solid #e5e5e5;
}
.grid_car .row_car .item{
    width: 285px;
    float: left;
    border-left: 1px solid #e5e5e5;
}
.grid_car .row_car .item:first-child{
    border-left-color: #ffffff;
}
.grid_car .row_car .item .i-image{
    width: 100%;
}
.grid_car .row_car .item .i-image img{
    width: 100%;
}
.grid_car .row_car .item .i-desc{
    padding: 25px;
}
.grid_car .row_car .item .i-desc .i-title{
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    height: 26px;
    overflow: hidden;
    margin-bottom: 5px;
}
.grid_car .row_car .item .i-desc .i-title a{
    font-size: 18px;
    line-height: 26px;
}
.grid_car .row_car .item .i-desc .i-title a:hover{
    color: #337ab7;
}
.grid_car .row_car .item .i-desc .i-content{
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
}
.group-link .a-link{
    float: left;
    margin-right: 5px;
}
.group-link .a-link a{
    display: block;
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 30px 5px 0;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #337ab7;
    text-align: center;
    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;
    font-family: 'Roboto Condensed', sans-serif;
}
.group-link .a-link.active a{
    width: 155px;
    padding: 5px 35px 5px 5px;
    background-color: #cb1b14;
}
.group-link .a-link a:after{
    position: absolute;
    font-family: "fontawesome";
    content: '';
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background-color: inherit;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}
.group-link .a-link.l-detail a:after{
    content: '\f138';
}
.group-link .a-link.l-register a:after{
    content: '\f1b9';
}
.group-link .a-link.l-support a:after{
    content: '\f1ec';
}
.group-link .a-link a:before{
    position: absolute;
    content: '';
    top: 0;
    right: 30px;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
}
/*==END: HEADER==*/
/*==BEGIN: CONTENT==*/
.list_categrory{
    margin-bottom: 30px;
    border-top: 1px dotted #d8d8d8;
    border-bottom: 1px dotted #d8d8d8;
    text-align: center;
}
.list_categrory ul{
    display: inline-block;
}
.list_categrory ul:after{
    content: '';
    clear: both;
    display: block;
}
.list_categrory ul li{
    float: left;
}
.list_categrory ul li a{
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
    border-left: 1px dotted #d8d8d8;
    color: #333333;
    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;
}
.list_categrory ul li:first-child a{
    border-left: none;
}
.list_categrory ul li a span{
    position: relative;
    z-index: 1;
}
.list_categrory ul li a:after{
    position: absolute;
    content: '';
    -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;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    background: transparent;
}
.list_categrory ul li a.current,
.list_categrory ul li a:hover{
    color: #ffffff;
}
.list_categrory ul li a.current:after,
.list_categrory ul li a:hover:after{
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #c6000c;
}
#vnt-main{
    width: calc(100% - 300px);
    float: left;
}
#vnt-sidebar{
    width: 270px;
    float: right;
}
/*==END: CONTENT==*/
/*==BEGIN: FOOTER==*/
#vnt-footer{
    background: #161616;
}
.vnt-partner{
    padding: 20px 0;
    background-color: #e2e5e8;
}
.slider_partner{
    overflow: hidden;
}
.slider_partner .item{
    background-color: #ffffff;
    position: relative;
}
.slider_partner .item img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -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-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.slider_partner .item:hover img{
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}
.link_quickly{
    background: #222222;
    padding: 40px 0 10px 0;
}
.link_quickly .item{
    width: 25%;
    float: left;
    padding-right: 30px;
    margin-bottom: 30px;
}
.link_quickly .item:nth-child(4n+1),
.link_quickly .item:first-child{
    clear: left;
}
.link_quickly .item .div_title{
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    color: #337ab7;
}
.link_quickly .item .div_title h3{
    font-size: 16px;
    line-height: 24px;
}
.link_quickly .item .div_link ul li{
    margin-bottom: 5px;
}
.link_quickly .item .div_link ul li a{
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    color: #bbbbbb;
    position: relative;
    padding: 0 10px 0 15px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.link_quickly .item .div_link ul li a:after{
    position: absolute;
    font-family: "fontawesome";
    content: '\f0da';
    top: 0;
    left: 0;
    color: #337ab7;
}
.link_quickly .item .div_link ul li a:hover{
    padding: 0 0 0 25px;
    color: #ffffff;
}

.footer-info{
    padding: 30px 0; padding-bottom: 15px;
    background: #161616;
}

.info_fanpage .logo_bocongthuong{padding-top: 15px;}

.footer-info .div_title{
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    color: #337ab7;
}
.footer-info .div_title h3{
    font-size: 16px;
    line-height: 24px;
}
.footer-info .info_company{
    width: 50%;
    padding-right: 30px;
    float: left;
}

.additional_info_footer{
    font-size: 13px;
    color: #bbbbbb; line-height: 24px;
    padding-left:  200px;
}
.additional_info_footer p{padding: 0;}

.footer-info .info_social{
    width: 25%;
    padding-right: 30px;
    float: left;
}
.footer-info .info_fanpage{
    width: 25%;
    float: left;
}

.list_social{
    padding-left: 7px;
}
.list_social ul li{
    margin-bottom: 10px;
}
.list_social ul li a{
    display: block;
}
.list_social ul li a i{
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #454545;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    font-size: 17px;
    line-height: 20px;
    color: #ffffff;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.list_social ul li a:hover i{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 50%;
}
.list_social ul li a i:before{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.list_social ul li a span{
    display: inline-table;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 10px;
    color: #bbbbbb;
    vertical-align: top;
}
.list_social ul li a:hover span{
    color: #ffffff;
}
.info_company .div_content .div_left{
    width: 180px;
    float: left;
    padding: 5px;
    background: #ffffff;
    margin-right: 20px;
}
.info_company .div_content .div_right{
    width: calc(100% - 200px);
    float: right;
}
.info_company .div_content .before{
    font-size: 13px;
    line-height: 20px;
    color: #bbbbbb;
    padding-left: 25px;
    margin-bottom: 5px;
    position: relative;
}
.info_company .div_content .before:before{
    position: absolute;
    font-family: "fontawesome";
    top: 0;
    left: 0;
    font-size: 14px;
}
.info_company .div_content .before a{
    font-size: 13px;
    line-height: 20px;
    color: #bbbbbb;
}
.info_company .div_content .before a:hover{
    color: #ffffff;
}
.recieve_copyright{
    background: #337ab7;
    border-top: 1px solid #5c95c5;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.75);
    -o-box-shadow: 0 5px 5px rgba(0,0,0,0.75);
    -ms-box-shadow: 0 5px 5px rgba(0,0,0,0.75);
    box-shadow: 0 5px 5px rgba(0,0,0,0.75);
}
.recieve_copyright .wrapper{
    position: relative;
    padding: 15px 0;
}
.recieve_copyright .recieve_email{
    width: 575px;
    float: left;
}
.recieve_copyright .recieve_email .input-group .input-group-text{
    display: table-cell;
    white-space: nowrap;
    width: 1%;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    padding-right: 20px;
    vertical-align: middle;
}
.recieve_copyright .recieve_email .input-group .form-control{
    height: 40px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.recieve_copyright .recieve_email .input-group button.btn{
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    position: relative;
    border-radius:0;
}
.recieve_copyright .recieve_email .input-group button.btn:after{
    position: absolute;
    font-family: "fontawesome";
    content: '\f0e0';
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    color: #247eca;
    top: 0;
    left: 0;
    width: 100%;
}
.recieve_copyright .recieve_email .input-group button.btn:hover:after{
    color: #ca1b14;
}
.recieve_copyright .copyright{
    float: right;
    width: 550px;
    text-align: right;
    padding-right: 75px;
}
.copyright{
    font-size: 13px;
    line-height: 20px;
    color: #a7d7ff;
    font-style: italic;
}
.copyright a{
    font-size: 13px;
    line-height: 20px;
    color: #a7d7ff;
    font-style: italic;
}
.copyright span{
    font-style: normal;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}
.copyright strong a{
    font-style: normal;
    color: #ffffff;
}
.go_top{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 55px;
    border-left: 1px solid #5c95c5;
    border-right: 1px solid #5c95c5;
}
.go_top:after{
    position: absolute;
    font-family: "fontawesome";
    content: '\f062';
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    margin-top: -8px;
    color: #ffffff;
    animation: bounce1 2s infinite;
    -webkit-animation: bounce1 2s infinite;
    -moz-animation: bounce1 2s infinite;
    -o-animation: bounce1 2s infinite;
}
.footer-bottom{
    padding: 10px 0;
}
.box_statistics:after{
    clear: both;
    content: '';
    display: block;
}
.box_statistics li{
    float: left;
    padding-left: 20px;
    margin-left: 65px;
    font-size: 13px;
    line-height: 20px;
    color: #999999;
    position: relative;
}
.box_statistics li:before{
    position: absolute;
    font-family: "fontawesome";
    top: 0;
    left: 0;
    color: #337ab7;
}
/*==END: FOOTER==*/
.lazyloading {
    clear: both;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.lazyloading.show {
    filter: alpha(opacity=1);
    opacity: 1;
}
.lazyloading1 {
    position: relative;
    top: 40px;
    left: 0;
    clear: both;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.lazyloading1.show {
    filter: alpha(opacity=1);
    top: 0;
    opacity: 1;
}
.menuFixed{
    position: fixed;
    top: 50%;
    right: 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%);
    z-index: 500;
    cursor: pointer;
    overflow: hidden;
    pointer-events: none;
}
.menuFixed li{
    display: block;
    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;
    color: #ffffff;
    width: 100%;
    height:0;
    right:0;
    clear: both;
}
.menuFixed li a{
    color: #ffffff;
}
.menuFixed li .divText{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    padding-right: 50px;
    z-index: 1;
    background-color: #0c121c;
    border-top: 1px solid #35312f;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transform:translateX(100%);
    -webkit-transform:translateX(100%);
    -ms-transform:translateX(100%);
    -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: auto;
    border-left: 1px solid #0c121c;
}
.menuFixed.show li .divText{
    transform:translateX(0%);
    -webkit-transform:translateX(0%);
    -ms-transform:translateX(0%);
}
.menuFixed li:hover .divText{
    background-color: #ffffff;
    color: #0c121c;
}
.menuFixed li .divText span{
    color: #ffffff;
}
.menuFixed li:hover .divText span{
    color: #0c121c;
}
.menuFixed li .divText > span{
    display: block;
    font-size: 14px;
    line-height: 23px;
    padding:13px 10px 0 25px;
}
.menuFixed li .divText .social{
    padding: 0;
}
.menuFixed li .divText .social > span{
    float:left;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 18px;
    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;
}
.menuFixed li .divText .social > span i{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
}
.menuFixed li .divText .social .facebook:hover{
    background: #305891;
}
.menuFixed li .divText .social .google:hover{
    background: #d34836;
}
.menuFixed li .divText .social .plug:hover{
    background: #4A4F54;
}
.menuFixed li .divIcon{
    position: absolute;
    display: block;
    z-index: 1;
    width: 49px;
    height: 50px;
    top: 0;
    right: 0;
    background-color: #0c121c;
    border-top: 1px solid #35312f;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    pointer-events: auto;
    border-right: 1px solid #0c121c;
}
.menuFixed li .divIcon:before{
    position: absolute;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-family: "fontawesome";
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.menuFixed li:hover .divIcon:before{
    color: #0c121c;
}
.menuFixed li:hover .divIcon{
    background-color: #ffffff;
    color: #0c121c;
}
.menuFixed li:hover{
    background-color:#ffffff ;
    color: #333333;
}
.menuFixed li.liShare:hover .divText,
.menuFixed li.liShare:hover .divIcon {
    background-color:#0c121c;
    color: #ffffff;
}
.menuFixed li.liShare:hover .divIcon:before{
    color: #ffffff;
}
.menuFixed li:hover a{
    color: #333333;
}
.menuFixed li:hover .divText .social a{
    color: #ffffff;
}
.menuFixed li .formSearch .btn{
    width: 100%;
    height: 100%;
    background: transparent;
    outline: none;
    border: none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    text-indent: -9999px;
}
.menuFixed li .formSearch .text_search{
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    outline: none;
    padding: 0px 0px 0px 25px;
    height: 50px;
    color: #ffffff;
}
.menuFixed li:hover .formSearch .text_search{
    color: #333333;
}
.div_link_quicky{ 
    margin-bottom: 10px;
    position: relative;
}
.div_link_quicky a{
    display: block;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding: 13px 50px 13px 20px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
    background-color: #337ab7;
    overflow: hidden;
}
.div_link_quicky a:before{
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    text-align: center;
    font-family: "fontawesome";
    z-index: 1;
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
.div_link_quicky a: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;
}
.div_link_quicky a: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);
}
.div_link_quicky a span{
    color: #ffffff;
    position: relative;
    z-index: 1;
}





/*=====================HOT FLY=================*/
.hot-fly a {
    position: fixed;
    width: 60px;
    height: 60px;
    background: #ffffff;
    display: block;
    left: 10px;
    top: 40%;
    border-radius: 100%;
    z-index:1;
}
.hot-fly a:before{
    content:"";
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    right: 5px;
    background: #337ab7;
    border-radius: 100%;
}
.hot-fly a i {
    font-size: 35px;
    line-height: 43px;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}
@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
    }
    10% {
        -moz-transform: rotate(-25deg) skew(1deg) translate(-50%,-50%)
    }
    20% {
        -moz-transform: rotate(25deg) skew(1deg) translate(-50%,-50%)
    }
    30% {
        -moz-transform: rotate(-25deg) skew(1deg) translate(-50%,-50%)
    }
    40% {
        -moz-transform: rotate(25deg) skew(1deg) translate(-50%,-50%)
    }
    50% {
        -moz-transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
    }
    100% {
        -moz-transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
    }
    10% {
        -webkit-transform: rotate(-25deg) skew(1deg) translate(-50%,-50%)
    }
    20% {
        -webkit-transform: rotate(25deg) skew(1deg) translate(-50%,-50%)
    }
    30% {
        -webkit-transform: rotate(-25deg) skew(1deg) translate(-50%,-50%)
    }
    40% {
        -webkit-transform: rotate(25deg) skew(1deg) translate(-50%,-50%)
    }
    50% {
        -webkit-transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
    }
    100% {
        -webkit-transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
    }
    10% {
        -o-transform: rotate(-25deg) skew(1deg) translate(-50%,-50%)
    }
    20% {
        -o-transform: rotate(25deg) skew(1deg) translate(-50%,-50%)
    }
    30% {
        -o-transform: rotate(-25deg) skew(1deg) translate(-50%,-50%)
    }
    40% {
        -o-transform: rotate(25deg) skew(1deg) translate(-50%,-50%)
    }
    50% {
        -o-transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
    }
    100% {
        -o-transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
    }
}
@keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
    }
    10% {
        transform: rotate(-25deg) skew(1deg) translate(-50%,-50%)
    }
    20% {
        transform: rotate(25deg) skew(1deg) translate(-50%,-50%)
    }
    30% {
        transform: rotate(-25deg) skew(1deg) translate(-50%,-50%)
    }
    40% {
        transform: rotate(25deg) skew(1deg) translate(-50%,-50%)
    }
    50% {
        transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
    }
    100% {
        transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
    }
}
@media all and (max-width: 1200px){
    #vnt-header-menu .logo_slogan{
        width: 180px;
    }
    #vnt-header-menu .tool_menu{
        width: calc(100% - 180px);
    }
    #vnt-header-menu .tool_menu .vnt-tool .div_tinhdung{
        width: 150px;
    }
    #vnt-header-menu .tool_menu .vnt-tool .div_laithu{
        width: 140px;
    }
    #vnt-header-menu .tool_menu .vnt-tool .div_phone{
        width: 135px;
    }
    #vnt-header-menu .tool_menu .vnt-tool .div_email{
        width: 230px;
    }
    .vnt-menumain > ul > li > a{
        font-size: 14px;
    }
    .recieve_copyright .copyright{   
        width: 410px;
    }
    .recieve_copyright .recieve_email{
        width: calc(100% - 500px);
        padding-left: 10px;
    }
    .list_categrory ul li a{
        padding: 10px 12px;
    }
}
@media all and (max-width: 991px){
    #vnt-header-menu{
        position: fixed;
        background-color: #fff;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    }
    #vnt-header-menu .logo_slogan{
        height: auto;
        width: 65%;
        padding-top: 0;
        padding: 10px 0;
    }
    #vnt-header-menu .logo_slogan .vnt-logo{
        max-width: 120px;
    }
    #vnt-header-menu .logo_slogan .vnt-logo img{
        max-width: 120px!important;
    }
    #vnt-header-menu .logo_slogan .vnt-logo img{
        max-width: 100%;
        max-height: 100%;
        width: auto !important;
   
    }
    #vnt-header-menu .logo_slogan:after{
        display: none;
    }
    .header-control{
        float: right;
        height: 60px;
        padding: 0;
        width: 35%;
    }
    .vnt-banner .item .i-description{
        top: 10%;
    }
    .vnt-banner .item .i-description .captinLink a{
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        padding: 2px 26px 2px 6px;
        color: #666666;
        background-color: #ffffff;
        text-transform: uppercase;
        font-weight: bold;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }
    .vnt-banner .item .i-description .captinLink a::after{
        top: 0;
        right: -7px;
        line-height: 28px;
    }
    .vnt-banner .slick-dots li.slick-active button{
        font-size: 26px;
        line-height: 40px;
    }
    body {
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        color: #333;
        background: #fff;
        line-height: 24px;
    }
    #vnt-wrapper {
        overflow: hidden;
    }
    .wrapper {
        padding: 0 10px;
    }
    .no-padding {
        padding: 0;
    }

    .slick-slide {
        outline: 0;
    }
    /*CSS: Header*/
    #vnt-header > .wrapper {
        height: 60px;
        padding-right: 0;
    }
    #vnt-header > .wrapper:after {
        content: '';
        display: block;
        clear: both;
    }
    .header-intro {
        width: 70%;
        float: left;
    }

    .header-intro:after {
        content: '';
        display: block;
        clear: both;
    }

    .logo {
        height: 60px;
        float: left;
        padding-top: 10px; padding-bottom: 10px;
    }
    .logo h1{display: inline-block; height: 40px;}

    .logo img{
        max-width: 100%;
        max-height: 100%;
        width: auto !important; 
    }
    .logo a {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        outline: 0;
        height: 100%;
    }

    .logo h1 {
        font-size: 0;    
    }

    .slogan {
        float: left;
        width: -webkit-calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: calc(100% - 65px);
        height: 60px;
        display: block;
        padding-left: 10px;
        padding-top: 5px;
    }



    .slogan h2 {
        font-size: 24px;
        line-height: 28px;
        text-transform: uppercase;
        font-weight: bold;
        color: #0059a9;
    }

    .slogan h4 {
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        font-weight: bold;
        color: #ed1b24;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .header-control {
        width: 60px;
        float: right;
        height: 60px;
        padding: 0;
    }

    .header-control ul:after {
        content: '';
        display: block;
        clear: both;
    } 

    /*css: Form Search*/


    /*css: Menu*/
    .menu_mobile{
        float: right;
        position: relative;
        overflow: hidden;
    }
    .menu_mobile.showmenu{
        position: static;
    }
    .menu_mobile .icon_menu{
        position: relative;
        width: 60px;
        height: 60px;
        cursor: pointer;
        background-color: #ffffff;
        color: #333333;
        margin-left: 0px;
        border-left: 1px solid #e5e5e5;
        -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 .icon_menu:after{
        position: absolute;
        font-family: "fontawesome";
        content: '\f0c9';
        top: 40%;
        left: 50%;
        -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: 23px;
    }
    .menu_mobile .icon_menu span{
        font-size: 13px;
        color: #999999;
        font-family: "Roboto Condensed";
        position: absolute;
        left: 15px;
        bottom: 5px;
    }

    .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: 560px;
        padding-left: 62px;
        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;
        text-align: center;
        color: #333333;
        padding: 23px 10px 23px 10px;
        position: relative;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        font-family: 'Roboto', sans-serif;
    }
    .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%;
        max-height: 100%;
        overflow-y: auto;
        background-color: #f2f2f2;
        color: #000000;
        pointer-events: auto;
        padding-top: 60px;
        -webkit-box-shadow: inset 10px 0px 10px -6px rgba(0, 0, 0, 0.15);
        -moz-box-shadow:    inset 10px 0px 10px -6px rgba(0, 0, 0, 0.15);
        box-shadow:         inset 10px 0px 10px -6px rgba(0, 0, 0, 0.15);
    }
    .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 rgba(0, 0, 0, 0.15);
        border-top: 1px solid rgba(255, 255, 255, 1);
        position: relative;
        font-family: 'Roboto', sans-serif;
    }

    .menu_mobile .divmm .mmContent .mmMenu ul li.li_show {
    background: #ffffff;
    }

    /* .menu_mobile .divmm .mmContent .mmMenu ul li:first-child{
        border-top: 1px solid #e5e5e5;
    } */
    .menu_mobile .divmm .mmContent .mmMenu ul li a {
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: #333333;
        padding: 10px 10px 10px 20px;
        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-family: "Roboto Condensed";
        font-weight: bold;
        outline: none;
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li a:hover , .menu_mobile .divmm .mmContent .mmMenu ul li.current a{
        color:#ffffff;
        text-decoration: none;
        background: #337ab7;
    }
    .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: 0px;
        background: #ffffff;
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li ul li{
        border-bottom: none;
        border-top: 1px solid #e5e5e5;
        padding-left: 30px;
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li ul li a {
        padding: 12px 10px 12px 20px;
        font-size: 15px;
        line-height: 24px;
        color: #333333;
        text-transform: none;
        position: relative;
        font-family: "Roboto Condensed";
        font-weight: normal;
        outline: none;
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li ul li a:after{
        position: absolute;
        font-family: fontawesome;
        content: '\f105';
        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%);
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li ul li a:hover{
        color:#ff0000;
        background-color: transparent;
        font-weight: normal;
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li ul li a:after{
        position: absolute;
        font-family: fontawesome;
        content: '\f0da';
        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%);
        color: #cd1e17;
        font-size: 14px;
    }
    .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: #b2b2b2;
        padding-top: 10px;
        cursor: pointer;
        border-left: 1px solid #cccccc;
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu:after{
        position: absolute;
        top: 50%;
        left: 50%;
        font-family:"fontawesome";
        content: '\f106';
        font-size: 26px;
        line-height: 36px;
        color: #303030;
        -webkit-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -ms-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu.show:after {
        content: '\f107';
    }
    .menu_mobile .divmm .mmContent .formsearch{
        height: 60px;
        background: #0c121c;
        padding: 11px;
        pointer-events: auto;
        position: absolute;
        top: 0;
        left: 62px;
        right: 0;
        z-index: 1;
    }

    .menu_mobile .divmm .mmContent .formsearch .input-group{
        background: #ffffff;
    }

    .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: #333333;
        font-size: 14px;
        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: #333333;
        position: relative;
        padding: 0;
    }
    .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: 18px;
    }
    .menu_mobile .divmm .mmContent .close-mmenu {
        position: absolute;
        top: 46px;
        left: 300px;
        width: 60px;
        height: 60px;
        background: #ffffff;
        cursor: pointer;
        /* -webkit-transition: all 0.8s ease 0.2s;
        -moz-transition: all 0.8s ease 0.2s;
        -o-transition: all 0.8s ease 0.2s;
        transition: all 0.8s ease 0.2s; */
        opacity: 0;
        pointer-events: auto;
    }
    .menu_mobile .divmm .mmContent .close-mmenu:after{
        position: absolute;
        font-family: "fontawesome";
        content: '\f0c9';
        top: 40%;
        left: 50%;
        -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: 23px;
    }

    .menu_mobile .divmm .mmContent .close-mmenu span{
        font-size: 13px;
        color: #999999;
        font-family: "Roboto Condensed";
        position: absolute;
        left: 15px;
        bottom: 5px;
    }



    .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: 0;
        opacity: 1;
    }
    .menu_mobile .divmm .divmmbg {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    .menu_mobile .divmm.show .divmmbg {
        opacity: 1;
        visibility: visible;
    }

    /*CSS: vnt-content*/
    #vnt-container{
        padding-top: 60px;
    }

    .vnt-banner{
        width: 100%;
        position: relative;
        z-index: 99;
    }
    .vnt-banner .page-banner img{
        width: 100%;
    }
    .vnt-banner .item{
        width: 100%;
    }
    .vnt-banner .item .img{
        width: 100%;
        position: relative;
        padding-top: 48.5%;
        overflow: hidden;
        cursor: none;
    }
    .vnt-banner .item .img img{
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform:translate(-50%,-50%) rotate(0deg) scale(1);
        -moz-transform:translate(-50%,-50%) rotate(0deg) scale(1);
        -o-transform:translate(-50%,-50%) rotate(0deg) scale(1);
        -ms-transform:translate(-50%,-50%) rotate(0deg) scale(1);
        transform:translate(-50%,-50%) rotate(0deg) scale(1);

        /* -webkit-transition: all 12000ms cubic-bezier(0.44, 0.185, 0.575, 0.86) 0s;
        -moz-transition: all 12000ms cubic-bezier(0.44, 0.185, 0.575, 0.86) 0s;
        -o-transition: all 12000ms cubic-bezier(0.44, 0.185, 0.575, 0.86) 0s;
        transition: all 12000ms cubic-bezier(0.44, 0.185, 0.575, 0.86) 0s; */
    }
    .vnt-banner .active .item.slick-active .img img{
        -webkit-transform:translate(-50%,-50%) rotate(0deg) scale(1);
        -moz-transform:translate(-50%,-50%) rotate(0deg) scale(1);
        -o-transform:translate(-50%,-50%) rotate(0deg) scale(1);
        -ms-transform:translate(-50%,-50%) rotate(0deg) scale(1);
        transform:translate(-50%,-50%) rotate(0deg) scale(1);
    }
    .vnt-banner .slick-dots{
        bottom: 0px;
        padding-left: 18px;
        width: auto;
    }
    .vnt-banner .slick-dots li{
        width: auto;
        height: auto;
    }
    .vnt-banner .slick-dots li button{
        width: auto;
        height: auto;
        font-size: 18px;
        line-height: 22px;
        color: rgba(255,255,255,0.5);
        font-weight: bold;
        font-family: 'Roboto Condensed', sans-serif;
        -webkit-transition:all 0.7s ease;
        -moz-transition:all 0.7s ease;
        -o-transition:all 0.7s ease;
        transition:all 0.7s ease;
        padding: 0;
    }
    .vnt-banner .slick-dots li.slick-active button{
        font-size: 26px;
        line-height: 40px;
        color: #ffffff;
    }
    .vnt-banner .slick-dots li button:before{
        content: '';
    }
    .vnt-banner .vnt-cursor{
        display: none;
        top: 0;
        left: 0;
        position: fixed;
        z-index: 1000;
        pointer-events: none;
        width: 33px;
        height: 54px;
        margin-top: -16px;
        margin-left: -27px;
    }
    .vnt-banner .vnt-cursor.isVisible{
        display: block;
    }
    .vnt-cursor .cursorIcon {
        width: 33px;
        height: 54px;
        pointer-events: none;
        background-image: url(../images/main/cursor-left.png);
        background-repeat: no-repeat;
        -webkit-transition: -webkit-transform 0.4s ease-out;
        -moz-transition: -moz-transform 0.4s ease-out;
        -o-transition: -o-transform 0.4s ease-out;
        transition: transform 0.4s ease-out;
    }
    .vnt-cursor.right .cursorIcon{
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .vnt-banner .item .i-description{
        position: absolute;
        width: 100%;
        background: transparent;
        left:0;
        top:10%;
        -webkit-pointer-events: none;
        -moz-pointer-events: none;
        pointer-events: none;
    }
    .vnt-banner .desc_car{
        position: absolute;
        width: 100%;
        background: transparent;
        left:0;
        top:150px;
        -webkit-pointer-events: none;
        -moz-pointer-events: none;
        pointer-events: none;
        display: none;
    }
    .vnt-banner .item .i-description .wrapper-caption2,
    .vnt-banner .item .i-description .wrapper-caption{
        max-width: 570px;
        position: relative;
        opacity: 0;
        -webkit-transition:all 1s ease;
        -moz-transition:all 1s ease;
        -o-transition:all 1s ease;
        transition:all 1s ease;
    }
    .vnt-banner .active .item.slick-active .i-description .wrapper-caption2,
    .vnt-banner .active .item.slick-active .i-description .wrapper-caption{
        opacity: 1;
        -webkit-transition:all 1s ease 1.2s;
        -moz-transition:all 1s ease 1.2s;
        -o-transition:all 1s ease 1.2s;
        transition:all 1s ease 1.2s;
    }
    .vnt-banner .desc_car .wrapper-caption2,
    .vnt-banner .item .i-description .wrapper-caption2{
        width: 370px;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 20px;
        border-top: 10px solid #337ab7;
        color: #ffffff;
    }
    .vnt-banner .desc_car .wrapper-caption2 .wrap_title,
    .vnt-banner .item .i-description .wrapper-caption2 .wrap_title{
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .vnt-banner .desc_car .wrapper-caption2 .wrap_title .div_title,
    .vnt-banner .item .i-description .wrapper-caption2 .wrap_title .div_title{
        font-size: 40px;
        line-height: 50px;
        color: #ffffff;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .vnt-banner .desc_car .wrapper-caption2 .wrap_title .div_slogan,
    .vnt-banner .item .i-description .wrapper-caption2 .wrap_title .div_slogan{
        font-size: 16px;
        line-height: 25px;
        color: #bbbbbb;
    }
    .vnt-banner .desc_car .wrapper-caption2 .wrap_content,
    .vnt-banner .item .i-description .wrapper-caption2 .wrap_content{
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .vnt-banner .desc_car .wrapper-caption2 .wrap_content .text-1,
    .vnt-banner .item .i-description .wrapper-caption2 .wrap_content .text-1{
        font-size: 18px;
        line-height: 25px;
        text-transform: uppercase;
    }
    .vnt-banner .desc_car .wrapper-caption2 .wrap_content .text-price,
    .vnt-banner .item .i-description .wrapper-caption2 .wrap_content .text-price{
        font-size: 25px;
        line-height: 30px;
    }
    .vnt-banner .desc_car .wrapper-caption2 .text_vat,
    .vnt-banner .item .i-description .wrapper-caption2 .text_vat{
        color: #bbbbbb;
        font-style: italic;
    }
    .vnt-banner .item .i-description .title{
        font-size: 2em;
        line-height: 40px;
        color: #ffffff;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        -moz-text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    }
    .vnt-banner .item .i-description .status{
        font-size: 1em;
        line-height: 26px;
        text-transform: uppercase;
        color: #ffffff;
        font-family: 'Roboto Condensed', sans-serif;
        margin-bottom: 10px;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        -moz-text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    }
    .vnt-banner .item .i-description .captinLink a{
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        padding: 2px 26px 2px 6px;
        color: #666666;
        background-color: #ffffff;
        text-transform: uppercase;
        font-weight: bold;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        z-index: 1;
        -webkit-pointer-events: auto;
        -moz-pointer-events: auto;
        pointer-events: auto;
    }
    .vnt-banner .item .i-description .captinLink a:before{
        width: 0;
        height: 100%;
        top:0;
        left:0;
        position: absolute;
        content:"";
        background-color:#666666;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition:all 0.5s ease;
        -moz-transition:all 0.5s ease;
        -o-transition:all 0.5s ease;
        transition:all 0.5s ease;
    }
    .vnt-banner .item .i-description .captinLink a:after{
        position: absolute;
        width: 40px;
        height: 100%;
        font-family:"fontawesome";
        content:"\f105";
        font-size: 20px;
        line-height: 28px;
        font-weight: bold;
        color: inherit;
        top:0;
        right:-7px;
        padding-left: 15px;
    }
    .vnt-banner .item .i-description .captinLink a:hover:before{
        width: 100%;
    }
    .vnt-banner .item .i-description .captinLink a span{
        position: relative;
        z-index: 10;
        color: inherit;
    }
    .vnt-banner .item .i-description .captinLink a:hover{
        color: #ffffff;
    }
    .vnt-banner .icon_scroll{
        position: absolute;
        bottom: 0;
        left: 50%;
        background: url("../images/icon-scroll.png") no-repeat 0 0;
        margin-left: -25px;
        width: 50px;
        height: 50px;
        animation: bounce1 2s infinite;
        -webkit-animation: bounce1 2s infinite;
        -moz-animation: bounce1 2s infinite;
        -o-animation: bounce1 2s infinite;
        cursor: pointer;
    }
    @-webkit-keyframes bounce1 {
        0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
        40% {transform: translateY(-10px);}
        60% {transform: translateY(-5px);}
    }

    @-moz-keyframes bounce1 {
        0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
        40% {transform: translateY(-10px);}
        60% {transform: translateY(-5px);}
    }

    @-o-keyframes bounce1 {
        0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
        40% {transform: translateY(-10px);}
        60% {transform: translateY(-5px);}
    }
    @keyframes bounce1 {
        0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
        40% {transform: translateY(-10px);}
        60% {transform: translateY(-5px);}
    }


    /*CSS: Footer*/
    #vnt-footer {
        background: #161616;
    }

    .footer-info{
        padding: 10px;
    }
    .vnt-partner{
        padding: 20px 0;
        background-color: #e2e5e8;
    }
    .slider_partner .item{
        background-color: #ffffff;
        position: relative;
    }
    .slider_partner .item img{
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -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-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); */
        -webkit-transition:all 0.5s ease;
        -moz-transition:all 0.5s ease;
        -o-transition:all 0.5s ease;
        transition:all 0.5s ease;
    }
    .slider_partner .item:hover img{
        -webkit-filter: none;
        -moz-filter: none;
        filter: none;
    }
    .link_quickly{
        background: #222222;
        padding: 40px 0 10px 0;
    }
    .link_quickly .item{
        width: 25%;
        float: left;
        padding-right: 30px;
        margin-bottom: 30px;
    }
    .link_quickly .item:nth-child(4n+1),
    .link_quickly .item:first-child{
        clear: left;
    }
    .link_quickly .item .div_title{
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 20px;
        color: #337ab7;
    }
    .link_quickly .item .div_title h3{
        font-size: 16px;
        line-height: 24px;
    }
    .link_quickly .item .div_link ul li{
        margin-bottom: 5px;
    }
    .link_quickly .item .div_link ul li a{
        display: inline-block;
        font-size: 13px;
        line-height: 20px;
        color: #bbbbbb;
        position: relative;
        padding: 0 10px 0 15px;
        -webkit-transition:all 0.5s ease;
        -moz-transition:all 0.5s ease;
        -o-transition:all 0.5s ease;
        transition:all 0.5s ease;
    }
    .link_quickly .item .div_link ul li a:after{
        position: absolute;
        font-family: "fontawesome";
        content: '\f0da';
        top: 0;
        left: 0;
        color: #337ab7;
    }
    .link_quickly .item .div_link ul li a:hover{
        padding: 0 0 0 25px;
        color: #ffffff;
    }

    .footer-control {
        padding-bottom: 25px;
        display: table;
        width: 100%;
        padding-top: 15px;
    }

    .footer-control div{
        display: table-cell;
        width: calc(100% / 2);
    }
    .footer-control div:first-child{padding-right: 5px;}
    .footer-control div:last-child{padding-left: 5px;}

    .footer-control a {
        height: 75px;
        line-height: 75px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        outline: 0;
        text-align: left;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 22px;
        color: #ffffff;
        font-family: 'Roboto Condensed';
        font-weight: 500;
        display: block;
        padding-left: 20px; padding-right: 20px;
    }

    .footer-control a .fa {
        font-size: 35px;
        color: #337ab7;
        float: right; line-height: 73px;
    }
    /*-------------*/
    .footer-info .div_title{
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 20px;
        color: #337ab7;
    }
    .info_company .div_content .div_left{
        width: 180px;
        float: left;
        padding: 5px;
        background: #ffffff;
        display: none;
    }
    .info_company .div_content .div_right{
        width: 100%;
    }
    .info_company .div_content .before{
        font-size: 13px;
        line-height: 20px;
        color: #bbbbbb;
        padding-left: 25px;
        margin-bottom: 5px;
        position: relative;
    }
    .info_company .div_content .before:before{
        position: absolute;
        font-family: "fontawesome";
        top: 0;
        left: 0;
        font-size: 14px;
    }
    .info_company .div_content .before a{
        font-size: 13px;
        line-height: 20px;
        color: #bbbbbb;
    }
    .info_company .div_content .before a:hover{
        color: #ffffff;
    }

    .additional_info_footer{
        font-size: 13px;
        color: #bbbbbb; line-height: 24px;
        padding-left: 0;
    }
    .additional_info_footer p{padding: 0;}
    .footer-info .info_fanpage{
        width: 50%;
    }
    /*-------------*/
    .info_fanpage{
        padding-top: 20px;
    }

    .info_fanpage .logo_bocongthuong{padding-top: 15px;
        max-width: 200px;
    }
    .info_fanpage .logo_bocongthuong img{max-width: 100% !important; height: auto; }

    .footer-social {
        min-height: 75px;
        text-align: center;
        padding-top: 23px;
        padding-bottom: 22px;
    }

    .btn_destop{
        float: left;
    }

    .btn_destop span{
        font-size: 14px;
        line-height: 30px;
        margin-left: 10px;
        color: #ffffff;
    }

    .footer-social a {
        display: inline-block;
        text-align: center;
        margin-right: 4px;
    }
    .footer-social a:hover .fa{
        color: #ffffff;
    }
    .footer-social a:last-child {
        margin-right: 0;
    }

    .footer-social a .fa {
        line-height: 30px;
        font-size: 17px;
        color: #ffffff;
        width: 40px;
        height: 30px;
        background: #454545;
    }

    .footer-social a {
        height: 30px;
        display: inline-block;
    }
    .footer-social ul{float: right;}
    .footer-social ul li{float: left; margin-right: 7px;}
    .footer-social ul li a span{display: none;}

    .recieve_copyright{
        background: #337ab7;
        border-top: 1px solid #5c95c5;
        -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.75);
        -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.75);
        -o-box-shadow: 0 5px 5px rgba(0,0,0,0.75);
        -ms-box-shadow: 0 5px 5px rgba(0,0,0,0.75);
        box-shadow: 0 5px 5px rgba(0,0,0,0.75);
        padding: 10px;
    }
    .recieve_copyright .wrapper{
        position: relative;
        padding: 15px 0;
    }
    .recieve_copyright .recieve_email{
        width: 100%;
    }
    .recieve_copyright .recieve_email .input-group .input-group-text{
        display: table-cell;
        white-space: nowrap;
        width: 1%;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        font-weight: bold;
        color: #ffffff;
        padding-right: 20px;
        vertical-align: middle;
        display: none;
    }
    .recieve_copyright .recieve_email .input-group .form-control{
        height: 40px;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        outline: 0;
    }
    .recieve_copyright .recieve_email .input-group button.btn{
        width: 40px;
        height: 40px;
        background: #ffffff;
        border: none;
        outline: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        position: relative;
        border-radius:0;
    }
    .recieve_copyright .recieve_email .input-group button.btn:after{
        position: absolute;
        font-family: "fontawesome";
        content: '\f0e0';
        text-align: center;
        font-size: 25px;
        line-height: 40px;
        color: #247eca;
        top: 0;
        left: 0;
        width: 100%;
    }
    .recieve_copyright .recieve_email .input-group button.btn:hover:after{
        color: #ca1b14;
    }
    .recieve_copyright .copyright{
        width: 100%;
        text-align: center;
        padding-top: 20px;
        padding-right: 0;
    }
    .copyright{
        font-size: 13px;
        line-height: 20px;
        color: #a7d7ff;
        font-style: italic;
    }
    .copyright a{
        font-size: 13px;
        line-height: 20px;
        color: #a7d7ff;
        font-style: italic;
    }
    .copyright span{
        font-style: normal;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: bold;
    }
    .copyright strong a{
        font-style: normal;
        color: #ffffff;
    }
    .go_top{
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 55px;
        border-left: 1px solid #5c95c5;
        border-right: 1px solid #5c95c5;
        display: none!important;
    }
    .go_top:after{
        position: absolute;
        font-family: "fontawesome";
        content: '\f062';
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 22px;
        line-height: 22px;
        margin-top: -8px;
        color: #ffffff;
        animation: bounce1 2s infinite;
        -webkit-animation: bounce1 2s infinite;
        -moz-animation: bounce1 2s infinite;
        -o-animation: bounce1 2s infinite;
    }
    .footer-bottom{
        padding: 10px 0;
    }
    .box_statistics:after{
        clear: both;
        content: '';
        display: block;
    }
    .box_statistics li{
        float: left;
        padding-left: 20px;
        margin-right: 0px;
        margin-left: 0;
        width: 100%;
        font-size: 13px;
        line-height: 20px;
        color: #999999;
        position: relative;
    }
    .box_statistics li:before{
        position: absolute;
        font-family: "fontawesome";
        top: 0;
        left: 0;
        color: #337ab7;
    }

    /*---------------------------*/
    .group-link .a-link{
        float: left;
        margin-right: 5px;
    }
    .group-link .a-link a{
        display: block;
        width: 30px;
        height: 30px;
        font-size: 13px;
        line-height: 20px;
        padding: 5px 30px 5px 0;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        color: #ffffff;
        text-transform: uppercase;
        background-color: #337ab7;
        text-align: center;
        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;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .group-link .a-link.active a{
        width: 155px;
        padding: 5px 35px 5px 5px;
        background-color: #cb1b14;
    }
    .group-link .a-link a:after{
        position: absolute;
        font-family: "fontawesome";
        content: '';
        top: 0;
        right: 0;
        width: 30px;
        height: 100%;
        background-color: inherit;
        text-align: center;
        font-size: 14px;
        line-height: 30px;
    }
    .group-link .a-link.l-detail a:after{
        content: '\f138';
    }
    .group-link .a-link.l-register a:after{
        content: '\f1b9';
    }
    .group-link .a-link.l-support a:after{
        content: '\f1ec';
    }
    .group-link .a-link a:before{
        position: absolute;
        content: '';
        top: 0;
        right: 30px;
        width: 1px;
        height: 100%;
        background-color: #ffffff;
    }

    .div_link_quicky{ 
        margin-bottom: 10px;
        position: relative;
    }
    .div_link_quicky a{
        display: block;
        font-size: 16px;
        line-height: 24px;
        position: relative;
        padding: 13px 50px 13px 20px;
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
        color: #ffffff;
        background-color: #337ab7;
        overflow: hidden;
    }
    .div_link_quicky a:before{
        position: absolute;
        top: 50%;
        right: 0;
        width: 40px;
        text-align: center;
        font-family: "fontawesome";
        z-index: 1;
        -webkit-transform:translate(0,-50%);
        -moz-transform:translate(0,-50%);
        -o-transform:translate(0,-50%);
        -ms-transform:translate(0,-50%);
        transform:translate(0,-50%);
    }
    .div_link_quicky a: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;
    }
    .div_link_quicky a: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);
    }
    .div_link_quicky a span{
        color: #ffffff;
        position: relative;
        z-index: 1;
    }

    /*----------------*/
    #popupBaoGia{
        max-width: 95%;
        width: 95% !important;
    }

    .wrapper-register{
        padding: 40px 10px!important;
    }
    .wrapper-register .title_formRegister{font-size: 22px !important;}
    .rows-input label{width: 100px !important; text-align: left !important; font-size: 13px !important; }
    .rows-input .rInput{margin-left: 100px !important;}

    /*=====================HOT FLY=================*/
    .hot-fly a {
        position: fixed;
        width: 60px;
        height: 60px;
        background: #ffffff;
        display: block;
        right: 10px;
        top: 40%;
        border-radius: 100%;
        z-index:1;
    }

    .hot-fly a:before{
        content:"";
        position: absolute;
        left: 5px;
        top: 5px;
        bottom: 5px;
        right: 5px;
        background: #337ab7;
        border-radius: 100%;
    }
    .hot-fly a i {
        font-size: 35px;
        line-height: 43px;
        color: #ffffff;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
        -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
        -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
        -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
        animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
    @-moz-keyframes quick-alo-circle-img-anim {
        0% {
            transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
        }
        10% {
            -moz-transform: rotate(-25deg) skew(1deg) translate(-50%,-50%)
        }
        20% {
            -moz-transform: rotate(25deg) skew(1deg) translate(-50%,-50%)
        }
        30% {
            -moz-transform: rotate(-25deg) skew(1deg) translate(-50%,-50%)
        }
        40% {
            -moz-transform: rotate(25deg) skew(1deg) translate(-50%,-50%)
        }
        50% {
            -moz-transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
        }
        100% {
            -moz-transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
        }
    }

    @-webkit-keyframes quick-alo-circle-img-anim {
        0% {
            -webkit-transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
        }
        10% {
            -webkit-transform: rotate(-25deg) skew(1deg) translate(-50%,-50%)
        }
        20% {
            -webkit-transform: rotate(25deg) skew(1deg) translate(-50%,-50%)
        }
        30% {
            -webkit-transform: rotate(-25deg) skew(1deg) translate(-50%,-50%)
        }
        40% {
            -webkit-transform: rotate(25deg) skew(1deg) translate(-50%,-50%)
        }
        50% {
            -webkit-transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
        }
        100% {
            -webkit-transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
        }
    }

    @-o-keyframes quick-alo-circle-img-anim {
        0% {
            -o-transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
        }
        10% {
            -o-transform: rotate(-25deg) skew(1deg) translate(-50%,-50%)
        }
        20% {
            -o-transform: rotate(25deg) skew(1deg) translate(-50%,-50%)
        }
        30% {
            -o-transform: rotate(-25deg) skew(1deg) translate(-50%,-50%)
        }
        40% {
            -o-transform: rotate(25deg) skew(1deg) translate(-50%,-50%)
        }
        50% {
            -o-transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
        }
        100% {
            -o-transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
        }
    }
    @keyframes quick-alo-circle-img-anim {
        0% {
            transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
        }
        10% {
            transform: rotate(-25deg) skew(1deg) translate(-50%,-50%)
        }
        20% {
            transform: rotate(25deg) skew(1deg) translate(-50%,-50%)
        }
        30% {
            transform: rotate(-25deg) skew(1deg) translate(-50%,-50%)
        }
        40% {
            transform: rotate(25deg) skew(1deg) translate(-50%,-50%)
        }
        50% {
            transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
        }
        100% {
            transform: rotate(0deg) skew(1deg) translate(-50%,-50%)
        }
    }
    .footer-info .info_social{
        width: 100%;
        float: none;
    }
    .footer-info .info_social .list_social ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-content: center;
        align-items: center;
    }
    .footer-info .info_social .list_social ul li a span{
        display: none;
    }
    .footer-info .info_social .list_social ul li{
        margin-left: 10px;
    }
    
    .footer-info .info_social .list_social{
        padding-left: 0;
    }
    .list_categrory{
        border: none;
    }
    .list_categrory ul{
        display: none;
    }
    .list_categrory ul li{
        
    }
    #vnt-main{
        width: calc(100% );
        float: left;
    }
    #vnt-sidebar{
        width: 100%;
        float: right;
    }
}
@media all and (max-width: 767px){
    .footer-info .info_company, .footer-info .info_fanpage{
        width: 100%;
    }
}