html.openmenu{
    overflow: hidden !important;
    position: relative !important;
}
body{
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    font-family: 'Muli', sans-serif;
}
#vnt-wrapper{
    width: 100%;
    overflow: hidden;
}
#vnt-container{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.wrapper{
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
}
a{
    color: #000000;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
a:hover{
    color: #d82727;
}
a:focus,
a:active{
    outline: none;
    text-decoration: none;
}
.color1 {
    color: #d82727;
}
.color2 {
    color: #517bae;
}
.color3 {
    color: #999999;
}
.color4 {
    color: #fbac09;
}
.color5 {
    color: #ff8992;
}
.color6 {
    color: #85b78b;
}
.color7 {
    color: #333333;
}
.color8 {
    color: #bbbbbb;
}
/*===========BEGIN: COMMENT=============*/
.comment{
    margin-bottom: 20px;
}
.comment .pagination{
    margin-bottom: 20px;
}
.comment .title{
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333333;
    font-family: 'Roboto Condensed', sans-serif;
}
.comment .title h2{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}
.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;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.formComment button.btn:hover{
    background: #d82727;
    color: #ffffff;
}
.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;
}
/*=================================*/
.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: #d82727;
    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: #d82727;
}
.grid-comment .node-commnet .info-comment .linkanswer a{
    position: relative;
    display: inline-block;
    padding-right: 12px;
    color: #d82727;
}
.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: "Font Awesome 5 Free";
    font-weight: bold;
    content:"\f054";
    top:2px;
    right: 0;
    color: #d82727;
    font-size: 7px;
}
.listanswer .nodeanswer{
    background-color: #f2f2f2;
    margin-bottom:1px;
    padding: 10px;
}
.conmment-facebook{
    margin-bottom: 20px;
}
/*===========END: COMMENT=============*/
/*===========BEGIN: BANNER=============*/
.vnt-banner {
    margin-bottom: 30px;
}
#vnt_banner.slick-initialized .item,
#vnt_banner .item:first-child{
    display: block;
}
#vnt_banner .item{
    display: none;
    position: relative;
}
#vnt_banner .item .i-img img{
    width: 100%;
}
#banner_img.slick-initialized .item,
#banner_img .item:first-child{
    display: block;
}
#banner_img .item{
    display: none;
}
#banner_img .item .i-img img{
    width: 100%;
}
#banner_main {
    height: 490px;
}
#banner_main.slick-initialized .item,
#banner_main .item:first-child{
    display: block;
}
#banner_main .slick-list,
#banner_main .slick-track{
    height: 100%;
}
#banner_main .item{
    height: 100%;
    position: relative;
    display: none;
}
#banner_main .item .i-img{
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    -webkit-transition: transform 12000ms cubic-bezier(0.44, 0.185, 0.575, 0.86) 0s;
    -moz-transition: transform 12000ms cubic-bezier(0.44, 0.185, 0.575, 0.86) 0s;
    -o-transition: transform 12000ms cubic-bezier(0.44, 0.185, 0.575, 0.86) 0s;
    transition: transform 12000ms cubic-bezier(0.44, 0.185, 0.575, 0.86) 0s;
    position: relative;
}
#banner_main .item .i-img:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}
#banner_main.active .item.slick-active .i-img{
    -webkit-transform: rotate(0.01deg) scale(1.1);
    -moz-transform: rotate(0.01deg) scale(1.1);
    -o-transform: rotate(0.01deg) scale(1.1);
    -ms-transform: rotate(0.01deg) scale(1.1);
    transform: rotate(0.01deg) scale(1.1);
}
#banner_main .item .i-img img{
    display: none;
}
/*===========END: BANNER=============*/
/*==BEGIN: HEADER==*/
#vnt-header {
    position: relative;
    z-index: 100;
}
#vnt-header .logo {
    float: left;
    width: 171px;
    height: 70px;
    padding: 10px 0;

}
#vnt-header .logo img {
    max-width: 100%;
    max-height: 50px;
}
#vnt-header  .vnt-menutop {
    float: left;
}
#vnt-header .vnt-menubar {
    float: left;
}
.vnt-menubar {
    position: relative;
}
.vnt-menubar .bar-title {
    font-size: 15px;
    line-height: 20px;
    padding: 25px 10px;
    margin-right: 5px;
    cursor: pointer;
}
.vnt-menubar .bar-title .fa {
    font-size: inherit;
    line-height: inherit;
}
.vnt-menubar .bar-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: rgba(0,60,113,0.9);
    z-index: 10;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 10px 15px;
}
.vnt-menubar:hover .bar-content {
    opacity: 1;
    visibility: visible;
}
.vnt-menubar ul li {
    font-size: 14px;
    line-height: 25px;
}
.vnt-menubar ul li:last-child {
    border-bottom: 0;
}
.vnt-menubar ul li a{
    display: block;
    padding: 5px;
    color: #ffffff;
}
.vnt-menubar ul li a::before {
    content: '';
}
.vnt-menutop > ul:after {
    display: block;
    content: '';
    clear: both;
}
.vnt-menutop > ul > li {
    float: left;
    margin: 0 15px;
    position: relative;
}
.vnt-menutop > ul > li > a {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #333333;
    padding: 25px 0;
}
.vnt-menutop > ul > li > a:hover ,
.vnt-menutop > ul > li.current > a {
    color: #d82727;
}
.vnt-menutop > ul > li.submenu ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 210px;
    background: #ffffff;
    border: 1px solid #ededed;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.vnt-menutop > ul > li.submenu:hover > ul {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.vnt-menutop > ul > li.submenu ul ul {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.vnt-menutop > ul > li.submenu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.vnt-menutop > ul > li.submenu ul li {
    border-bottom: 1px solid #ededed;
    position: relative;
}
.vnt-menutop > ul > li.submenu ul li:last-child {
    border-bottom: 0;
}
.vnt-menutop > ul > li.submenu ul li a {
    display: block;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 15px;
    color: #333333;
    position: relative;
}
.vnt-menutop > ul > li.submenu ul li.hasIcon > a {
    padding-right: 40px;
}
.vnt-menutop > ul > li.submenu ul li.hasIcon > a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f105';
    font-size: 15px;
    line-height: 20px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.vnt-menutop > ul > li.submenu ul li:hover > a {
    background: #f6f6f6;
}
.vnt-menutop > ul > li.megamenu .mega-link {
    width: 870px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border: 1px solid #ededed;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.vnt-menutop > ul > li.megamenu:hover > .mega-link {
    opacity: 1;
    visibility: visible;
}
.mega-link:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 260px;
    border-left: 1px solid #ededed;
}
.mega-link .sub1 {
    width: 260px;
    float: left;
    min-height: 370px;
}
.mega-link .sub1 ul li {
    border-bottom: 1px solid #ededed;
}
.mega-link .sub1 ul li a {
    display: block;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 40px 10px 20px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #333333;
}
.mega-link .sub1 ul li.active a {
    background: #f6f6f6;
}
.mega-link .sub1 ul li.active a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border-left: 1px solid #f6f6f6;
}
.mega-link .sub1 ul li a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f105';
    font-size: 15px;
    line-height: 20px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.mega-link .sub1 ul li:last-child {
    border-bottom: 0;
}
.mega-link .sub2 {
    width: 608px;
    float: right;
    background: #f6f6f6;
    padding: 15px 20px;
    min-height: 370px;
}
.mega-link .sub2 .sub-mega {
    position: absolute;
    top: 15px;
    left: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
}
.vnt-menutop > ul > li.megamenu:hover > .mega-link .sub2 .sub-mega.active {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    opacity: 1;
    visibility: visible;
}
.sub-mega ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}
.sub-mega ul li {
    margin-bottom: 5px;
}
#vnt-header .vnt-tool {
    float: right;
}
.vnt-tool .vnt-login {
    float: left;
}
.vnt-login {
    padding: 10px 20px 10px 50px;
    position: relative;
    height: 70px;
}
.vnt-login:after {
    position: absolute;
    width: 40px;
    height: 40px;
    content: '\f007';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #fbac09;
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    font-weight: 900;
}
.tab-login {
    position: relative;
}
.tab-login .tl-title {
    cursor: pointer;
    font-size: 13px;
    line-height: 25px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.tab-login .tl-title:hover {
    color: #d82727;
}
.tab-login .tl-content {
    position: absolute;
    top: 100%;
    right: 0;
    width: 410px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.tab-login.active .tl-content {
    opacity: 1;
    visibility: visible;
}
.vnt-tool .vnt-logined {
    width: 170px;
    float: left;
    margin: 5px 0;
}
.vnt-logined {
    height: 60px;
    padding: 10px 10px 10px 0;
}
.vnt-logined:after {
    display: block;
    content: '';
    clear: both;
}
.vnt-logined .i-img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
}
.vnt-logined .i-img img {
    float: none;
}
.vnt-logined .i-desc {
    float: right;
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px);
}
.vnt-logined .i-name {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.vnt-logined .i-coin {
    font-size: 12px;
    line-height: 20px;
    color: #517bae;
}
.vnt-logined .i-coin .fa {
    font-size: 13px;
    line-height: inherit;
}
.vnt-tool .vnt-vn {
    float: left;
    margin: 10px 0;
    height: 50px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    border-left: 1px solid #e6e6e6;
}
.vnt-tool .vnt-vn a{
    display: block;
    padding: 5px 15px;
    height: 50px;
}
.vnt-tool .vnt-vn a span {
    display: block;
}
.vnt-tool .vnt-vn img {
    max-height: 16px;
    margin-bottom: 5px;
}
.vnt-tool .vnt-support {
    float: left;
}
.vnt-support {
    position: relative;
}
.vnt-support .s-title{
    margin: 10px 25px 10px 0;
    padding-left: 20px;
    height: 50px;
    border-left: 1px solid #e6e6e6;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
}
.vnt-support .s-title .n-phone {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #d82727;
}
.vnt-support .s-title .i-phone {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #d82727;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
}
.vnt-support .s-title .i-phone .fa {
    font-size: inherit;
    line-height: inherit;
}
.vnt-support .s-title .vmb {
    display: none;
}
.vnt-support .s-content {
    position: absolute;
    top: 100%;
    right: 0;
    width: 370px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ffffff;
    z-index: 10;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.vnt-support.active .s-content {
    opacity: 1;
    visibility: visible;
}
.list-call ul li{
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #eeeeee;
}
.list-call ul li:last-child {
    border-bottom: 0;
}
.list-call ul li a{
    padding-left: 10px;
    color: #d82727;
}
/*==END: HEADER==*/
/*==BEGIN: CONTENT==*/
.mb2 {
    margin-bottom: 2px;
}
.mb3 {
    margin-bottom: 3px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mt30 {
    margin-top: 30px;
}
.p15-10 {
    padding: 15px 10px;
}
.mt15 {
    margin-top: 15px;
}
.underline {
    text-decoration: underline;
}
a.underline:hover {
    text-decoration: underline;
}
#vnt-content{
    padding-bottom: 30px;
}
.row.cel-p10 {
    margin-left: -10px;
    margin-right: -10px;
}
.row.cel-p10 *[class^=col-] {
    padding-left: 10px;
    padding-right: 10px;
}
.row.cel-p7 {
    margin-left: -7px;
    margin-right: -7px;
}
.row.cel-p7 *[class^=col-] {
    padding-left: 7px;
    padding-right: 7px;
}
.row.cel-p5 {
    margin-left: -5px;
    margin-right: -5px;
}
.row.cel-p5 *[class^=col-] {
    padding-left: 5px;
    padding-right: 5px;
}
.row.cel-p1 {
    margin-left: -1px;
    margin-right: -1px;
}
.row.cel-p1 *[class^=col-] {
    padding-left: 1px;
    padding-right: 1px;
}
.row.cel-p0 {
    margin-left: 0;
    margin-right: 0;
}
.row.cel-p0 *[class^=col-] {
    padding-left: 0;
    padding-right: 0;
}
.item-diadiem {
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.item-diadiem .i-img {
    overflow: hidden;
    position: relative;
}
.item-diadiem .i-img a {
    display: block;
    overflow: hidden;
    padding-top: 52.63%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    background-position: 50% 50% ;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.item-diadiem .i-img:hover a {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.item-diadiem .i-img a:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 198px;
    background: url("../images/mask.png") repeat-x;
}
.item-diadiem .i-img .i-text {
    pointer-events: none;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: #ffffff;
}
.item-diadiem .i-img .i-text .t-title {
    font-size: 25px;
    line-height: 35px;
    max-height: 70px;
    overflow: hidden;
    font-weight: bold;
}
.item-diadiem .i-img .i-text .t-content {
    font-size: 14px;
    line-height: 25px;
}
.item-diadiem .i-list {
    height: 150px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 15px 20px;
}
.item-diadiem .i-list ul {
    margin: 0 -10px;
}
.item-diadiem .i-list ul:after {
    display: block;
    content: '';
    clear: both;
}
.item-diadiem .i-list ul li {
    float: left;
    width: 33.333333%;
    padding: 0 10px;
}
.item-diadiem .i-list ul li a {
    display: inline-block;
    max-width: 100% ;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.item-luachon {
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.item-luachon .i-img {
    overflow: hidden;
    position: relative;
}
.item-luachon .i-img a {
    display: block;
    overflow: hidden;
    padding-top: 107%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    background-position: 50% 50% ;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.item-luachon .i-img:hover a {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.item-luachon .i-img a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: url("../images/mask2.png") repeat-x;
}
.item-luachon .i-text {
    pointer-events: none;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    color: #ffffff;
}
.item-luachon .i-text .t-title {
    font-size: 25px;
    line-height: 35px;
    max-height: 70px;
    overflow: hidden;
    font-weight: bold;
}
.item-luachon .i-text .t-content {
    font-size: 14px;
    line-height: 25px;
}
.title-main {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.title-main .fa {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #fbac09;
}
.title-main .i-star {
    display: inline-block;
    vertical-align: middle;
}
.title-main .fancybox {
    margin: 0 4px;
    color: #fbac09;
    font-size: 14px;
    line-height: 25px;
}
.v767 {
    display: none !important;
}
.date_social{
    margin-bottom: 15px;
}
.date_social .ds_date{
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 0 5px 20px;
    position: relative;
    color: #999999;
    font-weight: normal;
    vertical-align: top;
    margin-bottom: 5px;
}
.date_social .ds_date:before{
    position: absolute;
    top: 5px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: '\f133';
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
}
.date_social .ds_social{
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.date_social .ds_social ul:after{
    display: block;
    content: '';
    clear: both;
}
.date_social .ds_social ul li{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.date_social .ds_social ul li a{
    display: block;
    width: 30px;
    height: 30px;
    background-color: #3b5998;
    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;
    position: relative;
}
.date_social .ds_social ul li a:hover{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.date_social .ds_social ul li a .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
    line-height: 20px;
}
.the-content {
    margin-bottom: 30px;
}
.the-content .desc {
   font-size: 16px;
  line-height: 25px;
}
.menu-qldp {
    background: #eeeeee;
    margin-bottom: 20px;
    position: relative;
}
.menu-qldp .menu-title {
    display: none;
    position: relative;
    font-size: 14px;
    line-height: 25px;
    padding: 10px 30px 10px 20px;
    font-weight: bold;
}
.menu-qldp .menu-title:after {
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    content: '\f0d7';
    font-size: 20px;
    line-height: 30px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #666666;
}
.menu-qldp ul:after {
    display: block;
    content: '';
    clear: both;
}
.menu-qldp ul li {
    margin-right: 1px;
    float: left;
}
.menu-qldp ul li a{
    display: block;
    font-size: 14px;
    line-height: 25px;
    padding: 10px 20px;
    position: relative;
    font-weight: bold;
}
.menu-qldp ul li a:after {
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    content: '';
    height: 2px;
    background: #d82727;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu-qldp ul li.current a {
    color: #d82727;
}
.menu-qldp ul li.current a:after {
    left: 0;
    right: 0;
}
    /*==END: CONTENT==*/
/*==BEGIN: FOOTER==*/
#vnt-footer {
    background: #f6f6f6;
}
.footer-main {
    padding: 30px 0 10px;
}
.title-footer {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.bocongthuong {
    width: 142px;
}
.list-menu-footer ul li {
    border-bottom: 1px solid #e5e5e5;
}
.list-menu-footer ul li a{
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 0 15px 40px;
    position: relative;
    text-transform: uppercase;
}
.list-menu-footer ul li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.list-menu-footer ul li a.bfa:before {
    font-weight: bold;
}
.vnt-social {
    margin: 10px 0;
}
.vnt-social ul:after {
    display: block;
    content: '';
    clear: both;
}
.vnt-social ul li {
    margin-right: 5px;
    float: left;
}
.vnt-social ul li a{
    display: block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 5px;
    text-align: center;
}
.form-receive .form-control {
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.form-receive button.btn {
    height: 40px;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 15px;
    border-radius: 0;
    border: 0;
    background: #d82727;
    color: #ffffff;
    margin-left: 0 !important;
    outline: 0 !important;
    -webkit-box-shadow: none ;
    -moz-box-shadow: none ;
    box-shadow: none ;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.form-receive button.btn:hover {
    background: #666666;
    color: #ffffff;
}
.form-receive button.btn span {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.footer-bottom {
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
}
.footer-bottom .logo {
    float: left;
    padding: 15px 0;
}
.footer-bottom .logo img {
    max-height: 50px;
}
.footer-bottom .copyright {
    float: right;
    text-align: right;
}
.copyright {
    padding: 15px 0;
}
.copyright ,
.copyright a {
    color: #999999;
    font-style: italic;
}
.copyright strong,
.copyright strong a {
    color: #333333;
    font-weight: bold;
    font-style: normal;
}
.fhr {
    border-top: 1px solid #ffffff;
    margin: 0 0 30px;
}
.link-visa-footer .link-title{
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #d82727;
    border-bottom: 2px solid #d82727;
}
.link-visa-footer ul {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
}
.link-visa-footer ul li {
    margin-bottom: 5px;
}
/*==END: FOOTER==*/
.box-login {
    background: #ffffff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}
.box-login .login-title {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    background: #fbac09;
    position: relative;
    margin-top: 5px;
    padding: 10px;
    text-align: center;
}
.box-login .login-title:after {
    position: absolute;
    right: 35px;
    content: '';
    bottom: 100%;
    border-bottom: 7px solid #fbac09;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.box-login .login-content {
    padding: 20px 30px;
}
.box-login .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 40px;
}
.box-login button.btn {
    width: 100%;
    border-radius: 0;
    border: 0;
    outline: 0;
    height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #d82727;
    color: #ffffff;
    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;
}
.box-login button.btn:hover {
    background: #666666;
    color: #ffffff;
}
.box-login button.btn span {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.upper-case {
    text-transform: uppercase;
}
a.color1:hover {
    text-decoration: underline;
}
.fwn {
    font-weight: normal !important;
}
.hr {
    margin: 15px 0;
    border-bottom: 1px solid #ededed;
}
.mw270 {
    min-width: 270px;
}
.link-social {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 5px 5px 45px;
    position: relative;
    background: #546fae;
    color: #ffffff;
}
.link-social:hover {
    color: #ffffff;
}
.link-social .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    border-right: 1px solid #ffffff;
    font-size: inherit;
    line-height: inherit;
    text-align: center;
    padding: 5px;
}
.wrap_menu_cat {
    background: #d82727;
}
.menu_cat > ul:after {
    display: block;
    content: '';
    clear: both;
}
.menu_cat > ul > li {
    float: left;
    margin-right: 25px;
}
.menu_cat > ul > li > a {
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
.menu_cat > ul > li.current > a,
.menu_cat > ul > li:hover > a{
    color: #ffffff;
}
.menu_cat > ul > li.hasSub {
    position: relative;
}
.menu_cat > ul > li.hasSub ul {
    position: absolute;
    width: 220px;
    top: 100%;
    left: 0;
    background: #ffffff;
    z-index: 10;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu_cat > ul > li.hasSub ul ul {
    left: 100%;
    top: 0;
}
.menu_cat > ul > li.hasSub > a:after {
    padding-left: 4px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f0d7';
    font-size: inherit;
    line-height: inherit;
}
.menu_cat ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    z-index: 11;
}
.menu_cat > ul > li.hasSub ul li {
    border-bottom: 1px solid #eeeeee;
    position: relative;
}
.menu_cat > ul > li.hasSub ul li a{
    display: block;
    padding: 15px;
    color: #333333;
    font-size: 13px;
    line-height: 20px;
}
.menu_cat > ul > li.hasSub ul li:hover > a {
    color: #d82727;
}
.wrap_menu_cat {
    position: relative;
}
.wrap_menu_cat .menu_cat_title {
    display: none;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 40px 10px 15px;
    position: relative;
    text-transform: uppercase;
}
.wrap_menu_cat .menu_cat_title:after {
    position: absolute;
    top: 50%;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    content: '\f0d7';
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.box-news .item{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.box-news .item:after{
    display: block;
    content: '';
    clear: both;
}
.box-news .item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.box-news .item .i-img{
    float: left;
    width: 120px;
}
.box-news .item .i-img a{
    display: block;
    overflow: hidden;
    padding-top: 66.666667%;
    position: relative;
}
.box-news .item .i-img a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.box-news .item .i-desc{
    float: right;
    width: -webkit-calc(100% - 132px);
    width: -moz-calc(100% - 132px);
    width: calc(100% - 132px);
}
.box-news .item .i-title{
    font-size: 14px;
    line-height: 22px;
    max-height: 66px;
    font-weight: normal;
    overflow: hidden;
    margin-top: 5px;
}
.box-news .item .i-title h3{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.box-style {
    margin-bottom: 20px;
}
.box-style .bs_title {
    margin-bottom: 15px;
    padding: 5px;
    border-bottom: 2px solid #d82727;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.list-link ul li {
    border-bottom: 1px solid #ffffff;
    background: #f6f6f6;
}
.list-link ul li:last-child {
    border-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}
.list-link ul li a{
    display: inline-block;
    padding: 10px 0 10px 30px;
    position: relative;
}
.list-link ul li a:after {
    position: absolute;
    top: 10px;
    left: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f0da';
}
.div_adv {
    text-align: center;
    margin-bottom: 20px;
}
.script-select .sod_select{
    display: block;
    width: 100%;
    height: 40px;
    color: #333333;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    text-transform: none;
    padding: 10px 10px;
}
.script-select .sod_select:hover, .script-select .sod_select.open, .script-select .sod_select.focus {
    border-color: #eeeeee;
}
.script-select .sod_select.focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.script-select .sod_select.above .sod_list_wrapper{
    margin-bottom: 1px;
}
.script-select .sod_select:before{
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f0d7';
    font-size: 16px;
    line-height: 20px;
    top: 10px;
}
.script-select .sod_select:after{
    content: '';
}
.script-select .sod_select .sod_list_wrapper{
    margin-left: 0;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.20);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.20);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.20);
    box-shadow: 0 0 15px rgba(0,0,0,0.20);
    border: 1px solid #dddddd;
    min-width: 100%;
    z-index: 90;
    max-height: 310px;
    overflow: auto;
    width: auto;
}
.script-select .sod_select.above .sod_list_wrapper {
    border-top: 1px solid #dddddd;
}
 .script-select .sod_select .sod_option {
    padding: 8px 10px;
}
.script-select .sod_select .sod_option.selected{
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
}
.script-select .sod_select .sod_option.active {
    background: #eeeeee;
    color: #333333;
}
.script-select .sod_select .sod_option:before{
    background: none;
}
.style-title-1 {
    margin-bottom: 20px;
    border-bottom: 2px solid #333333;
}
.stTitle {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
    font-weight: bold;
}
.stTitle2 {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 30px;
    padding: 5px 15px;
    font-weight: bold;
    text-transform: uppercase;
    background: #d82727;
    color: #ffffff;
}
.link-more-2 {
    margin: 8px 0;
}
.link-more-2 a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f061';
    padding-left: 8px;
    color: #d82727;
}
.link-more-3 {
    margin: 5px 0;
    border-left: 1px solid #e5e5e5;
    padding-left: 10px;
}
.link-more-3 a {
    font-weight: bold;
}
.link-more-3 a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f0c9';
    padding-left: 8px;
    color: #d82727;
}
.ul-title {
    display: inline-block;
    vertical-align: top;
}
.ul-title:after {
    display: block;
    content: '';
    clear: both;
}
.ul-title li {
    float: left;
    margin: 0 15px;
}
.ul-title li a {
    display: block;
    font-size: 18px;
    line-height: 30px;
    padding: 5px 0;
    font-weight: bold;
    text-transform: uppercase;
}
.iNews .i-img{
    overflow: hidden;
    margin-bottom: 10px;
}
.iNews .i-img a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
}
.iNews .i-img a img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.iNews:hover .i-img a img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.iNews .i-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 8px;
}
.iNews .i-content {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    max-height: 88px;
    overflow: hidden;
}
.item-visa .i-img{
    position: relative;
}
.item-visa .i-img .i-sale {
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 120px;
    height: 50px;
    background: url("../images/bg-km.png") no-repeat;
    color: #ffffff;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    padding: 12px 10px;
}
.item-visa .i-img .i-sale span{
    font-size: 20px;
    line-height: 25px;
}
.item-visa .i-img a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
    overflow: hidden;
}
.item-visa .i-img a img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.item-visa:hover .i-img a img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.item-visa .i-img a .i-address{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 10px;
    background: rgba(52,74,113,0.9);
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
}
.item-visa.visa-km .i-img a .i-address {
    max-width: -webkit-calc(100% - 130px);
    max-width: -moz-calc(100% - 130px);
    max-width: calc(100% - 130px);
}
.item-visa .i-img a .i-address:before {
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f3c5';
}
.item-visa .i-desc {
    background: #f6f6f6;
    padding: 15px;
}
.item-visa .i-title {
    font-size: 18px;
    line-height: 25px;
    overflow: hidden;
    font-weight: bold;
    height: 50px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 5px;
}
.item-visa.visa-km .i-title {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
}
.item-visa .i-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 30px;
    color: #d82727;
    font-weight: bold;
}
.item-visa .i-price-line {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    text-decoration: line-through;
}
.item-visa .text-overflow {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.item-visa .i-content {
    font-size: 14px;
    line-height: 22px;
    min-height: 90px;
    color: #666666;
    position: relative;
}
.item-visa.visa-km .i-content {

}
.item-visa .i-content .i-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    text-align: right;
}
.item-visa.visa-km .i-content .i-right {
    width: 120px;
}
.item-visa .i-content .i-icon ul {
    display: inline-block;
}
.item-visa .i-content .i-icon ul:after {
    display: block;
    content: '';
    clear: both;
}
.item-visa .i-content .i-icon ul li {
    float: left;
    margin: 0 4px;
    color: #999999;
}
@media screen and (max-width: 1100px){
    .vnt-menutop > ul > li {
        margin: 0 10px;
    }
    .vnt-menutop > ul > li > a {
        font-size: 13px;
        line-height: 20px;
    }
    .ul-title li a {
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1024px) {
    #vnt-header .vnt-menubar,
    #vnt-header .vnt-menutop,
    .vnt-tool .vnt-login,
    .vnt-tool .vnt-logined,
    .vnt-tool .vnt-vn {
        display: none;
    }
    #vnt-header .logo {
        float: left;
        width: 140px;
        height: 60px;
        padding: 10px 0;
        margin-right: 20px;
    }
    #vnt-header .logo img {
        max-height: 40px;
    }
    .vnt-support .s-title {
        height: 40px;
        margin: 10px 0;
        padding-left: 0;
        border-left: 0;
    }
    .vnt-support .s-title .hmb {
        display: none;
    }
    .vnt-support .s-title .vmb {
        display: block;
    }
    .wrap_menu_cat .wrapper {
        padding: 0;
    }
    .wrap_menu_cat .menu_cat_title {
        display: block;
    }
    .wrap_menu_cat .menu_cat {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        z-index: 99;
        max-height: 290px;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }
    .wrap_menu_cat.active .menu_cat {
        opacity: 1;
        visibility: visible;
    }
    .menu_cat > ul > li {
        float: none;
        margin-right: 0;
        border-bottom: 1px solid #eeeeee;
        color: #333333;
    }
    .menu_cat > ul > li > a{
        color: #333333;
        padding: 15px 15px;
        text-transform: none;
    }
    .menu_cat > ul > li.current > a, .menu_cat > ul > li:hover > a {
        color: #333333;
    }
    .menu_cat > ul > li.hasSub > a:after {
        display: none;
    }
    .menu_cat > ul > li.hasSub ul {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        padding-left: 25px;
    }
    .menu_cat > ul > li.hasSub ul li {
        border-top: 1px solid #eeeeee;
        border-bottom: 0;
    }
    .menu_cat > ul > li.hasSub ul ul {
        left: 0;
        top: 0;
    }
    .menu_cat > ul > li.hasSub ul li a {
        padding: 10px 0 10px 20px;
        position: relative;
    }
    .menu_cat > ul > li.hasSub ul li a:before {
        position: absolute;
        left: 0;
        bottom: 10px;
        font-family: "Font Awesome 5 Free";
        content: '\f111';
        font-size: 6px;
        font-weight: bold;
    }
    .menu_cat > ul > li.hasSub ul ul li a:before {
        font-weight: normal;
    }
    .menu-qldp .menu-title {
        display: block;
    }
    .menu-qldp .menu-content {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #f9f9f9;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) ;
        -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) ;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) ;
        z-index: 30;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .menu-qldp.active .menu-content {
        opacity: 1;
        visibility: visible;
    }
    .menu-qldp ul li {
        margin-right: 0;
        float: none;
        border-bottom: 1px solid #f1f1f1;
    }
    .menu-qldp ul li:last-child {
        margin-bottom: 0;
    }
    .menu-qldp ul li.current a:after {
        display: none;
    }
    .menu-qldp ul li a {
        font-weight: normal;
    }
    .title-main .fancybox {
        display: none;
    }
    .ul-title {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    #banner_main {
        height: auto;
    }
    #banner_main .item .i-img {
        padding-top: 35.14%;
    }

    .bocongthuong {
        margin: 0 auto;
    }
    .footer-bottom .logo {
        float: none;
    }
    .footer-bottom .copyright {
        float: none;
        text-align: center;
    }
    .title-main {
        font-size: 25px;
        line-height: 35px;
    }
    .logo-social {
        float: none;
    }
    .vnt-social {
        display: inline-block;
    }
    .link-visa-footer {
        text-align: left;
    }
    .link-visa-footer .link-title {
        padding-right: 30px;
        position: relative;
    }
    .link-visa-footer .link-title:after {
        position: absolute;
        top: 0;
        right: 0;
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        content: '\f067';
        color: #666666;
        font-size: 15px;
        line-height: 25px;
    }
    .link-visa-footer.active .link-title:after {
        content: '\f068';
    }
    .link-visa-footer ul {
        display: none;
    }
    .link-visa-footer.active ul {
        display: block;
    }
    .stTitle {
        font-size: 25px;
        line-height: 35px;
    }
}
@media screen and (max-width: 767px) {
    .v767 {
        display: block !important;
    }
    .h767 {
        display: none !important;
    }
}
@media screen and (max-width: 639px) {
    .link-visa-footer ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media screen and (max-width: 479px) {
    .vnt-support {
        position: static;
    }
    .vnt-support .s-content {
        width: auto;
        left: 15px;
        right: 15px;
    }
}