@font-face {
    font-family: AvenirNext-Bold;
    src: url("../fonts/AvenirNext-Bold-01.ttf") format("truetype");
}

@font-face {
    font-family: AvenirNext-BoldItalic;
    src: url("../fonts/AvenirNext-BoldItalic-02.ttf") format("truetype");
}

@font-face {
    font-family: AvenirNext-DemiBold;
    src: url("../fonts/AvenirNext-DemiBold-03.ttf") format("truetype");
}

@font-face {
    font-family: AvenirNext-DemiBoldItalic;
    src: url("../fonts/AvenirNext-DemiBoldItalic-04.ttf") format("truetype");
}

@font-face {
    font-family: AvenirNext-Italic;
    src: url("../fonts/AvenirNext-Italic-05.ttf") format("truetype");
}

@font-face {
    font-family: AvenirNext-Medium;
    src: url("../fonts/AvenirNext-Medium-06.ttf") format("truetype");
}

@font-face {
    font-family: AvenirNext-MediumItalic;
    src: url("../fonts/AvenirNext-MediumItalic-07.ttf") format("truetype");
}

@font-face {
    font-family: AvenirNext-Regular;
    src: url("../fonts/AvenirNext-Regular-08.ttf") format("truetype");
}

@font-face {
    font-family: fontawesome;
    src: url("../fonts/fontawesome-pro-5.8.2-web/fonts/fontawesome-webfont.ttf") format("truetype");
}

@font-face {
    font-family: 'FontAwesome5Pro';
    font-style: normal;
    font-weight: 200;
    font-display: auto;
    src: url("../fonts/fontawesome-pro-5.8.2-web/webfonts/fa-light-300.eot");
    src: url("../fonts/fontawesome-pro-5.8.2-web/webfonts/fa-light-300.eot%3F") format("embedded-opentype"), url("../fonts/fontawesome-pro-5.8.2-web/webfonts/fa-light-300.woff2") format("woff2"), url("../fonts/fontawesome-pro-5.8.2-web/webfonts/fa-light-300.woff") format("woff"), url("../fonts/fontawesome-pro-5.8.2-web/webfonts/fa-light-300.ttf") format("truetype"), url("../fonts/fontawesome-pro-5.8.2-web/webfonts/fa-light-300.svg") format("svg");
}

*, ul, ol, dl {
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

@media screen and (min-width: 1400px) {
    html {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 13px;
    }
}

@media screen and (max-width: 991px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: AvenirNext-Regular, sans-serif;
}

p {
    font-size: 1rem;
    margin-bottom: 0.33rem;
    color: #5C5C5B;
}

span {
    color: #5C5C5B;
}

a {
    color: #5C5C5B;
}

a:hover {
    text-decoration: none;
}

a.title {
    color: #0080c6;
    font-size: 1.125rem;
}

figure {
    margin: 0;
}

.img-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-width {
    width: 100%;
    object-fit: cover;
}

.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

h3.title-logo {
    font-size: 2.1875rem;
    font-family: Lato-Light, sans-serif;
}

h3.title-logo span {
    font-family: Lato-Bold, sans-serif;
}

h5.title {
    font-size: 1.25rem;
    color: #252e5b;
    font-family: Lato-Bold, sans-serif;
}

span {
    color: #252e5b;
}

p.title {
    font-size: 1.25rem;
    color: #252e5b;
    padding: 1.5rem 0;
    font-family: Lato-Bold, sans-serif;
}

a.button {
    font-size: 1.067rem;
    color: white;
    background: #0080c6;
    padding-top: 10px;
    height: 45px;
    width: 170px;
    display: block;
    border-radius: 50px;
    text-align: center;
}

.ls-1 {
    letter-spacing: 1px;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1400px;
    }
}

.video-mobile {
    display: none;
}

.img-banner-mobile {
    display: none;
}

.align-center {
    text-align: center;
}

a:hover {
    color: #FFFFFF;
}

.leam-more {
    padding-top: 40px;
    padding-bottom: 40px;
}

.leam-more .btn-a {
    width: 158px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #0052A1;
    position: relative;
    display: inline-block;
    z-index: 1;
    border: unset !important;
    font-family: AvenirNext-Bold, sans-serif;
    font-size: 1.0625rem;
    color: #FFFFFF;
}

.leam-more .btn-a:before {
    top: 0;
    width: 0;
    left: auto;
    right: 0;
    z-index: -1;
    bottom: 0;
    content: "";
    position: absolute;
    background-color: #0263c1 !important;
    transition: width .3s linear;
    border: unset !important;
}

.leam-more .btn-a:hover {
    border: unset !important;
}

.leam-more .btn-a:hover:before {
    left: 0;
    width: 100%;
    right: auto;
}

.leam-more-xanh .btn-a-xanh {
    width: 158px;
    text-align: center;
    padding: 10px 0;
    background: #036B59;
    position: relative;
    display: inline-block;
    z-index: 1;
    border: unset !important;
    font-family: AvenirNext-Bold, sans-serif;
    font-size: 1.0625rem;
    color: #FFFFFF;
}

.leam-more-xanh .btn-a-xanh:before {
    top: 0;
    width: 0;
    left: auto;
    right: 0;
    z-index: -1;
    bottom: 0;
    content: "";
    position: absolute;
    background-color: #023E33 !important;
    transition: width .3s linear;
    border: unset !important;
}

.leam-more-xanh .btn-a-xanh:hover {
    border: unset !important;
}

.leam-more-xanh .btn-a-xanh:hover:before {
    left: 0;
    width: 100%;
    right: auto;
}

.leam-more-xanh-eo .btn-a-xanh-eo {
    width: 158px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #0091FF;
    position: relative;
    display: inline-block;
    z-index: 1;
    border: unset !important;
    font-family: AvenirNext-Bold, sans-serif;
    font-size: 1.0625rem;
    color: #FFFFFF;
}

.leam-more-xanh-eo .btn-a-xanh-eo:before {
    top: 0;
    width: 0;
    left: auto;
    right: 0;
    z-index: -1;
    bottom: 0;
    content: "";
    position: absolute;
    background-color: #006EC1 !important;
    transition: width .3s linear;
    border: unset !important;
}

.leam-more-xanh-eo .btn-a-xanh-eo:hover {
    border: unset !important;
}

.leam-more-xanh-eo .btn-a-xanh-eo:hover:before {
    left: 0;
    width: 100%;
    right: auto;
}

img {
    transition: all .7s;
}

img {
    height: auto;
    max-width: 100%;
}

.active-body {
    overflow: hidden;
}

.show_menu {
    transition: .75s;
    display: block !important;
}

.pding-header {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 991px) {
    .pding-header {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

#header-wrapper {
    left: 0;
    right: 0;
    background: 0 0;
    z-index: 103;
    background-color: #0052A1;
    height: 80px;
    position: absolute;
}

#header-wrapper .header-inner .header-container .row-header {
    height: 80px;
}

#header-wrapper .header-inner .header-container .logo-header {
    display: flex;
    align-items: center;
}

#header-wrapper .header-inner .header-container .logo-header .logo-inner {
    padding-left: 30px;
}

#header-wrapper .header-inner .header-container .logo-header .logo-inner img:hover {
    transition: all 0.8s;
    transform: scale(1.2);
}

#header-wrapper .header-inner .header-container .logo-header .sidebar-menu {
    padding-left: 30px;
    flex: 1;
}

#header-wrapper .header-inner .header-container .logo-header .sidebar-menu i {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

#header-wrapper .header-inner .header-container .navigation-wrapper {
    padding: 0;
    margin: 0;
}

#header-wrapper .header-inner .header-container .navigation-wrapper > ul {
    display: flex;
    margin-bottom: 0;
    justify-content: center;
}

#header-wrapper .header-inner .header-container .navigation-wrapper > ul > li.active > a {
    color: #f38001;
}

#header-wrapper .header-inner .header-container .navigation-wrapper > ul > li.active > a:before {
    visibility: visible;
    opacity: 1;
    transition: all .3s;
    width: 100%;
    left: 0;
}

#header-wrapper .header-inner .header-container .navigation-wrapper > ul > li {
    padding-right: 20px;
}

@media screen and (min-width: 1550px) {
    #header-wrapper .header-inner .header-container .navigation-wrapper > ul > li {
        padding-right: 38px;
    }
}

@media screen and (min-width: 1370px) and (max-width: 1499px) {
    #header-wrapper .header-inner .header-container .navigation-wrapper > ul > li {
        padding-right: 27px;
    }
}

@media screen and (max-width: 1300px) {
    #header-wrapper .header-inner .header-container .navigation-wrapper > ul > li {
        padding-right: 16px;
    }
}

#header-wrapper .header-inner .header-container .navigation-wrapper > ul > li:hover > a:before {
    visibility: visible;
    opacity: 1;
    transition: all .3s;
    width: 100%;
    left: 0;
}

#header-wrapper .header-inner .header-container .navigation-wrapper > ul > li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transition: all .7s;
}

#header-wrapper .header-inner .header-container .navigation-wrapper > ul > li a {
    color: white;
    font-family: OpenSans-Bold, sans-serif;
    position: relative;
}

#header-wrapper .header-inner .header-container .navigation-wrapper > ul > li a:before {
    position: absolute;
    top: 25px;
    right: 0;
    width: 0;
    height: 5px;
    border-radius: 30px;
    content: "";
    background: #f38001;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

#header-wrapper .header-inner .header-container .navigation-wrapper > ul > li .sub-menu {
    position: absolute;
    top: 35px;
    width: 310px;
    height: auto;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    transition: all .7s;
    padding: 25px 40px;
    background-color: rgba(15, 50, 64, 0.8);
}

#header-wrapper .header-inner .header-container .navigation-wrapper > ul > li .sub-menu li {
    padding: 15px 0px;
    border-bottom: 1px solid #e5e5e5;
}

#header-wrapper .header-inner .header-container .navigation-wrapper > ul > li .sub-menu li:first-child {
    padding-top: 0;
}

#header-wrapper .header-inner .header-container .navigation-wrapper > ul > li .sub-menu li a:hover {
    color: #f38001;
}

#header-wrapper .header-inner .header-container .list-icon {
    padding: 0;
    margin: 0;
}

#header-wrapper .header-inner .header-container .list-icon ul {
    display: flex;
    justify-content: flex-end;
    padding-right: 45px;
    align-items: center;
    margin-bottom: 0;
}

#header-wrapper .header-inner .header-container .list-icon ul li.icon-traidat {
    z-index: 2;
    padding-right: 20px;
}

#header-wrapper .header-inner .header-container .list-icon ul li.icon-traidat a {
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: AvenirNext-DemiBold, sans-serif;
}

#header-wrapper .header-inner .header-container .list-icon ul li.icon-search {
    display: block;
}

#header-wrapper .header-inner .header-container .list-icon ul li.icon-search a i {
    font-size: 20px;
    color: #fff;
    transition: all 0.8s;
}

#header-wrapper .header-inner .header-container .list-icon ul li.icon-search a i:hover {
    transform: scale(1.2);
    transition: all 0.8s;
}

#header-wrapper .header-inner .header-container .list-icon ul li {
    transition: all 0.3s;
}

#header-wrapper .header-inner .header-container .list-icon ul li img.icontd {
    padding-bottom: 4px;
    padding-right: 5px;
}

#header-wrapper .header-inner .header-container .list-icon ul li a .lang-active {
    position: relative;
}

#header-wrapper .header-inner .header-container .list-icon ul li a .lang-active:after {
    font-size: 15px;
    color: #858585;
    font-family: fontawesome;
    content: "\f107";
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    right: 2px;
}

#header-wrapper .header-inner .header-container .list-icon ul li a:hover {
    color: #FFFFFF;
}

#header-wrapper .header-inner .header-container .list-icon ul li span {
    text-transform: uppercase;
}

#header-wrapper .header-inner .header-container .list-icon ul li .lang-sub {
    padding-top: 5px;
    visibility: hidden;
}

#header-wrapper .header-inner .header-container .list-icon ul .icon-search {
    position: relative;
    padding-right: 20px;
}

#header-wrapper .header-inner .header-container .list-icon ul .icon-search .menu-search {
    display: none;
    position: absolute;
    top: -11px;
    right: 60px;
    width: 300px;
    background: #f3f3f3;
    z-index: 2;
}

#header-wrapper .header-inner .header-container .list-icon ul .icon-search .menu-search input {
    margin: 0;
    background: 0 0;
    padding: 15px 20px;
    border: navajowhite;
    font-size: 14px;
    width: 100%;
    line-height: normal;
    background-color: #f3f3f3;
}

#header-wrapper .header-inner .header-container .list-icon ul .lang-pc .show-lang-img a img {
    width: 40px;
}

#header-wrapper .header-inner .header-container .list-icon ul .lang-pc .show-lang-img a span {
    color: #fff;
}

#header-wrapper .header-inner .header-container .list-icon ul .lang-pc .show-lang-img a i {
    font-size: 16px;
    color: #fff;
}

.stricky-fixed {
    position: fixed !important;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}

.menu-pc {
    transition: .75s;
    left: -100%;
}

.buttonmnphones {
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative;
    height: 30px;
    background-color: transparent;
    z-index: 9;
    display: flex !important;
    align-items: center;
    left: 20px;
    cursor: pointer;
}

.buttonmnphones span {
    width: 32px;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s;
    backface-visibility: hidden;
    position: relative;
    display: block;
    border-radius: 1px;
}

.buttonmnphones:before {
    width: 32px;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s;
    border-radius: 1px;
    content: "";
    position: absolute;
    top: 2px !important;
}

.buttonmnphones:after {
    width: 32px;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s;
    border-radius: 1px;
    content: "";
    position: absolute;
    bottom: 2px;
}

.buttonmnphones:hover span, .buttonmnphones:hover:before, .buttonmnphones:hover:after {
    box-shadow: 0 0 20px 5px #999999a6;
}

.active-body .menu-pc {
    transition: .75s;
    left: 0 !important;
}

.active-body .buttonmnphones:before {
    transform: rotate(45deg) translate(8px, 8px);
    background-color: #ffffff;
}

.active-body .buttonmnphones:after {
    transform: rotate(-45deg) translate(8px, -7px);
    background-color: #ffffff;
}

.active-body .buttonmnphones span {
    opacity: 0;
}

.active-body li.icon-search {
    display: block !important;
}

.active-body li.hide_menu {
    display: none;
}

.lang-sub-2 {
    position: absolute;
    display: none;
    z-index: 10;
}

.lang-sub-2 a img {
    width: 40px;
}

.lang-sub-2 a span {
    color: #fff;
}

.lang-sub-2 a i {
    font-size: 13px;
    color: #fff;
}

.header-2 {
    line-height: 48px;
}

.header-2 .content-h .fa-home {
    color: #0052A1;
    cursor: pointer;
}

.header-2 .content-h .fa-chevron-right {
    padding-left: 15px;
    padding-right: 15px;
    color: #036B59;
}

.header-2 .content-h span {
    color: #00365F;
    font-size: 0.75rem;
    font-family: AvenirNext-Bold, sans-serif;
}

.header-2 .content-h a span {
    font-family: AvenirNext-Regular, sans-serif;
}


.banner-who {
    padding-bottom: 118px;
    position: relative;
}

.banner-who .content-who {
    background-color: #0052A1;
}

.banner-who .b-w-head .content-w {
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
}

.banner-who .b-w-head .content-w img.img-1 {
    position: absolute;
    bottom: -112px;
}

.banner-who .img-w-2 {
    position: absolute;
    top: 130px;
    right: 0;
}

@media (min-width: 992px) {
    .banner-who .img-w-2 {
        max-width: 800px;
        object-fit: cover;
        height: 550px;
    }
}

.banner-who h2 {
    line-height: 1.4;
    font-size: 3rem;
    color: #fff;
    font-family: AvenirNext-Bold, sans-serif;
}

@media (min-width: 992px) {
    .banner-who h2 {
        max-width: 30%;
        min-height: 360px;
    }
}

@media (max-width: 991px) {
    .banner-who h2 {
        color: #0052A1 !important;
        font-size: 2.5rem !important;
        min-height: auto !important;
        padding-top: 30px !important;
    }
}

@media (max-width: 767px) {
    .banner-who h2 {
        font-size: 2rem !important;
    }
}

.back-title {
    line-height: 80px;
}

.back-title a {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8125rem;
}

.back-title a i {
    color: #fff;
    padding-right: 10px;
}

.page-banner-3 .banner-who-pp .content-who-pp {
    background-color: #036B59;
    padding-bottom: 0px;
}

.page-banner-3 .banner-who-pp .b-w-head .content-w {
    display: flex;
    position: relative;
}

@media (max-width: 991px) {
    .page-banner-3 .banner-who-pp .b-w-head .content-w {
        padding-bottom: 70px !important;
        display: block !important;
    }

    .page-banner-3 .banner-who-pp .b-w-head .content-w .img-2 {
        position: unset !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-banner-3 .banner-who-pp .b-w-head .content-w h2 {
        min-height: 80px !important;
        padding-bottom: 15px;
    }

    .page-banner-3 .banner-who-pp .b-w-head .content-w .slide-partners-3 .item img {
        margin: auto !important;
    }
}

.page-banner-3 .banner-who-pp .b-w-head .content-w h2 {
    line-height: 1.4;
    font-size: 2.25rem;
    color: #fff;
    min-height: 150px;
    font-family: AvenirNext-Bold, sans-serif;
}

@media (min-width: 992px) {
    .page-banner-3 .banner-who-pp .b-w-head .content-w h2 {
        max-width: 40%;
    }
}

@media (max-width: 767px) {
    .page-banner-3 .banner-who-pp .b-w-head .content-w h2 {
        font-size: 1.5rem !important;
    }
}

.page-banner-3 .banner-who-pp .b-w-head .content-w img.img-1 {
    position: absolute;
    bottom: -63px;
}

.page-banner-3 .banner-who-pp .b-w-head .content-w .img-2 {
    position: absolute;
    right: 0;
    height: 540px;
    width: 540px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-banner-3 .banner-who-pp .b-w-head .content-w .img-2 {
        width: 430px !important;
    }
}

.page-banner-3 .banner-who-pp .b-w-head .content-w .slide-partners-3 video, .page-banner-3 .banner-who-pp .b-w-head .content-w .slide-partners-3 img {
    object-fit: cover;
    width: 100%;
}

.page-banner-3 .banner-who-pp .content-pp {
    padding-top: 80px;
}

.page-banner-3 .banner-who-pp .content-pp .dess p {
    font-size: 1.255rem;
    color: #171D29;
    line-height: 32px;
    padding-bottom: 20px;
}

.page-banner-3 .banner-who-pp .content-pp .dess p span {
    font-size: 1.25rem;
    font-family: AvenirNext-Bold, sans-serif;
}

.page-banner-3 .banner-who-pp .content-pp .dess strong {
    font-family: AvenirNext-Bold, sans-serif;
    font-weight: 100;
}

.page-banner-3 .banner-who-pp .content-pp a {
    color: #036B59;
}

.page-banner-3 .banner-who-pp .content-pp a i {
    color: #036B59;
}

.page-banner-3 .banner-who-pp .slick-dots {
    bottom: -50px;
}

.page-banner-3 .banner-who-pp .slick-dots li button {
    background: #767676de;
    border-radius: 180px;
    width: 8px;
    height: 8px;
}

.page-banner-3 .banner-who-pp .slick-dots li button:before {
    content: "";
}

.page-banner-3 .banner-who-pp .slick-dots li.slick-active button {
    background: #0052A1;
}

@media (max-width: 767px) {
    .page-banner-4 .banner-default .bgbanner-title-center h1 {
        padding-bottom: 30px;
        font-size: 1.5rem !important;
    }
}

.page-banner-4 .inner-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #036B59;
    opacity: 0.5;
}

.page-banner-4 .menu-type {
    position: absolute;
    bottom: -1px;
    width: 100%;
}

.page-banner-4 .menu-type ul {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
    flex-wrap: wrap;
}

@media (max-width: 480px) {
    .page-banner-4 .menu-type ul {
        height: 210px;
        overflow: auto;
    }

    .page-banner-4 .menu-type ul li {
        width: 100% !important;
    }
}

.page-banner-4 .menu-type ul li {
    padding-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    margin-bottom: 15px;
}

@media (min-width: 1700px) {
    .page-banner-4 .menu-type ul li {
        margin-right: 40px !important;
    }
}

.page-banner-4 .menu-type ul li a {
    color: #5C5C5B;
    font-family: AvenirNext-Medium, sans-serif;
    text-transform: uppercase;
}

.page-banner-4 .menu-type ul li a:before {
    position: absolute;
    top: 33px;
    right: 0;
    width: 0;
    height: 4px;
    content: "";
    background: #036B59;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

@media (min-width: 768px) {
    .page-banner-4 .menu-type ul li:not(.active):hover a {
        color: #036B59;
    }

    .page-banner-4 .menu-type ul li:not(.active):hover a:before {
        visibility: visible;
        opacity: 1;
        transition: all .3s;
        width: 100%;
        left: 0;
    }
}

.page-banner-4 .menu-type ul li.active a {
    color: #036B59;
    font-family: AvenirNext-Bold, sans-serif;
    border-bottom: 4px solid #036B59;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .page-banner-4 .menu-type ul li.active a {
        padding-bottom: 3px !important;
    }
}

.head-Mobile {
    height: 60px !important;
    align-items: center;
}

.head-Mobile .header-inner {
    display: flex;
    height: 60px;
    align-items: center;
}

.head-Mobile .header-inner .header-container {
    flex: 1;
}

.head-Mobile .header-inner .mb-body {
    display: flex;
    align-items: center;
}

.head-Mobile .header-inner .mb-body .sidebar-mb {
    flex: 1;
}

.head-Mobile .header-inner .mb-body .logo-inner {
    flex: 1;
    text-align: center;
}

.head-Mobile .header-inner .mb-body .logo-inner img {
    width: 32px;
}

.head-Mobile .header-inner .mb-body .list-icon {
    flex: 1;
}

.head-Mobile .header-inner .mb-body .list-icon ul {
    padding-right: 15px !important;
}

.head-Mobile .header-inner .mb-body .list-icon .menu-search {
    top: -6px !important;
    width: 190px !important;
}

.head-Mobile .header-inner .mb-body .list-icon .menu-search .search-text input {
    padding: 10px 10px !important;
}

.head-Mobile .menu-pc {
    height: 100vh;
    overflow: auto;
}

.head-Mobile .menu-pc .content-menu {
    width: 100%;
    background-color: #ffffff;
    padding-top: 15px;
}

.head-Mobile .menu-pc .content-menu .menu-tab-mobile {
    position: absolute;
    transition: .75s;
    left: -100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    background-color: #ffffff;
}

.head-Mobile .menu-pc .content-menu .menu-cap-1 .menu-tab3 {
    padding: 40px 0 !important;
    margin-bottom: 50px !important;
}

@media screen and (min-width: 768px) {
    .head-Mobile .menu-pc .content-menu .menu-cap-1 .menu-tab3 .show-detail {
        display: block;
        max-width: 80%;
        margin: auto;
    }
}

.head-Mobile .menu-pc .content-menu .menu-cap-2 ul, .head-Mobile .menu-pc .content-menu .menu-cap-3 ul {
    display: none;
}

.head-Mobile .menu-pc .content-menu .menu-cap-2 ul li:last-child, .head-Mobile .menu-pc .content-menu .menu-cap-3 ul li:last-child {
    text-align: center;
    font-size: 15px;
    font-family: AvenirNext-Bold, sans-serif;
}

.head-Mobile .menu-pc .content-menu .menu-cap-2 ul li:last-child i, .head-Mobile .menu-pc .content-menu .menu-cap-3 ul li:last-child i {
    float: unset;
    padding-right: 6px;
    font-size: 15px;
}

.active-position {
    left: 0 !important;
    transition: .75s !important;
}

.active-mobile {
    display: block !important;
}

@media screen and (min-width: 1700px) {
    .coopera-detail .text-bottom h3 {
        padding-bottom: 43px !important;
    }

    .coop-d-col {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .thc-detail {
        height: 230px !important;
        line-height: 230px !important;
        margin-bottom: 20px !important;
    }

    .thc-detail a img {
        width: auto !important;
    }

    .recruitment .re-right {
        width: 600px !important;
    }
}

@media (max-width: 1699px) {
    .about-home .about-right .content-2 .text-bottom h3 {
        padding-bottom: 0 !important;
    }

    .about-home .about-right .content-2 .text-bottom h3 a {
        font-size: 1rem !important;
    }

    .about-home .about-right .content-2 .text-bottom p {
        font-size: 0.9rem !important;
        padding-top: 7px !important;
    }

    .about-home .about-right .content-2 .cm-col-1 .text-bottom h3 {
        line-height: 0.8 !important;
    }

    .about-home .about-right .content-2 .cm-col-1 .text-bottom h3 a {
        font-size: 0.8rem !important;
        line-height: unset !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .viet-1 {
        margin-top: 50px !important;
    }

    .content-section-1 .banner-szie .carousel-inner .carousel-item .carousel-caption .bgbanner-title h1 {
        font-size: 2.5rem !important;
    }

    .list-box-educate {
        margin-bottom: 50px !important;
    }

    .list-box-educate .box-educate .text-bottom h3 a {
        min-height: 100px !important;
    }

    .banner-nganh-hang .inner-banner {
        height: 270px !important;
    }

    .post-news-cc .post-content .item .text-bottom-1 h3 {
        padding-top: 20px !important;
    }

    .post-news-cc .post-1, .post-news-cc .post-2 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .contact-footer .cf-detail h3 {
        max-width: 80%;
        margin: auto;
    }

    .page-banner-3 .banner-who-pp {
        padding-bottom: 10px !important;
    }

    .page-giaiphap .tienphong {
        padding-bottom: 70px !important;
    }

    .contact-us-for {
        padding-top: 50px !important;
    }

    .viet-medical {
        padding-bottom: 50px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .content-menu .col-md-5 {
        padding-right: 30px !important;
    }

    .content-menu .menu-tab1 {
        padding-right: 30px !important;
    }

    .content-menu .menu-tab3 {
        padding-left: 15px !important;
        padding-right: 20px !important;
    }

    .content-menu .menu-tab1, .content-menu .menu-tab2, .content-menu .menu-tab3 {
        padding-top: 30px !important;
        padding-bottom: 70px !important;
    }

    .content-menu .col-md-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 992px) {
    .head-PC {
        display: block !important;
    }

    .head-Mobile {
        display: none !important;
    }

    .banner-who .content-w {
        display: block;
    }

    .banner-who .tt {
        display: none;
    }
}

@media (max-width: 991px) {
    .head-PC {
        display: none !important;
    }

    .head-Mobile {
        display: block !important;
    }

    .banner-who {
        padding-bottom: 0 !important;
    }

    .banner-who .content-w {
        display: none !important;
    }

    .banner-who .img-w-2 {
        width: 100% !important;
        height: 400px !important;
        object-fit: cover !important;
        position: unset !important;
    }

    .content-section-1 .banner-szie .carousel-caption {
        position: relative;
        width: 100% !important;
        top: 0;
        left: 0;
    }

    .content-section-1 .banner-szie .carousel-caption .bgbanner-title {
        padding: 30px 0 !important;
    }

    .content-section-1 .banner-szie .carousel-caption .bgbanner-title h1 {
        color: #0052A1 !important;
    }

    .content-section-1 .banner-szie .carousel-caption .bgbanner-title p {
        color: #5C5C5B !important;
    }

    .content-section-1 .banner-szie .class-video {
        display: block !important;
    }

    .customer_home .slide-custom .cm-detail {
        display: block !important;
    }

    .customer_home .slide-custom .cm-detail .text-bottom {
        max-width: 100% !important;
        text-align: left !important;
        padding-top: 30px !important;
    }

    .footer-top .lf-total {
        flex-wrap: wrap;
    }

    .list-box-educate .box-educate {
        margin-bottom: 30px !important;
    }

    .service-customer {
        padding-bottom: 50px !important;
    }

    .service-customer .title-main p {
        max-width: 100% !important;
    }

    .order-mobile-2 {
        order: 2;
    }

    .order-mobile-1 {
        order: 1;
    }
}

@media (min-width: 768px) {
    .mobile-f {
        display: none;
    }
}

@media (max-width: 767px) {
    .pc-f {
        display: block;
    }

    .banner-chung-1 .inner-banner {
        height: 150px !important;
    }

    .banner-chung-1 .inner-banner .box {
        height: 150px !important;
    }

    .banner-chung-1 .inner-banner .box h1 {
        margin-bottom: 0 !important;
        padding-top: 20px !important;
        padding-left: 20px;
        padding-right: 40px;
    }

    .footer-top .list-footer {
        width: 100% !important;
        padding-left: 0 !important;
        padding-top: 30px !important;
    }

    .footer-top .list-footer ul li.active {
        margin-bottom: 15px !important;
    }

    .footer-top .login-footer {
        flex-wrap: wrap;
    }

    .footer-top .login-footer .port-right {
        flex: none !important;
        padding-bottom: 20px;
    }

    .service-customer {
        padding-bottom: 0 !important;
    }

    .service-customer .row .col-md-6:nth-child(2n + 2) {
        text-align: center;
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .service-customer .row .col-md-6:last-child {
        margin-bottom: 0 !important;
    }

    .viet-medical {
        padding-bottom: 30px !important;
        margin-top: 30px !important;
    }

    .viet-1 .head {
        top: -45px !important;
    }

    .viet-1 .head img {
        width: 200px !important;
    }

    .contact-us-for {
        padding-top: 50px !important;
        padding-bottom: 0 !important;
    }

    .img-banner-pc {
        display: none !important;
    }

    .video-destop {
        display: none !important;
    }

    .video-mobile {
        display: block;
    }

    .img-banner-mobile {
        display: block !important;
    }

    .header-2 {
        line-height: 48px;
    }

    .header-2 .content-h {
        line-height: 1.7 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .header-2 .content-h .fa-chevron-right {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .banner-sanpham .banner img {
        height: 220px !important;
    }

    .search-agency .custom-select {
        width: 100% !important;
    }

    .thuong-hieu-2 .title-th img {
        width: 250px !important;
    }

    .doitac .hospital {
        padding: 20px !important;
    }

    .doitac .hospital .content-hos ul {
        height: 300px !important;
    }

    .contact-us-for .leam-more .btn-a, .contact-us-for .leam-more-xanh-eo .btn-a-xanh-eo {
        height: auto !important;
        line-height: unset !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .contact-us-for .btn-a-xanh-eo {
        padding-top: 0 !important;
    }
}

@media (max-width: 749px) {
    .content-section-1 .banner-szie .carousel-caption .bgbanner-title {
        padding: 20px 0 !important;
    }

    .content-section-1 .banner-szie .carousel-caption .bgbanner-title h1 {
        font-size: 2rem !important;
    }

    .content-section-1 .banner-szie .carousel-caption .bgbanner-title p {
        font-size: 1rem !important;
    }

    .content-section-1 .banner-szie .carousel-caption .bgbanner-title .leam-more {
        padding-top: 20px;
    }

    .title-main .title-hd {
        font-size: 1.5625rem !important;
    }

    .customer_home .slide-custom .cm-detail {
        display: block !important;
    }

    .customer_home .slide-custom .cm-detail .text-bottom .des {
        font-size: 1.2rem !important;
    }

    .customer_home .slide-custom .cm-detail .text-bottom h3 {
        font-size: 1.3rem !important;
    }

    .customer_home .slick-dots {
        bottom: -25px !important;
    }
}

@media (max-width: 600px) {
    .slickTTTT2 .slick-next, .slickTTTT2 .slick-prev {
        top: 30% !important;
    }
}

.body-wrapper {
    background: #ffffff;
}

.content-wrapper {
    padding-top: 80px;
    position: relative;
}

@media (max-width: 991px) {
    .content-wrapper {
        padding-top: 60px;
    }
}

.content-wrapper .content-section-1 .carousel-inner .class-video {
    display: none;
}

.content-wrapper .content-section-1 .carousel-inner .carousel-item iframe {
    width: 100% !important;
}

.content-wrapper .content-section-1 .carousel-inner .carousel-item img, .content-wrapper .content-section-1 .carousel-inner .carousel-item video {
    height: 480px;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 1199px) {
    .content-wrapper .content-section-1 .carousel-inner .carousel-item img, .content-wrapper .content-section-1 .carousel-inner .carousel-item video {
        height: 50vh;
    }
}

@media (max-width: 480px) {
    .content-wrapper .content-section-1 .carousel-inner .carousel-item img, .content-wrapper .content-section-1 .carousel-inner .carousel-item video {
        height: 40vh;
    }
}

.content-wrapper .content-section-1 .aaicon-menu {
    position: absolute;
    bottom: 60px;
    left: 65px;
    z-index: 1;
}

@media (max-width: 1199px) {
    .content-wrapper .content-section-1 .aaicon-menu {
        bottom: 30px;
        left: 20px;
    }
}

.content-wrapper .content-section-1 .aaicon-menu ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: #0052A1;
    display: block;
    border-radius: 100px;
}

.banner-home .video-background-controls {
    position: absolute !important;
    bottom: 60px !important;
    left: 65px !important;
    z-index: 1;
    top: unset !important;
}

@media (max-width: 1199px) {
    .banner-home .video-background-controls {
        bottom: 30px;
        left: 20px;
    }
}

@media (max-width: 767px) {
    .banner-home .video-background-controls {
        bottom: 10px !important;
        left: 10px !important;
    }

    .banner-home .video-background-controls .mute-toggle {
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
        font-size: 20px !important;
    }
}

.banner-home .video-background-controls .mute-toggle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: #0052A1;
    display: block;
    border-radius: 100px;
}

.gallery1:hover .hoverimg img {
    transform: scale(1.1) rotate(3deg);
}

.gallery1:hover .text-gallery {
    visibility: visible;
    opacity: 1;
    transition: all .5s;
}

.gallery1:hover .text-gallery a i {
    transform: rotate(360deg);
    transition: all .5s;
}

.gallery1:hover .play .img-video {
    visibility: visible;
    opacity: 1;
    transition: all .5s;
    transform: rotate(360deg);
}

.gallery1 .hoverimg {
    overflow: hidden;
    display: block;
}

.gallery1 .hoverimg img {
    transition: all .5s;
    object-fit: cover;
    height: 152px;
}

@media (min-width: 1700px) {
    .gallery1 .hoverimg img {
        height: 190px;
    }
}

.gallery1 .hoverimg span {
    position: absolute;
    left: 20px;
    bottom: 15px;
    font-size: 1.25rem;
    color: #ffffff;
    font-family: Lato-SemiBold, sans-serif;
    z-index: 2;
}

.gallery1 .text-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(85, 113, 196, 0.38);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

.gallery1 .text-gallery a {
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.gallery1 .text-gallery a i {
    font-size: 50px;
    padding-bottom: 10px;
    transition: all .5s;
}

.gallery1 .text-gallery a span {
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}

.gallery1 .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.img-video {
    width: 40px !important;
    height: 40px !important;
    visibility: visible;
}

@media (min-width: 1700px) {
    .title-main {
        padding-top: 70px;
    }
}

@media (max-width: 1699px) {
    .title-main {
        padding-top: 25px;
    }
}

.title-main .title-hd {
    font-size: 2.45rem;
    color: #0052A1;
    font-family: AvenirNext-Bold, sans-serif;
}

.title-main .title-hd img {
    padding-bottom: 10px;
    padding-right: 10px;
}

.title-main p {
    max-width: 50%;
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    .title-main p {
        max-width: 100%;
    }
}

.container-edit-1 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
}

.container-edit-2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
}

@media (min-width: 1200px) {
    .container-edit-1 {
        max-width: 435px;
    }

    .container-edit-2 {
        max-width: 680px;
    }
}

@media (min-width: 1700px) {
    .container-edit-1 {
        max-width: 530px;
    }

    .container-edit-2 {
        max-width: 830px;
    }
}

.media_center .leam-more {
    position: absolute;
    bottom: 35px;
}

.list-box-educate {
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .list-box-educate {
        margin-bottom: 50px;
    }
}

.list-box-educate .box-educate {
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 15px;
}

.list-box-educate .box-educate:hover {
    -webkit-box-shadow: 0 0 20px 5px #999999a6;
    box-shadow: 0 0 20px 5px #999999a6;
    color: #0052A1;
}

.list-box-educate .box-educate:hover .text-bottom h3 a {
    color: #0052A1;
}

.list-box-educate .box-educate .img-top {
    overflow: hidden;
    position: relative;
}

.list-box-educate .box-educate .img-top img:not(.img-video) {
    width: 100%;
    object-fit: cover;
    transition: all 0.8s;
    height: 100%;
}

.list-box-educate .box-educate .text-bottom {
    padding: 10px;
}

@media (min-width: 768px) {
    .list-box-educate .box-educate .text-bottom {
        min-height: 120px;
    }
}

.list-box-educate .box-educate .text-bottom h3 a {
    display: block;
    font-size: 1rem;
    color: #5C5C5B;
    line-height: 1.5;
    font-family: AvenirNext-Medium, sans-serif;
}

@media (max-width: 991px) {
    .list-box-educate .box-educate .text-bottom h3 a {
        min-height: 120px;
    }
}

@media (max-width: 767px) {
    .list-box-educate .box-educate .text-bottom h3 a {
        min-height: 0 !important;
    }
}

.list-box-educate .box-educate .text-bottom span {
    color: #232c36;
    font-size: 14px;
}

.list-box-educate .box-educate .text-bottom p {
    display: block;
    margin-bottom: 7px;
    font-size: 16px;
    color: #232c36;
    line-height: 1.5;
    margin-top: 15px;
    opacity: 0.5;
}

.list-box-educate .box-contact {
    background: #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100%;
}

.list-box-educate .box-contact .img-top {
    height: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

.list-box-educate .box-contact .img-top:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60%;
    height: 90%;
    background: #e5efec;
    border-radius: 50%;
    z-index: 1;
}

.list-box-educate .box-contact .img-top img {
    z-index: 2;
    position: relative;
}

.list-box-educate .box-contact h3 a {
    display: block;
    font-size: 21px;
    color: #006644;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 15px;
}

.list-box-educate .box-contact p {
    color: #fff200;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0px 25px;
}

.list-box-educate .box-contact .more {
    width: 175px;
    height: 45px;
    border-radius: 30px;
    background: #006644;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 auto;
}

.list-box-educate .box-contact .more:hover {
    border: 1px solid #006644;
    color: #006644;
    background: #fff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.field_center {
    background-image: url(../images/vmec/bg-lv.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 85%;
    background-position-y: 0;
}

.field_center .title-main {
    margin-top: 20px;
}

.field_center .linhvuc .col-custom {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .field_center .linhvuc .col-change {
        margin-top: 67px;
    }
}

.field_center .linhvuc .box-linhvuc {
    display: flex;
    justify-content: center;
    border-radius: 15px;
    box-shadow: 0 20px 40px 0px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.field_center .linhvuc .box-linhvuc:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.field_center .linhvuc .box-linhvuc:hover:before {
    -webkit-animation: shine 3s;
    animation: shine 3s;
}

.field_center .linhvuc .box-linhvuc:hover .lv-1 img {
    animation: truongdz1 1s infinite ease-in-out;
    transition: all 0.8s;
    transform: scale(1.2) translate(-50%, -50%);
}

.field_center .linhvuc .box-linhvuc .lv-1 {
    background-image: linear-gradient(to bottom, #008ACF, #0052A1);
    flex: 0.5;
    position: relative;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.field_center .linhvuc .box-linhvuc .lv-1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.field_center .linhvuc .box-linhvuc .lv-2 {
    flex: 1;
    padding: 25px 35px;
    padding-top: 50px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

@media (max-width: 767px) {
    .field_center .linhvuc .box-linhvuc .lv-2 {
        padding: 20px !important;
    }

    .field_center .linhvuc .box-linhvuc .lv-2 h3 {
        font-size: 1.4rem !important;
    }
}

.field_center .linhvuc .box-linhvuc .lv-2 h3 {
    font-size: 1.5rem;
    font-family: AvenirNext-Bold, sans-serif;
    color: #0052A1;
    text-transform: uppercase;
    min-height: 70px;
    line-height: 1.4;
}

.field_center .linhvuc .box-linhvuc .lv-2 p {
    color: #81858B;
    min-height: 92px;
    padding-bottom: 20px;
}

.field_center .linhvuc .leam-more {
    padding: 0;
}

.customer_home {
    background-image: url(../images/vmec/bg-footer.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-position-x: 45%;
    background-position-y: 100%;
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .customer_home {
        padding-bottom: 10px;
    }
}

.customer_home .slide-custom .cm-detail {
    display: flex;
    align-items: center;
}

.customer_home .slide-custom .cm-detail .img-top {
    flex: 1;
    position: relative;
}

.customer_home .slide-custom .cm-detail .img-top a img {
    width: 100%;
    object-fit: cover;
}

.customer_home .slide-custom .cm-detail .text-bottom {
    text-align: right;
    padding-left: 20px;
    flex: 0.7;
}

.customer_home .slide-custom .cm-detail .text-bottom .des {
    padding-bottom: 20px;
    font-size: 1.5rem;
    font-family: AvenirNext-MediumItalic, sans-serif;
    color: #0F1C49;
}

.customer_home .slide-custom .cm-detail .text-bottom h3 {
    font-size: 1.5rem;
    font-family: AvenirNext-MediumItalic, sans-serif;
    color: #00365F;
}

.customer_home .slide-custom .cm-detail .text-bottom .position-cus {
    font-size: 0.875rem;
    color: #0077BD;
    padding-bottom: 10px;
}

.customer_home .slick-dots {
    text-align: right;
    right: -10px;
    bottom: 0;
}

.customer_home .slick-dots li button {
    background: #EDEDEE;
    border-radius: 180px;
    width: 8px;
    height: 8px;
}

.customer_home .slick-dots li button:before {
    content: "";
}

.customer_home .slick-dots li.slick-active button {
    background: #0052A1;
}

.menu-pc {
    position: absolute;
    width: 100%;
    z-index: 999999;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.27);
    transition: .75s;
}

.menu-pc .content-menu .menu-tab1, .menu-pc .content-menu .menu-tab2, .menu-pc .content-menu .menu-tab3 {
    padding-top: 50px;
    padding-bottom: 100px;
}

.menu-pc .content-menu .menu-tab1 {
    border-right: 1px solid #E5E5E5;
    padding-right: 50px;
    padding-left: 200px;
}

.menu-pc .content-menu .menu-tab2 {
    overflow: auto;
    padding-right: 10px;
}

.menu-pc .content-menu .menu-tab2::-webkit-scrollbar-track {
    border: 1px solid #dfdfdf;
    padding: 2px 0;
    background-color: #dfdfdf;
}

.menu-pc .content-menu .menu-tab2::-webkit-scrollbar {
    width: 5px;
}

.menu-pc .content-menu .menu-tab2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ffffff9e;
    border: 1px solid #dfdfdf;
}

.menu-pc .content-menu .menu-tab2 ul {
    top: -500px;
    display: none;
}

.menu-pc .content-menu .menu-tab3 {
    padding-left: 50px;
    padding-right: 100px;
}

.menu-pc .content-menu .menu-tab3 .show-detail {
    display: none;
}

.menu-pc .content-menu .menu-tab3 .title {
    padding-top: 15px;
    min-height: 70px;
}

.menu-pc .content-menu .menu-tab3 .title h4 {
    font-size: 1.25rem;
    font-family: AvenirNext-Bold, sans-serif;
    color: #00365F;
}

.menu-pc .content-menu .menu-tab3 .des p {
    font-family: AvenirNext-Medium, sans-serif;
    text-align: justify;
    line-height: 2;
}

.menu-pc .content-menu .menu-tab3 ul {
    display: none;
}

.menu-pc ul li {
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
    padding-top: 15px;
}

.menu-pc ul li a {
    font-size: 1.25rem;
    color: #00365F;
    transition: all .3s;
}

.menu-pc ul li a:hover {
    font-family: AvenirNext-DemiBold, sans-serif;
    transition: all .3s;
}

.menu-pc ul li i {
    float: right;
    padding-top: 6px;
    color: #036B59;
    cursor: pointer;
    transition: all .3s;
}

.menu-pc ul li i.fa-chevron-right {
    display: none;
    transition: all .3s;
}

.menu-pc ul li.active a {
    font-family: AvenirNext-Bold, sans-serif;
}

.menu-pc ul li.active i.fa-chevron-right {
    display: block !important;
}

.menu-pc ul li.active i.fa-chevron-down {
    display: none !important;
}

.more {
    width: 200px;
    height: 45px;
    border-radius: 30px;
    line-height: 45px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    display: block;
    color: #5C5C5B;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 auto;
    border: 1px solid #5C5C5B;
}

.more:hover {
    opacity: 0.6;
}

.factory {
    padding: 100px 0;
    background-color: #f9f9f9;
    background-image: url(https://vmedgroup.com/wp-content/themes/vmed/dist/images/home/nhamay-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 1155px;
}

.factory .title-main {
    margin-bottom: 50px;
}

.factory .bm-tab-1 .row {
    margin-right: -40px;
    margin-left: -40px;
}

.factory .bm-tab-1 .custom-col {
    padding-left: 40px;
    padding-right: 40px;
}

.factory .bm-tab-1 .custom-col .dt p {
    color: #232c36;
}

.factory .bm-tab-1 .custom-col .dt p:nth-child(1) {
    font-size: 1.25rem;
    font-family: AvenirNext-Bold, sans-serif;
    margin-bottom: 20px;
}

.factory .bm-tab-1 .custom-col .dt p:nth-child(2) {
    font-size: 1rem;
    text-align: justify;
}

.factory .eu-logo {
    position: absolute;
    top: 0;
}

.nav-cap-0 {
    justify-content: center;
    display: flex;
    border-bottom: unset;
    margin-bottom: 50px;
}

.nav-cap-0 li {
    background-color: #fff;
    padding: 8px;
}

.nav-cap-0 li:first-child {
    border-radius: 40px 0 0 40px;
}

.nav-cap-0 li:last-child {
    border-radius: 0 40px 40px 0;
}

.nav-cap-0 li a {
    padding: 5px 30px 6px;
    color: #232c36;
    text-decoration: none;
    border-radius: 30px;
    width: 220px;
    text-align: center;
    background-color: #fff;
    font-weight: bold;
    opacity: 0.7;
    font-size: 1.25rem;
    font-family: AvenirNext-Bold, sans-serif;
}

@media (max-width: 1023px) {
    .nav-cap-0 li a {
        width: auto;
    }
}

.nav-cap-0 li a.active {
    background-color: #5C5C5B;
    border-color: #5C5C5B;
    color: #fff;
    opacity: 1;
}

.nav-cap-0 li .tab-img-2 {
    display: none;
}

.nav-cap-0 li:hover a.active {
    border-color: #eee;
    opacity: 1;
}

@media (max-width: 767px) {
    .nav-cap-0 {
        display: block;
    }

    .nav-cap-0 li {
        width: 50%;
        margin-bottom: 10px;
    }

    .nav-cap-0 li:nth-child(2n+1) {
        border-radius: 40px 0 0 40px;
    }

    .nav-cap-0 li:nth-child(2n+2) {
        border-radius: 0 40px 40px 0;
    }
}

@media (max-width: 480px) {
    .nav-cap-0 li a {
        padding: 8px 15px 7px;
        font-size: 18px;
    }

    .nav-cap-0 li a img {
        display: none !important;
    }
}

.cooperation {
    padding: 100px 0;
}

.cooperation .title-main {
    text-align: left;
}

.cooperation .slick-dots {
    bottom: 60px;
    text-align: left;
    padding-left: 25px;
}

.cooperation .slick-dots li button:before {
    font-size: 13px;
    color: #212529;
}

.cooperation .slick-dots li button:hover:before {
    color: #5C5C5B;
}

.cooperation .slick-dots li.slick-active {
    width: 60px;
    height: 10px;
    background: #5C5C5B;
    border-radius: 30px;
}

.cooperation .slick-dots li.slick-active button {
    margin-top: -3px;
}

.cooperation .slick-dots li.slick-active button:before {
    opacity: 0;
}

.recruitment {
    background-color: #5C5C5B;
}

.recruitment .recru-img {
    background-image: url(https://vmedgroup.com/wp-content/themes/vmed/dist/images/home/img-tuyendung.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 700px;
}

.recruitment .recru-img img {
    width: 100%;
}

.recruitment .re-right {
    width: 500px;
    margin: auto;
}

.recruitment .re-right .re-logo {
    margin-bottom: 30px;
}

.recruitment .re-right .re-content {
    color: #fff;
}

.recruitment .re-right .re-content h4 {
    margin-bottom: 25px;
    font-size: 37px;
    font-family: AvenirNext-Bold, sans-serif;
}

.recruitment .re-right .re-content p {
    color: #fff;
    font-size: 1rem;
}

.recruitment .re-right a {
    color: #fff;
    border: 1px solid #fff;
    float: left;
    margin-top: 25px;
}

.pagnition {
    text-align: center;
    padding-top: 50px;
}

.pagnition .page-numbers {
    padding: 8px 12px !important;
    color: #B2B2B2;
    font-size: 1rem;
    font-family: AvenirNext-Regular, sans-serif;
}

.pagnition .page-numbers:hover {
    color: #0052A1;
}

.pagnition span {
    margin-left: 0 !important;
}

.pagnition i {
    font-size: 18px;
    padding: 3px 3px;
}

.pagnition .current {
    color: #0052A1;
}

.pagnition .prev {
    color: #0052A1;
}

.pagnition .next {
    color: #0052A1;
}

.hiden-new {
    display: none;
}

.div-add {
    display: flex;
    align-items: center;
}

.div-add a:hover {
    color: #252e5b;
}

.div-add i {
    font-size: 20px;
}

.div-add span {
    padding-left: 10px;
    font-size: 14px;
}

.search-agency {
    height: 88px;
    top: 0;
    background: #9a9a9a94;
}

.search-agency .custom-select {
    width: 200px;
    height: 50px;
    margin: 0 7px;
}

.zoom-thoi:hover {
    transition: all 0.8s;
    transform: scale(1.2);
}

.device-slide .d-item {
    margin-bottom: 0 !important;
}

.post-news-cc .title-main {
    padding-top: 50px !important;
}

.banner-home .carousel-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .banner-home .carousel-item:after {
    }
}

.banner-home .carousel-item:first-child:after {
    background-color: unset !important;
}

.post-vietmedical .list-box-educate .box-educate .img-top img:hover {
    transform: scale(1.2);
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes truongdz {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes clockwise {
    0% {
        top: -5px;
        left: 0;
    }
    12% {
        top: -2px;
        left: 2px;
    }
    25% {
        top: 0;
        left: 5px;
    }
    37% {
        top: 2px;
        left: 2px;
    }
    50% {
        top: 5px;
        left: 0;
    }
    62% {
        top: 2px;
        left: -2px;
    }
    75% {
        top: 0;
        left: -5px;
    }
    87% {
        top: -2px;
        left: -2px;
    }
    100% {
        top: -5px;
        left: 0;
    }
}

@keyframes counterclockwise {
    0% {
        top: -5px;
        right: 0;
    }
    12% {
        top: -2px;
        right: 2px;
    }
    25% {
        top: 0;
        right: 5px;
    }
    37% {
        top: 2px;
        right: 2px;
    }
    50% {
        top: 5px;
        right: 0;
    }
    62% {
        top: 2px;
        right: -2px;
    }
    75% {
        top: 0;
        right: -5px;
    }
    87% {
        top: -2px;
        right: -2px;
    }
    100% {
        top: -5px;
        right: 0;
    }
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-car .slider {
    background: #fff;
}

.media-car .slider .slick-slide {
    cursor: pointer;
}

.media-car .js .slider-single > div:nth-child(1n+2) {
    display: none;
}

.media-car .js .slider-single.slick-initialized > div:nth-child(1n+2) {
    display: block;
}

.media-car .info-title {
    padding-bottom: 20px;
}

.media-car .info-title .title {
    position: relative;
    padding-left: 40px;
}

.media-car .info-title .title:after {
    content: '';
    position: absolute;
    height: 95%;
    width: 5px;
    background: #eb0a1e;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.media-car .info-title .title p {
    font-family: OpenSans-Bold, sans-serif;
    font-size: 28px;
    color: #202020;
    line-height: 1;
    padding-bottom: 5px;
}

.media-car .info-title .title div span {
    font-family: OpenSans-Regular, sans-serif;
    font-size: 15px;
    color: #202020;
}

.media-car .info-title .title div img {
    margin-right: 10px;
}

.media-car .info-title .price {
    background: #eb0a1e;
    border-radius: 22px;
}

.media-car .info-title .price p {
    font-family: "Open Sans Light", sans-serif;
    color: #ffffff;
    padding: 5px 25px;
    font-size: 22px;
    margin-bottom: 0;
}

.media-car .info-title .price p span {
    font-family: OpenSans-Bold, sans-serif;
}

.media-car .media-content {
    /* the parent */
}

.media-car .media-content .slider .compare_car {
    bottom: 20px;
    left: 20px;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.media-car .media-content .slider .compare_car .icon-compare i {
    background: #eb0a1e;
    color: #fff;
    font-size: 15px;
    padding: 7px 12px;
}

.media-car .media-content .slider .compare_car a {
    font-family: OpenSans-Regular, sans-serif;
    font-size: 14px;
    color: #383838;
    display: block;
    padding: 0 10px;
}

.media-car .media-content .slider-nav {
    margin-top: 40px;
    padding: 0 50px;
    position: relative;
}

.media-car .media-content .slick-slide {
    margin: 0 5px;
}

.media-car .media-content .slick-list {
    margin: 0 -5px;
}

.media-car .media-content .left {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.media-car .media-content .right {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.list_nav_detail .slick-slide {
    margin: 0 5px;
    border: 2px solid #adb5bda8;
    padding-top: 10px;
    padding-bottom: 10px;
}

.description-more {
    background: #fff;
    padding: 30px 30px 50px 30px;
    margin-top: 20px;
}

.description-more h5 {
    font-size: 18px;
    color: #202020;
    font-family: "Open Sans Bold", sans-serif;
    padding-bottom: 15px;
}

.description-more p {
    font-size: 14px;
    color: #444444;
}

.like-car {
    padding: 35px 0;
    position: relative;
    box-shadow: 0 5px 5px #ebebeb;
}

.like-car .info-like .form-group {
    margin-bottom: 0;
}

.like-car .info-like .form-group label {
    font-size: 18px;
    color: #120c09;
    font-family: OpenSans-Bold, sans-serif;
    padding-bottom: 15px;
}

.like-car .info-like .form-group .form-inline .form-control {
    width: 180px;
    height: 40px;
    margin-right: 13px;
}

.like-car .info-like .form-group .form-inline .form-control::placeholder {
    font-size: 14px;
    color: #444444;
    opacity: .5;
}

.like-car .address-detail .box p {
    font-size: 14px;
    font-family: "Open Sans Light", sans-serif;
    color: #525252;
    padding-top: 5px;
}

.like-car .address-detail .box p span {
    font-family: OpenSans-Bold, sans-serif;
    font-size: 14px;
}

.like-car .address-detail .box p svg {
    margin-right: 10px;
    font-size: 14px;
    color: #000000;
}

.like-car .address-detail .box p a {
    color: #525252;
    font-family: OpenSans-Regular, sans-serif;
    text-decoration: underline;
}

.ftp .img-ftp {
    padding-bottom: 20px;
}

.ftp .title {
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
}

.ftp .title h4 {
    color: #fff;
    font-size: 1.5rem;
    font-family: OpenSans-Bold, sans-serif;
}

.ftp .content .ic {
    color: #fff;
    margin-bottom: 10px;
    display: flex;
}

.ftp .content .ic i {
    width: 0;
    font-size: 18px;
}

.ftp .content .ic span {
    color: #fff;
    font-size: 17px;
}

.ftp .content .ic a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    flex: 1;
    padding-left: 15px;
}

.ftp .content .ic a span {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
}

.ftp .content .ic .img-ad {
    flex: 0.04;
}

.footer-top {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-color: #0E418A;
    padding-top: 30px;
}

.footer-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.footer-top .lf-total {
    display: flex;
    margin-bottom: 1.3rem;
    justify-content: flex-end;
}

.footer-top .ft-part-2 {
    padding-bottom: 15px;
}

.footer-top .list-footer {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-top .list-footer ul li {
    font-size: 13px;
    letter-spacing: 1px;
}

.footer-top .list-footer ul li a {
    color: #ffffff;
    font-size: 1rem;
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .footer-top .list-footer ul li a {
        font-size: 0.9375rem !important;
    }
}

.footer-top .list-footer ul li:not(.active) {
    padding-bottom: 10px;
}

.footer-top .list-footer ul li.active {
    margin-bottom: 1.5rem;
}

.footer-top .list-footer ul li.active a {
    font-size: 1.25rem;
    font-family: AvenirNext-Medium, sans-serif;
    color: #FFFFFF;
}

.footer-top .list-footer ul li:last-child {
    padding-bottom: 0;
}

.footer-top .login-footer {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.footer-top .login-footer .port-right {
    flex: 1;
}

.footer-top .login-footer .port-right p {
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #ffffff;
    letter-spacing: 1px;
}

.footer-top .list-logo-footer ul li {
    display: inline-block;
    padding-right: 40px;
}

@media screen and (max-width: 1600px) {
    .footer-top .list-logo-footer ul li {
        padding-right: 80px;
    }
}

.footer-top .list-logo-footer ul li:last-child {
    padding-right: 0;
}

.footer-top .coppy {
    text-align: right;
    padding-bottom: 20px;
}

.footer-top .coppy span {
    display: block;
    font-size: 14px;
    color: #233a8f;
}

.scroll-top {
    display: none;
}

.active-scroll {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 48px;
    z-index: 9;
    cursor: pointer;
}

.active-scroll p {
    display: block;
    width: 48px;
    height: 48px;
    font-size: 25px;
    color: #fff;
    background: #0052A1;
    text-align: center;
    line-height: 48px;
    text-decoration: none;
    border-radius: 180px;
}

.list-mxh ul {
    margin-bottom: 0;
}

.list-mxh ul li {
    display: inline-block;
    font-size: 0.875rem;
    font-family: AvenirNext-Medium, sans-serif;
    color: #FFFFFF;
    padding-right: 15px;
}

.list-mxh ul li a {
    font-size: 20px;
    color: #ffffff;
}

.list-mxh ul li a:hover {
    color: #0052A1;
}

.list-mxh ul li a span {
    width: 22px;
    height: 22px;
    background: #fff;
    display: block;
    border-radius: 180px;
    text-align: center;
    line-height: 22px;
}

.list-mxh ul li a span i {
    font-size: 15px;
    font-weight: bold;
    color: #0E418A;
}

.list-mxh ul li:last-child {
    padding-right: 0;
}

.list-mxh ul li:first-child {
    padding-right: 15px;
}

.fix-hotline {
    position: fixed;
    top: 160px;
    display: flex;
    right: -260px;
    transition: .75s;
    z-index: 102;
    height: 240px;
}

.fix-hotline .we-lv {
    width: 40px;
    background: #00A4E0;
    position: relative;
    height: 240px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.fix-hotline .we-lv:hover {
    box-shadow: 0 8px 28px #00a4e0;
}

.fix-hotline .we-lv p {
    font-size: 0.875rem;
    font-family: AvenirNext-DemiBold, sans-serif;
    color: #ffffff;
    transform: rotate(-90deg) translate(0, -123%);
    transform-origin: 100% 0;
    position: absolute;
    width: 240px;
    /*top: -12%;*/
    right: 0;
    /*left: -70px;*/
    text-transform: uppercase;
}

@media (max-width: 1699px) {
    .fix-hotline .we-lv p {
        /*left: -68px !important;*/
    }
}

@media (max-width: 1399px) {
    .fix-hotline .we-lv p {
        /*left: -70px !important;*/
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .fix-hotline .we-lv p {
        /*left: -63px !important;*/
        font-size: 1rem !important;
    }
}

@media (max-width: 991px) {
    .fix-hotline .we-lv p {
        /*left: -68px !important;*/
    }
}

@media (max-width: 767px) {
    .fix-hotline .we-lv {
        /*height: 120px !important;*/
    }

    .fix-hotline .we-lv .mobile-f {
        top: 50px !important;
        left: -26px !important;
    }
}

.fix-hotline .we-detail {
    width: 260px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 24px rgba(0, 0, 0, 0.25);
}

.fix-hotline .we-detail .w-item {
    display: flex;
    flex-wrap: wrap;
}

.fix-hotline .we-detail .w-item .item-img {
    flex: 0 0 20%;
    max-width: 20%;
}

.fix-hotline .we-detail .w-item .item-img img {
    width: 32px;
}

.fix-hotline .we-detail .w-item .item-body {
    flex: 0 0 80%;
    max-width: 80%;
    padding-left: 10px;
    padding-bottom: 20px;
    padding-right: 30px;
}

.fix-hotline .we-detail .w-item .item-body p {
    font-size: 0.875rem;
    font-family: AvenirNext-DemiBold, sans-serif;
    color: #00365F;
    text-transform: uppercase;
}

.fix-hotline .we-detail .w-item .item-body a {
    font-size: 0.875rem;
    color: #0052A1;
}

.fix-hotline .we-detail .w-item .item-body a i {
    color: #0052A1;
    padding-right: 5px;
}

.fix-hotline .leam-more {
    padding: 0;
}

.fix-hotline .leam-more .btn-a {
    width: 100%;
}

.fix-hotline .close-fix {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}

.fix-hotline .close-fix i {
    font-size: 20px;
}

.fix-hotline.active {
    right: 0;
    transition: .75s;
}

.fix-mxh {
    position: fixed;
    bottom: 50px;
    display: flex;
    right: 0;
    transition: .75s;
    z-index: 101;
}

@media (min-width: 768px) {
    .fix-mxh .mxh-mb {
        display: none;
    }
}

.fix-mxh .mxh-mb .network-m {
    width: 40px;
    height: 40px;
    background: #00A4E0;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fix-mxh .mxh-mb .network-m i {
    color: #fff;
    font-size: 25px;
    animation: truongdz 1s infinite ease-in-out;
}

.fix-mxh .mxh-detail {
    width: 40px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    background: #fff;
    box-shadow: 0 0 20px black;
}

@media (max-width: 767px) {
    .fix-mxh .mxh-detail {
        display: none;
    }
}

.fix-mxh .mxh-detail ul li {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fix-mxh .mxh-detail ul li a span {
    width: 25px;
    height: 25px;
    background: #0E418A;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 180px;
}

.fix-mxh .mxh-detail ul li a span i {
    color: #fff;
}

.fix-mxh .mxh-detail ul li a .mail-op {
    color: #0E418A;
    font-size: 22px;
    padding-left: 2px;
}

.fix-mxh .mxh-detail ul li:hover {
    animation: truongdz 1s infinite ease-in-out;
}

.fa-click-close {
    position: absolute;
    top: -20px;
    left: 0;
    color: #00A4E0;
    font-weight: bold;
}

@media (min-width: 768px) {
    .fa-click-close {
        display: none;
    }
}

.popup-ut .modal-dialog {
    transform: translate(0%, -50%) !important;
    top: 50%;
}

.content-section-1 .banner-szie .carousel-inner .carousel-item .carousel-caption {
    width: 50%;
    text-align: left;
    padding: 0;
    right: auto;
}

@media (max-width: 1650px) {
    .content-section-1 .banner-szie .carousel-inner .carousel-item .carousel-caption {
        width: 60%;
    }
}

@media (max-width: 1350px) {
    .content-section-1 .banner-szie .carousel-inner .carousel-item .carousel-caption {
        width: 70%;
    }
}

@media (max-width: 1699px) {
    .content-section-1 .banner-szie .carousel-inner .carousel-item .carousel-caption {
        bottom: 40px !important;
    }
}

@media (min-width: 1700px) {
    .content-section-1 .banner-szie .carousel-inner .carousel-item .carousel-caption {
        bottom: 80px !important;
    }
}

.content-section-1 .banner-szie .carousel-inner .carousel-item .carousel-caption .bgbanner-title {
    padding: 30px 50px;
}

.content-section-1 .banner-szie .carousel-inner .carousel-item .carousel-caption .bgbanner-title h1, .content-section-1 .banner-szie .carousel-inner .carousel-item .carousel-caption .bgbanner-title p {
    font-family: AvenirNext-Bold, sans-serif;
    font-size: 3rem;
    color: #fff;
}

.content-section-1 .banner-szie .carousel-inner .carousel-item .carousel-caption .bgbanner-title h1 {
    text-align: left;
}

.content-section-1 .banner-szie .carousel-inner .carousel-item .carousel-caption .bgbanner-title p {
    font-family: AvenirNext-Medium, sans-serif;
    margin-bottom: 0;
    font-size: 1.25rem;
}

.content-section-1 .carousel-indicators {
    bottom: 20px;
}

.content-section-1 .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    opacity: 1;
    background-color: #EDEDEE;
    margin-right: 10px;
}

.content-section-1 .carousel-indicators li.active {
    background-color: #0052A1;
}

.lich-trinh {
    padding-top: 50px;
    padding-bottom: 50px;
}

.lich-trinh .lt-search > div {
    padding-right: 10px;
}

.lich-trinh .lt-search > div:last-child {
    padding-right: 0;
}

.lich-trinh .lt-search input {
    font-size: 1rem;
    height: 65px;
    padding-left: 20px;
    padding-right: 55px;
    border: none;
}

.lich-trinh .lt-search input::placeholder {
    font-size: 1rem;
    color: #252e5b;
    font-family: Lato-Regular, sans-serif;
}

.lich-trinh .lt-search .search-1 .form-group input {
    padding-right: 80px;
}

.lich-trinh .lt-search .search-1 .form-group button {
    position: absolute;
    top: 10px;
    right: 30px;
}

.lich-trinh .lt-search .search-2 .form-group input {
    background: url(https://vmedgroup.com/wp-content/themes/vmed/dist/images/icon/calendar.png) no-repeat;
    background-size: 1.5625rem;
    background-position: calc(100% - 20px) center;
    background-color: #fff;
}

.lich-trinh .lt-search .search-3 .form-group select {
    background: url(../images/icon/down-arrow.svg.html) no-repeat;
    background-size: 1.5625rem;
    background-position: calc(100% - 15px) center;
    background-color: #fff;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 1rem;
    height: 65px;
    padding-left: 30px;
    padding-right: 30px;
}

.lich-trinh .lt-search .search-3 .form-group select::placeholder {
    font-size: 1rem;
    color: #252e5b;
    font-family: Lato-Regular, sans-serif;
}

.lich-trinh .lt-search .search-4 {
    padding-left: 10px;
}

.lich-trinh .lt-search .search-4 .show-flat {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: .25rem;
    cursor: pointer;
}

.lich-trinh .lt-search .search-4 .show-flat > div {
    width: 33px;
    height: 4px;
    background-color: #171a2a;
    position: absolute;
    right: 21%;
    opacity: 0.2;
}

@media (min-width: 1700px) {
    .lich-trinh .lt-search .search-4 .show-flat > div {
        right: 27%;
    }
}

.lich-trinh .lt-search .search-4 .show-flat > div:nth-child(1) {
    top: 30%;
}

.lich-trinh .lt-search .search-4 .show-flat > div:nth-child(2) {
    top: 47%;
}

.lich-trinh .lt-search .search-4 .show-flat > div:nth-child(3) {
    top: 65%;
}

.lich-trinh .lt-search .search-4 .active > div {
    opacity: 1;
}

.lich-trinh .lt-search .search-5 {
    padding-left: 10px;
    cursor: pointer;
}

.lich-trinh .lt-search .search-5 .show-grade {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: .25rem;
}

.lich-trinh .lt-search .search-5 .show-grade > div {
    width: 12px;
    height: 12px;
    background-color: #171a2a;
    opacity: 0.2;
    position: absolute;
}

.lich-trinh .lt-search .search-5 .show-grade > div:nth-child(1) {
    top: 29%;
    right: 45%;
}

.lich-trinh .lt-search .search-5 .show-grade > div:nth-child(2) {
    top: 29%;
    right: 28%;
}

.lich-trinh .lt-search .search-5 .show-grade > div:nth-child(3) {
    top: 50%;
    right: 45%;
}

.lich-trinh .lt-search .search-5 .show-grade > div:nth-child(4) {
    top: 50%;
    right: 28%;
}

@media (min-width: 1700px) {
    .lich-trinh .lt-search .search-5 .show-grade > div:nth-child(2) {
        top: 29%;
        right: 30%;
    }

    .lich-trinh .lt-search .search-5 .show-grade > div:nth-child(4) {
        top: 50%;
        right: 30%;
    }
}

.lich-trinh .lt-search .search-5 .active > div {
    opacity: 1;
}

.lich-trinh .lt-search .form-group {
    margin-bottom: 0;
}

.lich-trinh .title-calendar {
    display: flex;
    padding: 30px 0;
}

.lich-trinh .title-calendar .calen-left {
    flex: 1;
    font-size: 1.5625rem;
}

.lich-trinh .title-calendar .calen-left i {
    margin-right: 20px;
}

.lich-trinh .title-calendar .calen-left span {
    font-family: Lato-Heavy, sans-serif;
}

.lich-trinh .title-calendar .calen-right a {
    text-transform: uppercase;
    font-size: 1rem;
    color: #205eda;
}

.lich-trinh .title-calendar .calen-right i {
    color: #205eda;
}

.lich-trinh .lt-content {
    padding-right: 15px;
    padding-bottom: 15px;
}

.lich-trinh .lt-content:nth-child(4n+4) {
    padding-right: 0;
}

.lich-trinh .lt-content .hb-l-c-total {
    background: #fff;
    padding: 2rem 1rem 1.4rem 1rem;
    background-image: linear-gradient(to bottom, rgba(237, 238, 242, 0), #edeef2) !important;
}

.lich-trinh .lt-content .hb-l-c-total .hb-l-c-detail-1 {
    display: flex;
    padding-bottom: 1.3rem;
}

.lich-trinh .lt-content .hb-l-c-total .hb-l-c-detail-1 img {
    width: 48px;
    height: 50px;
}

.lich-trinh .lt-content .hb-l-c-total .hb-l-c-detail-1 .hblcp-d-1-title {
    margin-left: 1rem;
    min-height: 5.6rem;
}

.lich-trinh .lt-content .hb-l-c-total .hb-l-c-detail-1 .hblcp-d-1-title p {
    text-transform: uppercase;
    font-family: Lato-Bold, sans-serif;
    font-size: 1.25rem;
}

.lich-trinh .lt-content .hb-l-c-total .hb-l-c-detail-1 .hblcp-d-1-title span {
    font-size: 1rem;
    font-weight: normal;
    opacity: 0.5;
}

.lich-trinh .lt-content .hb-l-c-total .hb-l-c-detail-2 {
    display: flex;
    border-bottom: 1px solid #e9eaee;
}

.lich-trinh .lt-content .hb-l-c-total .hb-l-c-detail-2 .detail-2-left {
    flex: 1;
}

.lich-trinh .lt-content .hb-l-c-total .hb-l-c-detail-2 .detail-2-left p {
    font-family: Lato-Bold, sans-serif;
    font-size: 0.875rem;
}

.lich-trinh .lt-content .hb-l-c-total .hb-l-c-detail-2 .detail-2-left img {
    position: relative;
    top: -18px;
    width: 44px;
    height: 46px;
}

.lich-trinh .lt-content .hb-l-c-total .hb-l-c-detail-2 .detail-2-left span {
    margin-left: 5px;
    font-size: 4.33333rem;
}

.lich-trinh .lt-content .hb-l-c-total .hb-l-c-detail-2 .detail-2-right p {
    opacity: 0.6;
    font-family: Lato-Bold, sans-serif;
    font-size: 0.875rem;
    margin-bottom: 0;
}

.lich-trinh .lt-content .hb-l-c-total .hb-l-c-detail-2 .detail-2-right span {
    font-size: 0.875rem;
    font-weight: normal;
}

.lich-trinh .lt-content .hb-l-c-total .hb-l-c-detail-3 {
    display: flex;
    align-items: center;
    margin-top: 1.2rem;
    min-height: 3rem;
}

.lich-trinh .lt-content .hb-l-c-total .hb-l-c-detail-3 i {
    margin-top: 17px;
    color: #205eda;
}

.lich-trinh .lt-content .hb-l-c-total .hb-l-c-detail-3 .fa-angle-double-right {
    margin-right: 10px;
}

.lich-trinh .lt-content .hb-l-c-total .hb-l-c-detail-3 .fa-angle-double-right {
    margin-right: 6px;
}

.lich-trinh .lt-content .hb-l-c-total .hb-l-c-detail-3 a {
    position: relative;
    top: 8px;
    color: #205eda;
    font-size: 0.8125rem;
    flex: 1;
}

.lich-trinh .lt-content .hb-l-c-total .hb-l-c-detail-3 a:first-child {
    text-align: left;
}

.lich-trinh .lt-content .hb-l-c-total .hb-l-c-detail-3 a:last-child {
    text-align: right;
}

.lich-trinh .lt-content .hb-l-c-total .hb-l-c-detail-3 img {
    width: 38px;
    height: 25px;
    position: absolute;
    right: 42%;
    bottom: 10%;
}

.lich-trinh .lich-trinh-2 {
    margin-top: 50px;
}

.lich-trinh .lich-trinh-2 .col-md-12 .col-md-3 {
    padding: 0;
}

.lich-trinh .lich-trinh-2 .col-md-12 .col-md-2 {
    text-align: right;
}

.lich-trinh .lich-trinh-2 .title-tab {
    padding-bottom: 30px;
    font-family: Lato-Bold, sans-serif;
    font-size: 1.25rem;
}

.lich-trinh .lich-trinh-2 .content-tab {
    background-color: #fff;
    padding: 25px 0;
    background-image: linear-gradient(to bottom, rgba(237, 238, 242, 0), #edeef2) !important;
}

.lich-trinh .lich-trinh-2 .content-tab .hb-l-c-detail-1 {
    padding-top: 8px;
    display: flex;
}

.lich-trinh .lich-trinh-2 .content-tab .hb-l-c-detail-1 img {
    width: 48px;
    height: 50px;
}

.lich-trinh .lich-trinh-2 .content-tab .hb-l-c-detail-1 .hblcp-d-1-title {
    margin-left: 30px;
}

.lich-trinh .lich-trinh-2 .content-tab .hb-l-c-detail-1 .hblcp-d-1-title p {
    text-transform: uppercase;
    font-family: Lato-Bold, sans-serif;
    font-size: 1.25rem;
}

.lich-trinh .lich-trinh-2 .content-tab .hb-l-c-detail-1 .hblcp-d-1-title span {
    font-size: 1rem;
    font-weight: normal;
    opacity: 0.5;
}

.lich-trinh .lich-trinh-2 .content-tab .hb-l-c-detail-2 {
    padding-top: 15px;
    display: flex;
}

.lich-trinh .lich-trinh-2 .content-tab .hb-l-c-detail-2 .dr-from {
    flex: 1;
}

.lich-trinh .lich-trinh-2 .content-tab .hb-l-c-detail-2 .dr-from p {
    opacity: 0.6;
    font-family: Lato-Bold, sans-serif;
    font-size: 0.875rem;
    margin-bottom: 0;
}

.lich-trinh .lich-trinh-2 .content-tab .hb-l-c-detail-2 .dr-from span {
    font-size: 0.875rem;
    font-weight: normal;
}

.lich-trinh .lich-trinh-2 .content-tab .hb-l-c-detail-3 {
    padding-top: 13px;
    display: flex;
}

.lich-trinh .lich-trinh-2 .content-tab .hb-l-c-detail-3 .dr-from {
    flex: 1;
}

.lich-trinh .lich-trinh-2 .content-tab .hb-l-c-detail-3 .dr-from p {
    opacity: 0.6;
    font-family: Lato-Bold, sans-serif;
    font-size: 0.875rem;
    margin-bottom: 0;
}

.lich-trinh .lich-trinh-2 .content-tab .hb-l-c-detail-3 .dr-from a {
    font-size: 1rem;
    color: #205eda;
}

.lich-trinh .lich-trinh-2 .content-tab .hb-l-c-detail-4 img {
    position: relative;
    top: -10px;
    width: 28px;
}

.lich-trinh .lich-trinh-2 .content-tab .hb-l-c-detail-4 span {
    margin-left: 5px;
    font-size: 2.5rem;
}

.vmed-group {
    padding-top: 70px;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .vmed-group {
        padding-top: 50px;
        padding-bottom: 0;
    }
}

.vmed-group .v-g-content .v-g-head {
    max-width: 50%;
    margin: auto;
}

@media (min-width: 1200px) {
    .vmed-group .v-g-content .v-g-head {
        padding-bottom: 50px;
    }
}

@media (max-width: 1699px) {
    .vmed-group .v-g-content .v-g-head {
        max-width: 80%;
    }
}

@media (max-width: 1199px) {
    .vmed-group .v-g-content .v-g-head {
        max-width: 100%;
    }
}

.vmed-group .v-g-content .v-g-head .img-logo {
    text-align: center;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .vmed-group .v-g-content .v-g-head .img-logo img {
        width: 250px;
    }
}

.vmed-group .v-g-content .v-g-head .content {
    text-align: center;
    line-height: 32px;
    padding-bottom: 50px;
}

.vmed-group .v-g-content .v-g-head .content p.head-title {
    font-size: 1.25rem;
    font-family: AvenirNext-Bold, sans-serif;
    color: #0052A1;
    padding-bottom: 20px;
}

.vmed-group .v-g-content .v-g-head .content p {
    font-size: 1.125rem;
}

.vmed-group .v-g-content .v-g-head .content p a {
    color: #0052A1;
}

.vmed-group .v-g-content .v-g-head .content p a:hover {
    color: #0052A1;
}

.vmed-group .v-g-content .v-g-content {
    padding-bottom: 0px;
}

@media (min-width: 1700px) {
    .vmed-group .v-g-content .v-g-content .col-xl-4 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.vmed-group .v-g-content .v-g-content .detail {
    background-image: linear-gradient(to bottom, #008ACF, #0052A1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
    padding: 30px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 30px;
    transition: all .75s;
}

.vmed-group .v-g-content .v-g-content .detail .d-img {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 1700px) {
    .vmed-group .v-g-content .v-g-content .detail .d-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.vmed-group .v-g-content .v-g-content .detail .d-content p.title {
    font-size: 1.5rem;
    font-family: AvenirNext-Bold, sans-serif;
    color: #ffffff;
    min-height: 120px;
    text-transform: uppercase;
}

.vmed-group .v-g-content .v-g-content .detail .d-content p.des {
    color: #ffffff;
    min-height: 90px;
}

@media (min-width: 1200px) {
    .vmed-group .v-g-content .v-g-content .detail:hover {
        transform: translateY(-50px);
        transition: all .75s;
    }

    .vmed-group .v-g-content .v-g-content .detail:hover .d-img img {
        transition: all 0.8s;
        transform: scale(1.3);
    }
}

.btn-type-2 {
    border: 1px #707070;
    line-height: 40px;
    color: #0052A1;
    font-size: 1.0625rem;
    font-family: AvenirNext-Bold, sans-serif;
    background-color: #fff;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.btn-type-2:before {
    top: 0;
    width: 0;
    left: auto;
    right: 0;
    z-index: -1;
    bottom: 0;
    content: "";
    position: absolute;
    background-color: #e5e5e5 !important;
    transition: width .3s linear;
    border: unset !important;
}

.btn-type-2:hover {
    border: unset !important;
    color: #0052A1;
}

.btn-type-2:hover:before {
    left: 0;
    width: 100%;
    right: auto;
    color: #0052A1;
}

.solution-section {
    position: relative;
    text-align: center;
    background: url(../images/vmec/page-2/bg_doitac.png) center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 4rem 0 0 0;
    height: 500px;
    background-size: cover;
}

.solution-section .dt-content {
    text-align: center;
}

.solution-section .dt-content .title-dt p {
    font-size: 1.5rem;
    color: #ffffff;
    text-transform: uppercase;
    font-family: AvenirNext-Bold, sans-serif;
}

.solution-section .dt-content .des-dt {
    padding-top: 20px;
    padding-bottom: 20px;
}

.solution-section .dt-content .des-dt p {
    color: #ffffff;
}

.solution-section .dt-content .btn-type-2 {
    width: 156px !important;
}

.tamnhin-sumenh {
    padding-top: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 85%;
    background-position-y: 0;
}

@media (max-width: 767px) {
    .tamnhin-sumenh {
        padding-top: 50px;
    }
}

.tamnhin-sumenh .tn-detail {
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .tamnhin-sumenh .tn-detail {
        margin-bottom: 50px;
    }
}

.tamnhin-sumenh .tn-detail .head {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    position: unset;
}

.tamnhin-sumenh .tn-detail .head h4 {
    margin-bottom: 0;
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 2.25rem;
    color: #0052A1;
    font-family: AvenirNext-Bold, sans-serif;
}

.tamnhin-sumenh .tn-detail .content p {
    font-size: 1.375rem;
    color: #00365F;
    font-family: AvenirNext-DemiBold, sans-serif;
    text-align: center;
    line-height: 1.8;
}

@media (min-width: 768px) {
    .tamnhin-sumenh .tn-detail .content p {
        max-width: 90%;
        margin: auto;
    }
}

.tamnhin-sumenh .tn-detail-2 {
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .tamnhin-sumenh .tn-detail-2 {
        margin-bottom: 50px;
    }
}

.tamnhin-sumenh .tn-detail-2 img {
    width: 100%;
}

.giatri-cotloi .dt-content {
    text-align: center;
}

.giatri-cotloi .dt-content .title-dt p {
    font-size: 2.25rem;
    color: #0052A1;
    font-family: AvenirNext-Bold, sans-serif;
}

.giatri-cotloi .dt-content .des-dt {
    padding-top: 20px;
    padding-bottom: 20px;
}

.giatri-cotloi .dt-content .des-dt p {
    color: #5C5C5B;
    line-height: 20px;
}

.giatri-cotloi .v-g-content {
    padding-bottom: 50px;
}

@media (min-width: 1700px) {
    .giatri-cotloi .v-g-content .col-xl-4 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.giatri-cotloi .v-g-content .detail {
    background-image: linear-gradient(to bottom, #008ACF, #0052A1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
    padding: 50px 30px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 30px;
    position: relative;
    transition: .8s;
}

.giatri-cotloi .v-g-content .detail:hover {
    box-shadow: 0 8px 28px #00a4e0;
}

.giatri-cotloi .v-g-content .detail:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.giatri-cotloi .v-g-content .detail:hover img {
    animation: spin 10s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}

.giatri-cotloi .v-g-content .detail .d-img {
    padding-top: 20px;
    padding-bottom: 20px;
}

.giatri-cotloi .v-g-content .detail .d-content p.title {
    font-size: 1.5rem;
    font-family: AvenirNext-Bold, sans-serif;
    color: #ffffff;
}

.giatri-cotloi .v-g-content .detail .d-content p.des {
    color: #ffffff;
    min-height: 80px;
}

.doi-ngu {
    padding-top: 50px;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .doi-ngu {
        padding-top: 70px;
    }
}

.doi-ngu .title-main {
    text-align: center;
    padding-bottom: 70px;
}

@media (min-width: 1200px) {
    .doi-ngu .title-main {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .doi-ngu .title-main {
        padding-bottom: 50px !important;
    }
}

.doi-ngu #tabs .ul-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #E5E5E5;
}

@media (max-width: 767px) {
    .doi-ngu #tabs .ul-tab {
        padding-bottom: 0 !important;
        flex-wrap: wrap;
    }

    .doi-ngu #tabs .ul-tab li {
        padding-right: 40px !important;
        padding-bottom: 30px !important;
    }

    .doi-ngu #tabs .ul-tab li a {
        padding-bottom: 10px !important;
    }
}

.doi-ngu #tabs .ul-tab li {
    padding-right: 40px;
}

.doi-ngu #tabs .ul-tab li a {
    color: #5C5C5B;
    padding-bottom: 24px;
    text-transform: uppercase;
    cursor: pointer;
}

.doi-ngu #tabs .ul-tab li a:not(.inactive) {
    font-family: AvenirNext-Bold, sans-serif;
    border-bottom: 5px solid #0052A1;
    color: #0052A1;
}

.doi-ngu #tabs .content-tab .tab-sub .detail-dn {
    display: flex;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .doi-ngu #tabs .content-tab .tab-sub .detail-dn {
        padding-bottom: 30px;
    }

    .doi-ngu #tabs .content-tab .tab-sub .detail-dn .content-d {
        padding-left: 20px !important;
    }

    .doi-ngu #tabs .content-tab .tab-sub .detail-dn .content-d p.title {
        line-height: 1.4 !important;
        font-size: 1.25rem !important;
    }

    .doi-ngu #tabs .content-tab .tab-sub .detail-dn img {
        width: 160px !important;
    }
}

.doi-ngu #tabs .content-tab .tab-sub .detail-dn .img-d {
    border: 1px solid #b2b2b2;
}

.doi-ngu #tabs .content-tab .tab-sub .detail-dn .img-d img {
    object-fit: cover;
    height: 200px;
    width: 175px;
}

.doi-ngu #tabs .content-tab .tab-sub .detail-dn .content-d {
    padding-left: 30px;
    flex: 1;
}

.doi-ngu #tabs .content-tab .tab-sub .detail-dn .content-d p.title {
    font-size: 1.5rem;
    color: #171D29;
    font-family: AvenirNext-DemiBold, sans-serif;
    line-height: 40px;
    padding: 0;
}

.doi-ngu #tabs .content-tab .tab-sub .detail-dn .content-d p.des {
    font-size: 1.125rem;
    color: #171D29;
}

.doi-ngu .hr {
    height: 0.5px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #E5E5E5;
}

.thuong-hieu-1 {
    padding-bottom: 100px;
}

.thuong-hieu-1 .title-main h2 {
    text-transform: uppercase;
    min-height: 80px;
    text-align: center;
}

.thuong-hieu-1 .content-main {
    text-align: center;
    margin: auto;
}

.thuong-hieu-1 .content-main p {
    line-height: 32px;
    font-family: AvenirNext-Medium, sans-serif;
}

.thuong-hieu-1 .content-main p span {
    color: #0052A1;
    font-size: 1.125rem;
    font-family: AvenirNext-Bold, sans-serif;
}

.thuong-hieu-2 {
    background: #0052A1;
    padding-top: 100px;
    padding-bottom: 130px;
}

@media (max-width: 991px) {
    .thuong-hieu-2 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .thuong-hieu-2 .title-th {
        padding-bottom: 30px !important;
    }

    .thuong-hieu-2 .content-th .col-css {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .thuong-hieu-2 .content-th .col-css:nth-child(2n+2) {
        border-bottom: 1px solid #fff !important;
        margin-bottom: 30px !important;
    }

    .thuong-hieu-2 .content-th .col-css:last-child {
        border-bottom: unset !important;
    }

    .thuong-hieu-2 .content-th .detail-th {
        padding-bottom: 30px !important;
    }

    .thuong-hieu-2 .content-th .detail-th .d-th-1 .d-des p:first-child {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .thuong-hieu-2 .content-th .detail-th .d-th-1 .d-des p:first-child {
        font-size: 1.3rem !important;
    }
}

@media (max-width: 991px) {
    .thuong-hieu-2 .content-th .detail-th .d-th-2 img {
        margin-bottom: 0 !important;
    }
}

.thuong-hieu-2 .title-th {
    text-align: center;
    padding-bottom: 70px;
}

.thuong-hieu-2 .title-th p {
    color: #ffffff;
    font-size: 1.25rem;
    font-family: AvenirNext-Bold, sans-serif;
    min-height: 100px;
    padding-top: 30px;
}

.thuong-hieu-2 .content-th .col-css:nth-child(2n-1) {
    padding-right: 30px;
}

.thuong-hieu-2 .content-th .col-css:nth-child(2n+2) {
    padding-left: 30px;
}

.thuong-hieu-2 .content-th .detail-th .d-th-1 {
    display: flex;
}

.thuong-hieu-2 .content-th .detail-th .d-th-1 .d-img {
    padding-top: 7px;
}

.thuong-hieu-2 .content-th .detail-th .d-th-1 .d-des {
    padding-left: 15px;
    max-width: 80%;
}

.thuong-hieu-2 .content-th .detail-th .d-th-1 .d-des p {
    color: #ffffff;
}

.thuong-hieu-2 .content-th .detail-th .d-th-1 .d-des p:nth-child(1) {
    font-size: 2rem;
    font-family: AvenirNext-DemiBold, sans-serif;
    text-transform: uppercase;
}

.thuong-hieu-2 .content-th .detail-th .d-th-1 .d-des p:nth-child(2) {
    line-height: 24px;
}

.thuong-hieu-2 .content-th .detail-th .d-th-2 img {
    width: 100% !important;
    border-radius: 20px;
    margin-bottom: 40px;
}

.doitac .dt-detail {
    padding-bottom: 50px;
}

@media (min-width: 1200px) {
    .doitac .dt-detail .col-left {
        padding-right: 0 !important;
    }

    .doitac .dt-detail .col-right {
        padding-left: 0 !important;
    }
}

.doitac .title-main h2 {
    text-align: center;
    padding-bottom: 50px;
}

@media (max-width: 1199px) {
    .doitac .title-main h2 {
        padding-bottom: 50px !important;
    }
}

.doitac .hospital {
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.09);
    padding: 50px;
}

@media (min-width: 992px) {
    .doitac .hospital {
        height: 700px;
    }
}

.doitac .hospital .title-hos {
    padding-bottom: 30px;
    border-bottom: 1px solid #B2B2B2;
}

.doitac .hospital .title-hos p {
    font-size: 1.25rem;
    color: #00365F;
    font-family: AvenirNext-Bold, sans-serif;
    text-transform: uppercase;
}

.doitac .hospital .content-hos ul {
    padding-top: 30px;
    overflow: auto;
    height: 550px;
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.doitac .hospital .content-hos ul::-webkit-scrollbar {
    width: 5px;
}

.doitac .hospital .content-hos ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.doitac .hospital .content-hos ul::-webkit-scrollbar-thumb {
    background: #00A4E0;
    border-radius: 8px;
}

.doitac .hospital .content-hos ul::-webkit-scrollbar-thumb:hover {
    background: #25bee0;
}

.doitac .hospital .content-hos ul li {
    padding: 5.5px 20px;
    cursor: pointer;
}

.doitac .hospital .content-hos ul li a {
    font-size: 1.125rem;
    color: #171D29;
}

.doitac .hospital .content-hos ul li.active, .doitac .hospital .content-hos ul :hover {
    font-family: AvenirNext-Bold, sans-serif;
    color: #0052A1;
    position: relative;
}

.doitac .hospital .content-hos ul li.active a, .doitac .hospital .content-hos ul :hover a {
    color: #0052A1;
}

.doitac .hospital .content-hos ul li.active:before, .doitac .hospital .content-hos ul :hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #77C1D0;
    opacity: 0.2;
}

.doitac .bit-map {
    height: 700px;
}

.page-doitac .solution-section {
    padding-top: 50px;
    background: url(../images/vmec/bg-mapthuonghieu.png) center;
    background-size: cover;
}

@media (max-width: 767px) {
    .page-doitac .solution-section {
        padding-top: 20px !important;
    }
}

.page-doitac .solution-section .title-main {
    padding-top: 0 !important;
}

@media (max-width: 767px) {
    .page-doitac .solution-section .title-main {
        display: none;
    }
}

.page-doitac .solution-section .title-main h2 {
    color: #ffffff;
}

@media (min-width: 768px) {
    .page-doitac .title-m-mobile {
        display: none;
    }
}

.head {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -75px;
}

.head .img-hd {
    width: 540px;
    height: 150px;
    background-color: #fff;
    border-radius: 180px;
    line-height: 150px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
    .head {
        top: 45px !important;
        z-index: 1 !important;
    }

    .head .img-hd {
        width: 330px !important;
        /*min-height: 90px !important;*/
        height: fit-content;
        padding: 10px 10px !important;
        line-height: 90px !important;
        margin-right: 15px !important;
        margin-left: 15px !important;
    }

    .head .img-hd p {
        font-size: 1.5rem !important;
    }
}

.viet-medical {
    background-color: #036B59;
    padding-bottom: 40px;
}

.viet-medical .body .detail {
    text-align: center;
    background-color: #fff;
    padding: 30px 45px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.viet-medical .body .detail h4 {
    min-height: 40px;
    color: #036B59;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-family: AvenirNext-Bold, sans-serif;
}

.viet-medical .body .detail p {
    min-height: 50px;
}

.contact-us-for {
    padding-top: 40px;
    padding-bottom: 50px;
}

.contact-us-for .detail-xe {
    text-align: center;
    padding-bottom: 30px;
}

.contact-us-for .detail-xe .img-x {
    height: 80px;
}

.contact-us-for .detail-xe .img-x img {
    transition: all 0.8s;
}

.contact-us-for .detail-xe .img-x img:hover {
    transition: all 0.8s;
    transform: scale(1.3);
}

.contact-us-for .detail-xe p {
    font-size: 1.5rem;
    color: #00365F;
    font-family: AvenirNext-DemiBold, sans-serif;
    padding-top: 20px;
    min-height: 80px;
    line-height: 1.4;
}

.contact-us-for .detail-xe span {
    color: #171D29;
}

.contact-us-for .leam-more-xanh {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 50px;
}

.contact-us-for .leam-more-xanh .btn-a-xanh {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.service-customer {
    background-color: #036B59;
    padding-bottom: 50px;
}

.service-customer .title-main {
    text-align: center;
    padding-bottom: 20px;
}

.service-customer .title-main h2 {
    color: #ffffff;
    font-size: 2.25rem;
    font-family: AvenirNext-Bold, sans-serif;
}

.service-customer .title-main p {
    color: #ffffff;
    line-height: 24px;
    margin: auto;
    max-width: 65%;
}

.service-customer .sv-detail {
    background-image: linear-gradient(to bottom, #07B396, #036B59);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
    text-align: center;
    padding: 50px 40px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 15px;
    transition: .7s;
}

.service-customer .sv-detail:hover {
    transition: .7s;
    box-shadow: 0 20px 40px rgba(255, 255, 255, 0.4);
}

.service-customer .sv-detail:hover img {
    animation: truongdz 1s infinite ease-in-out;
}

@media (min-width: 1200px) {
    .service-customer .sv-detail .s-img {
        padding-top: 0px;
    }
}

.service-customer .sv-detail .s-title h5 {
    color: #ffffff;
    font-size: 1.125rem;
    font-family: AvenirNext-Bold, sans-serif;
    min-height: 60px;
    padding-top: 30px;
}

.service-customer .sv-detail .s-title p {
    color: #ffffff;
    line-height: 1.5;
}

.service-customer .sv-detail-2 span {
    font-size: 170px;
    font-family: AvenirNext-Bold, sans-serif;
    color: #ffffff;
    line-height: 1;
}

@media (max-width: 1199px) {
    .service-customer .sv-detail-2 span {
        font-size: 100px !important;
    }
}

@media (max-width: 767px) {
    .service-customer .sv-detail-2 span {
        font-size: 60px !important;
    }
}

.service-customer .sv-detail-2 p {
    color: #ffffff;
    font-size: 1.875rem;
    font-family: AvenirNext-Bold, sans-serif;
}

@media (max-width: 767px) {
    .service-customer .sv-detail-2 p {
        font-size: 1.5rem !important;
    }
}

.post-vietmedical .title-main h2 {
    color: #036B59;
}

.post-vietmedical .title-main p {
    color: #5C5C5B;
}

.post-vietmedical .leam-more-xanh {
    padding-top: 20px;
}

.post-vietmedical .leam-more-xanh .btn-a-xanh {
    width: 96px;
    height: 30px;
    line-height: 30px;
    font-size: 0.875rem;
    font-family: AvenirNext-Regular, sans-serif;
}

.post-vietmedical .list-box-educate .box-educate:hover {
    box-shadow: unset !important;
    color: #036B59;
}

.post-vietmedical .list-box-educate .box-educate:hover .text-bottom h3 a {
    color: #036B59;
}

.post-vietmedical .list-box-educate .box-educate .text-bottom p {
    min-height: auto;
    margin-top: 0;
    opacity: 1;
}

.des-menu-type {
    padding-top: 70px;
    text-align: center;
}

.des-menu-type p {
    font-size: 1.25rem;
    color: #00365F;
}

.banner-sanpham .head {
    top: 75px;
    z-index: 1;
}

.banner-sanpham .head .img-hd {
    background-image: linear-gradient(to bottom, #07B396, #036B59);
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-sanpham .head .img-hd p {
    font-size: 1.5rem;
    font-family: AvenirNext-Bold, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.5;
}

.banner-sanpham .banner {
    position: relative;
}

.banner-sanpham .banner .img-bg-video {
    height: 800px;
    object-fit: cover;
}

.banner-sanpham .banner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.banner-sanpham .banner video {
    width: 100%;
    height: 800px;
    object-fit: cover;
    cursor: pointer;
}

.banner-sanpham .banner .icon-video, .banner-sanpham .banner .icon-video-power {
    position: absolute;
    width: 72px !important;
    height: 72px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.banner-sanpham .banner .icon-video-power {
    display: none;
}

.banner-sanpham .des-sp {
    text-align: center;
    margin: auto;
    padding-top: 50px;
}

@media (min-width: 1200px) {
    .banner-sanpham .des-sp {
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .banner-sanpham .des-sp {
        max-width: 80%;
    }
}

.banner-sanpham .des-sp p {
    color: #171D29;
    font-size: 1.25rem;
}

.banner-sanpham .des-sp p.tt {
    font-family: AvenirNext-Regular, sans-serif;
}

.device-nh {
    padding-bottom: 150px;
}

@media (max-width: 767px) {
    .device-nh {
        padding-bottom: 100px !important;
    }
}

.device-nh .device-content .title-main {
    padding-top: 50px;
    padding-bottom: 30px;
}

.device-nh .device-content .title-main h2 {
    color: #036B59;
}

.device-nh .device-content .list-device .d-item {
    margin-bottom: 30px;
}

.device-nh .device-content .list-device .d-item .d-i-img {
    background: #F8F8F8;
    transition: all .8s;
    overflow: hidden;
    position: relative;
}

.device-nh .device-content .list-device .d-item .d-i-img img {
    width: 100%;
    height: 372px;
    object-fit: cover;
}

.device-nh .device-content .list-device .d-item .d-i-img2 {
    background: #F8F8F8;
    transition: all .8s;
    overflow: hidden;
    position: relative;
}

.device-nh .device-content .list-device .d-item .d-i-img2 img {
    width: 100%;
    height: 372px;
    object-fit: cover;
}

.device-nh .device-content .list-device .d-item .d-i-title {
    background: #036B59;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.device-nh .device-content .list-device .d-item .d-i-title p {
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    font-family: AvenirNext-Bold, sans-serif;
}

.device-nh .device-content .list-device .d-item:hover .d-i-img {
    overflow: hidden;
}

.device-nh .device-content .list-device .d-item:hover .d-i-img img {
    transition: all .8s;
    transform: scale(1.1) rotate(3deg);
}

.device-nh .device-content .list-device .d-item:hover .d-i-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(85, 113, 196, 0.38);
    display: flex;
    align-items: center;
    justify-content: center;
}

.device-nh .device-content .list-device .d-item:hover .d-i-img:before {
    content: "\f0c1";
    position: absolute;
    font-family: 'FontAwesome5Pro', sans-serif;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
}

.device-nh .device-content .slick-dots {
    bottom: -50px;
}

.device-slide .d-item {
    padding-right: 15px;
    padding-left: 15px;
}

.device-slide .d-item img {
    height: 197px !important;
}

.device-slide .d-item .d-i-title {
    height: 80px !important;
}

.device-slide i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    padding: 0;
    border: none;
    outline: none;
    font-size: 25px;
    color: #0052A1;
}

.device-slide .next-icon {
    right: -25px;
}

.device-slide .prev-icon {
    left: -25px;
}

@media (max-width: 767px) {
    .device-slide .next-icon {
        right: -5px;
    }

    .device-slide .prev-icon {
        left: -5px;
    }
}

.device-slide .slick-dots li button {
    background: #EDEDEE;
    border-radius: 180px;
    width: 8px;
    height: 8px;
}

.device-slide .slick-dots li button:before {
    content: "";
}

.device-slide .slick-dots li.slick-active button {
    background: #0052A1;
}

.banner-video-1 .banner {
    background-color: #F5F5F5;
}

.banner-video-1 .bn-position {
    width: 100%;
    position: relative;
}

.p-top {
    padding-top: 90px;
}

.padding-2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.service-customer-2 {
    background-color: #F8F8F8;
}

.service-customer-2 .head {
    top: -75px;
}

@media (max-width: 767px) {
    .service-customer-2 .head {
        top: -45px !important;
    }
}

.service-customer-2 .title-main {
    padding-top: 0;
}

.service-customer-2 .title-main p {
    color: #5C5C5B;
}

.service-customer-2 .sv-detail:hover {
    box-shadow: 0 20px 40px #07b396 !important;
}

.service-customer-2 .sv-detail-2 span {
    color: #036B59;
}

.service-customer-2 .sv-detail-2 p {
    color: #036B59;
}

.banner-map .banner img {
    position: unset !important;
}

.post-news-cc .title-main {
    padding-bottom: 30px;
}

.post-news-cc .title-main h2 {
    color: #036B59;
}

.post-news-cc .post-content .item .img-top {
    overflow: hidden;
}

.post-news-cc .post-content .item .img-top img {
    width: 100%;
    transition: all 0.8s;
    object-fit: cover;
}

.post-news-cc .post-content .item .img-top img:hover {
    transform: scale(1.2);
}

.post-news-cc .post-content .item .text-bottom-1 h3 a {
    color: #171D29;
    font-family: AvenirNext-DemiBold, sans-serif;
    font-size: 1.875rem;
}

.post-news-cc .post-content .item .text-bottom-1 h3:hover {
    color: #036B59;
}

.post-news-cc .post-content .item .text-bottom-1 p {
    color: #171D29;
    padding-top: 15px;
    padding-bottom: 15px;
}

.post-news-cc .post-1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.post-news-cc .post-2 {
    background: #F8F8F8;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .post-news-cc .post-1, .post-news-cc .post-2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .post-news-cc .post-1 .text-bottom-1, .post-news-cc .post-2 .text-bottom-1 {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .post-news-cc .post-1 .text-bottom-1 p, .post-news-cc .post-2 .text-bottom-1 p {
        padding-top: 10px !important;
        padding-bottom: 15px !important;
    }
}

.scrol-bg {
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
}

.contact-footer {
    background-color: #0077BD;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-footer .cf-detail h3 {
    color: #ffffff;
    font-size: 1.875rem;
    font-family: AvenirNext-Bold, sans-serif;
}

@media (max-width: 767px) {
    .contact-footer .cf-detail h3 {
        font-size: 1.5rem;
    }
}

.contact-footer .cf-detail p {
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.contact-footer .cf-detail .leam-more-xanh .btn-a-xanh {
    font-size: 1.0625rem;
    font-family: AvenirNext-Bold, sans-serif;
    color: #0052A1;
    background-color: #FFFFFF;
    width: 202px;
}

.contact-footer .cf-detail .leam-more-xanh .btn-a-xanh:before {
    background-color: #E5E5E5 !important;
}

.page-kiemsoat .device-nh {
    padding-bottom: 0 !important;
}

.popup-ut #add-fund-kq-ut {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

@media (max-width: 767px) {
    .popup-ut #add-fund-kq-ut {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.popup-ut .closess {
    position: absolute;
    right: -10px;
    top: -20px;
}

.popup-ut .closess span {
    font-size: 50px;
    font-weight: 100;
    color: #036B59;
}

.popup-ut .modal-dialog {
    position: relative;
    max-width: 70%;
}

@media (min-width: 1700px) {
    .popup-ut .modal-dialog {
        max-width: 58%;
    }
}

@media (max-width: 991px) {
    .popup-ut .modal-dialog {
        max-width: 95%;
    }
}

@media (max-width: 767px) {
    .popup-ut .modal-dialog {
        max-width: 100% !important;
    }

    .popup-ut .modal-dialog .modal-content .modal-body {
        padding-top: 50px !important;
    }
}

.popup-ut .modal-dialog .modal-content {
    border-radius: unset;
    border: unset;
    padding: 15px;
}

.popup-ut .img-pu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: #F8F8F8;
}

.popup-ut .body-pu .tt h4 {
    font-size: 1.5rem;
    color: #036B59;
    font-family: AvenirNext-Bold, sans-serif;
}

.popup-ut .body-pu div.p, .popup-ut .body-pu p.p {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #00365F;
}

.popup-ut .leam-more-xanh .btn-a-xanh {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.page-ngoaikhoa .device-nh {
    padding-top: 50px;
    padding-bottom: 0;
}

.page-ngoaikhoa .d-i-title {
    min-height: 100px;
}

.page-giaiphap .banner-who-pp .content-who-pp {
    background-color: #005DAC;
}

.page-giaiphap .tienphong {
    text-align: center;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .page-giaiphap .tienphong {
        padding-bottom: 20px !important;
    }
}

.page-giaiphap .tienphong .tp-body .tpb-des p {
    color: #171D29;
    font-size: 1.25rem;
    line-height: 32px;
}

.page-giaiphap .tienphong .tp-body .tpb-title {
    padding-top: 30px;
}

.page-giaiphap .tienphong .tp-body .tpb-title h5 {
    color: #005DAC;
    font-family: AvenirNext-Bold, sans-serif;
    font-size: 1.5rem;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.page-giaiphap .tienphong .tp-body .tpb-title a {
    padding-bottom: 10px;
    display: block;
    color: #0052A1;
}

.page-giaiphap .tienphong .tp-body .tpb-title a i {
    padding-right: 10px;
}

.page-giaiphap .viet-medical {
    background-color: #005DAC;
}

.page-giaiphap .viet-medical .body .detail h4 {
    font-size: 1.125rem;
    color: #005DAC;
    text-transform: uppercase;
    font-family: AvenirNext-Bold, sans-serif;
}

.page-giaiphap .viet-medical .body .detail p {
    color: #81858B;
}

.page-giaiphap .contact-us-for {
    padding-bottom: 0;
}

.page-giaiphap .contact-us-for .detail-xe p {
    color: #005DAC;
}

.page-giaiphap .contact-us-for .leam-more-xanh-eo {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 50px;
    height: 0;
}

.page-giaiphap .contact-us-for .leam-more-xanh-eo .btn-a-xanh-eo {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.page-giaiphap .post-vietmedical .title-main h2 {
    color: #005DAC;
}

.page-giaiphap .post-vietmedical .leam-more-xanh-eo {
    padding-top: 20px;
}

.page-giaiphap .post-vietmedical .leam-more-xanh-eo .btn-a-xanh-eo {
    width: 96px;
    height: 30px;
    line-height: 30px;
    font-size: 0.875rem;
    font-family: AvenirNext-Regular, sans-serif;
}

.page-giaiphap .post-vietmedical .box-educate:hover .text-bottom h3 a {
    color: #0052A1;
}

.page-sanxuat .banner-who-pp .content-who-pp {
    background-color: #005DAC;
}

.page-sanxuat .viet-medical {
    background-color: #00A4E0;
}

.page-sanxuat .viet-medical .body .detail h4 {
    font-size: 1.125rem;
    color: #00365F;
    text-transform: uppercase;
    font-family: AvenirNext-Bold, sans-serif;
}

.page-sanxuat .viet-medical .body .detail p {
    color: #81858B;
}

.page-sanxuat .viet-medical .body .detail .leam-more {
    padding: 0;
}

.page-sanxuat .viet-data-3 {
    padding-top: 50px;
    background-color: #095EA9;
}

.page-sanxuat .contact-us-for {
    padding-bottom: 0;
}

.page-sanxuat .contact-us-for .detail-xe p {
    color: #005DAC;
}

.page-sanxuat .contact-us-for .leam-more {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 50px;
    height: 0;
}

@media (max-width: 767px) {
    .page-sanxuat .contact-us-for .leam-more {
        padding-bottom: 70px;
        height: 0;
    }
}

.page-sanxuat .contact-us-for .leam-more .btn-a {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.page-sanxuat .post-vietmedical .title-main h2 {
    color: #005DAC;
}

.page-sanxuat .post-vietmedical .leam-more {
    padding-top: 20px;
    position: unset;
}

.page-sanxuat .post-vietmedical .leam-more .btn-a {
    width: 96px;
    height: 30px;
    line-height: 30px;
    font-size: 0.875rem;
    font-family: AvenirNext-Regular, sans-serif;
}

.page-sanxuat .post-vietmedical .box-educate:hover .text-bottom h3 a {
    color: #0052A1;
}

.show-sp {
    position: relative !important;
    background-color: #fff !important;
}

.show-sp .detail-sp {
    position: absolute !important;
    top: -150px !important;
    background-color: #fff !important;
    padding: 50px !important;
    border-bottom: 1px solid #E5E5E5;
}

.show-sp .detail-sp .img-pu img {
    width: 100% !important;
}

.show-sp .detail-sp .btn-a-xanh {
    width: 158px;
}

@media (max-width: 767px) {
    .popup-ut .detail-sp {
        padding: 20px !important;
    }

    .popup-ut .tt {
        padding-top: 20px !important;
    }

    .popup-ut #des-t1 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}

.tienphong-2 {
    padding-bottom: 50px !important;
}

.inner-banner {
    position: relative;
    display: table;
    height: 220px;
    width: 100%;
    text-align: center;
}

@media (max-width: 480px) {
    .inner-banner {
        height: 350px !important;
    }
}

@media (min-width: 1700px) {
    .inner-banner {
        height: 290px !important;
    }
}

.inner-banner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #171a2a;
    opacity: 0.5;
}

.inner-banner .box {
    position: relative;
    display: table;
    height: 220px;
    width: 100%;
    text-align: center;
}

@media (min-width: 1700px) {
    .inner-banner .box {
        height: 290px !important;
    }
}

.inner-banner .box .nvg-blob {
    display: table-cell;
    vertical-align: bottom;
}

.inner-banner .box .nvg-blob h3 {
    font-size: 2.25rem;
    color: #fff;
    text-transform: uppercase;
    font-family: AvenirNext-Bold, sans-serif;
}

.inner-banner .box .nvg-blob ul {
    display: flex;
    margin-bottom: 0;
}

.inner-banner .box .nvg-blob ul li {
    flex: 1;
}

.inner-banner .box .nvg-blob ul li a {
    font-family: Lato-Light, sans-serif;
    font-size: 1.25rem;
    color: #fff;
    text-transform: uppercase;
}

.inner-banner .box .nvg-blob ul li .nvg-blob__blob {
    position: relative;
    bottom: -1px;
    display: none;
}

.inner-banner .box .nvg-blob ul li .nvg-blob__blob svg {
    height: 30px;
}

.inner-banner .box .nvg-blob ul li .nvg-blob__blob svg .cls-1 {
    fill: #e6e8ed;
}

.inner-banner .box .nvg-blob ul li .nvg-blob__blob .icon-radio {
    background: #24398f;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    border-radius: 50px;
    right: 49%;
}

.inner-banner .box .nvg-blob ul li.active_c .nvg-blob__blob {
    display: block;
    margin-top: 10px;
}

.inner-banner .box .nvg-blob ul li.active_c a {
    font-family: Lato-Heavy, sans-serif;
}

.not-menu-banner .nvg-blob {
    vertical-align: middle !important;
}

.not-menu-banner .nvg-blob h3 {
    padding-bottom: 0 !important;
    padding-top: 50px !important;
}

.menu-banner-dich-vu .width-ul li img {
    margin-right: 10px !important;
    width: 34px;
    height: 38px;
    margin-bottom: 20px !important;
}

.menu-banner-dich-vu .width-ul li a {
    text-transform: initial !important;
    font-size: 1rem !important;
}

.menu-banner-dich-vu .width-ul li .nvg-blob__blob {
    margin-top: 0 !important;
}

.chl-content .inner-banner .box .nvg-blob {
    vertical-align: middle;
}

.chl-content .inner-banner .box .nvg-blob .bgbanner-title {
    width: 620px;
    text-align: left;
    background-color: rgba(15, 50, 64, 0.5);
    padding: 30px 50px;
    position: absolute;
}

.chl-content .inner-banner .box .nvg-blob .bgbanner-title h1, .chl-content .inner-banner .box .nvg-blob .bgbanner-title p {
    font-family: AvenirNext-Bold, sans-serif;
    font-size: 50px;
    color: #fff;
}

.chl-content .inner-banner .box .nvg-blob .bgbanner-title h1 {
    text-align: left;
}

.chl-content .inner-banner .box .nvg-blob .bgbanner-title p {
    font-family: AvenirNext-Regular, sans-serif;
    margin-bottom: 0;
}

.search .icon-search {
    display: block;
    width: 60px;
    height: 60px;
    background: #006644;
    color: #fff;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.search .toggle {
    display: none;
    position: inherit;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.search .form-search form {
    position: relative;
}

.search .form-search form input {
    height: 50px;
    font-size: 14px;
    background: #ededed;
    border-radius: 180px;
    padding-left: 25px;
    padding-right: 40px;
    color: #232c36;
    border: unset;
}

.search .form-search form input::placeholder {
    color: #777777;
}

.search .form-search form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search .form-search form button {
    position: absolute;
    top: 10%;
    right: 8px;
    width: 40px;
    height: 20px;
    background: none;
    border: none;
    font-size: 18px;
    color: #000;
}

.dv-left .title {
    color: #232c36;
    font-size: 25px;
    font-family: AvenirNext-Bold, sans-serif;
    margin-top: 30px;
    margin-bottom: 0;
}

.dv-left ul.list-cate {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 40px;
    padding-top: 20px;
}

.dv-left ul.list-cate li {
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.dv-left ul.list-cate li a {
    color: #232c36;
    font-size: 16px;
}

.dv-left ul.list-cate li.active {
    border-right: 7px solid #01aef0;
}

.dv-left ul.list-cate li.active a {
    font-family: AvenirNext-Bold, sans-serif;
}

.dv-left .hoptac-kd {
    text-align: center;
}

.dv-left .hoptac-kd img {
    margin-top: 40px;
    margin-bottom: 30px;
}

.dv-left .hoptac-kd .des-1 {
    color: #232c36;
    font-size: 14px;
}

.dv-left .hoptac-kd h4 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    font-family: AvenirNext-Bold, sans-serif;
}

.dv-left .hoptac-kd form {
    margin-bottom: 30px;
}

.dv-left .hoptac-kd form input {
    width: 100%;
    padding: 12px 40px;
    border: unset;
    border-radius: 40px;
    font-size: 14px;
    background: #ededed;
    color: #232c36;
}

.dv-left .hoptac-kd form input::placeholder {
    color: #232c36;
    font-size: 14px;
}

.dv-left .hoptac-kd form .ip-submit {
    color: #fff;
    background-color: #01aef0;
    font-family: AvenirNext-Bold, sans-serif;
    font-size: 16px;
}

.dv-left .hoptac-kd .des-2 {
    color: #52575d;
    font-size: 16px;
}

.dv-left .hoptac-kd .contact-a {
    font-family: AvenirNext-Bold, sans-serif;
    color: #52575d;
    font-size: 16px;
}

.title-right {
    margin-top: 15px;
    margin-bottom: 50px;
}

.title-right i {
    font-size: 25px;
    opacity: 0.5;
}

.title-right .fa-angle-right {
    margin-right: 15px;
    margin-left: 15px;
}

.title-right a {
    font-size: 14px;
    color: #01aef0;
}

.title-right a.active {
    color: #999999;
}

.box-sv {
    background-color: #f9f9f9;
    padding: 30px 10px 30px 10px;
    text-align: center;
    margin-bottom: 30px;
}

.box-sv a .image-sv {
    height: 250px;
}

.box-sv a .content-sv {
    padding: 15px 10px;
}

.box-sv a .content-sv h3 {
    color: #232c36;
    font-family: AvenirNext-Bold, sans-serif;
    font-size: 25px;
    line-height: 1.5;
    min-height: 80px;
}

.box-sv a .content-sv .des-1 {
    font-size: 14px;
    color: #232c36;
    margin-top: 15px;
    margin-bottom: 10px;
}

.box-sv a .content-sv .des-2 {
    font-size: 16px;
    color: #232c36;
    opacity: 0.8;
}

.productdetail-page .bgbanner-title-center h1 {
    color: #fff;
    font-size: 70px;
    font-family: AvenirNext-Bold, sans-serif;
}

.productdetail-page .bgbanner-title-center p {
    color: #fff;
    font-size: 20px;
    font-family: AvenirNext-Bold, sans-serif;
}

.productdetail-page .product-detail .about-left {
    padding-right: 100px;
}

.productdetail-page .product-detail .about-right {
    background-color: #e8e8e8;
}

.productdetail-page .product-detail .about-right .ab-sanpham {
    text-align: center;
    padding-left: 20px;
    padding-right: 100px;
    padding-bottom: 50px;
}

.productdetail-page .product-detail .about-right .ab-sanpham .slide-pro-2:nth-child(5) .sp-detail, .productdetail-page .product-detail .about-right .ab-sanpham .slide-pro-2:nth-child(6) .sp-detail {
    border-bottom: unset;
}

.productdetail-page .product-detail .about-right .ab-sanpham .slide-pro-2:nth-child(1), .productdetail-page .product-detail .about-right .ab-sanpham .slide-pro-2:nth-child(2) {
    margin-top: 30px;
}

.productdetail-page .product-detail .about-right .ab-sanpham .slide-pro-2:nth-child(2n+1) {
    padding-right: 0;
}

.productdetail-page .product-detail .about-right .ab-sanpham .slide-pro-2:nth-child(2n+1) .sp-detail {
    border-right: 1px solid #0000003d;
}

.productdetail-page .product-detail .about-right .ab-sanpham .slide-pro-2:nth-child(2n) {
    padding-left: 0;
}

.productdetail-page .product-detail .about-right .ab-sanpham .sp-detail {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #0000003d;
}

.productdetail-page .product-detail .about-right .ab-sanpham .sp-detail .img-sp {
    min-height: 70px;
}

.productdetail-page .product-detail .about-right .ab-sanpham .sp-detail p {
    margin-top: 10px;
    color: #232c36;
    font-size: 14px;
}

.productdetail-page .product-detail .about-right .ab-sanpham .sp-detail h4 {
    color: #232c36;
    font-size: 17px;
    font-family: AvenirNext-Bold, sans-serif;
}

.productdetail-page .bg-prodetail {
    background: url(https://vmedgroup.com/wp-content/themes/vmed/dist/images/icon/bg-sanphamct.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.productdetail-page .bg-prodetail .img-bgpro img {
    object-fit: cover;
    width: 100%;
}

.productdetail-page .bg-prodetail .content-dt {
    color: #fff;
    padding-left: 30px;
}

.productdetail-page .bg-prodetail .content-dt h3 {
    line-height: 1.7;
    margin-bottom: 30px;
    font-family: AvenirNext-Bold, sans-serif;
    font-size: 30px;
}

.productdetail-page .bg-prodetail .hdsd p {
    margin-bottom: 0.8rem;
}

.productdetail-page .bg-prodetail .hdsd p i {
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
}

.productdetail-page .bg-prodetail .hdsd p span {
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: AvenirNext-Bold, sans-serif;
}

.productdetail-page .prodetail {
    padding: 70px 0;
}

.productdetail-page .prodetail .col-custom {
    margin-top: 30px;
}

.productdetail-page .prodetail .col-custom:last-child .content {
    border: unset;
}

.productdetail-page .prodetail .col-custom .title h2 {
    font-size: 30px;
    font-family: AvenirNext-Bold, sans-serif;
}

.productdetail-page .prodetail .col-custom .content {
    border-bottom: 1px solid #0000003d;
    padding-bottom: 30px;
    line-height: 2;
}

.productdetail-page .prodetail .col-custom .content p {
    font-size: 17px;
}

.productdetail-page .prodetail-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f8f8f885;
}

.productdetail-page .prodetail-2 .hoptac-kd .des-1 {
    color: #232c36;
    font-size: 14px;
}

.productdetail-page .prodetail-2 .hoptac-kd h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: AvenirNext-Bold, sans-serif;
}

.productdetail-page .prodetail-2 .hoptac-kd form {
    margin-bottom: 10px;
    display: flex;
}

.productdetail-page .prodetail-2 .hoptac-kd form .form-group {
    flex: 1;
    margin-right: 15px;
}

.productdetail-page .prodetail-2 .hoptac-kd form input {
    width: 100%;
    padding: 12px 40px;
    border: unset;
    border-radius: 40px;
    font-size: 14px;
    background: #ededed;
    color: #232c36;
}

.productdetail-page .prodetail-2 .hoptac-kd form input::placeholder {
    color: #232c36;
    font-size: 14px;
}

.productdetail-page .prodetail-2 .hoptac-kd form .ip-submit {
    color: #fff;
    background-color: #01aef0;
    font-family: AvenirNext-Bold, sans-serif;
    font-size: 16px;
}

.productdetail-page .prodetail-2 .hoptac-kd .des-2 {
    color: #52575d;
    font-size: 16px;
}

.productdetail-page .prodetail-2 .hoptac-kd .contact-a {
    font-family: AvenirNext-Bold, sans-serif;
    color: #52575d;
    font-size: 16px;
}

.productdetail-page .prodetail-3 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.productdetail-page .prodetail-3 .title-main {
    margin-bottom: 50px;
    text-align: left;
}

.productdetail-page .prodetail-3 .title-main h2 {
    font-size: 25px;
    font-family: AvenirNext-Bold, sans-serif;
}

.banner-default {
    position: relative;
}

.banner-default .back-title {
    position: absolute;
    top: 0;
    left: 45px;
}

@media (max-width: 991px) {
    .banner-default .back-title {
        top: -10px;
        left: 30px;
    }
}

.banner-default .bgbanner-title-center h1 {
    color: #fff;
    font-size: 2.25rem;
    font-family: AvenirNext-Bold, sans-serif;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .banner-default .bgbanner-title-center h1 {
        font-size: 1.3rem !important;
        line-height: 1.5;
    }
}

.about-detail {
    text-align: justify;
    line-height: 2;
}

.about-detail .title {
    font-size: 1rem;
    font-family: AvenirNext-Bold, sans-serif;
    text-transform: uppercase;
}

.about-detail .title-2 {
    font-size: 35px;
    font-family: AvenirNext-Bold, sans-serif;
}

.about-detail .des-1 {
    font-size: 20px;
    font-family: AvenirNext-Bold, sans-serif;
    margin-top: 15px;
    margin-bottom: 30px;
}

.about-detail .content p {
    color: #565656;
    font-size: 16px;
}

.about-detail .content img {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hinhthanh {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 50px;
}

.hinhthanh h4 {
    flex: 1;
    font-size: 35px;
    font-family: AvenirNext-Bold, sans-serif;
}

.hinhthanh p {
    flex: 1.5;
    font-size: 16px;
    text-align: justify;
}

.bg-about {
    position: relative;
    text-align: center;
}

.bg-about img {
    width: 100%;
}

.bg-about h3 {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 35px;
    font-family: AvenirNext-Bold, sans-serif;
    letter-spacing: 2px;
}

.sanxuat {
    text-align: center;
    background-color: rgba(224, 224, 224, 0.2);
    padding-top: 80px;
    padding-bottom: 80px;
}

.sanxuat .title {
    padding: 0 150px;
    margin-bottom: 50px;
}

.sanxuat .title p:first-child {
    color: #232c36;
    font-size: 20px;
    font-family: AvenirNext-Bold, sans-serif;
    margin-bottom: 30px;
}

.sanxuat .title p:last-child {
    font-size: 16px;
    padding-left: 50px;
    padding-right: 50px;
}

.sanxuat .custom-col {
    justify-content: center;
    display: flex;
    padding-right: 60px;
    padding-left: 60px;
}

.sanxuat .dtruyen .numb-type {
    width: 200px;
    height: 200px;
    border-radius: 180px;
    border: 5px solid #01aef0;
    text-align: center;
    margin-bottom: 30px;
}

.sanxuat .dtruyen .numb-type span {
    font-size: 116px;
    color: #01aef0;
    font-family: AvenirNext-Light, sans-serif;
}

.sanxuat .dtruyen h3 {
    font-size: 16px;
    color: #01aef0;
    font-family: AvenirNext-Bold, sans-serif;
    line-height: 1.5;
}

.phattrien {
    padding-top: 80px;
    padding-bottom: 80px;
}

.phattrien .left-l {
    text-align: justify;
}

.phattrien .left-l h3 {
    flex: 1;
    font-size: 35px;
    font-family: AvenirNext-Bold, sans-serif;
    margin-bottom: 30px;
}

.phattrien .left-l p {
    max-width: 80%;
    font-size: 16px;
}

.tam-nhin {
    background-color: rgba(224, 224, 224, 0.2);
    padding-top: 80px;
    padding-bottom: 80px;
}

.quatrinh .content {
    margin-bottom: 50px;
}

.quatrinh .hinhthanh {
    border-top: 1px solid #0000003d;
}

.quatrinh .hinhthanh h4 {
    font-size: 60px;
    color: #c4c8cc;
}

.quatrinh .hinhthanh h4 span {
    font-size: 35px;
}

.quatrinh .hinhthanh p {
    text-align: left;
    padding-right: 150px;
}

.nhamay {
    padding-top: 80px;
    padding-bottom: 80px;
}

.nhamay .about-detail .content {
    display: flex;
    margin-bottom: 50px;
}

.nhamay .about-detail .c-1 {
    flex: 1;
}

.nhamay .about-detail .c-1 p {
    font-size: 20px;
    font-family: AvenirNext-Bold, sans-serif;
}

.nhamay .about-detail .note {
    font-size: 14px;
    font-family: AvenirNext-Italic, sans-serif;
}

.nhamay .about-detail .hinhthanh {
    margin-top: 50px;
}

.nhamay .about-detail .hinhthanh .gmp {
    padding-left: 100px;
}

.nhamay .about-detail .hinhthanh .gmp h3 {
    line-height: 1.5;
    font-size: 30px;
    font-family: AvenirNext-Bold, sans-serif;
}

.nhamay .about-detail .hinhthanh .gmp .c-1 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.nhamay .about-detail .hinhthanh .gmp p {
    font-size: 16px;
    color: #565656;
}

.tieuchuan .about-detail {
    text-align: center;
}

.tieuchuan .about-detail .title-2 {
    margin-top: 20px;
    margin-bottom: 30px;
}

.tieuchuan .about-detail .des-1 {
    font-size: 16px;
    color: #565656;
    margin-bottom: 50px;
}

.tieuchuan .about-detail .hinhthanh {
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

.tieuchuan .about-detail .hinhthanh .tc-eu {
    padding-right: 80px;
}

.tieuchuan .about-detail .hinhthanh .tc-eu h3 {
    font-size: 35px;
    font-family: AvenirNext-Bold, sans-serif;
    padding-bottom: 50px;
}

.tieuchuan .about-detail .hinhthanh .tc-eu .des-1 {
    font-size: 16px;
    font-family: AvenirNext-Regular, sans-serif;
    margin-bottom: 0;
}

.tieuchuan .about-detail .hinhthanh .tc-eu ul li i {
    padding-right: 7px;
}

.tieuchuan .about-detail .hinhthanh .tc-eu ul li span {
    font-size: 16px;
    font-family: AvenirNext-Regular, sans-serif;
    color: #565656;
    font-weight: unset;
}

.xuatkhau {
    background-color: #fff;
    background-image: url(https://vmedgroup.com/wp-content/themes/vmed/dist/images/bg-xuatkhau.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 800px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.xuatkhau .about-detail .des-2 {
    width: 50%;
    font-size: 16px;
}

.mota-ngan p {
    max-width: 75%;
    text-align: justify;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 80px;
    font-size: 16px;
}

.codong .dv-left .title {
    margin-top: 15px;
}

.codong .title-right {
    margin-bottom: 30px;
}

.codong .title {
    margin-bottom: 30px;
}

.codong .title h2 {
    font-size: 40px;
    font-family: AvenirNext-Bold, sans-serif;
}

.codong .table tr:nth-child(1) td {
    border-top: 1px solid #000;
}

.codong .table tr th {
    font-size: 16px;
    font-family: AvenirNext-Bold, sans-serif;
    border: unset;
}

.codong .table tr td {
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: middle;
}

.codong .table tr td:nth-child(1) {
    width: 50%;
}

.codong .table tr td:nth-child(1) i {
    font-size: 30px;
    margin-right: 15px;
}

.codong .table tr td:nth-child(1) span {
    font-size: 18px;
    font-family: AvenirNext-Bold, sans-serif;
}

.codong .table tr td:nth-child(2) {
    font-size: 14px;
    width: 20%;
}

.codong .table tr td:nth-child(3) {
    font-size: 14px;
}

.codong .table tr td:nth-child(4) {
    text-align: right;
}

.codong .table tr td:nth-child(4) i {
    color: #01aef0;
    margin-right: 10px;
}

.codong .table tr td:nth-child(4) span {
    color: #01aef0;
    font-size: 14px;
}

.menu-tintuc #header-wrapper {
    background: #fff;
    color: #000;
    box-shadow: 0 -5px 22px 0px #999999a6;
}

.menu-tintuc #header-wrapper .navigation-wrapper ul li a {
    color: #000 !important;
}

.menu-tintuc #header-wrapper .navigation-wrapper ul li .sub-menu li a {
    color: #fff !important;
}

.menu-tintuc #header-wrapper .navigation-wrapper ul li .sub-menu li:hover a {
    color: #01aef0 !important;
}

.menu-tintuc #header-wrapper .list-icon .fa-search {
    color: #1c2528 !important;
}

.menu-tintuc #header-wrapper .list-icon .lang-pc span, .menu-tintuc #header-wrapper .list-icon .lang-pc i {
    color: #1c2528 !important;
}

.menu-tintuc .content-wrapper {
    padding-top: 119px;
}

.list-news-left .box-news {
    margin-bottom: 40px;
    background-color: #fff;
    padding: 30px;
}

.list-news-left .box-news:hover {
    box-shadow: 0 0 20px 5px #999999a6;
    transition: all .3s;
}

.list-news-left .box-news:hover .text-news h3 a {
    color: #028c51;
}

.list-news-left .box-news .row {
    align-items: center;
}

.list-news-left .box-news .img-news {
    max-width: 370px;
}

.list-news-left .box-news .img-news a img {
    object-fit: cover;
    height: 220px;
}

@media (min-width: 1200px) {
    .list-news-left .box-news .text-news {
        padding-right: 100px;
        padding-left: 20px;
    }
}

.list-news-left .box-news .text-news h3 a {
    color: #333333;
    font-family: Quicksand-Bold, sans-serif;
}

.list-news-left .box-news .text-news p {
    color: #555555;
}

.list-news-left .box-news .text-news span.date {
    color: #555555;
}

.list-news-left .box-news .text-news span.date i {
    color: #555555;
}

.tintuc .title h2 {
    line-height: 1.5;
}

.tintuc .title h2 span {
    color: #01aef0;
}

.tintuc .news-top .text-bottom {
    padding-left: 50px;
    padding-right: 30px;
}

.tintuc .news-top .text-bottom h3 {
    padding-bottom: 20px;
}

.tintuc .news-top .text-bottom h3 a {
    font-size: 28px;
    font-family: AvenirNext-Bold, sans-serif;
    color: #24282a;
}

.tintuc .news-top .text-bottom .date-coop {
    font-size: 0.75rem;
    color: #31393c;
}

.tintuc .news-top .text-bottom p {
    font-size: 16px;
    color: #31393c;
    padding-top: 30px;
}

.tintuc .title-news {
    margin-top: 30px;
    margin-bottom: 30px;
}

.tintuc .title-news h2 {
    font-size: 28px;
    color: #24282a;
    font-family: AvenirNext-Bold, sans-serif;
}

.tintuc .list-box-educate .box-educate .img-top img {
    height: auto;
}

.tintuc .list-box-educate .box-educate .text-bottom {
    text-align: left;
}

.tintuc .list-box-educate .box-educate .text-bottom h3 a {
    margin-top: 0;
    font-size: 20px;
    color: #24282a;
    font-family: AvenirNext-Bold, sans-serif;
}

.tintuc .list-box-educate .box-educate .text-bottom .date-calendar {
    color: #31393c;
    font-size: 12px;
}

.tintuc .list-news-left .img-news img {
    height: auto;
}

.tintuc .list-news-left .text-bottom {
    padding-left: 20px;
    padding-right: 30px;
}

.tintuc .list-news-left .text-bottom h3 {
    padding-bottom: 10px;
}

.tintuc .list-news-left .text-bottom h3 a {
    font-size: 20px;
    font-family: AvenirNext-Bold, sans-serif;
    color: #24282a;
}

.tintuc .list-news-left .text-bottom .date-coop {
    font-size: 0.75rem;
    color: #31393c;
}

.tintuc .list-news-left .text-bottom p {
    font-size: 16px;
    color: #31393c;
    padding-top: 10px;
}

.chitiet .list-box-educate {
    border-bottom: 1px solid #0000003d;
    padding-bottom: 30px;
}

.chitiet .content-share {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #0000003d;
    border-top: 1px solid #0000003d;
}

.chitiet .content-share p {
    margin: 0;
    font-size: 14px;
    color: #31393c;
    margin-right: 30px;
}

.chitiet .content-share .list-mxh {
    flex: 1;
}

.chitiet .content-share .list-mxh ul {
    margin: 0;
}

.chitiet .content-share .list-mxh ul li a {
    color: #01aef0;
}

.chitiet .content-share .date-calendar {
    flex: 1;
    text-align: right;
    margin: 0;
    font-size: 14px;
    color: #31393c;
}

.chitiet .content-detail {
    line-height: 2;
    padding-bottom: 50px;
    border-bottom: 1px solid #0000003d;
}

.chitiet .content-detail h5 {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #31393c;
    font-size: 20px;
    font-family: AvenirNext-Bold, sans-serif;
    line-height: 2;
}

.chitiet .content-detail p {
    font-size: 17px;
}

.chitiet .content-detail img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-page {
    padding-top: 50px;
    padding-bottom: 80px;
}

.contact-page .about-detail .ft-part-1 h4 {
    color: #0f3240;
}

.contact-page .about-detail .ft-part-1 .ic {
    color: #000;
}

.contact-page .about-detail .ft-part-1 .ic span {
    color: #000;
}

.contact-page .about-detail .title-contact {
    font-size: 20px;
    color: #232c36;
    margin-bottom: 30px;
}

.contact-page .about-detail .sb-mit {
    width: 30%;
    background: #52cfff !important;
    font-size: 20px !important;
    margin-top: 30px;
}

.contact-page .about-detail .form-search form {
    position: relative;
}

.contact-page .about-detail .form-search form input {
    height: 50px;
    font-size: 14px;
    background: #ededed;
    border-radius: 180px;
    padding-left: 25px;
    padding-right: 40px;
    color: #232c36;
    border: unset;
}

.contact-page .about-detail .form-search form input::placeholder {
    color: #232c36;
}

.contact-page .about-detail .form-search form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-page .about-detail .form-search form .frm-single {
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px;
}

.contact-page .about-detail .form-search form .frm-single input {
    margin-right: 30px;
    margin-left: 30px;
}

.form-search-td form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-search-td input, .form-search-td select {
    height: 60px;
    font-size: 16.5px;
    background: #fff;
    padding-left: 25px;
    padding-right: 25px;
    color: #232c36;
    border: unset;
}

.form-search-td input::placeholder, .form-search-td select::placeholder {
    color: #b3b3b3;
}

.form-search-td input:focus, .form-search-td select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-search-td .input-position {
    margin-right: 5px;
    position: relative;
}

.form-search-td .input-position input {
    border-top-left-radius: 180px;
    border-bottom-left-radius: 180px;
    width: 350px;
    padding-left: 60px;
}

.form-search-td .input-position i {
    position: absolute;
    left: 20px;
    top: 17px;
    font-size: 25px;
    cursor: pointer;
}

.form-search-td .seletct-three select {
    position: relative;
    width: 200px;
    background-color: #fff !important;
    padding-left: 40px;
    cursor: pointer;
}

.form-search-td .seletct-three select:after {
    content: "";
    position: absolute;
}

.form-search-td .seletct-three select:nth-child(1) {
    background: url("https://vmedgroup.com/wp-content/themes/vmed/dist/images/icon-lv.png") no-repeat;
    background-position: calc(20% - 20px) center;
}

.form-search-td .seletct-three select:nth-child(2) {
    background: url("https://vmedgroup.com/wp-content/themes/vmed/dist/images/icon-time.png") no-repeat;
    background-position: calc(20% - 20px) center;
}

.form-search-td .seletct-three select:nth-child(3) {
    background: url("https://vmedgroup.com/wp-content/themes/vmed/dist/images/icon-user.png") no-repeat;
    background-position: calc(20% - 20px) center;
}

.form-search-td .sbmit-search input {
    border-top-right-radius: 180px;
    border-bottom-right-radius: 180px;
    color: #2f344d;
    font-family: AvenirNext-Bold, sans-serif;
    background-color: #01aef0;
}

.form-search-td .sbmit-search:hover {
    opacity: 0.9;
}

.tuyendung-1 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.tuyendung-1 .box-td {
    background-color: rgba(244, 244, 244, 0.6);
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.tuyendung-1 .box-td h4 {
    font-size: 20px;
    font-family: AvenirNext-Bold, sans-serif;
    margin-bottom: 15px;
    margin-top: 30px;
}

.tuyendung-1 .box-td p {
    font-size: 14px;
}

.tuyendung-1 .title-td {
    padding-bottom: 30px;
}

.tuyendung-1 .title-td h4 {
    color: #232c36;
    font-size: 35px;
    font-family: AvenirNext-Bold, sans-serif;
    padding-top: 30px;
    padding-bottom: 15px;
}

.tuyendung-1 .title-td p {
    font-size: 16px;
    color: #232c36;
}

.tuyendung-page .bgbanner-title-center h1 {
    padding-bottom: 80px;
}

.tuyendung-page .tuyendung-2 {
    text-align: center;
    background: url(https://vmedgroup.com/wp-content/themes/vmed/dist/images/bg-tuyendung.png) center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: contain;
}

@media (min-width: 1800px) {
    .tuyendung-page .tuyendung-2 {
        background-size: 100% 100%;
    }
}

.tuyendung-page .tuyendung-2 .moitruong {
    text-align: left;
}

.tuyendung-page .tuyendung-2 .moitruong h3 {
    color: #0f3240;
    font-size: 37px;
    font-family: AvenirNext-Bold;
}

.tuyendung-page .tuyendung-2 .moitruong p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #232c36;
}

.tuyendung-page .tuyendung-2 .moitruong a {
    float: left;
}

.tuyendung-page .tuyendung-2 .show-more-ut {
    margin-top: 30px;
    margin-bottom: 30px;
}

.tuyendung-3 {
    border: 1px solid #0000003d;
}

.tuyendung-3 .send-mail {
    display: flex;
    align-items: center;
}

.tuyendung-3 .send-mail .title-mail {
    padding-right: 80px;
}

.tuyendung-3 .send-mail .title-mail h5 {
    color: #4d535f;
    font-size: 18px;
    font-family: AvenirNext-Bold, sans-serif;
}

.tuyendung-3 .send-mail .form-mail {
    flex: 1;
}

.tuyendung-3 .send-mail .form-mail form {
    display: flex;
    align-items: center;
}

.tuyendung-3 .send-mail .form-mail form .form-group {
    border-left: 1px solid #0000003d;
    margin-bottom: -1px;
}

.tuyendung-3 .send-mail .form-mail form .fg-1 {
    position: relative;
    flex: 1.8;
}

.tuyendung-3 .send-mail .form-mail form .fg-1 input {
    padding-left: 60px;
    width: 100%;
}

.tuyendung-3 .send-mail .form-mail form .fg-1 i {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 20px;
}

.tuyendung-3 .send-mail .form-mail form .fg-2 {
    flex: 1;
}

.tuyendung-3 .send-mail .form-mail form .fg-3 {
    flex: 0.4;
    background-color: #01aef0;
    position: relative;
    cursor: pointer;
    border: unset;
}

@media (min-width: 1700px) {
    .tuyendung-3 .send-mail .form-mail form .fg-3 {
        flex: 0.3;
    }
}

.tuyendung-3 .send-mail .form-mail form .fg-3 input {
    background-color: #01aef0;
    width: 100%;
}

.tuyendung-3 .send-mail .form-mail form .fg-3 i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    transform: translate(-50%, -50%);
}

.tuyendung-3 .send-mail .form-mail form input, .tuyendung-3 .send-mail .form-mail form select {
    height: 60px;
    font-size: 16.5px;
    background: #fff;
    padding-left: 25px;
    padding-right: 25px;
    color: #232c36;
    border: unset;
}

.tuyendung-3 .send-mail .form-mail form input::placeholder, .tuyendung-3 .send-mail .form-mail form select::placeholder {
    color: #b3b3b3;
}

.tuyendung-3 .send-mail .form-mail form input:focus, .tuyendung-3 .send-mail .form-mail form select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.td-detail {
    margin-bottom: 30px;
    background-color: rgba(244, 244, 244, 0.6);
    padding: 30px;
    min-height: 510px;
}

.td-detail .top-1 {
    min-height: 160px;
}

.td-detail h5 {
    font-size: 22px;
    font-family: AvenirNext-Bold, sans-serif;
    color: #242739;
    line-height: 1.5;
}

.td-detail .tgap {
    width: 112px;
    background-color: #d84141;
    padding: 5px 10px;
    text-align: center;
    border-radius: 180px;
    color: #fff;
    font-size: 12px;
    margin-top: 15px;
}

.td-detail .des-1 {
    font-size: 16px;
    font-family: AvenirNext-Bold, sans-serif;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 30px;
}

.td-detail .des-2 {
    font-size: 15px;
    color: #4d535f;
    font-family: AvenirNext-Bold, sans-serif;
}

.td-detail ul {
    border-bottom: 1px dotted #8f8f8f;
    padding-bottom: 20px;
}

.td-detail ul li {
    margin-bottom: 5px;
}

.td-detail ul li i {
    color: #8f8f8f;
    margin-right: 10px;
}

.td-detail ul li span {
    color: #8f8f8f;
    font-size: 15px;
}

.td-detail .time-td {
    font-size: 15px;
    color: #4d535f;
}

.td-detail .time-td span {
    color: #4d535f;
    font-family: AvenirNext-Bold, sans-serif;
}

.td-detail .button-ut {
    margin-top: 30px;
    display: flex;
}

.td-detail .button-ut a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}

.td-detail .button-ut a:first-child {
    background-color: #01aef0;
    color: #fff;
}

.td-detail .button-ut a:last-child {
    background-color: #fff;
    border: 1px solid #414971;
    color: #414971;
    font-family: AvenirNext-Bold, sans-serif;
}

.height-at {
    height: 150px;
}

.banner-list-td {
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #1c2528;
}

.ds-tuyendung .title-td {
    padding-left: 30px;
}

.ds-tuyendung .title-td h4 {
    color: #fff;
    font-size: 25px;
    font-family: AvenirNext-Bold, sans-serif;
}

.ds-tuyendung .ds-td .td-left {
    padding: 30px 30px 0 30px;
}

@media (min-width: 1700px) {
    .ds-tuyendung .ds-td .td-left {
        padding: 30px 60px 0 60px;
    }
}

.ds-tuyendung .ds-td .td-left form .input-position {
    margin-right: 5px;
    position: relative;
}

.ds-tuyendung .ds-td .td-left form .input-position input {
    border-radius: 180px;
    width: 100%;
    padding-left: 60px;
    height: 50px;
    background-color: #f5f6f7;
    color: #4d535f;
    border: 1px solid #adb5bd;
    font-size: 16px;
}

.ds-tuyendung .ds-td .td-left form .input-position i {
    position: absolute;
    left: 20px;
    top: 12px;
    font-size: 25px;
    cursor: pointer;
}

.ds-tuyendung .ds-td .td-left form .lv {
    display: flex;
    margin-bottom: 10px;
}

.ds-tuyendung .ds-td .td-left form .lv .icon-lv {
    margin-right: 10px;
}

.ds-tuyendung .ds-td .td-left form .lv h5 {
    color: #202226;
    font-size: 24px;
    font-family: AvenirNext-Bold, sans-serif;
}

.ds-tuyendung .ds-td .td-left form .lv-detail {
    padding-bottom: 50px;
}

.ds-tuyendung .ds-td .td-left form .lv-detail:first-child {
    padding-bottom: 15px;
}

.ds-tuyendung .ds-td .td-left form .lv-detail .detail {
    margin-bottom: 15px;
}

.ds-tuyendung .ds-td .td-left form .lv-detail .detail input {
    margin-right: 15px;
}

.ds-tuyendung .ds-td .td-left form .lv-detail .detail span {
    color: #454c5b;
    font-size: 15px;
}

.ds-tuyendung .ds-td .td-right {
    border-left: 1px solid #0000003d;
}

.ds-tuyendung .ds-td .td-right .td-head {
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    border-bottom: 1px solid #0000003d;
}

.ds-tuyendung .ds-td .td-right .td-head .title-right {
    margin: 0;
    float: left;
    width: 50%;
}

.ds-tuyendung .ds-td .td-right .td-head .title-left {
    float: right;
    padding-right: 100px;
}

.ds-tuyendung .ds-td .td-right .td-head .title-left span {
    color: #b3b3b3;
    font-size: 15px;
    padding-right: 30px;
}

.ds-tuyendung .ds-td .td-right .td-head .title-left select {
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #0000003d;
    border-top: unset;
    appearance: revert;
    font-size: 15px;
    color: #4d535f;
    font-weight: unset;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail {
    background-color: unset;
    padding: 60px;
    border-bottom: 1px solid #4d535f8a;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail:last-child {
    margin-bottom: 0;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .title-1 {
    display: flex;
    align-items: center;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .top-1 {
    min-height: auto;
    margin-bottom: 20px;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail h5 {
    padding-right: 30px;
    font-size: 28px;
    color: #23262c;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .tgap {
    margin-top: 0;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .des-1 {
    color: #000000;
    font-size: 16px;
    font-family: AvenirNext-Bold, sans-serif;
    margin: 0;
    margin-bottom: 15px;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .salary {
    display: flex;
    align-items: center;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .salary .salry {
    font-size: 14px;
    color: #ffc20e;
    margin-right: 30px;
}

@media (max-width: 1249px) {
    .ds-tuyendung .ds-td .td-right .td-body .td-detail .salary .salry {
        margin-right: 10px;
    }
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .salary .salry span {
    font-weight: unset;
    font-size: 23px;
    font-family: AvenirNext-Bold, sans-serif;
    color: #ffc20e;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .salary .time-td {
    margin-right: 30px;
}

@media (max-width: 1249px) {
    .ds-tuyendung .ds-td .td-right .td-body .td-detail .salary .time-td {
        margin-right: 15px;
    }
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .des-2 {
    margin-bottom: 30px;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .support {
    display: flex;
    border-bottom: 1px dotted #8f8f8f;
    padding-bottom: 0;
    padding-top: 25px;
    border-top: 1px dotted #8f8f8f;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .support .top-2 {
    flex: 1;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .support .top-2:last-child {
    flex: 1.5;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail ul {
    border: unset;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail ul li span {
    color: #4d535f;
    font-size: 15px;
    font-weight: unset;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .button-ut a {
    width: 150px;
    margin: unset;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .button-ut a:nth-child(1) {
    margin-right: 15px;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .button-ut a:nth-child(3) {
    margin-left: 30px;
    border: unset;
    font-size: 15px;
    color: #3c3c3c;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .button-ut a:nth-child(3) img {
    margin-right: 10px;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .detail {
    background-color: #e1e1e1;
    margin-left: -60px;
    margin-right: -60px;
    margin-top: 30px;
    padding: 50px;
    display: none;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .detail h3 {
    font-size: 20px;
    font-family: AvenirNext-Bold, sans-serif;
    color: #4d535f;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .detail .des-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .detail .des-content p {
    font-size: 16px;
    color: #4d535f;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .detail .ban-ns h5 {
    font-size: 20px;
    color: #4d535f;
    font-family: AvenirNext-Regular, sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .detail .ban-ns .contact {
    display: flex;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .detail .ban-ns .contact p:nth-child(1) {
    margin-right: 20px;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .detail .ban-ns .contact p i {
    color: #fff;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .detail .ban-ns .contact p span:first-child {
    margin-right: 5px;
    background: #3d4451;
    text-align: center;
    border-radius: 4px;
    padding-left: 5px;
}

.ds-tuyendung .ds-td .td-right .td-body .td-detail .detail .ban-ns .contact p span:first-child {
    font-size: 16px;
    color: #3d4451;
    font-family: AvenirNext-Regular, sans-serif;
}

.ds-tuyendung .ds-td .td-right .show-more {
    padding: 30px 0 30px 60px;
}

.ds-tuyendung .ds-td .td-right .show-more a {
    margin: 0;
}

.td-ch-2 .title-td {
    display: none;
    text-align: center;
    padding-bottom: 30px;
}

.mt-work .bgbanner-title-center {
    text-align: left;
}

.mt-work .bgbanner-title-center h1 {
    font-size: 40px;
    color: #fff;
    font-family: AvenirNext-Bold, sans-serif;
    margin-bottom: 30px;
}

.mt-work .bgbanner-title-center p {
    font-size: 16px;
    color: #fff;
    font-family: AvenirNext-Regular, sans-serif;
    max-width: 50%;
}

.mt-work-1 .vh-cty {
    padding-top: 60px;
    padding-bottom: 60px;
}

.mt-work-1 .vh-cty:nth-child(2n+1) .work-head p {
    max-width: 90%;
}

.mt-work-1 .vh-cty:nth-child(2n) .work-head {
    padding-left: 70px;
}

.mt-work-1 .work-head h4 {
    color: #232c36;
    font-size: 40px;
    margin-bottom: 30px;
    font-family: AvenirNext-Bold, sans-serif;
}

.mt-work-1 .work-head p {
    font-size: 16px;
    color: #565656;
    font-family: AvenirNext-Regular, sans-serif;
}

.mt-work-1 .work-body img {
    width: 100%;
    object-fit: cover;
}

.mt-work-2 {
    padding-top: 30px;
}

.mt-work-2 h3 {
    text-align: center;
    color: #232c36;
    font-family: AvenirNext-Bold, sans-serif;
    font-size: 40px;
}

.mt-work-2 .img-w {
    position: relative;
}

.mt-work-2 .img-w img {
    width: 100%;
}

.mt-work-2 .img-w .p-center {
    text-align: center;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #565656;
    font-family: AvenirNext-Regular, sans-serif;
    font-size: 16px;
}

.doingulanhdao {
    padding-top: 60px;
    padding-bottom: 60px;
}

.doingulanhdao .title {
    padding-bottom: 20px;
}

.doingulanhdao .title h4 {
    font-size: 15px;
    color: #232c36;
    font-family: AvenirNext-Bold, sans-serif;
    opacity: 0.7;
}

.doingulanhdao .title-doingu {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
}

.doingulanhdao .title-doingu h3 {
    font-size: 35px;
    color: #232c36;
    font-family: AvenirNext-Bold, sans-serif;
}

.doingulanhdao .title-doingu .hr {
    flex: 1;
    border-bottom: 1px solid;
    margin-left: 27px;
    margin-bottom: -10px;
}

.doingulanhdao .qtri {
    position: relative;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.doingulanhdao .qtri .q-head {
    height: 130px;
    background-color: #01aef0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.doingulanhdao .qtri .q-body {
    background-color: #f7f7f7;
    padding: 150px 30px 30px 50px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.doingulanhdao .qtri .q-body h5 {
    font-size: 23px;
    font-family: AvenirNext-Bold, sans-serif;
    color: #2b3038;
}

.doingulanhdao .qtri .q-body p.des-postion {
    font-size: 16px;
    color: #2b3038;
    font-family: AvenirNext-Regular, sans-serif;
}

.doingulanhdao .qtri .img-qt {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.doingulanhdao .qtri .img-qt img {
    border-radius: 180px;
    width: 185px;
    height: 185px;
    object-fit: cover;
}

.doingulanhdao .content {
    padding-left: 30px;
}

.doingulanhdao .content .mota h5 {
    font-size: 20px;
    color: #2b3038;
    font-family: AvenirNext-Bold, sans-serif;
    margin-bottom: 30px;
}

.doingulanhdao .content .mota p {
    margin-bottom: 40px;
    font-size: 16px;
    font-family: AvenirNext-Regular, sans-serif;
    color: #2b3038;
    line-height: 2;
}

.dngu-detail .qtri .q-body {
    padding-bottom: 0;
}

.dngu-detail .qtri .q-body .des-postion {
    padding-bottom: 30px;
}

.dngu-detail .qtri .q-body .q-detail {
    padding-top: 30px;
    border-top: 1px solid #0000003d;
}

.dngu-detail .qtri .q-body .q-detail .t-detail {
    font-size: 20px;
    color: #2b3038;
    font-family: AvenirNext-Bold, sans-serif;
}

.dngu-detail .qtri .q-body .q-detail .t-postion {
    font-size: 16px;
    color: #2b3038;
    font-family: AvenirNext-Regular, sans-serif;
    padding-bottom: 0;
    min-height: 50px;
}

.dngu-detail .qtri .img-qt {
    top: 25%;
}

.sodo-tochuc {
    margin-top: 60px;
}

.sodo-tochuc .title {
    text-align: center;
}

.sodo-tochuc .title h4 {
    font-size: 15px;
    font-family: AvenirNext-Bold, sans-serif;
    color: #232c36;
    opacity: 0.7;
    text-transform: uppercase;
}

.sodo-tochuc .title .des-1 {
    font-size: 35px;
    font-family: AvenirNext-Bold, sans-serif;
    color: #232c36;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sodo-tochuc .title .des-2 {
    font-size: 20px;
    font-family: AvenirNext-Bold, sans-serif;
    color: #232c36;
}

.sodo-tochuc .daihoi {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sodo-tochuc .daihoi .custom-1 {
    padding-left: 140px;
}

@media (max-width: 1699px) {
    .sodo-tochuc .daihoi .custom-1 {
        padding-left: 0;
        padding-right: 60px;
    }
}

.sodo-tochuc .daihoi .custom-1 .box-dh {
    height: 500px;
}

.sodo-tochuc .daihoi .top-1 {
    padding-left: 56px;
    padding-right: 56px;
}

@media (max-width: 1699px) {
    .sodo-tochuc .daihoi .top-1 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.sodo-tochuc .daihoi .top-1 .box-dh {
    height: 130px;
}

.sodo-tochuc .daihoi .top-1 .box-dh .box-detail {
    display: flex;
    align-items: center;
}

.sodo-tochuc .daihoi .top-1 .box-dh .box-detail .img-icon {
    margin-right: 15px;
}

.sodo-tochuc .daihoi .top-1 .box-dh .box-detail h5 {
    width: auto;
}

.sodo-tochuc .daihoi .custom-2 .row-custom-right {
    margin-left: 56px;
    margin-right: 56px;
}

@media (max-width: 1699px) {
    .sodo-tochuc .daihoi .custom-2 .row-custom-right {
        margin-left: -30px;
        margin-right: -30px;
    }
}

.sodo-tochuc .daihoi .custom-2 .img-mt1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sodo-tochuc .daihoi .custom-2 .top-1-1 {
    padding-left: 56px;
    padding-right: 56px;
}

@media (max-width: 1699px) {
    .sodo-tochuc .daihoi .custom-2 .top-1-1 {
        padding-left: 36px;
        padding-right: 30px;
    }
}

.sodo-tochuc .daihoi .custom-2 .top-1-1 .box-dh {
    height: 250px;
}

.sodo-tochuc .daihoi .custom-2 .top-1-1 .box-dh .box-detail {
    align-items: center;
}

.sodo-tochuc .daihoi .box-dh {
    background-color: #01aef0;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
}

.sodo-tochuc .daihoi .box-dh .box-detail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sodo-tochuc .daihoi .box-dh h5 {
    font-size: 17px;
    color: #ffffff;
    font-family: AvenirNext-Bold, sans-serif;
    line-height: 1.7;
    padding-top: 30px;
    width: 150px;
}

.sodo-tochuc .daihoi .box-dh p {
    color: #ffffff;
    font-size: 13px;
    font-family: AvenirNext-Regular, sans-serif;
}

.sodo-tochuc .daihoi .mt-single {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sodo-tochuc .daihoi .img-mt2 {
    margin-bottom: 30px;
}

@media (min-width: 1700px) {
    .sodo-tochuc .daihoi .img-mt2 {
        padding-left: 40px;
    }
}

.sodo-tochuc .daihoi .img-mt3 {
    position: absolute;
    left: 0;
    top: 51%;
    transform: translate(-50%, -50%);
}

.sodo-tochuc .daihoi .img-mt-4 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.sodo-tochuc .daihoi .pho-gd .box-dh {
    height: 250px;
}

.sodo-tochuc .daihoi .pho-gd-2 .custom-1 {
    padding-top: 160px;
}

.sodo-tochuc .daihoi .part-3-1 .mt-single {
    top: 70%;
}

.sodo-tochuc .daihoi .pban {
    padding: 0;
}

@media (min-width: 1700px) {
    .sodo-tochuc .daihoi .pban {
        padding-left: 140px;
        padding-right: 112px;
    }
}

.sodo-tochuc .daihoi .pt-160 {
    padding-top: 160px;
}

.doingulanhdao .modal-content {
    border-radius: inherit;
    background-color: unset;
    border: unset;
}

.doingulanhdao .modal-dialog {
    max-width: 800px;
    margin: auto;
}

.doingulanhdao .qtri {
    margin-bottom: 0;
}

.doingulanhdao .qtri .q-head {
    height: 200px;
}

.doingulanhdao .qtri .q-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 150px 50px 0 50px;
}

.doingulanhdao .qtri .q-body .q-detail {
    border-bottom: 1px solid #0000003d;
    padding-bottom: 15px;
}

.doingulanhdao .qtri .img-qt {
    top: 40%;
}

.doingulanhdao .qtri .img-qt img {
    width: 250px;
    height: 250px;
}

.doingulanhdao .content {
    background-color: #f7f7f7;
    padding: 50px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 40vh;
    overflow: auto;
}


/*# sourceMappingURL=main.css.map */
body {
    position: relative;
}

.page-loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #FFFFFF;
    top: 0px;
    z-index: 1000;
}

.page-loader .txt {
    color: #666;
    text-align: center;
    top: 40%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
}

.spinner {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    margin: 0 auto;
}
