/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
p {
    margin: 0px;
    padding: 5px 0px;
    font-size: 14px;
}
li{
    font-size: 14px;
}
header .container {
    max-width: 100%;
}
#masthead .flex-right ul > li.menu-item > a {
    color: #fff;
    font-weight: 100;
    font-size: 14px;
}
#masthead .flex-right ul {
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
#masthead .flex-right ul li.header-search {
    margin-left: 60px;
}
#masthead:hover {
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}
#masthead {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#masthead:hover .flex-right ul li a{
	color: #000;
}
#masthead .flex-right ul li.menu-item > a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#masthead .flex-right ul li.menu-item {
	margin-right: 30px;
}
#masthead:hover .flex-right ul li.menu-item > a:before {
    background-color: #00368c;
}
#masthead .flex-right ul li.menu-item:hover > a:before, #masthead .flex-right ul li.current-menu-item a:before {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.banner-home .bg-loaded {
    -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate;
}
@keyframes immortalkenburns{
	0%{transform:scale(1.3);transition:transform 20000ms linear 0ms}
	100%{transform:scale(1);transition:transform 20000ms linear 0ms}
}
.banner-home .container {
    max-width: 100%;
}
.banner-home p {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 400;
}
.vhDecsAbout .titleAbout {
    position: relative;
    margin-bottom: 20px;
}
.vhDecsAbout .titleAbout::before {
    content: '';
    position: absolute;
    width: 200px;
    background-color: #00368c;
    height: 2px;
    left: -230px;
    top: 50%;
    transform: translateY(-50%);
}
.vhDecsAbout .titleAbout h2 {
    font-size: 40px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 400;
    color: #00368c;
}
.vhDecsAbout .tendAbout {
    max-width: 530px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 23px;
}
.vhDecsAbout .viewAllLine {
    text-align: left;
}
.viewAllLine a {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}
.viewAllLine a span {
    display: inline-block;
    position: relative;
    padding-right: 30px;
}
.viewAllLine a span::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 15px;
    background-image: url(/wp-content/uploads/2022/09/view.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.viewAllLine a:hover span::before {
    right: -3px;
}
.vhThumbAbout {
    position: relative;
}
.vhThumbAbout::before {
    content: '';
    position: absolute;
    border: 1px solid #00368c;
    top: 55px;
    right: 70px;
    bottom: 55px;
    left: 100px;
    pointer-events: none;
}
.vhThumbAbout .vhGripAbHome {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.vhThumbAbout .vhGripAbHome .colL {
    margin-top: 150px;
}
.vhThumbAbout .vhGripAbHome > div {
    padding: 0 15px;
    width: 50%;
}
.vhThumbAbout .vhThumbAb {
    position: relative;
    z-index: 2;
}
.vhThumbAbout .vhThumbAb img {
    width: 100%;
}
.vhThumbAbout .videoAbout {
    position: absolute;
    right: 40px;
    bottom: 25px;
}
.vhThumbAbout .videoAbout a {
    display: block;
    width: 60px;
    height: 60px;
    background-color: rgba(6, 67, 150, 0.9);
    border-radius: 100%;
    position: relative;
}
.vhThumbAbout .videoAbout a::before {
    content: '';
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 20px solid rgba(6, 67, 150, 0.5);
    opacity: 0.5;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.vhThumbAbout .videoAbout a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@keyframes quick-alo-circle-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}
	30% {
		transform: rotate(0deg) scale(1.1) skew(1deg);
		opacity: .3
	}
	100% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .1
	}
}
.stuck #masthead {
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}
.stuck #masthead ul li a {
    color: #000 !important;
}
#masthead .flex-right ul > li.menu-item > a i.icon-angle-down {
    display: none;
}
#masthead .flex-right ul > li.menu-item > .sub-menu {
    padding: 30px 20px;
    z-index: 2;
    background-color: rgba(255,255,255,0.9);
}

.vhSubmenu {
    max-width: 870px;
    margin: 0 auto;
}
.vhSubmenu a.ux-menu-link__link {
    font-size: 14px;
}
.vhSubmenu a.ux-menu-link__link:hover {
    transform: translateX(2px);
}
#masthead .flex-right ul li.header-search .nav-dropdown {
    padding: 30px 40px 40px 40px;
    background-color: rgba(255,255,255,0.9);
    width: 480px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    top: 55px;
}
#masthead .flex-right ul li.header-search .nav-dropdown input, .mfp-content .nav.nav-vertical form.searchform input {
    width: 100%;
    border: none;
    height: 50px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #999999;
    color: #555555;
    font-size: 20px;
    box-shadow: none;
}
#masthead .flex-right ul li.header-search .nav-dropdown button, .mfp-content .nav.nav-vertical form.searchform button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    color: #fff;
    background-color: #00368c;
}
.titleHome h2 {
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 400;
}
.title-footer h3, .title-footer h3 span {
    border-bottom: 0;
}
.title-footer h3 span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #00368c;
}
footer .large-3 p {
    font-size: 13px;
    color: #666;
}
footer .large-3 .social-icons a {
    border-radius: 0 !important;
    margin-right: 10px !important;
}
.mainFooter::before {
    content: '';
    position: absolute;
    background-color: #1c348d;
    height: 3px;
    left: 5px;
    right: 5px;
    top: -1px;
    z-index: 1;
}
.absolute-footer {
    padding: 20px;
    font-size: 13px;
}
.stuck #masthead .logo-left:before{
	display: none;
}
#masthead .logo{
	z-index: 2;
}
.back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 45px;
    right: 15px;
    z-index: 9;
    color: #333333;
    font-size: 14px;
    background-color: #ffffff !important;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 31%) !important;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 0 !important;
    -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;
}
.back-to-top i {
    top: 2px;
}
@keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {transform: translate(-50%,-50%);}
    40% {transform: translate(-50%,-80%);}
    60% {transform: translate(-50%,-60%);}
}
.vntitleAde {
    margin-bottom: 10px;
}
.vntitleAde h3 {
    color: #00368c;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
}
.section-contact .lstAde {
    margin-bottom: 15px;
}
.section-contact .lstAde .be {
    position: relative;
    margin-bottom: 5px;
    padding-left: 25px;
    display: flex;
    flex-wrap: wrap;
}
.section-contact .lstAde .be span {
    display: inline-block;
    width: calc(100% - 90px);
    font-size: 14px;
}
.section-contact .mapCen a {
    display: inline-block;
    color: #fff;
    background-color: #00368c;
    padding: 8px 15px;
    position: relative;
    border-radius: 3px;
    font-size: 14px;
}
.section-contact .mapCen a:hover {
    background-color: #d1232a;
}
.section-contact .lstAde .be::before {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #999999;
    font-weight: 600;
}
.fa-envelope-o:before {
    content: "\f003";
}
.blog-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
.menu-news, .menu-news .ux-menu-link {
    display: inline-block;
}
.r-tab-menu {
    position: relative;
    z-index: 1;
    background-color: #f6f6f6;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
}
.menu-news .ux-menu-link a {
    display: inline-block;
    padding: 12px 25px;
    text-transform: uppercase;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}
.menu-news .ux-menu-link a:hover{
    background-color: #00368c;
    color: #fff;
}
.col-blog-left h5.post-title {
    font-size: 25px;
    line-height: 37px;
    font-weight: 400;
    text-transform: uppercase;
}
.col-blog-left h5.post-title a{
    color: #000;
}
.col-blog-right h5.post-title {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}
.col-blog-right p.from_the_blog_excerpt {
    color: #666666;
    font-family: 'Times New Roman',serif;
    font-size: 17px;
    margin-bottom: 10px;
}
.col-blog-right .flickity-page-dots {
    bottom: 0;
}
.col-blog-right button.flickity-button,header.archive-page-header,
.blog-home button.flickity-button{
    display: none;
}
.col-blog-left, .col-blog-right,
.col-blog-left .post-item, .col-blog-right .post-item {
    padding-bottom: 0;
}
.blog-wrapper .box-vertical .box-text {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 0;
}
.blog-wrapper .box-vertical .box-text h5.post-title {
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
}
.blog-wrapper .box-vertical .box-text p.from_the_blog_excerpt {
    color: #666666;
    margin-bottom: 20px;
}
.blog-wrapper .box-vertical .box-text .link-more,
.blog-wrapper .box-vertical .box-text .time-dateSty {
    display: block !important;
}
.link-more a {
    display: inline-block;
    padding: 5px 20px;
    background-color: #00368c;
    border: 1px solid #00368c;
    border-radius: 3px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
.time-dateSty {
    color: #00368c;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 10px;
}
.blog-single article {
    max-width: 1000px;
    padding: 0px 15px;
    margin: 0 auto;
}
.blog-single article h1.entry-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
}
.blog-single article .entry-header-text-top {
    padding-bottom: 0;
}
.blog-single article .entry-content.single-page {
    padding-top: 0;
    /*font-family: 'Times New Roman',serif;*/
}
.dateSty-single {
    color: #00368c;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 10px;
}
.time-dateSty-single {
    position: relative;
    padding-left: 60px;
    margin-bottom: 10px;
}
.time-dateSty-single:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 50px;
    height: 5px;
    background-color: #00368c;
}
.blog-share .is-divider.medium {
    display: none;
}
.blog-share {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
    text-align: left;
}
.blog-share .social-icons:before {
    content: 'Chia sẻ: ';
    font-size: 18px;
}
.blog-share .social-icons a {
    border: 0;
    margin-bottom: 0;
}
#related_posts ul {
    list-style: none;
}
#related_posts > h2 {
    font-size: 25px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: bold;
}
.relatedcontent h3 a {
    display: block;
    padding: 10px 0;
    padding-left: 130px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 100;
    transition: all 0.3s;
}
#related_posts ul li {
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.relatedcontent h3 a:hover {
    color: #00368c;
}
.relatedcontent span {
    color: #00368c;
    font-size: 14px;
    line-height: 22px;
    padding-left: 20px;
    left: 0;
    top: 10px;
    position: absolute;
    width: 120px;
}
.relatedcontent span:before {
    content: "\f133";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#related_posts {
    background: #eff1f4;
    padding: 30px;
    border-radius: 10px;
}
.section-doitac .icon-box {
    padding: 15px;
}
.section-doitac .icon-box p {
    height: 85px;
}
.dh-Title h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
}
.colT .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.colT .img:hover:before {
    opacity: 0.3;
}
.colT .img .img-inner:before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 50%;
    right: 50%;
    border-top: solid 1px rgba(255,255,255,0.4);
    border-bottom: solid 1px rgba(255,255,255,0.4);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 2;
}
.colT .img .img-inner:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px rgba(255,255,255,0.4);
    border-right: solid 1px rgba(255,255,255,0.4);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 2;
}
.colT .img:hover .img-inner:before {
    left: 20px;
    right: 20px;
}
.colT .img:hover .img-inner:after {
    top: 20px;
    bottom: 20px;
}
.colD .decs {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    height: 100%;
}
.vhDecsCen {
    width: calc(100% + 75px);
    position: relative;
    background-color: rgba(255,255,255,0.9);
    padding: 30px 50px;
    z-index: 2;
}
.r-linhvuc1 .vhDecsCen {
    margin-left: -75px;
}
.r-linhvuc2 .vhDecsCen {
    margin-right: -75px;
}
.titleAc {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #00368c;
}
.titleAc h3 {
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    margin-bottom: 0;
}
.titleAc h3 a {
    color: #00368c;
}
.tendAc {
    margin-bottom: 20px;
}
.viewAll a {
    display: inline-block;
    padding: 5px 20px;
    background-color: #00368c;
    border: 1px solid #00368c;
    border-radius: 3px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
.r-linhvuc1, .r-linhvuc2, .r-linhvuc3 {
    background: #eff1f4;
}
.vhsImg {
    height: 100%;
    width: 100%;
    color: #000000;
    position: relative;
}
.vhRoke {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    z-index: 1;
    font-size: 30px;
    line-height: 70px;
    font-weight: 900;
    -webkit-text-stroke: 1px rgba(0,0,0,0.1);
    color: transparent;
    white-space: nowrap;
    text-transform: uppercase;
}
.section-linhvuc, .section-about2 {
    padding-bottom: 0 !important;
}
.banner-about p {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}
.content-about2 h4, .content-about2 p {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}
.content-about2 ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.content-about2 ul li:before {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    color: #cb0109;
    content: "\f058";
}
.titlelv h3 {
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}
.infoChairman {
    padding: 15px 120px 15px 60px;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    left: -60px;
    z-index: 1;
    overflow: hidden;
}
.infoChairman::before {
    content: '';
    background-color: rgba(36, 64, 143, 1);
    position: absolute;
    height: 400px;
    width: 70px;
    top: -200px;
    right: 115px;
    transform: rotate(140deg);
    z-index: -1;
    pointer-events: none;
}
.infoChairman .tName {
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}
.infoChairman .tInfo {
    font-size: 15px;
    line-height: 23px;
    font-style: italic;
}
.infoChairman::after {
    content: '';
    background: rgb(36,64,143);
    background: linear-gradient(270deg, rgba(36,64,143,1) 0%, rgba(36,64,143,0.93) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 70px;
    bottom: 0;
    z-index: -1;
    border-top-right-radius: 70px;
    pointer-events: none;
}
.decsMess-HDQT {
    padding-top: 40px;
}
.decsMess-HDQT .theCont p {
    line-height: 24px;
    font-size: 16px;
}
.section-hdqt .bg-loaded {
    background-size: 100%;
    background-position: bottom center;
}
.section-hdqt {
    padding-top: 0 !important;
    padding-bottom: 150px !important;
}
.vhtitleVision::before {
    content: '';
    position: absolute;
    left: -10000px;
    width: 10000px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
}
.vhtitleVision .inlineVision {
    display: inline-block;
    padding: 12px 30px;
    border: 5px solid #ffffff;
}
.vhtitleVision .inlineVision h2 {
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0;
}
.vhVisionOne .vhContVisionOne {
    max-width: 475px;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    margin-left: 100px;
    padding: 25px;
    font-size: 16px;
    line-height: 24px;
}
.section-sumenh {
    padding: 75px 0 90px !important;
    min-height: 600px;
}
.vhVisionTwo .vhInfoTwo {
    margin-left: 100px;
}
.vhVisionTwo .vhInfoTwo .vhItemTwo:nth-child(odd) {
    margin-right: 60px;
    background-color: rgba(255,255,255,0.8);
}
.vhVisionTwo .vhInfoTwo .vhItemTwo {
    padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.vhVisionTwo .vhInfoTwo .vhItemTwo .vhnumber {
    width: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.vhVisionTwo .vhInfoTwo .vhItemTwo .vhtext {
    width: calc(100% - 50px);
    padding-left: 10px;
    font-size: 16px;
    line-height: 24px;
}
.vhVisionTwo .vhInfoTwo .vhItemTwo:nth-child(even) {
    margin-left: 60px;
    background-color: rgba(36,64,143,0.8);
    color: #ffffff;
}
.tab-lichsu ul.nav li a {
    padding: 12px 10px;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}
.tab-lichsu ul.nav {
    background-color: #24408f;
    height: 47px;
}
.tab-lichsu ul.nav li {
    margin-left: 0 !important;
}
.tab-lichsu ul.nav li.active {
    background-color: #3a539a;
}
.tab-lichsu .tab-panels {
    padding-top: 0;
}
.wrapHis {
    padding-left: 30px;
    position: relative;
}
.wrapHis::before {
    content: '';
    position: absolute;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    top: 10px;
    left: 30px;
    bottom: -250px;
}
.wrapHis .yearHis {
    margin-bottom: 30px;
    position: relative;
    padding-left: 40px;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
}
.wrapHis .yearHis::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 6px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #ffffff;
}
.wrapHis .yearHis span {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 3px solid #ffffff;
}
.wrapHis .yearHis::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #24408f;
    left: -10px;
    top: 11px;
}
.infoYear {
    padding-left: 40px;
}
.infoYear .itemYear {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    position: relative;
}
.infoYear .itemYear::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ffffff;
    left: -45px;
    top: 15px;
}
.infoYear .itemYear .year {
    width: 115px;
    font-size: 25px;
    line-height: 38px;
    font-weight: 700;
}
.infoYear .itemYear .txt {
    width: calc(100% - 115px);
    font-size: 15px;
    line-height: 23px;
    max-width: 490px;
}
.infoYear .itemYear .txt p {
    margin: 0px;
    padding: 5px 0px;
}
.vhHumamDecs {
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.vhDecsOne {
    padding: 30px 30px 40px 30px;
    background-color: rgba(246, 246, 246, 0.9);
    position: relative;
    margin-bottom: -60px;
    z-index: 1;
}
.vhDecsTwo {
    max-width: 980px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.section-lichsu2 {
    padding-bottom: 0 !important;
}
.vhDecsThree ul {
    list-style: disc;
    margin-left: 10px;
    padding-left: 10px;
}
.vhDecsThree ul li {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    font-size: 16px;
    line-height: 24px;
}
.vhDecsThree li .vhColorT {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}
.vhDecsThree li .vhtextT {
    width: calc(100% - 20px);
    padding-left: 10px;
}
.section-lichsu4 {
    padding-bottom: 0 !important;
}
.vhtitleAbout h3 {
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
}
.section-chungnhan .large-12{
    padding-bottom: 0;
}
.desc-sliderhome h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.section-duan .next {
    right: 20%;
}
.section-duan .previous {
    left: 20%;
}
.section-duan button.flickity-button svg {
    display: none;
}
.section-duan button.flickity-button {
    opacity: 1;
    transform: none;
    width: 50px;
    height: 50px;
}
.section-duan .next:before {
    content: '';
    background: url(/wp-content/uploads/2022/10/next.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999;
    top: 0;
    right: 0;
}
.section-duan .previous:before {
    content: '';
    background: url(/wp-content/uploads/2022/10/prev.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
}
.slider-show-nav .flickity-prev-next-button, .slider:hover .flickity-prev-next-button {
    opacity: 1;
}
.section-quanhe:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    pointer-events: none;
    z-index: -1;
}
.gripThumbsRela {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    max-width: 500px;
    transform: rotate(-45deg);
    position: relative;
}
.gripThumbsRela:nth-child(1) {
    top: 130px;
}
.gripThumbsRela:nth-child(2) {
    left: 355px;
    top: -100px;
}
.gripThumbsRela .mmCol {
    max-width: 50%;
    padding: 0 10px;
}
.itemRelax {
    position: relative;
    width: 230px;
    height: 230px;
    border-radius: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itemRelax .thumb {
    position: absolute;
    top: -33%;
    left: -40%;
    height: 77%;
    right: -50%;
    transform: rotate(45deg);
    width: 200%;
}
.itemRelax .thumb a img{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.itemRelax .decs {
    position: absolute;
    bottom: 15px;
    left: -82px;
    height: 50%;
    right: 0;
    transform: rotate(45deg);
    padding: 15px 10px;
    text-align: center;
}
.itemRelax .decs a {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: -50px;
    pointer-events: auto;
}
.itemRelax .decs h3 {
    max-width: 170px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}
.itemRelax .decs .view {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itemRelax:hover {
    background-color: #00368c;
}
.itemRelax:hover h3{
    color: #fff;
}
.menu-home, .menu-home .ux-menu-link {
    display: inline-block;
}
.menu-home .ux-menu-link a {
    margin-right: 10px;
    border-right: none;
    display: inline-block;
    padding: 12px 25px;
    text-transform: uppercase;
    background-color: #eff1f4;
    font-weight: bold;
    font-size: 14px;
}
.menu-home .ux-menu-link a:hover {
    background-color: #00368c;
    color: #fff;
}
.blog-home .box-text.text-left {
    padding: 15px;
    background-color: rgba(6, 67, 150, 0.9);
    padding-right: 80px;
    margin-bottom: 15px;
    font-size: 16px;
}
.blog-home .box-text.text-left h5 a {
    color: #fff;
}
.blog-home-right .post-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-home-right .box-text.text-left h5 a{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
    max-height: 44px;
    overflow: hidden;
    color: #000;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.vhTopInfoDt {
    padding: 35px 15px;
    background-color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    margin-top: -100px;
    z-index: 2;
}
.width-duan {
    max-width: 1010px;
    margin: 0 auto;
    padding: 0 20px;
}
.vhTitleDetail h1 {
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 400;
}
.vhLstInfoDt ul {
    list-style: none;
}
.vhLstInfoDt ul li {
    padding: 12px 0;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.duan {
    background-color: #eff1f4;
}
.duan .large-12.col {
    padding-bottom: 0;
}
.duantieubieu .text-center {
    font-size: 25px;
    line-height: 37px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
@media (max-width: 991px){
    .vhTopInfoDt {
    padding: 20px 15px;
}
.vhTopInfoDt {
    margin-top: -50px;
}
.vhTitleDetail h1 {
    font-size: 25px;
    line-height: 37px;
}
    .gripThumbsRela:nth-child(1) {
    top: 0px;
}
.gripThumbsRela {
    transform: inherit;
    margin: 0 auto;
    margin-bottom: 10px;
}
.gripThumbsRela {
    max-width: 100%;
}
.gripThumbsRela:nth-child(2) {
    left: 0;
    top: 0px;
}
    .dh-Title h2 {
        font-size: 25px;
        line-height: 37px;
    }
    .r-linhvuc1 .vhDecsCen{
        margin-left: 0 !important;
    }
    .vhDecsCen {
        padding: 25px;
    }
    .colD .decs {
        width: calc(100% - 30px);
        position: relative;
        margin-left: 15px;
        margin-top: -20px;
    }
    .titleAc h3 {
        font-size: 22px;
        line-height: 34px;
    }
    .vhsImg .vhRoke {
        position: static;
        transform: inherit;
        text-align: center;
        padding: 15px;
    }
    .menu-news .ux-menu-link.flex.menu-item {
    border-right: 1px solid rgba(0,0,0,0.1);
}
.menu-news, .menu-home {
    flex-wrap: initial;
    display: flex;
    overflow-x: scroll;
    flex-flow: row nowrap;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}
.col-blog-left h5.post-title {
    font-size: 18px;
    line-height: 27px;
}
.header.show-on-scroll, .header.has-transparent, .header.transparent {
    position: unset;
}
.section-about1 .banner {
    min-height: 600px;
}
.banner-about p {
    font-size: 14px;
    line-height: 22px;
}
.banner-about .text-box {
    width: 100% !important;
    padding: 12px;
}
.banner-about{
    min-height: 700px;
}
.decsMess-HDQT .theCont p {
    font-size: 14px;
}
.dh-Title {
    padding-left: 12px;
    padding-right: 12px;
}
/*.tab-lichsu .tab-panels .banner {
    padding: 50px 0;
}*/
.wrapHis {
    padding-right: 0;
}
.itemRelax {
    transform: rotate(-45deg);
    margin: 0 auto;
}
}
@media (max-width: 849px){
    .vhDecsAbout .tendAbout {
    text-align: justify;
}
    .vhLstInfoDt li .name {
    width: 100px;
}
.vhLstInfoDt li .txt {
    width: calc(100% - 100px);
}
    .section-duan button.flickity-button {
    display: block !important;
    width: 35px;
    height: 35px;
    top: inherit;
    bottom: 0;
}
.desc-sliderhome h3 {
    font-size: 15px;
}
.section-duan .img {
    margin-bottom: 5px !important;
}
.section-duan .next {
    right: inherit;
    left: calc(50% + 10px);
}
.section-duan .previous {
    left: calc(50% - 40px);
}
    .titleHome h2 {
    font-size: 25px !important;
}
.section-quanhe a.button {
    display: flex;
    justify-content: center;
    margin: 0;
}
    .titleHome {
    padding: 0 15px;
    text-align: center;
}
    .vhsImg .vhRoke {
        font-size: 20px;
        line-height: 45px;
    }
    .decsMess-HDQT {
    padding-top: 0;
}
.infoChairman {
    padding: 15px 80px 15px 15px;
}
.infoChairman {
    left: 0;
    margin-top: -40px;
    margin-left: 10px;
}
.section-hdqt .bg-loaded {
    background-size: 300% !important;
}
.section-tamnhin {
    padding: 50px 0 60px !important;
    min-height: auto !important;
}
.vhtitleVision .inlineVision {
    padding: 9px 25px;
}
.vhtitleVision .inlineVision h2 {
    font-size: 22px;
    line-height: 30px;
}
.vhVisionOne .vhContVisionOne {
    max-width: calc(100% - 40px);
    margin-left: 40px;
    font-size: 14px;
    line-height: 22px;
    padding: 20px;
}
.section-sumenh {
    padding: 40px 0 50px !important;
}
.vhVisionTwo .vhInfoTwo {
    margin-left: 20px;
}
.vhVisionTwo .vhInfoTwo .vhItemTwo:nth-child(odd) {
    margin-right: 20px;
}
.vhVisionTwo .vhInfoTwo .vhItemTwo:nth-child(even) {
    margin-left: 20px;
}
.vhVisionTwo .vhInfoTwo .vhItemTwo .vhtext {
    font-size: 14px;
    line-height: 22px;
}
.wrapHis {
    padding-left: 20px;
    padding-right: 10px;
}
.wrapHis::before {
    left: 10px;
}
.yearHis {
    font-size: 25px !important;
    line-height: 37px !important;
    padding-left: 30px !important;
}
.wrapHis .yearHis::before {
    width: 21px;
    height: 21px;
    left: -10px;
}
.wrapHis .yearHis::after {
    width: 15px;
    height: 15px;
    left: -7px;
    top: 9px;
}
.infoYear {
    padding-left: 30px;
}
.infoYear .itemYear {
    margin-bottom: 20px;
}
.infoYear .itemYear::before {
    left: -35px;
    top: 10px;
}
.infoYear .itemYear .year {
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
    width: 100%;
}
.infoYear .itemYear .txt {
    font-size: 14px;
    line-height: 22px;
    max-width: 100%;
    width: 100%;
}
.mobile-nav li a {
    color: #000 !important;
    font-size: 18px;
    padding: 0;
}
.mfp-content {
    background: #fff !important;
    width: 98% !important;
    transition: transform .5s,opacity .3s,-webkit-transform .5s !important;
}
.mfp-content .nav.nav-vertical {
    padding-top: 0;
}
.mfp-content .nav.nav-vertical li.html_topbar_right {
    background-color: #00368c;
    padding: 12px 40px 12px 15px;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: bold;
}
.mfp-content .nav.nav-vertical li.html h2 {
    color: #fff;
    margin-bottom: 0;
}
.mfp-ready .mfp-close {
    opacity: 1;
    mix-blend-mode: normal;
}
.off-canvas .nav-vertical>li>a {
    padding: 12px 15px;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}
.off-canvas .nav-vertical>li>.toggle {
    opacity: 1;
}
.nav-slide-header .toggle {
    opacity: 1;
    font-weight: 100;
    color: #000 !important;
}
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    color: #000 !important;
    font-size: 15px !important;
    text-transform: initial !important;
    font-weight: 400 !important;
}
.header-main {
    height: 50px !important;
}
.banner-home {
    padding-top: 22vh !important;
}
.banner-home p {
    font-size: 16px;
    line-height: normal;
}
.vhDecsAbout, .vhThumbAbout {
    padding: 0 15px;
    text-align: center;
}
.vhDecsAbout .viewAllLine {
    text-align: center;
}
.vhThumbAbout::before {
    top: 30px;
    left: 35px;
    bottom: 25px;
    left: 55px;
}
.vhThumbAbout .vhGripAbHome {
    margin: 0 -7px;
}
.vhThumbAbout .vhGripAbHome .colL {
    margin-top: 100px;
}
.vhThumbAbout .vhGripAbHome > div {
    padding: 0 7px;
}
.vhThumbAbout .videoAbout {
    right: 50px;
    bottom: 10px;
}
.vhThumbAbout .videoAbout a {
    width: 40px;
    height: 40px;
}
.blog-home-right .box-vertical .box-image {
    width: 40% !important;
    direction: ltr;
    display: table-cell;
    vertical-align: middle;
}
.blog-home-right .box-vertical {
    display: table;
    width: 100%;
}
.blog-home-right .box-vertical .box-text.text-left {
    padding: 0 10px;
}
.gripThumbsRela .mmCol {
    min-height: 280px;
    max-width: 100%;
    padding: 0 30px;
    width: 100%;
}
.itemRelax {
    width: 200px;
    height: 200px;
}
.itemRelax .decs {
    left: -50px;
    right: 10px;
}
.itemRelax .decs h3 {
    font-size: 13px;
    max-width: 100%;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}
.itemRelax .decs .view {
    bottom: -15px;
    width: 10px;
    height: 10px;
}
.colT-home .col-inner {
    display: flex;
    flex-wrap: wrap;
    min-height: auto;
    margin-top: 30px;
}
}
@media (min-width: 992px){
    .banner-home .banner-bg:before, .image-banner .img-inner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        /* pointer-events: none; */
        height: 220px;
        background: rgb(0,0,0);
        background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
        z-index: 2;
        pointer-events: none;
    }
    .banner-home .banner-bg:after, .image-banner .img-inner:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        /* pointer-events: none; */
        height: 220px;
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
        z-index: 1;
        pointer-events: none;
    }
    .category .header.show-on-scroll:not(.stuck), .category .header:not(.stuck),
    .single-post .header.show-on-scroll:not(.stuck), .single-post .header:not(.stuck){
        left: 0;
        right: 0;
    }
    .category .header, .single-post .header {
        position: absolute;
    }
    .category .header .header-wrapper, .single-post .header .header-wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none !important;
    }
    #masthead .logo-left:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 250px;
    background-image: url(/wp-content/uploads/2022/09/bgbanner.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
}
::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
::-webkit-scrollbar-thumb {
    background-color: #333333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 10px;
}
.blog-wrapper .box-vertical .box-image {
    width: 30% !important;
}
.blog-wrapper .box-vertical .box-image .image-cover img {
    padding-right: 20px !important;
}
.slider-home ol.flickity-page-dots {
    position: absolute;
    right: unset !important;
    left: 0 !important;
    padding: 0 30px;
    transform: translateY(-50%);
}
}
@media (max-width: 359px){
.gripThumbsRela .mmCol {
    max-width: 100%;
}
}
.single-post .content-header-single-post {
    display: block !important;
}
@media (min-width:  1200px){
.blog-linhvuc .box {
    display: flex
}
.blog-linhvuc .post-item .box-image{
    width: 100% !important;
}
.blog-linhvuc .post-item:nth-child(2n+2) .box-image {
    order: 2 !important;
}
.blog-linhvuc .post-item:nth-child(2n+2) .box-text.text-left {
    order: 1;
}
.blog-linhvuc .post-item .box-text.text-left h5 {
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}
.blog-linhvuc .post-item .box-text.text-left {
    align-items: center;
    display: flex;
}
}