@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');

@font-face {
    font-family: 'Minion';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:  url('../fonts/MinionPro-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Minion';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:  url('../fonts/MinionPro-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Minion';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src:  url('../fonts/MinionPro-Semibold.woff') format('woff');
}
@font-face {
    font-family: 'Minion';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src:  url('../fonts/MinionPro-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Myriad Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src:  url('../fonts/MyriadPro-Light.woff') format('woff');
}
@font-face {
    font-family: 'Myriad Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:  url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
}
@font-face {
    font-family: 'Myriad Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src:  url('../fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}
@font-face {
    font-family: 'Myriad Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src:  url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
}

*,
*:active,
*:focus {
    outline: 0;
}

a,
a:hover,
a:visited,
a:focus {
    text-decoration: none;
}

body,
html {
    font-family: 'Myriad Pro';
    font-size: 14px;
    line-height: 23px;
    color: #333333;
    font-weight: 400;
}

html::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

html::-webkit-scrollbar-thumb {
    background-color: #333333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.zoomImg {
    position: relative;
    overflow: hidden;
}

.zoomImg:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.zoomImg img {
    transition: -webkit-transform 4s cubic-bezier(0, .6, .45, 1);
    transition: transform 4s cubic-bezier(0, .6, .45, 1);
    transition: transform 4s cubic-bezier(0, .6, .45, 1), -webkit-transform 7s cubic-bezier(0, .6, .45, 1);
}

*:focus {
    outline: 0;
}

a {
    color: #333333;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

a:focus,
button:focus {
    outline: 0;
}

a:hover {
    color: var(--primary-color);
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#vnt-container {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.nobanner {
    padding-top: 117px;
}

.nobanner .vntheader {
    background: #f8f8f8;
}

#vnt-header {
    position: fixed;
    z-index: 111;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#vnt-header.fixed {
    transform: translateY(-100%);
    background-color: #f8f8f8;
}

#vnt-header.fixed.effectActive {
    transform: initial;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

#vnt-header .submenuDesk {
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    z-index: 11;
    position: static;
    top: -30px;
}

#vnt-header.fixed .submenuDesk {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: initial;
    z-index: 111;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.wrapper {
    max-width: 1190px;
    padding: 0px 10px;
    margin: 0 auto;
}

.wrapping {
    max-width: 1340px;
    padding: 0px 10px;
    margin: 0 auto;
}

.wrapfull {
    padding: 0px 30px;
}

.vhwrap {
    max-width: 970px;
    margin: 0 auto;
}

#vnt-slide .img {
    position: relative;
}

.vhfulban .img {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.vhfulban .img img {
    display: none;
}

#vnt-slide .img img {
    width: 100%;
}

.vnt-slide {
    position: relative;
}

.vnt-slide .bg {
    min-height: 400px;
    padding: 80px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.vnt-slide .bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.vnt-slide .bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.wrapCont {
    padding: 40px 0 60px 0;
}

.wrapCont.wrapContB {
    padding-bottom: 70px;
}

.wrapCont .info_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 15px 0;
}

.wrapCont .info_top .share_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slick-init .item {
    display: none;
}

.slick-init .item.slick-slide,
.slick-init .item:first-child {
    display: block;
}

.slick-slider {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.input-group-img {
    width: 1%;
    white-space: nowrap;
    padding-left: 7px;
    display: table-cell;
    vertical-align: middle;
}

.input-group-img img {
    max-width: inherit;
}

.lazyloading {
    opacity: 0;
}

.lazy-start {
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.openmenu .vntheader {
    pointer-events: auto;
}

.vntheader {
    padding: 14px 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#vnt-header.fixed.effectActive .vntheader {
    background: #f8f8f8;
    padding: 5px 0;
}

.vntheader .grhead {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0 -10px;
}

.vntheader .grhead>div {
    padding: 0 10px;
}

.vntheader .grhead .coll {
    width: 320px;
}

.vntheader .grhead .colr {
    width: calc(100% - 320px);
}

.vntsearchmn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    margin: 0 -10px;
}

.vntsearchmn>div {
    padding: 0 10px;
}

.vntsearchmn .hdtool {
    width: calc(100% - 70px);
}

.vntsearchmn .hdmenu {
    width: 70px;
}

.vhlogo .logo {
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    overflow: hidden;
}

.vhlogo .logo .hdlogolg {
    position: absolute;
    z-index: -111111;
    opacity: 0;
    pointer-events: none;
}

#vnt-header.fixed.effectActive .vhlogo .logo .hdlogosm {
    position: absolute;
    z-index: -111111;
    opacity: 0;
    pointer-events: none;
}

#vnt-header.fixed.effectActive .vhlogo .logo .hdlogolg {
    position: relative;
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
}

.nobanner .vhlogo .logo .hdlogosm {
    position: absolute;
    z-index: -111111;
    opacity: 0;
    pointer-events: none;
}

.nobanner .vhlogo .logo .hdlogolg {
    position: relative;
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
}

.vhlogo .logo img {
    width: 100px;
}

.vhlogo .captions {
    text-align: center;
}

.vhlogo .addressTop p {
    padding: 0;
}

@-webkit-keyframes animation_slogan {
    0% {
        left: -100px;
        opacity: 1;
    }

    15% {
        left: -100px;
        opacity: 1;
    }

    85% {
        left: 70%;
        opacity: 1;
    }

    100% {
        left: 70%;
        opacity: 0;
    }
}

@-moz-keyframes animation_slogan {
    0% {
        left: -100px;
        opacity: 1;
    }

    15% {
        left: -100px;
        opacity: 1;
    }

    85% {
        left: 70%;
        opacity: 1;
    }

    100% {
        left: 70%;
        opacity: 0;
    }
}

@keyframes animation_slogan {
    0% {
        left: -100px;
        opacity: 1;
    }

    15% {
        left: -100px;
        opacity: 1;
    }

    85% {
        left: 70%;
        opacity: 1;
    }

    100% {
        left: 70%;
        opacity: 0;
    }
}

.vntheader .toolHeader {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.vntheader .lstLinkTop>ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.vntheader .lstLinkTop>ul>li {
    margin-right: 40px;
    position: relative;
}

.vntheader .lstLinkTop>ul>li:last-child {
    margin-right: 0;
}

.vntheader .lstLinkTop>ul>li>a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: block;
    padding: 8px 0;
    position: relative;
}

#vnt-header.fixed.effectActive .lstLinkTop>ul>li>a {
    color: #333333;
}

.nobanner .lstLinkTop>ul>li>a {
    color: #333333;
}

.vntheader .lstLinkTop>ul>li>a::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 2px;
    background-color: #fff;
    width: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#vnt-header.fixed.effectActive .lstLinkTop>ul>li>a::before {
    background-color: #333333;
}

.nobanner .lstLinkTop>ul>li>a::before {
    background-color: #333333;
}

.vntheader .lstLinkTop ul li.active a::before,
.vntheader .lstLinkTop ul li:hover a::before {
    width: 100%;
}

.vntheader .lstLinkTop>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 250px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    padding: 0 15px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.vntheader .lstLinkTop>ul>li:last-child ul {
    left: initial;
    right: 0;
}

.vntheader .lstLinkTop>ul>li:hover>ul {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
}

.vntheader .lstLinkTop>ul>li>ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.vntheader .lstLinkTop>ul>li>ul li:last-child {
    border-bottom: none;
}

.vntheader .lstLinkTop>ul>li>ul li a {
    display: block;
    padding: 12px 0;
}

.vntheader .lstLinkTop>ul>li>ul li a:hover {
    color: var(--primary-color);
}

.vntheader .vntsearchmn .vntBook a {
    display: block;
    background-color: #f58220;
    height: 40px;
    width: 130px;
    text-align: center;
    color: #ffff;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.vntheader .vntsearchmn .vntBook a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background-color: #e27212;
    -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;
}

.vntheader .vntsearchmn .vntBook a:hover::before {
    opacity: 1;
    background-color: #e27212;
    -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);
}

.vntheader .vntsearchmn .vntBook a span {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
}

.vntheader .vntsearchmn .vntBook a span::before {
    content: "\f073";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font: normal normal normal 14px/1 FontAwesome;
}

.toolHeader .header-tools {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.header-tools .logoFix {
    width: 0px;
    height: 40px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header-tools .logoFix img {
    width: 100%;
    height: 100%;
}

.menuTop {
    margin-right: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.menuTop>ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuTop>ul>li {}

.menuTop>ul>li:last-child {
    margin-right: 0;
}

.menuTop>ul>li:nth-child(2) {
    position: relative;
}

.menuTop>ul>li:nth-child(3)>ul,
.menuTop>ul>li:nth-child(4)>ul,
.menuTop>ul>li:nth-child(5)>ul {
    justify-content: center;
}

.menuTop>ul>li:nth-child(6)>ul,
.menuTop>ul>li:nth-child(7)>ul {
    justify-content: flex-end;
}

.menuTop>ul>li>a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 30px;
    position: relative;
    font-weight: 600;
}

.menuTop>ul>li>a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    border-right: 1px solid #dddddd;
}

.menuTop>ul>li:last-child a::after {
    display: none;
}

.menuTop>ul>li.current>a {
    color: var(--primary-color);
}

.menuTop>ul>li.home>a i {
    font-size: 18px;
    line-height: 25px;
}

.menuTop>ul>li>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: var(--primary-color);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menuTop>ul>li:hover>a:before,
.menuTop>ul>li.current>a:before {
    width: calc(100% - 60px);
}

.menuTop>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}

.menuTop>ul>li>ul {
    min-width: 1000px;
    width: 100%;
    max-width: 1170px;
    background: var(--primary-color);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    align-content: center;
    z-index: 3;
    justify-content: flex-start;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

.menuTop>ul>li>ul::before {
    content: '';
    width: 1000px;
    height: 100%;
    background-color: var(--primary-color);
    left: -1000px;
    top: 0;
    bottom: 0;
    position: absolute;
}

.menuTop>ul>li>ul::after {
    content: '';
    width: 1000px;
    height: 100%;
    background-color: var(--primary-color);
    right: -1000px;
    top: 0;
    bottom: 0;
    position: absolute;
}

.menuTop ul li ul li {
    margin-right: 0;
}

.menuTop ul li ul li:last-child {
    border-bottom: none;
}

.menuTop ul li ul li a {
    font-size: 14px;
    line-height: 22px;
    text-transform: initial;
    padding: 10px 15px;
    color: #fff;
    display: block;
    position: relative;
}

.menuTop ul li ul li a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.menuTop ul li ul li:last-child a::after {
    display: none;
}

.menuTop ul li ul li:first-child a {
    padding-left: 30px;
}

.menuTop ul li ul li a:before {
    display: none;
}

.menuTop ul li ul li.hasSub>a:after {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menuTop ul li ul li:hover>a {
    background: var(--primary-color);
    color: #fff;
}

.menuTop ul li ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
}

.languageTop {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.languageTop .icon {
    padding: 8px 15px;
    border-radius: 25px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.languageTop .icon .img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

#vnt-header.fixed.effectActive .languageTop .icon {
    background-color: transparent;
    padding: 2px 15px;
}

.languageTop .icon .txt {
    display: block;
    position: relative;
    padding-right: 15px;
}

.languageTop .icon .txt:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.languageTop.active .icon .txt:after {
    content: "\f106";
}

.languageTop .popup {
    background: #fff;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 18;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    min-width: 132px;
}

.languageTop.active .popup {
    opacity: 1;
    visibility: visible;
}

.languageTop .popup ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 9px 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.languageTop .popup ul li a:hover {
    background-color: #e5e5e5;
}

.languageTop .popup ul li a img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.submenuDesk {
    background-color: #f6f6f6;
}

.submenuDesk .submeHov {
    position: relative;
}

.vnt-main-top {
    position: relative;
}

#vnt-slide-has .item {
    position: relative;
}

#vnt-slide-has .item .img {
    position: relative;
}

#vnt-slide-has .item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 70px 0 50px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
}

#vnt-slide-has .caption .inner {
    max-width: 400px;
}

#vnt-slide-has .caption .title {
    margin-bottom: 10px;
}

#vnt-slide-has .caption h1,
#vnt-slide-has .caption h2 {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Minion';
    font-weight: 600;
}

#vnt-slide-has .caption .cont {
    font-size: 16px;
    line-height: 24px;
}

.vnt-main-top.v2 {
    margin-bottom: 0;
}

.vnt-main-top.v2 .vnt-slide .bg .title_info_banner {
    bottom: 0;
    color: #fff;
    text-align: center;
}

.vnt-main-top.v2 .vnt-slide .bg .title_info_banner .date {
    color: #92b1f3;
    margin-bottom: 20px;
}

.vnt-main-top.v2 .vnt-slide .bg .title_info_banner h1 {
    font-size: 40px;
    line-height: 45px;
    text-transform: initial;
    font-weight: 400;
    font-family: 'Be Vietnam', sans-serif;
}

.wrapPost {
    position: relative;
    z-index: 2;
    margin-top: -135px;
    padding-bottom: 30px;
}

.wrapPost.mb {
    margin-bottom: 40px;
}

.wrapPost.pg {
    padding: 40px 30px;
}

.wrapPost.reset_pd {
    padding: 0;
    padding-bottom: 30px;
}

.wrapPost.bg {
    background: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.breadcrumb {
    z-index: 2;
    background-color: #f5f5f5;
}

.breadcrumb ul {
    display: block;
}

.breadcrumb ul li {
    padding: 0;
    margin: 0 10px;
    display: inline-block;
    position: relative;
    font-size: 12px;
    line-height: 22px;
    flex-shrink: 0;
    color: #333333;
}

.breadcrumb ul li a {
    color: #333333;
}

.breadcrumb ul li:first-child {
    margin-left: 0;
}

.breadcrumb ul li:last-child a {
    margin-left: 0;
    color: var(--primary-color);
}

.breadcrumb ul li a {
    font-size: 12px;
    line-height: 16px;
    line-height: inherit;
}

.breadcrumb ul li a:hover {
    color: var(--primary-color)
}

.breadcrumb ul li:after {
    content: "/";
    display: inline-block;
    position: absolute;
    right: -13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 23px
}

.breadcrumb ul li:last-child:after {
    content: initial
}

.breadcrumb ul li:last-child {
    margin-right: 0
}

.menuSidebar {
    margin-bottom: 20px;
}

.menuSidebar .title {
    font-size: 16px;
    line-height: 24px;
    background: #ea4725;
    text-transform: uppercase;
    padding: 8px 25px;
    color: #ffffff;
    font-weight: bold;
}

.menuSidebar ul {
    border: solid 1px #dddddd;
    border-top: none;
}

.menuSidebar ul li a {
    display: block;
    padding: 12px 0px;
    padding-left: 35px;
    border-bottom: solid 1px #dddddd;
    border-left: solid 3px #ffffff;
    position: relative;
}

.menuSidebar ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menuSidebar ul li:last-child a {
    border-bottom: none;
}

.menuSidebar ul li:hover>a {
    color: #f44236;
}

.menuSidebar ul li.active a {
    border-left-color: #ea4725;
    color: #ea4725;
}

.menuSidebar ul li ul li a {
    background: #303030;
    font-weight: normal;
    border: none;
    padding-left: 45px;
    border-bottom: solid 1px #454545;
    position: relative;
}

.menuSidebar ul li ul li a:before {
    content: "\f111";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    left: 25px;
    font-size: 5px;
}

.menuSidebar ul li ul li.active a,
.menuSidebar ul li ul li:hover a {
    color: #b35de4;
}

.box_mid .mid-title {
    margin-bottom: 30px;
}

.box_mid .mid-title .titleL {
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
    position: relative;
    color: #000000;
}

.box_mid .mid-title .titleL.line_top {
    text-align: center;
    float: none;
    font-weight: 600;
}

.box_mid .mid-title .titleL.styletxt {
    font-size: 30px;
    text-transform: initial;
    line-height: 45px;
}

.box_mid .mid-title .titleL.remove_float {
    float: none;
}

.box_mid .mid-title .titleL h1,
.box_mid .mid-title .titleL h2 {
    position: relative;
    display: inline-block;
    font-size: 45px;
    line-height: 60px;
    font-family: 'Minion';
    font-weight: 600;
    color: #000000;
    padding-bottom: 50px;
}

.box_mid .mid-title .titleL h1::before,
.box_mid .mid-title .titleL h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-image: url(../images/line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.box_mid .mid-title .titleL h1,
.box_mid .mid-title .titleL h2 {
    font-size: inherit;
    line-height: inherit;
}

.box_mid.left .mid-title .titleL {
    text-align: left;
}

.tabMenu {
    background-color: transparent;
    margin-bottom: 40px;
}

.menuTab {
    margin-bottom: 0;
}

.menuTab ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.menuTab ul li {
    margin-right: 10px;
}

.menuTab ul li:last-child {
    margin-right: 0;
}

.menuTab ul li a {
    display: block;
    color: #333333;
    padding: 15px;
    font-size: 15px;
    line-height: 23px;
    position: relative;
    text-transform: capitalize;
    background-color: #f5f5f5;
}

.menuTab ul li a:hover,
.menuTab ul li.current a {
    color: #fff;
    background-color: #f58220;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menuTab .mc-menu {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    border: solid 1px var(--primary-color);
    color: #fff;
    padding: 12px 20px 8px;
    cursor: pointer;
    position: relative;
    border-radius: 25px;
    background-color: var(--primary-color);
}

.menuTab .mc-menu:before {
    content: "\f107";
    position: absolute;
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menuTab.active .mc-menu:before {
    content: "\f106";
}

.pagination ul li span.page-numbers,
.pagination ul li a {
    border: none;
    background: #ffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination ul li a:hover,
.pagination ul li span.page-numbers {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffffff;
}

.date_share {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.date_share .ds_date {
    font-size: 13px;
    line-height: 20px;
    padding: 5px 13px;
    background: var(--primary-color);
    color: #ffffff;
    margin-right: 20px;
}

.date_share .ds_date:before {
    font-family: FontAwesome;
    content: "\f133";
    padding-right: 5px;
}

.date_share .ds_share ul:after {
    display: block;
    content: '';
    clear: both;
}

.date_share .ds_share ul li {
    margin-left: 5px;
    font-size: 16px;
    line-height: 30px;
    float: left;
    padding: 5px 0;
}

.date_share .ds_share ul li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    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;
}

.date_share .ds_share ul li a:hover {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.date_share .ds_share ul li a .fa {
    font-size: 14px;
    line-height: 30px;
}

.myTools {
    padding: 16px 0;
    margin-bottom: 40px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
    border-top: solid 1px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.myToolsRe {
    margin-bottom: 0;
}

.myTools .fa-reply:before {
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
}

.myTools ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.myTools ul li {
    margin-right: 10px;
}

.myTools ul li a {
    display: block;
    width: 35px;
    height: 35px;
    background: transparent;
    border: solid 1px #aaaaaa;
    border-radius: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #aaaaaa;
}

.myTools ul li a:hover {
    border-radius: 0;
}

.myTools ul li a:hover i.fa-facebook {
    color: #3b5a9b;
}

.myTools ul li a:hover i.fa-twitter {
    color: #2b97f1;
}

.myTools ul li a:hover i.fa-instagram {
    color: #e52c27;
}

.myTools ul li a i,
.myTools ul li a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.myTags {
    margin-bottom: 15px;
}

.myTags p {
    float: left;
    padding: 0;
    margin-right: 10px;
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
}

.myTags ul li {
    padding-right: 10px;
    margin-right: 10px;
    padding-left: 0;
    position: relative;
}

.myTags ul li:last-child {
    padding-right: 0px;
}

.myTags ul li:last-child:after {
    content: initial;
}

.myTags ul li a {
    font-size: 13px;
    line-height: 21px;
    color: #999999;
}

.myTags ul li a:hover {
    color: #ed1b2f;
}

.comment {
    margin-bottom: 50px;
}

.comment .title {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.formComment .form-control {
    height: 38px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.formComment textarea.form-control {
    resize: vertical;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100px;
}

.formComment .input-group-btn {
    padding-left: 5px;
    vertical-align: top;
}

.formComment .input-group-img {
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
}

.formComment .input-group-img img {
    max-width: none;
}

.formComment button.btn {
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 7px 20px;
    text-transform: uppercase;
    background: #67635c;
    border: 0;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.formComment button.btn:hover {
    background: var(--primary-color);
}

.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 rgba(0, 0, 0, 0.1);
}

.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;
}

.grid-comment .node-commnet .info-comment .info-preson .name {
    font-size: 14px;
    font-weight: bold;
}

.grid-comment .node-commnet .info-comment .ccomment {
    font-size: 14px;
    line-height: 25px;
    color: #666666;
}

.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: #f58021;
}

.grid-comment .node-commnet .info-comment .linkanswer a {
    position: relative;
    display: inline-block;
    padding-right: 12px;
    color: #666666;
}

.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: "normal normal normal 14px/1 FontAwesome";
    content: "\f054";
    top: 2px;
    right: 0;
    color: #666666;
    font-size: 7px;
}

.viewall a,
.viewall button {
    display: inline-block;
    padding: 12px 60px;
    background-color: var(--primary-color);
    border: none;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.viewall a span,
.viewall button span {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.viewall a::before,
.viewall button::before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 2;
}

.viewall a::after,
.viewall button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background-color: #d40d15;
    opacity: 0;
    -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;
}

.viewall a:hover::after,
.viewall button:hover::after {
    opacity: 0.5;
    background-color: #b14b4f;
    -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);
}

a.go_top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: calc(30% - 60px);
    right: 12px;
    z-index: 112;
    color: var(--primary-color);
    font-size: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 100%;
}

a.go_top::after {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-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;
    transform: rotate(45deg);
}

a.go_top:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.go_top:before {
    content: "\f106";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-animation: bouncez 1.2s 500ms infinite;
    -o-animation: bouncez 1.2s 500ms infinite;
    animation: bouncez 1.2s 500ms infinite;
    z-index: 11;
}

@keyframes bouncez {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translate(-50%, -50%);
    }

    40% {
        transform: translate(-50%, -80%);
    }

    60% {
        transform: translate(-50%, -60%);
    }
}

@-webkit-keyframes bouncez {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translate(-50%, -50%);
    }

    40% {
        -webkit-transform: translate(-50%, -80%);
    }

    60% {
        -webkit-transform: translate(-50%, -60%);
    }
}

@-moz-keyframes bouncez {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translate(-50%, -50%);
    }

    40% {
        -moz-transform: translate(-50%, -80%);
    }

    60% {
        -moz-transform: translate(-50%, -60%);
    }
}

@-o-keyframes bouncez {

    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translate(-50%, -50%);
    }

    40% {
        -o-transform: translate(-50%, -80%);
    }

    60% {
        -o-transform: translate(-50%, -60%);
    }
}

.the-content {
    color: #555555;
    ;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
}

.the-content .row {
    margin: 0 -5px;
}

.the-content .row>div {
    padding: 0 5px;
}

.the-content h3 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
}

.the-content p img {
    margin: 0 auto;
}

.the-content .color {
    color: #ae1f23;
}

.viewDetail a,
.viewDetail button {
    font-size: 13px;
    line-height: 21px;
    font-weight: 600;
    color: #000000;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #000000;
}

.viewDetail a:hover,
.viewDetail button:hover {
    color: var(--primary-color);
}

.viewDetail a:hover span::after,
.viewDetail button:hover span::after {
    right: -5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.viewDetail a span,
.viewDetail button span {
    display: inline-block;
    position: relative;
    padding-right: 45px;
}

.viewDetail a span::after,
.viewDetail button span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 35px;
    height: 6px;
    background-image: url('../images/line.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.viewdet a {
    font-size: 12px;
    line-height: 20px;
    color: #f58220;
    padding-bottom: 2px;
    position: relative;
    text-transform: uppercase;
}

.viewdet a::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.viewdet a:hover::before {
    width: 0%;
    background: #f58220;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.viewdet a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #f58220;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.viewdet a:hover::after {
    width: 0%;
    background: transparent;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.bgBannerAll {
    position: relative;
    z-index: 1;
}

.vnt-slide .vnt-form {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px 0 30px;
    z-index: 11;
}

.vnt-form.nopos {
    position: initial;
    padding: 0;
    margin-top: 20px;
}

.vnt-form .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

.vnt-form .bgform {
    padding: 5px;
    background-color: #ffffff;
    border-radius: 50px;
}

.vnt-form .grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 -5px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.vnt-form .grid>div:first-child {
    width: calc((100% / 6) + 80px);
}

.vnt-form .grid>div {
    padding: 0 5px;
    width: calc((100% / 6) - 16px);
}

.vnt-form .grid .colb {
    position: relative;
}

.vnt-form .grid .colb::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #c4c4c4;
}

.vnt-form input,
.vnt-form select {
    width: 100%;
    height: 40px;
    background: #ffffff;
    padding: 0 5px;
    border: none;
    text-transform: uppercase;
    color: #666666;
    font-family: 'Myriad Pro';
    text-align: center;
}

.vnt-form select {
    padding: 0 30px 0 10px;
    background-size: 9px 5px;
    background-position: right 15px center;
    background-image: url('../images/iselect.png');
    background-repeat: no-repeat;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

.vnt-form select option:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.vnt-form .vhnum {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.vnt-form .vhnum>span {
    text-transform: uppercase;
    color: #666666;
    font-family: 'Myriad Pro';
    margin-right: 15px;
}

.vhquanti .quantity {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.vhquanti .quantity button {
    width: 15px;
    height: 40px;
    border: none;
    padding: 0;
    background-color: transparent;
}

.vhquanti .quantity button .img {
    line-height: 0;
    padding-bottom: 4px;
    display: block;
}

.vhquanti .quantity input {
    width: 25px;
    text-align: center;
}

.vnt-form select::-ms-expand {
    display: none;
}

.vnt-form input::-webkit-input-placeholder {
    color: #757575;
}

.vnt-form input::-ms-input-placeholder {
    color: #757575;
}

.vnt-form input::placeholder {
    color: #757575;
}

.vnt-form .iconselect {
    position: relative;
}

.vnt-form .iconselect::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 20px;
    background-image: url(../images/user.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.vnt-form .formFa {
    position: relative;
}

.vnt-form .formFa:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../images/datepick.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.vnt-form .vhbutton button {
    width: 100%;
    height: 45px;
    border: none;
    color: #ffffff;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    background: var(--primary-color);
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 25px;
}

.vnt-form .vhbutton button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background-color: #d40d15;
    opacity: 0;
    -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;
}

.vnt-form .vhbutton button:hover::before {
    opacity: 0.5;
    background-color: #b14b4f;
    -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);
}

.vnt-form .vhbutton button span {
    position: relative;
    z-index: 1;
}

.vhinput .select {
    position: relative;
    border: none;
    background-color: transparent;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    font-family: 'Myriad Pro';
    text-transform: uppercase;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.vhinput .select select {
    display: none;
}

.vhinput .select .select-styled {
    padding: 0 30px 0 10px;
    background-size: 9px 5px;
    height: 22px;
    text-align: center;
    background-position: right 15px center;
    background-image: url(../images/iselect.png);
    background-repeat: no-repeat;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vhinput .select-options {
    position: absolute;
    top: calc(100% + 10px);
    width: auto;
    left: 0;
    max-width: 350px;
    min-width: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
    display: none;
}

.vhinput .select-options li {
    display: block;
    padding: 10px 15px;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.vhinput .select-options li:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.support-hotline {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 22;
    pointer-events: auto;
    cursor: pointer;
}

.support-hotline .div_title span.icon {
    width: 45px;
    height: 45px;
    position: relative;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #4e4949;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-hotline .div_title span.icon img {
    max-width: 20px;
    max-height: 20px;
    -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;
}

@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

.support-hotline .div_title span.icon i {
    font-size: 18px;
    line-height: 38px;
}

.support-hotline .div_title span.icon span {
    font-size: 10px;
    display: block;
}

.support-content {
    width: 200px;
    position: absolute;
    background: #fff;
    bottom: -12px;
    right: 0;
    color: #000;
    text-align: left;
    font-size: 17px;
    line-height: 25px;
    border: solid 5px #d9bf82;
    border-radius: 5px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -mos-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 11;
}

.support-hotline.show .support-content {
    opacity: 1;
    visibility: initial;
    right: 70px;
}

.support-content:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #d9bf82;
    position: absolute;
    right: -15px;
    bottom: 20px;
}

.support-content p {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold;
}

.support-content .title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 10px 20px;
    background-color: #f5f5f5;
}

.support-content .line {
    padding: 10px 20px;
}

.support-content .line a {
    display: block;
    position: relative;
    color: #e41e26;
    line-height: 28px;
    font-size: 20px;
}

.support-content .line>span {
    font-size: 16px;
    text-transform: initial;
    margin-bottom: 10px;
}

.support-content .line>span i {
    font-size: 20px;
    margin-right: 5px;
    color: #e41e26;
    display: inline-block;
    position: relative;
    bottom: -2px;
    -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;
}

.support-content .line span {
    display: block;
}

.support-hotline ul li {
    margin-bottom: 10px;
}

.support-hotline ul li .popfmMb {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    padding: 20px 5px;
    background-color: rgba(241, 241, 241, 0.85);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.support-hotline ul li.active .popfmMb {
    opacity: 1;
    visibility: initial;
    pointer-events: auto;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.support-hotline ul li:last-child {
    margin-bottom: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.support-hotline ul li>a {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    color: #5b6164;
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    font-size: 11px;
}

.support-hotline ul li>a span {
    line-height: 45px;
    font-size: 11px;
}

.support-hotline ul li>a i {
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    -o-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

@keyframes bouncez {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translate(-50%, -50%);
    }

    40% {
        transform: translate(-50%, -70%);
    }

    60% {
        transform: translate(-50%, -60%);
    }
}

@-webkit-keyframes bouncez {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translate(-50%, -50%);
    }

    40% {
        -webkit-transform: translate(-50%, -70%);
    }

    60% {
        -webkit-transform: translate(-50%, -60%);
    }
}

@-moz-keyframes bouncez {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translate(-50%, -50%);
    }

    40% {
        -moz-transform: translate(-50%, -70%);
    }

    60% {
        -moz-transform: translate(-50%, -60%);
    }
}

@-o-keyframes bouncez {

    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translate(-50%, -50%);
    }

    40% {
        -o-transform: translate(-50%, -70%);
    }

    60% {
        -o-transform: translate(-50%, -60%);
    }
}

.support-hotline ul li.facebookFx a {
    background-color: #597acb;
}

.support-hotline ul li.youtubeFx a {
    background-color: #ee3f00;
}

.support-hotline ul li.zaloFx a {
    background-color: #fff;
}

.support-hotline ul li.backFx a {
    background-color: #4e4949;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-hotline ul li.backFx a img {
    max-width: 17px;
    max-height: 17px;
    -webkit-animation: bouncez 1.2s 500ms infinite;
    -o-animation: bouncez 1.2s 500ms infinite;
    animation: bouncez 1.2s 500ms infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    object-fit: contain;
}

@keyframes bouncez {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translate(-50%, -50%);
    }

    40% {
        transform: translate(-50%, -80%);
    }

    60% {
        transform: translate(-50%, -60%);
    }
}

@-webkit-keyframes bouncez {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translate(-50%, -50%);
    }

    40% {
        -webkit-transform: translate(-50%, -80%);
    }

    60% {
        -webkit-transform: translate(-50%, -60%);
    }
}

@-moz-keyframes bouncez {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translate(-50%, -50%);
    }

    40% {
        -moz-transform: translate(-50%, -80%);
    }

    60% {
        -moz-transform: translate(-50%, -60%);
    }
}

@-o-keyframes bouncez {

    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translate(-50%, -50%);
    }

    40% {
        -o-transform: translate(-50%, -80%);
    }

    60% {
        -o-transform: translate(-50%, -60%);
    }
}

.the-date {
    text-align: center;
    color: #888888;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}

.the-date span {
    padding-left: 30px;
    position: relative;
}

.the-date span::before {
    content: '\f1ea';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font: normal normal normal 14px/1 FontAwesome;
    color: var(--primary-color);
    font-size: 16px;
    line-height: 24px;
}

.the-share {
    margin-bottom: 30px;
}

.the-share ul {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.the-share ul li {
    margin: 0 5px;
}

.the-share ul li a {
    display: block;
    width: 35px;
    height: 35px;
    background: transparent;
    border: solid 1px #aaaaaa;
    border-radius: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #aaaaaa;
}

.the-share ul li a i {
    line-height: 35px;
}

.the-share ul li a:hover {
    border-radius: 0;
}

.the-share ul li a:hover i.fa-facebook {
    color: #3b5a9b;
}

.the-share ul li a:hover i.fa-twitter {
    color: #2b97f1;
}

.the-share ul li a:hover i.fa-instagram {
    color: #e52c27;
}

.effectTxt .txtanimation span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(60%, -50%);
    -ms-transform: translate(60%, -50%);
    -o-transform: translate(60%, -50%);
    transform: translate(60%, -50%);
}

.effectTxt .contentAni span {
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

.fixedRec {
    position: fixed;
    bottom: 34%;
    right: -30px;
    z-index: 111;
}

.fixedRec .vnt-form {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    top: 50%;
    right: calc(100% - 30px);
    transform: translateY(-50%);
    width: 280px;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 10px;
    border-radius: 15px;
}

.fixedRec .vnt-form::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(0, 0, 0, 0.65);
}

.fixedRec .vnt-form input,
.fixedRec .vnt-form select,
.fixedRec .vnt-form .vhnum {
    background-color: #f6f6f6;
    border-radius: 25px
}

.fixedRec .vhinput .select {
    background-color: #f6f6f6;
    border-radius: 25px;
    height: 40px;
}

.fixedRec.active .vnt-form {
    opacity: 1;
    visibility: initial;
    pointer-events: auto;
}

.fixedRec .vnt-form .grid {
    margin: 0;
}

.fixedRec .vnt-form .grid>div {
    width: 100%;
    padding: 2px 10px;
    margin-bottom: 5px;
}

.fixedRec .vnt-form .bgform {
    border-radius: 15px;
    padding: 10px 0;
    background-color: #fff;
}

.fixedRec .vnt-form .grid .colb::before {
    display: none;
}

.fixedRec a {
    transform: rotate(-90deg);
    padding: 0px 25px;
    text-align: center;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    display: inline-block;
    height: 40px;
    font-size: 15px;
    background-color: var(--primary-color);
    border-radius: 25px;
    font-weight: 600;
}

@-webkit-keyframes flash {

    25%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0.9
    }
}

@keyframes flash {

    25%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0.9
    }
}

.vntfooter {
    position: relative;
    background-image: url('../images/Untitled-1@2x.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.vntfooter::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    pointer-events: none;
    z-index: -1;
}

.vhtopfoo {
    padding: 45px 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.vhtopfoo .grtopfoom {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin: 0 -10px;
    margin-bottom: 15px;
}

.vhtopfoo .grtopfoom>div {
    padding: 0 10px;
}

.vhtopfoo .grtopfoom .coll {
    width: 55%;
}

.logofoo img {
    max-width: 100px;
}

.vhtopfoo .grtopfoom .colr {
    width: 45%;
}

.vhtopfoo .formfoo .ponsi {
    position: relative;
}

.vhtopfoo .formfoo input {
    width: 100%;
    height: 45px;
    padding: 0 50px 0 20px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
}

.vhtopfoo .formfoo button {
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: none;
    width: 50px;
    border-radius: 100%;
    color: var(--primary-color);
}

.vhtopfoo .grtopfooh {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.vhtopfoo .grtopfooh>div {
    padding: 0 10px;
}

.vhtopfoo .grtopfooh .coll {
    width: 55%;
}

.vhtopfoo .grtopfooh .colr {
    width: calc(45% / 2);
}

.addressfoo .name {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 37px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Minion';
}

.addressfoo .cont {
    color: #dddddd;
    font-family: 'Myriad Pro';
}

.addressfoo .cont a {
    color: #dddddd;
}

.addressfoo li {
    margin-bottom: 3px;
}

.addressfoosm .name {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Minion';
}

.addressfoosm .cont {
    color: #dddddd;
    font-family: 'Myriad Pro';
}

.addressfoosm .cont a {
    color: #dddddd;
}

.vhmainfoo {
    padding: 25px 0 40px;
}

.vhmainfoo .grmain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.vhlogofoo {
    margin-bottom: 30px;
}

.vhflowfoo {
    margin-bottom: 15px;
}

.vhlogofoo ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.vhlogofoo ul li {
    margin-right: 40px;
}

.vhlogofoo ul li:last-child {
    margin-right: 0;
}

.vhcoppy .copy {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #fff;
}

.vhcoppy .copy a {
    color: #fff;
}

.vhflowfoo ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.vhflowfoo li {
    margin-right: 10px;
}

.vhflowfoo li:last-child {
    margin-right: 0;
}

.vhsociallfoo ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.vhsociallfoo ul li {
    margin-right: 20px;
}

.vhsociallfoo ul li:last-child {
    margin-right: 0;
}

.vhsociallfoo ul li a {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    opacity: 0.5;
}

.vhsociallfoo ul li a:hover {
    opacity: 1;
}

.vnttitle {
    text-align: center;
    margin-bottom: 5px;
    color: #000000;
}

.vnttitle.remar {
    margin-bottom: 25px;
}

.vnttitle.res {
    margin-bottom: 15px;
}

.vnttitle.ttw {
    color: #fff;
}

.vnttitle h1,
.vnttitle h2 {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Minion';
}

.vnttitle.upper h1,
.vnttitle.upper h2 {
    text-transform: initial;
}

.vhitempart a {
    background-color: #fff;
    border-radius: 5px;
}

.vhitempart a img {
    max-width: 90%;
    max-height: 90%;
}

.lstoutall .vhourdecs {
    width: 100%;
    margin-top: -10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.slourthumb {
    overflow: hidden;
}

.vhourdecs {
    display: none;
}

.lstoutall {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.lstoutall .colgmg {
    margin-bottom: 0;
}

.lstoutall>div {
    padding: 0 15px;
    width: 33.333%;
}

.vhourdecs .grourr {
    display: flex;
    flex-wrap: wrap;
    background-color: #f6f6f6;
}

.vhourdecs .grourr>div {
    width: 50%;
}

.vhourdecs .orthumb {
    overflow: hidden;
    max-height: 390px;
}

.vhourdecs .decs {
    padding: 30px;
}

.vhourdecs .dstitle {
    margin-bottom: 5px
}

.vhourdecs .dstitle h2,
.vhourdecs .dstitle h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Minion';
}

.vhourdecs .dstend {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
}

.vhourdecs .dstend li {
    margin-bottom: 12px;
    padding-left: 10px;
    position: relative;
}

.vhourdecs .dstend li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #000000;
}

.vhourdecs .dsdownorder {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.vhourdecs .viewall a {
    padding: 10px 40px;
}

.vhourdecs .dsdown {
    margin-right: 20px;
}

.vhourdecs .dsdown a {
    text-decoration: underline;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.vhourdecs .dsdown a .fa {
    color: var(--primary-color);
    font-size: 22px;
    line-height: 34px;
    margin-right: 10px;
}

.vhourdecs .dsaddress li {
    padding-left: 25px;
    margin-bottom: 12px;
    position: relative;
}

.vhourdecs .dsaddress li::before {
    font-family: 'normal normal normal 14px/1 FontAwesome';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    top: 0px;
    font-size: 16px;
}

.vhourdecs .dsaddress li.fa-phone::before {
    font-size: 18px;
}

.vhourdecs .itemourss .thumb {
    position: relative;
    display: block;
    padding-top: 66.67%;
    overflow: hidden;
}

.vhourdecs .itemourss .thumb a {
    display: block;
}

.vhourdecs .itemourss .thumb img {
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 100%;
}

.vhourdecs .itemourss .video .playvd {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 100%;
}

.vhourdecs .itemourss .video .playvd::after {
    content: '';
    position: absolute;
    left: 55%;
    top: 52%;
    transform: translate(-50%, -50%);
    background-image: url("../images/ivideo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 20px;
}

.itemaccommo .thumb {
    margin-bottom: 10px;
}

.itemaccommo .thumb a {
    padding-top: 66.67%;
}

.itemaccommo .dstitle {
    margin-bottom: 5px;
}

.itemaccommo .dstitle h3 {
    font-size: 25px;
    line-height: 37px;
    font-weight: 600;
    font-family: 'Minion';
}

.itemaccommo .dstitle h3 a {
    color: #000000;
}

.itemaccommo .dstitle h3 a:hover {
    color: var(--primary-color);
}

.itemaccommo .dsinfo {
    margin-bottom: 10px;
}

.itemaccommo .dsinfo ul {
    display: flex;
    align-content: center;
    align-items: center;
}

.itemaccommo .dsinfo li {
    margin-right: 25px;
    display: flex;
    align-items: center;
    align-content: center;
}

.itemaccommo .dsinfo li:last-child {
    margin-right: 0;
}

.itemaccommo .dsinfo li .iicon {
    max-width: 20px;
    margin-right: 10px;
}

.itemaccommo .dsinfo li .itxt {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

.itemaccommo .dstend {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
}

.viewmore a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 2px;
}

.viewmore a::before {
    height: 1px;
    background-color: #dddddd;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.viewmore a::after {
    height: 1px;
    background-color: var(--primary-color);
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0%;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.viewmore a:hover::after {
    width: 100%;
}

.viewmore a span {
    padding-right: 15px;
    position: relative;
    display: block;
}

.viewmore a span::before {
    content: '\f105';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
}

.vhdesgin .fancybox-content {
    overflow: initial;
}

.vhdesgin .fancybox-close-small {
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: var(--primary-color);
    color: #fff;
    opacity: 1;
    border-radius: 100%;
    padding: 0px;
}

.vhpopupall {
    padding: 30px 15px;
    background-color: #f5f5f5;
}

.vhpopupall .inner {
    max-width: 850px;
    margin: 0 auto;
}

.vhpopupall .inform {
    max-width: 480px;
    margin: 0 auto;
}

.vhpopupall .ttpopup {
    margin-bottom: 20px;
    text-align: center;
}

.vhpopupall .ttpopup h2 {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Minion';
}

.vhpopupall .grform {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.vhpopupall .grform>div {
    padding: 0 10px;
}

.vhpopupall .grform .colm {
    width: 33.3333%;
}

.vhpopupall .grform .colh {
    width: 100%;
}

.vhpopupall .ppform {
    margin-bottom: 20px;
}

.vhpopupall .ppform label {
    text-align: center;
    display: block;
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
}

.vhpopupall .ppform input,
.vhpopupall .ppform select,
.vhpopupall .ppform textarea {
    width: 100%;
    height: 38px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 12px;
}

.vhpopupall .ppform textarea {
    height: 80px;
    padding: 12px;
}

.vhpopupall .grcapbtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.vhpopupall .grcapbtn.res {
    justify-content: space-between;
}

.vhpopupall .grcapbtn>div {
    margin-bottom: 10px;
}

.vhpopupall .grcapbtn .recap {
    margin-right: 30px;
}

.vhpopupall .grcapbtn.res .viewall {
    min-width: 220px
}

.vhpopupall .grcapbtn.res .viewall button {
    display: block;
    width: 100%;
    font-weight: 400;
}

.thecont {
    margin-bottom: 40px;
}

.thecont.rmes {
    margin-bottom: 20px;
}

.thecont.res {
    margin-bottom: 10px;
}

.thecont .inner {
    max-width: 840px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
}

.thecont .inners {
    max-width: 670px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
}

.vhtaball {
    margin-bottom: 30px;
    text-align: center;
}

.vhtaball ul {
    display: inline-block;
    border-bottom: 1px solid #333333;
}

.vhtaball ul li {
    margin-right: 0px;
    display: inline-block;
}

.vhtaball ul li a {
    padding: 10px 15px;
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-family: 'Minion';
}

.vhtaball ul li.active a,
.vhtaball ul li a:hover {
    color: var(--primary-color);
}

.vhtaball ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 3px;
    background-color: var(--primary-color);
    width: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.vhtaball ul li.active a::before,
.vhtaball ul li a:hover::before {
    width: 100%;
}

.vhtabmenu {
    background-color: #f6f6f6;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.vhtabmenu ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.vhtabmenu ul li a {
    padding: 15px 10px;
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: 'Minion';
    font-weight: bold;
}

.vhtabmenu ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: #ed1d25;
    width: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.vhtabmenu ul li.active a::before,
.vhtabmenu ul li:hover a::before {
    width: 100%;
}

.vhthumbfull img {
    width: 100%;
}

.vhlocation {
    position: relative;
}

.vhlocation .thumb a {
    display: block;
    padding-top: 66.55%;
    position: relative;
    overflow: hidden;
}

.vhlocation .thumb a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.vhlocation:hover .thumb a::before {
    opacity: 0;
}

.vhlocation .thumb a img {
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 100%;
}

.vhlocation .decs {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 0 20px;
    text-align: center;
    z-index: 2;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.vhlocation:hover .decs {
    opacity: 0;
    transform: translateY(-10%);
}

.vhlocation .decs h3 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Minion';
}

#ui-datepicker-div {
    z-index: 111 !important;
}

.vpopbanerhh {
    position: fixed;
    left: 0;
    bottom: 0;
    max-width: 260px;
    width: 100%;
    z-index: 112;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.vpopbanerhh.achide {
    transform: translateY(100%);
    pointer-events: none;
}

.vpopbanerhh .clban {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.vpopbanerhh .clban a {
    color: #fff;
}

.vpopbanerhh .thban img {
    width: 100%;
}

@media all and (min-width: 991px) {
    .effectImg {
        position: relative;
    }

    .effectImgL::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #f8f8f8;
        width: 0%;
        -webkit-transition: all 3s;
        -moz-transition: all 3s;
        -o-transition: all 3s;
        transition: all 3s;
        z-index: 11;
    }

    .effectImgL.bgwhite::before {
        background-color: #ffff;
    }

    .effectImgL.lazyloading::before {
        width: 100%;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }

    .effectImgR::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: #fff;
        width: 0%;
        z-index: 11;
        -webkit-transition: all 2s;
        -moz-transition: all 2s;
        -o-transition: all 2s;
        transition: all 2s;
    }

    .effectImgR.lazyloading::before {
        width: 100%;
    }

    .effectImgT::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        height: 0%;
        z-index: 11;
        -webkit-transition: all 2s;
        -moz-transition: all 2s;
        -o-transition: all 2s;
        transition: all 2s;
    }

    .effectImgT.lazyloading::before {
        height: 100%;
    }
}

@media all and (min-width: 992px) {
    .vhformhh.active .vhinput .select-options {
        top: initial;
        bottom: calc(100% + 10px);
    }
}

@media all and (min-width: 1200px) {
    #vnt-header.fixed .header-tools .logoFix {
        width: 40px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
}

@media all and (min-width: 1700px) {
    .vntheader .lstLinkTop>ul>li {
        margin-right: 45px;
    }

    .vntheader .lstLinkTop>ul>li>a {
        font-size: 18px;
        line-height: 27px;
    }

    .languageTop .icon {
        padding: 10px 25px;
    }
}

@media all and (min-width: 1850px) {
    .vntheader .lstLinkTop>ul>li>a {
        font-size: 20px;
        line-height: 30px;
    }
}

@media all and (max-width: 1600px) {
    .vntheader .lstLinkTop>ul>li {
        margin-right: 20px;
    }
}

@media all and (max-width: 1440px) {}

@media all and (max-width: 1350px) {
    .vntheader .lstLinkTop>ul>li>a {
        font-size: 15px;
        line-height: 23px;
    }

    .wrapfull {
        padding: 0px 10px;
    }
}

@media all and (max-width: 1300px) {
    .vntheader .lstLinkTop>ul>li {
        margin-right: 20px;
    }

    .vntheader .grhead .coll {
        width: 250px;
    }

    .vntheader .grhead .colr {
        width: calc(100% - 250px);
    }
}

@media all and (max-width: 1200px) {
    .menuTop ul li {
        margin-right: 12px;
    }

    .addressFoot .list_link li {
        width: 50%;
    }

    .addressFoot .list_link li:nth-child(2n +1) {
        width: 50%;
    }

    .vntheader .lstLinkTop>ul>li>a {
        font-size: 14px;
        line-height: 22px;
    }

    .vntheader .grhead,
    .vntsearchmn {
        margin: 0 -5px;
    }

    .vntheader .grhead>div,
    .vntsearchmn>div {
        padding: 0 5px;
    }

    .vntheader .grhead .coll {
        width: 200px;
    }

    .vntheader .grhead .colr {
        width: calc(100% - 200px);
    }

    .vntheader .lstLinkTop>ul>li {
        margin-right: 10px;
    }

    .vntheader .lstLinkTop>ul>li>a {
        font-size: 13px;
        line-height: 21px;
        padding: 6px 0;
    }

    .vntsearchmn .hdtool {
        width: calc(100% - 60px);
    }

    .vntsearchmn .hdmenu {
        width: 60px;
    }

    .vntheader {
        padding: 10px 0;
    }

    .vnt-form .grid .col1 {
        width: 220px;
    }

    .vnt-form .grid .col3 {
        width: calc(100% - 780px);
    }

    .menuTop>ul>li>a {
        padding: 13px 17px;
    }

    .languageTop .icon {
        padding: 5px 15px;
    }
}

@media all and (max-width: 991px) {
    .fancybox-slide {
        padding: 40px 10px;
    }

    .fancybox-button {
        width: 50px;
        height: 50px;
        background: var(--primary-color);
        top: 10px;
        right: 10px;
        color: #fff;
        opacity: 1;
        border-radius: 100%;
        padding: 0;
    }

    .vhlocation .decs {
        padding: 0 20px;
    }

    .vhlocation .decs h3 {
        font-size: 13px;
        line-height: 21px;
    }

    .vhthumbfull {
        margin: 0 -10px;
    }

    #vnt-slide-has .item .caption {
        padding: 50px 0 40px;
    }

    .vhtaball ul li {
        margin-right: 0px;
    }

    .vhtaball ul li a {
        font-size: 18px;
        line-height: 27px;
        padding: 10px 10px;
    }

    .thecont {
        margin-bottom: 20px;
    }

    .thecont .inner {
        font-size: 14px;
        line-height: 22px;
    }

    .vhpopupall .ttpopup h2 {
        font-size: 25px;
        line-height: 37px;
    }

    .vhpopupall .grform {
        margin: 0 -5px;
    }

    .vhpopupall .grform>div {
        padding: 0 5px;
    }

    .nobanner {
        padding-top: 0;
    }

    .the-content {
        font-size: 14px;
        line-height: 22px;
    }

    .itemaccommo .dstitle h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .itemaccommo .dsinfo li {
        margin-right: 15px;
    }

    .itemaccommo .dsinfo li .iicon {
        margin-right: 6px;
    }

    .itemaccommo .dsinfo li .itxt {
        font-size: 13px;
        line-height: 21px;
    }

    .itemaccommo .dstend {
        font-size: 15px;
        line-height: 23px;
        height: 46px;
    }

    .vhourdecs .grourr {
        flex-direction: column-reverse;
    }

    .vhourdecs .grourr>div {
        width: 100%;
    }

    .vhourdecs .decs {
        padding: 15px;
    }

    .vhourdecs .dstitle h2,
    .vhourdecs .dstitle h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .vhourdecs .dstend {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .vhourdecs .itemourss .thumb {
        height: auto;
        padding-top: 65.56%;
    }

    .vhourdecs .orthumb {
        max-height: 100%;
    }

    .lstoutall>div {
        padding: 0 15px;
        width: 50%;
    }

    .lstoutall .vhourdecs {
        max-height: 100% !important;
    }

    .vnttitle.remar {
        margin-bottom: 15px;
    }

    .vnttitle h1,
    .vnttitle h2 {
        font-size: 25px;
        line-height: 37px;
    }

    .fixedRec {
        right: -34px;
    }

    .fixedRec a {
        height: 40px;
        line-height: 39px;
    }

    .box_mid .mid-title .titleL h1,
    .box_mid .mid-title .titleL h2 {
        padding-bottom: 35px;
    }

    .box_mid .mid-title .titleL h1::before,
    .box_mid .mid-title .titleL h2::before {
        width: 30px;
        height: 30px;
    }

    .languageTop .popup {
        top: 42px;
        right: 0px;
    }

    .support-hotline {
        right: initial;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: var(--primary-color);
    }

    .support-hotline ul {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        padding: 0 10px;
    }

    .support-hotline ul li {
        text-align: center;
        margin-bottom: 0;
    }

    .support-hotline ul li>a {
        width: 100%;
        height: auto;
    }

    .support-hotline ul li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 21px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        padding: 5px 10px;
    }

    .support-hotline ul li a i {
        font-size: 20px;
        line-height: 30px;
    }

    .support-hotline ul li a span {
        line-height: 22px;
        margin-left: 10px;
        font-size: 13px;
        margin-top: 3px;
    }

    .support-hotline ul li>a i {
        font-size: 14px;
        line-height: 22px;
    }

    .support-hotline ul li>a i {
        position: relative;
        transform: initial;
        left: auto;
        right: auto;
    }

    .support-content {
        bottom: 60px;
        right: -100px;
    }

    .support-hotline.show .support-content {
        right: 20px;
    }

    .support-content:before {
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 10px solid #d9bf82;
        border-bottom: none;
        right: 20px;
        bottom: -15px;
    }

    .support-content .line a {
        padding: 0;
    }

    .support-content .line a span {
        font-size: 20px;
        line-height: 30px;
    }

    .vntheader .vntsearchmn .vntBook a {
        height: 30px;
        width: 110px;
        line-height: 30px;
        font-size: 12px;
    }

    .vnt-slide .vnt-form {
        position: relative;
        margin-top: 20px;
        padding-bottom: 0;
        right: 0;
    }

    .vnt-form .grid>div {
        width: 33.3333%;
        margin-bottom: 10px;
    }

    .vnt-form .grid>div:first-child {
        width: 33.3333%;
    }

    .vnt-form .grid .colb::before {
        display: none;
    }

    .vnt-form input,
    .vnt-form select {
        background-color: #f6f6f6;
        border-radius: 25px;
    }

    .vhinput .select {
        background-color: #f6f6f6;
        border-radius: 25px;
        height: 40px;
    }

    .vnt-form .vhnum {
        background-color: #f6f6f6;
        border-radius: 25px;
    }

    .vnt-form .bgform {
        padding: 0;
        background-color: transparent;
        border-radius: 0;
    }

    .vntheader .menu_mobile {
        margin-left: 0;
    }

    .tabMenu {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .box_mid .mid-title .titleL.styletxt {
        font-size: 24px;
        line-height: 36px;
    }

    .box_mid .mid-title {
        margin-bottom: 20px;
    }

    .vntheader .header-tools {
        display: none;
    }

    .vntheader .menu_mobile {
        display: block;
    }

    .menuTab {
        position: relative;
    }

    .menuTab ul {
        background: #ffffff;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
        display: none;
        border-top: none;
    }

    .menuTab ul li {
        margin-right: 0;
    }

    .menuTab ul li a {
        display: block;
        font-size: 14px;
        line-height: 22px;
        padding: 9px 10px;
    }

    .menuTab ul li a:before {
        display: none;
    }

    .wrapCont .info_top {
        display: block;
        margin-bottom: 10px;
    }

    .copyright .copy {
        margin-right: 0;
    }

    .congthuong .b-text ul li {
        padding: 0 5px;
    }

    .congthuong .b-text ul li:last-child {
        padding-right: 0;
    }

    .wrapCont .info_top .breadcrumb {
        margin-bottom: 10px;
        display: table;
    }

    .wrapPost.bg {
        box-shadow: none;
    }

    .box-mobi {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    }

    .wrapCont .info_top .share_1 {
        display: block;
        clear: both;
    }

    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row>*[class^="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row .col-xs-12 {
        padding: 0 5px;
    }

    #vnt-slide .img {
        padding-top: 0;
        height: auto;
    }

    #vnt-slide .img img {
        display: block;
    }

    .vhfulban .img {
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    .vhfulban .img img {
        display: block;
    }

    #vnt-header .header-tools {
        top: 3px;
        right: 0;
    }

    .vnt-main-top.v2 .vnt-slide .bg {
        display: flex;
        align-items: center;
        align-content: center;
    }

    .box_mid .mid-title .titleL {
        font-size: 25px;
        line-height: 38px;
    }

    .wrapPost {
        margin-top: 0px;
    }

    .vnt-main-top .breadcrumb {
        display: none;
    }

    .viewDetail a {
        padding: 15px 30px;
    }

    .wrapCont {
        padding: 30px 0 40px 0;
    }

    .contactFt {
        margin-bottom: 20px;
    }

    .vntheader .wrapper {
        padding: 0 10px;
        padding-right: 0;
    }

    .viewdet a {
        font-size: 14px;
        line-height: 24px;
    }

    #vnt-header {
        position: relative;
        min-height: 61px;
        background-color: #fff;
    }

    #vnt-header.fixed {
        transform: initial;
        background-color: transparent;
    }

    .vntheader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #f8f8f8;
        padding: 8px 0;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    }

    #vnt-header.fixed.effectActive .vntheader {
        padding: 8px 0;
    }

    .vntsearchmn .hdtool {
        width: calc(100% - 55px);
    }

    .vntsearchmn .hdmenu {
        width: 55px;
    }

    .vhlogo .logo {
        max-width: 210px;
        padding-right: 10px;
    }

    .vhlogo .logo .hdlogolg {
        position: relative;
        z-index: 1;
        pointer-events: auto;
        opacity: 1;
    }

    .vhlogo .logo .hdlogosm {
        position: absolute;
        z-index: -111111;
        opacity: 0;
        pointer-events: none;
    }

    .vntheader .grhead .colr {
        width: 170px;
    }

    .vntheader .grhead .coll {
        width: calc(100% - 170px);
    }

    .languageTop .icon {
        padding: 0px;
        background-color: transparent;
        white-space: nowrap;
    }

    #vnt-header.fixed.effectActive .languageTop .icon {
        padding: 5px;
    }

    a.go_top {
        right: 8px;
    }

    a.go_top::after {
        width: 40px;
        height: 40px;
    }

    .vnt-main-top.v2 .vnt-slide .bg .title_info_banner .date {
        color: #92b1f3;
        margin-bottom: 20px;
    }

    .vnt-main-top.v2 .vnt-slide .bg .title_info_banner h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .vnt-slide .bg {
        padding: 20px 15px 40px 15px;
        min-height: 300px;
    }

    .vntfooter {
        margin-bottom: 40px;
    }

    .vhtopfoo {
        padding: 40px 0 20px;
    }

    .vhmainfoo .grmain>div {
        width: 100%;
    }

    .vhlogofoo ul li {
        margin-right: 25px;
    }

    .vhlogofoo {
        margin-bottom: 20px;
    }

    .vhsociallfoo {
        margin-bottom: 15px;
    }

    .addressfoo .name {
        font-size: 20px;
        line-height: 30px;
    }
}

@media all and (max-width: 767px) {
    .vhlogo .logo img {
        max-width: 65px;
    }

    #vnt-slide-has .item .caption {
        padding: 20px 0 30px;
    }

    #vnt-slide-has .caption h1,
    #vnt-slide-has .caption h2 {
        font-size: 25px;
        line-height: 35px;
    }

    #vnt-slide-has .caption .cont {
        font-size: 13px;
        line-height: 21px;
    }

    #vnt-slide-has .item .img {
        padding-top: 53.66%;
        min-height: 200px;
        position: relative;
        background-position: center;
        background-size: cover;
    }

    #vnt-slide-has .item .img img {
        display: none;
    }

    .vhtaball ul li a span {
        display: block;
    }

    .vhpopupall .grform .colm {
        width: 50%;
    }

    .lstoutall>div {
        padding: 0 15px;
        width: 100%;
    }

    .viewdet a {
        font-size: 12px;
        line-height: 20px;
    }

    .vhmainfoo {
        padding: 20px 0 30px;
    }

    .vhtopfoo .grtopfoom .colr {
        width: 100%;
    }

    .vhtopfoo .grtopfooh .coll {
        width: 100%;
        margin-bottom: 15px;
    }

    .vhtopfoo .grtopfooh .colr {
        width: 100%;
        margin-bottom: 15px;
    }

    .vhtopfoo .grtopfooh .colr:last-child {
        margin-bottom: 0;
    }

    .vhlogofoo ul li {
        min-width: calc(50% - 40px);
        max-width: calc(50% - 25px);
    }

    .logofoo {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        text-align: center;
        margin-bottom: 10px;
    }

    .logofoo img {
        width: 100%;
    }

    .vnt-form .grid>div {
        width: 50%;
    }

    .vnt-form .grid>div:first-child {
        width: 100%;
    }
}

@media all and (max-width: 360px) {
    .vhtaball ul li a {
        font-size: 16px;
        line-height: 24px;
    }
}