body {
    font-family: playfair display, serif;
    margin: 0;
    line-height: 24px;
    padding: 0
}

a {
    text-decoration: none
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.list-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.icon {
    width: 20px;
    height: 20px
}

.header {
    position: fixed;
    padding: 12px 0;
    top: 0;
    left: 15px;
    right: 15px;
    height: auto;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header::after {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: linear-gradient(358.5deg, rgba(33, 88, 168, 0) 17.23%, #0d2958 96.74%);
    z-index: -1
}

.main-content#article-page {
    padding: 120px 0 30px
}

@media screen and (min-width:769px) {
    .header {
        left: 80px;
        right: 80px
    }

    .main-content#article-page {
        padding: 180px 0 65px
    }
}

.small-hide {
    display: none
}

@media screen and (min-width:769px) {
    .small-visible {
        display: none
    }

    .small-hide {
        display: block
    }
}

@media screen and (max-width:768px) {
    .logo {
        max-width: 100px
    }
}

.icon-scroll-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9
}

.home-banner-wrapper {
    height: 100vh;
    background-size: cover
}

.home-banner-wrapper .content-main {
    position: absolute;
    z-index: 2;
    left: 25px;
    right: 25px;
    bottom: 150px;
    color: #fff;
    text-align: center
}

.home-banner-wrapper .content-main h3 {
    font-weight: 900;
    font-size: 40px;
    line-height: 48px
}

.home-banner-wrapper .content-main h2 {
    font-weight: 900;
    font-size: 50px;
    line-height: 65px;
    letter-spacing: 0;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase
}

.home-banner-wrapper .content-main .sub-text,
.home-banner-wrapper .content-main .pre-text {
    text-align: center;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 0
}

@media screen and (min-width:769px) {
    .home-banner-wrapper .content-main {
        left: 10%;
        right: 10%;
        bottom: 10%
    }

    .home-banner-wrapper .content-main h2 {
        font-size: 80px;
        line-height: 120px;
        letter-spacing: .1em
    }

    .home-banner-wrapper .content-main h3 {
        font-size: 40px;
        line-height: 60px
    }

    .home-banner-wrapper .content-main .sub-text {
        font-size: 36px;
        line-height: 48px;
        letter-spacing: .48em
    }

    .home-banner-wrapper .content-main .pre-text {
        font-size: 36px;
        line-height: 48px;
        letter-spacing: .2em
    }
}

@media screen and (min-width:990px) {
    .home-banner-wrapper .content-main h2 {
        letter-spacing: .3em
    }

    .home-banner-wrapper .content-main h3 {
        font-size: 60px;
        line-height: 80px
    }

    .home-banner-wrapper .content-main .sub-text {
        font-size: 36px;
        line-height: 48px
    }

    .home-banner-wrapper .content-main .pre-text {
        font-size: 36px;
        line-height: 48px;
        letter-spacing: .2em
    }
}

.index-template {
    overflow-x: hidden;
    background-color: #0d2958;
    background-image: url(/themes/porto/css/cn7/./images/bgr-news.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.group-central {
    position: relative
}

@media screen and (min-width:1201px) {
    .group-central {
        min-height: 100vh
    }
}

/* .group-central.home-banner::after {
    content: '';
    background: linear-gradient(358.5deg, rgba(33, 88, 168, 0) 17.23%, #0d2958 96.74%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
} */

.group-central .banner-slideshow {
    height: 100%
}

.box-nav {
    width: auto;
    height: auto;
    position: fixed;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
    display: none
}

.box-nav li {
    display: block;
    padding: 10px 0 10px 18px;
    cursor: pointer;
    border-left: 3px solid rgba(255, 255, 255, .3)
}

.box-nav li span.nav-text {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.box-nav li a,
.box-nav li span {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.box-nav li.current,
.box-nav li:hover {
    border-left: 3px solid #fff
}

.box-nav li.current a .nav-number,
.box-nav li:hover a span.nav-number {
    font-size: 0
}

.box-nav li.current .nav-text,
.box-nav li:hover span.nav-text {
    opacity: 1;
    visibility: visible
}

.button {
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer
}

.right-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.right-header .social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.right-header .social ul li {
    padding-left: 20px
}

.right-header a svg.icon path {
    fill: rgba(255, 255, 255, .7);
    -webkit-transition: .3s all;
    transition: .3s all
}

.right-header a:hover svg.icon path {
    fill: #fff
}

.right-header button.toggle-menu {
    width: 35px;
    height: 35px;
    padding: 0 0 0 20px
}

@media screen and (min-width:769px) {
    .right-header button.toggle-menu {
        padding: 0
    }
}

@media screen and (min-width:1024px) {
    .right-header button.toggle-menu {
        margin-left: 100px
    }
}

.right-header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.right-header a.hotline {
    color: rgba(255, 255, 255, .7);
    border-left: 1px solid rgba(255, 255, 255, .7);
    padding-left: 20px;
    margin-left: 20px;
    display: block
}

section#dang-ky-thong-tin .home-contact-wrapper .contact-form {
    margin: 0 auto;
    width: 50%;
    z-index: 2;
    position: relative
}

section#dang-ky-thong-tin .home-contact-wrapper .contact-form h3.block-title {
    margin-bottom: 30px
}

section#dang-ky-thong-tin .home-contact-wrapper a.phone-number {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #e0cdae;
    text-align: center;
    display: block;
    margin: 25px 0
}

section#dang-ky-thong-tin .home-contact-wrapper a.phone-number .icon-phone {
    margin-right: 10px
}

section#dang-ky-thong-tin .home-contact-wrapper .description {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 24px
}

@media screen and (min-width:769px) {
    section#dang-ky-thong-tin .home-contact-wrapper .description {
        font-size: 18px;
        text-align: left
    }
}

section#dang-ky-thong-tin .home-contact-wrapper .form-groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section#dang-ky-thong-tin .home-contact-wrapper .form-groups input {
    background: #0d2958;
    border: 1px solid rgba(255, 255, 255, .37);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    width: 100%;
    min-height: 50px;
    padding: 5px 10px;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    color: #fff
}

section#dang-ky-thong-tin .home-contact-wrapper .form-groups input::-webkit-input-placeholder {
    font-size: 16px;
    color: #fff
}

section#dang-ky-thong-tin .home-contact-wrapper .form-groups input:-ms-input-placeholder {
    font-size: 16px;
    color: #fff
}

section#dang-ky-thong-tin .home-contact-wrapper .form-groups input::-ms-input-placeholder {
    font-size: 16px;
    color: #fff
}

section#dang-ky-thong-tin .home-contact-wrapper .form-groups input::placeholder {
    font-size: 16px;
    color: #fff
}

section#dang-ky-thong-tin .home-contact-wrapper .form-groups input.submit-btn {
    background: #e5d3b2;
    color: #003a7a
}

h3.block-title {
    font-weight: 500;
    font-size: 25px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    color: #e0cdae
}

@media screen and (min-width:769px) {
    h3.block-title {
        font-size: 30px;
        line-height: 140%
    }
}

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

div#menu-drawer {
    position: fixed;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    left: 0;
    height: 100vh;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

div#menu-drawer.open {
    -webkit-transform: translate(0);
    transform: translate(0)
}

div#menu-drawer .bgr-image {
    background-image: url(/themes/porto/css/cn7/./images/bgr-menu.png);
    background-color: #0d2958;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:769px) {
    div#menu-drawer .bgr-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

div#menu-drawer .bgr-image img {
    max-width: 300px
}

div#menu-drawer .btn-close-menu {
    width: 35px;
    height: 35px;
    right: 30px;
    top: 30px;
    position: absolute
}

div#menu-drawer nav.navigation {
    background: #e2d2b2;
    max-width: 500px;
    height: 100%;
    margin-left: auto;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

div#menu-drawer nav.navigation .nav {
    height: 100%
}

div#menu-drawer nav.navigation .nav .list-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

div#menu-drawer nav.navigation .nav .list-menu li.current a {
    font-weight: 700;
    color: #0d244b
}

div#menu-drawer nav.navigation .nav .list-menu li a {
    font-weight: 500;
    font-size: 25px;
    line-height: 53px;
    text-align: center;
    color: rgba(13, 36, 75, .7)
}

section#trang-chu {
    /* height: 100vh !important; */
    background: url(/wp-content/uploads/2022/08/BG-01-1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

section#trang-chu-2 {
    height: 100vh !important;
}

.home-3d-wrapper h3 {
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #e0cdae;
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2
}

@media screen and (min-width:769px) {
    .home-3d-wrapper h3 {
        top: 100px
    }
}

@media screen and (min-width:990px) {
    .home-3d-wrapper h3 {
        top: 150px
    }
}

.home-3d-wrapper a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.home-3d-wrapper a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(358.5deg, rgba(33, 88, 168, 0) 17.23%, #0d2958 96.74%)
}

@media screen and (min-width:769px) {
    .home-3d-wrapper a:after {
        background: linear-gradient(4.05deg, rgba(11, 30, 62, 0) 13.56%, rgba(11, 30, 62, 0.51) 58.84%)
    }
}

.photo-info,
.news-info {
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: #fff;
    padding: 20px
}

.photo-info .photo-title,
.photo-info .news-title,
.news-info .photo-title,
.news-info .news-title {
    margin-bottom: 10px
}

.photo-info .photo-title a,
.photo-info .news-title a,
.news-info .photo-title a,
.news-info .news-title a {
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    color: #fff
}

.photo-info p,
.news-info p {
    margin-top: 0
}

.photo-info::after,
.news-info::after {
    content: '';
    background: linear-gradient(358.5deg, rgba(33, 88, 168, 0) 17.23%, #0d2958 96.74%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: -1
}

a.btn-seemore {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #e2d2b2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

a.btn-seemore svg {
    margin-left: 10px
}

.thumb-photo img {
    width: 100%
}

.list-news .news-item {
    position: relative
}

@media screen and (min-width:769px) {
    .list-news .news-item:last-child {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/span 2
    }
}

.group-central .container {
    padding: 70px 20px 0
}

nav.tabs {
    list-style: none
}

@media screen and (min-width:769px) {
    .photo-item.swiper-slide-active {
        border: 2px solid #e2d2b2;
        -webkit-box-shadow: 0 0 24px #e5d3b2;
        box-shadow: 0 0 24px #e5d3b2
    }

    nav.tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 20px 0 25px
    }

    nav.tabs li a {
        border-bottom: 1px solid transparent;
        padding: 0 20px 5px;
        line-height: 24px;
        -webkit-transition: .3s all;
        transition: .3s all;
        color: rgba(255, 255, 255, .7)
    }

    nav.tabs li.active {
        border-bottom: 1px solid #fff
    }

    nav.tabs li.active a {
        color: #fff
    }
}

.tab-contents {
    display: none
}

.tab-contents.active {
    display: block
}

.center {
    text-align: center
}

.tab-contents-wrapper {
    margin-bottom: 25px
}

.button--primary {
    padding: 10px 20px;
    border-radius: 7px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    background: #e0b05e
}

.excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #fff
}

.excerpt p {
    margin: 0
}

.photo-item {
    -webkit-transition: .3s all;
    transition: .3s all
}

.swiper .swiper-pagination {
    position: unset;
    margin-top: 10px
}

.swiper .swiper-pagination span.swiper-pagination-bullet {
    background: #fff;
    opacity: 1
}

.swiper .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    height: 8px;
    border-radius: 22px
}

.article-template {
    background-color: #0d2958;
    color: #fff
}

.article-template .page-title {
    font-size: 16px;
    line-height: 24px;
    color: #e2d2b2;
    text-align: left
}

@media screen and (min-width:769px) {
    .article-template .page-title {
        font-size: 32px;
        line-height: 67px;
        text-align: left
    }
}

.article-template .rte.content {
    font-size: 14px;
    line-height: 24px
}

@media screen and (min-width:769px) {
    .article-template .rte.content {
        font-size: 16px
    }
}

.article-template .date-time {
    color: rgba(255, 255, 255, .7)
}

ul.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin: 30px 0;
    color: #fff
}

ul.breadcrumb a {
    color: rgba(255, 255, 255, .7)
}

ul.breadcrumb span {
    margin: 0 5px
}

a.back-to-top {
    color: #e2d2b2
}

.page-bottom {
    margin: 40px 0
}

.page-bottom p {
    margin: 0 0 10px
}

.related-news-wrapper {
    border-top: 1px solid #fff
}

.related-news-wrapper h2 {
    font-size: 14px;
    margin: 20px 0
}

@media screen and (min-width:769px) {
    .related-news-wrapper h2 {
        font-size: 18px
    }
}

.related-news-wrapper .thumb-related-news a {
    display: block
}

.related-news-wrapper .thumb-related-news img {
    border-radius: 10px;
    width: 100%
}

.related-news-wrapper h4 {
    margin: 20px 0 10px
}

.related-news-wrapper h4 a {
    font-size: 18px;
    line-height: 24px;
    color: #fff
}

.modal-window {
    position: fixed;
    background-color: rgba(255, 255, 255, .25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

.modal-window>div {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2em;
    background: #fff
}

.modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none
}

.modal-close:hover {
    color: #000
}

@media screen and (min-width:769px) {
    .mobile-only {
        display: none
    }
}

@media screen and (max-width:768px) {
    .tabs-wrapper {
        margin: 20px 0;
        position: relative
    }

    .tabs-wrapper .tabs {
        width: 100%;
        position: absolute;
        background: #f1f1f1;
        z-index: 55;
        display: none
    }

    .tabs-wrapper .tabs a {
        padding: 5px 10px;
        display: block;
        color: #000
    }

    .tabs-wrapper .tab-active {
        position: relative;
        color: #f1f1f1;
        padding: 5px 0;
        font-size: 14px;
        border-bottom: 2px solid #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .thumb-news img {
        min-height: 225px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media screen and (min-width:1100px) {

    .fadeInUp .block-title,
    .fadeInUp .pre-text {
        -webkit-animation: fadeInUp;
        animation: fadeInUp;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .fadeInUp h2,
    .fadeInUp .description,
    .fadeInUp .icon-scroll-wrap,
    .fadeInUp a.phone-number,
    .fadeInUp .flexiContactForm {
        -webkit-animation: fadeInUp;
        animation: fadeInUp;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .fadeInUp .view-more,
    .fadeInUp .sub-text {
        -webkit-animation: fadeInUp;
        animation: fadeInUp;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .fadeInUp .home-3d-wrapper a {
        -webkit-animation: scaleLarge;
        animation: scaleLarge;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .box-nav.show {
        -webkit-animation: goRight;
        animation: goRight;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    #menu-drawer.open .list-menu li {
        -webkit-animation: goLeft;
        animation: goLeft;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    #menu-drawer.open .list-menu li:first-child {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }

    #menu-drawer.open .list-menu li:nth-child(2) {
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }

    #menu-drawer.open .list-menu li:nth-child(3) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

    #menu-drawer.open .list-menu li:nth-child(4) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }

    #menu-drawer.open .list-menu li:nth-child(5) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }

    #menu-drawer.open .list-menu li:nth-child(6) {
        -webkit-animation-delay: .5s;
        animation-delay: .5s
    }

    #menu-drawer.open .list-menu li:nth-child(7) {
        -webkit-animation-delay: .6s;
        animation-delay: .6s
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes scaleLarge {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleLarge {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes goRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes goRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes goLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes goLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

/***Full page height setting***/
@media screen and (min-width:1024px){
    .fp-section{
        height:100vh !important;
    }
    .fp-tableCell{
        height:100vh !important;
    }
}

/***Internal CSS***/
.modal-wrapper-pk .box-wrapper .box-detail-wrapper .detail-modal {
    text-align: justify;
}

.page-node-type-page .news_body ul {
    padding-left: 30px;
}

.page-node-type-page .ua_user {
    display: none;
}

.page-node-type-page .mobile_show_991 {
    opacity: 0 !important;
}

body.vi #footer a[title="Privacy Policy"] {
    display: none;
}

.section-pk-mb ul li a {
    width: 65%
}

.swiper-container {
    overflow: hidden;
}

.page-node-type-subdivision section#highlight-pk .gallery-top.swiper-container {
    overflow: hidden;
}

.map-vi-tri.map-vi-tri-pc {
    background-size: cover !important;
    background-position: center !important;
}

.page-node-type-ocp2 .hotspot.icon-2 {
    right: 13%;
}

.page-node-type-ocp2 .hotspot.icon-1 {
    left: 62%;
}

.page-node-type-ocp2 .product__slider-main-title {
    text-shadow: 2px 2px 2px #0a0909;
}

.page-node-type-ocp2 .section-pk-mb ul li:nth-child(4) {
    display: none;
}

.page-node-type-ocp2 .utilities-wrap-mobile {
    padding: 20px;
}

.page-node-type-ocp2 .utilities-list {
    left: -180px;
    z-index: 55;
}

.page-node-type-ocp2 .box-nav {
    top: calc((100vh + 130px)/2);
}

.page-node-type-ocp2 .utilities-list {
    top: calc((100vh + 130px)/2);
}

#field-gallery-1 .product__slider-thmb .slide.slick-slide:before,
#field-gallery-2 .product__slider-thmb .slide.slick-slide:before,
#field-gallery-3 .product__slider-thmb .slide.slick-slide:before,
#field-gallery-4 .product__slider-thmb .slide.slick-slide:before {
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: 100%;
    background-color: #2d29297a;
    border-radius: 8px;
}

.page-node-type-news-ocp2 header.header {
    position: unset;
    padding: 12px 15px;
}

.page-node-type-news-ocp2 .main-content#article-page {
    padding: 15px 0 30px;
}

@media screen and (min-width: 769px) {
    .page-node-type-news-ocp2 header.header {
        padding: 20px 80px;
    }
}

@media screen and (min-width: 769px) {
    .page-node-type-news-ocp2 .main-content#article-page {
        padding: 60px 0 65px;
    }
}

.page-node-type-ocp2 .modal-wrapper-pk .box-wrapper {
    overflow: hidden;
}

.page-node-type-ocp2 .modal-wrapper-pk .box-wrapper .box-detail-wrapper .detail-modal ul {
    overflow-y: scroll;
    max-height: 300px;
}

body.page-node-type-ocp2 .detail-modal ul li {
    padding-left: 30px;
}

body.page-node-type-ocp2 .detail-modal ul li span {
    left: 0px;
}

.page-node-type-ocp2 .modal-wrapper-pk .box-wrapper .box-detail-wrapper .detail-modal ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.page-node-type-ocp2 .modal-wrapper-pk .box-wrapper .box-detail-wrapper .detail-modal ul::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.page-node-type-ocp2 .modal-wrapper-pk .box-wrapper .box-detail-wrapper .detail-modal ul::-webkit-scrollbar-thumb {
    background-color: #e5d3b2;
}

.modal-overview-slide .product__slider-main .slick-list {
    background-color: #fff;
}

.page-node-type-ocp2 .modal-overview-slide .modal-body {
    background-color: #Fff;
}

.modal-wrapper-pk .box-detail-wrapper button {
    font-size: 18px;
}

.page-node-type-ocp2 .modal-wrapper-pk .box-wrapper .box-detail-wrapper .detail-modal {
    line-height: 16px;
}

.page-node-type-ocp2 .modal-overview-slide .product__slider-main.slick-slider {
    height: initial;
    background-color: #fff;
}

.decription-for-utilitie-p {
    line-height: 19px;
}

.modal-overview-slide.modal-full .product__slider-thmb {
    position: relative;
    width: 100%;
    left: inherit;
    transform: none;
    background-color: #fff;
    right: inherit;
    bottom: inherit;
}

.modal-overview-slide.modal-full .product__slider-thmb .slick-list {
    width: 60%;
    margin: 0 auto;
}

.page-node-type-ocp2 .detail-modal ul li {
    padding-left: 22px;
    position: relative;
}

.page-node-type-ocp2 .detail-modal ul li span {
    position: absolute;
    left: -6px;
}

.page-node-type-ocp2 a.youtube:before {
    content: "\f16a";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 20px;
}

.page-node-type-ocp2 a.youtube svg {
    display: none;
}

.page-node-type-ocp2 a.instagram:before {
    content: "\f16d";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 20px;
}

.page-node-type-ocp2 a.instagram svg {
    display: none;
}

.item-dai-ly__web.item-dl a {
    display: flex;
    align-items: center;
}

.location-point .point-item.point-4 {
    display: none;
}

.detail-modal ul li span {
    text-align: center;
    line-height: inherit;
}

.modal-wrapper-pk .box-wrapper .box-img {
    background-color: #fff;
}

.modal .box-detail-wrapper {
    text-align: initial;
}

.box-detail-wrapper .title-modal {
    text-align: center;
}

div#search_banner,
body .search_banner.sr-mb {
    display: none !important;
}

.project_body .project_filter_wrapper {
    display: none !important;
}

.path-node.page-node-type-recruitment .body-td ul li {
    list-style: initial;
}

.page-node-type-emagazine .node.node-emagazine-full {
    text-align: justify;
}

.page-node-type-emagazine .node.node-emagazine-full .img-full img {
    width: 100%;
}

.user-logged-in.page-node-type-recruitment .region.region-content,
.user-logged-in.page-node-type-news .region.region-content,
.user-logged-in.page-node-type-project .region.region-content {
    margin-top: 86px;
}

div#modal-register-main input {
    margin-bottom: 15px;
}

#modal-register-main input[name="submit"] {
    margin-top: 10px;
}

.menu-subdivision ul.nav.navbar-nav li a:not(.logo-header-tpk):hover {
    background-color: transparent;
}

.page-node-type-news .news_page.node_news_full .news_body table p {
    margin-bottom: 0 !important;
}

.path-node.page-node-type-recruitment .body-td ul {
    padding-left: 30px;
}

.page-node-type-project .project-smart-city .project-block-1 .style-large {
    width: 90%;
    font-size: 36px;
}

body.en .node-detail.node-detail-project.project-smart-city li.nav-sub-pk {
    display: none;
}

.block-laguage .dropdown {
    display: flex;
}

.block-laguage a.dropdown-item:last-child {
    padding-left: 0;
}

body.en .ht-header .container>.row .main_menu>nav li.nav-item a {
    margin: 0 15px;
}

body.en div#contact_modal input[placeholder="Lựa chọn yêu cầu"] {
    opacity: 0;
}

body .project-detail-2 .col-md-4.col-12 button.btn-modal-sf {
    width: 100%;
}

body.en .footer_vinhomes .row {
    display: flex;
}

body.en .footer_vinhomes .f_vh_menu.col-md-2.m_4 ul li {
    display: block !important;
}

body.en .footer_vinhomes .f_vh_menu.col-md-2.m_4 ul li:nth-child(1) {
    display: block;
}

body.en .footer_vinhomes .row .col-md-2 {
    flex-grow: 1;
}

body.en.page-node-type-project section.project-block.section-3 {
    display: none;
}

body.en .f_vh_menu.col-md-2.m_5 {
    display: none;
}

body.en.page-node-type-subdivision section#subdivision-premises {
    display: none;
}

.footer_vinhomes a.ht_transition[href="/en/tuyen-dung"] {
    display: none;
}

body.en.page-node-type-community .news_block {
    display: none;
}

body.en.page-node-type-community .community_block {
    padding-bottom: 50px;
}

body .ht-header .chart {
    padding: 0 20px;
}

body.en .dropdown-menu[aria-labelledby="main_menu_4"] {
    display: none !important;
}

form#form-register-footer-sf .form-item-full-name {
    margin-top: 0;
}

.term-breadcumb ul li {
    display: inline-block;
}

body .term-breadcumb ul {
    display: inline-block;
}

body.en.path-cong-dong-du-an .news_block {
    display: none;
}

body.en.path-cong-dong-du-an .community_block {
    padding-bottom: 50px;
}

.menu-filter-tuyen-dung {
    background-image: url(https://storage.googleapis.com/vinhomes-data-01/ListingDuAn1.png) !important;
}

body #footer .info_vinhomes .info_vh .info .phonenumber {
    display: none !important;
}

#footer .info_vinhomes .info_vh .info_vh_logo img:nth-child(2) {
    opacity: 0;
}

.page-node-type-project input#edit-actions-submit {
    width: 100%;
}

.form-lead-wrapper input {
    width: 100%;
}

#section1 .img img {
    width: 100%;
}

div#block-trangchucudanvinhomes .swiper-slide {
    flex-shrink: unset;
}

#section6 .info .title {
    height: 93px;
}

#section8 select {
    background-image: url(/themes/porto/css/cn7/../../img/vinhomes/icon-drop.svg);
}

.tab-special-pk .header-tabs .swiper-slide:hover {
    cursor: pointer;
}

.project-smart-city section#subdivision ul.nav.nav-tabs li:hover {
    cursor: pointer;
}

.select-project-pk-mb {
    display: none;
}

.project-smart-city div#highlight-pk p {
    -webkit-line-clamp: 7;
}

div#modal-tuyen-dung input[name="possition"] {
    pointer-events: none;
}

.news_page .sm_ads {
    margin-bottom: 10px;
}

.news_page .ads img {
    width: 100%;
}

div#ads {
    clear: both;
    display: block !important;
    position: relative;
}

.path-tuyen-dung .menu-filter-tuyen-dung {
    background-image: url(https://storage.googleapis.com/vinhomes-data-01/ListingDuAn1.png);
}

.block-subdivision-premises__tab .tab-content__item-bg img {
    height: 590px;
    object-fit: cover;
}

.page-node-type-subdivision section#webform-pk {
    height: 770px !important;
    background-size: cover !important;
}

.node-detail-subdivision section#agency-pk .swiper-pagination-bullets {
    display: none;
}

div#block-blockcsscustom {
    display: none;
}

.node-detail.node-detail-subdivision.node-detail-subdivision-bds .banner-home .info-subdivision {
    bottom: -22%;
}

.project-detail-1 .border-dt1 {
    z-index: -1;
}

.project-detail-1 button.btn-modal-sf {
    transition: .3s;
}

.project-detail-1 button.btn-modal-sf:hover {
    color: #137cc9;
}

@media (max-width: 1200px) {
    .page-node-type-ocp2 .modal-wrapper-pk .box-wrapper .box-detail-wrapper .detail-modal ul {
        padding: 8px;
        max-height: 200px;
    }

    .page-node-type-ocp2 .modal-overview-slide .product__slider-main .slide img {
        height: auto;
    }

    .modal-overview-slide .modal-dialog.modal-lg {
        display: flex;
        align-items: center;
    }

    body.page-node-type-ocp2 .slide-tin-tuc .swiper-wrapper {
        justify-content: inherit;
    }

    .modal-overview-slide .product__slider-thmb .slick-slide.slick-current img {
        border: 1px solid #0d2958;
    }

    .modal-overview-slide.modal-full .product__slider-thmb .slick-list {
        width: 100%;
        margin: initial;
    }

    .modal-overview-slide .product__slider-thmb .slick-slide img {
        border: 1px solid #ccc;
    }

    .page-node-type-ocp2 .modal-overview-slide .product__slider-main-title {
        display: none;
    }

    .modal-overview-slide .product__slider-thmb .slick-slide .title-thumb {
        display: none;
    }

    .modal-galley-ocp.modal-full .product__slider-thmb,
    .page-node-type-ocp2 .modal-overview-slide .product__slider-thmb {
        display: block !important;
        position: relative;
        width: 100%;
        bottom: 0;
        transform: inherit;
        left: 0;
        padding-top: 15px;
    }

    .modal-galley-ocp .slide.slick-slide.slick-current:before {
        background-color: initial !important;
    }

    .page-node-type-ocp2 .modal-galley-ocp {
        background-color: #0d2958b5;
        top: 0;
        transform: translate(0);
    }

    .page-node-type-ocp2 .modal-galley-ocp .modal-content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .page-node-type-ocp2 .modal-overview-slide ul.slick-dots li button {
        background-color: #ccc;
    }

    .page-node-type-ocp2 .modal-overview-slide .product__slider-main-title {
        bottom: 5%;
        color: #dca447;
    }

    .page-node-type-ocp2 .product__slider-main-title {
        text-shadow: 2px 2px 2px #3b2a2a;
    }

    .page-node-type-ocp2 section#dai-tien-ich .excerpt {
        height: 90px;
    }

    .page-node-type-ocp2 .modal-wrapper-pk .detail-modal ul li span {
        line-height: 24px;
    }

    .page-node-type-ocp2 .modal-wrapper-pk .detail-modal ul li {
        line-height: 18px;
        padding-bottom: 3px;
    }

    .page-node-type-ocp2 .header::after {
        background-color: #0d2958;
    }

    .page-node-type-ocp2 .detail-modal ul li {
        padding-left: 22px;
    }

    .page-node-type-ocp2 .modal-overview-slide .product__slider-main.slick-slider {
        height: 100%;
        width: 100%;
    }

    body.page-node-type-ocp2 .modal-wrapper-pk .box-wrapper .box-img {
        width: 100%;
        height: 40%;
        display: flex;
        align-items: center;
        overflow: hidden;
    }
}

@media screen and (min-width: 769px) {
    .article-template .page-title {
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .page-node-type-emagazine .node.node-emagazine-full div {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .page-node-type-ocp2 section#tin-tuc .list-news .news-item img {
        height: 225px;
    }

    .page-node-type-ocp2 .thumb-photo img {
        height: 250px;
    }

    .page-node-type-ocp2 .section#dai-tien-ich .photo-info-ocp img {
        padding: 10px 0;
    }

    .news_page.node_news_full .news_body table {
        width: 100% !important;
    }

    .page-node-type-project .project-smart-city .project-block-1 .style-large {
        font-size: 32px;
    }

    .page-node-type-news .view.view-ht-node-views.view-id-ht_node_views.view-display-id-block_11 .views-field.views-field-field-thumbnail img {
        float: left;
        padding-right: 20px;
        width: 160px;
        height: 108px;
        object-fit: cover;
    }

    .page-node-type-news .view.view-ht-node-views.view-id-ht_node_views.view-display-id-block_11 .views-field.views-field-field-thumbnail {
        padding: 0;
    }

    .page-node-type-news .view.view-ht-node-views.view-id-ht_node_views.view-display-id-block_11 .list-news-relate-to__item {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 18.5px;
    }

    #header .main_menu.col-md-8 .ht_d_none .chart {
        width: 130px;
    }

    #footer .copyright_wrapper {
        width: 100% !important;
    }

    .path-frontpage #modal-project .modal-content {
        width: 100%;
        height: 84%;
        box-shadow: none;
        border: none;
        background-color: inherit;
    }

    .path-frontpage .btn-close-modalF {
        right: 8%;
        top: 0;
    }

    .page-node-type-subdivision .project-block-1 {
        position: relative;
    }

    .page-node-type-subdivision .project-block-1:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 75%;
        background: #FAA627;
        border-bottom-left-radius: 11px;
        border-bottom-right-radius: 11px;
        bottom: 10px;
    }

    .page-node-type-subdivision .project-block-1:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 20px;
        background-color: #Fff;
        bottom: -1px;
        z-index: -1;
    }

    .block-highlight-detail-tpk {
        min-height: 330px;
    }

    .page-node-type-subdivision-bds section#highlight-pk:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 50%;
        left: 0;
        background-image: url(themes/porto/img/vinhomes/decor-tpk1.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 55%;
    }

    .page-node-type-subdivision-bds section#highlight-pk {
        margin-bottom: 0;
        padding-bottom: 30px;
    }

    .block-subdivision-premises__tab-mb {
        padding: 0;
    }

    .node-detail.node-detail-subdivision.node-detail-subdivision-bds section#great-utility-pk .swiper-slide {
        height: 147px;
    }

    .node-detail.node-detail-subdivision.node-detail-subdivision-bds section#great-utility-pk .info-subdivision {
        margin-top: 147px;
    }

    .node-detail.node-detail-subdivision.node-detail-subdivision-bds .banner-home .info-subdivision {
        bottom: -90% !important;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 768px) {
    .page-node-type-ocp2 h3.block-title {
        font-size: 30px;
    }

    .page-node-type-ocp2 .logo img {
        max-width: 170px;
    }

    .page-node-type-ocp2 .tab-contents-wrapper {
        margin-bottom: 0;
    }

    .page-node-type-ocp2 .list-item-dl {
        height: auto;
    }

    .page-node-type-ocp2 .home-facilities-wrapper,
    .utilities-wrap,
    .ulilities-bg,
    .ulilities-bg img {
        height: 100%;
    }
}

@media (min-width: 1023px) {

    .home-facilities-wrapper,
    .utilities-wrap,
    .ulilities-bg,
    .ulilities-bg img {
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .path-node.page-node-type-ocp2 .container {
        max-height: calc(100% - 186px);
    }

    .path-node.page-node-type-ocp2 section#dai-tien-ich h3.block-title {
        text-shadow: none;
    }

    .slide-tin-tuc .thumb-news img {
        height: 210px;
        object-fit: cover;
    }
}

@media (min-width: 1366px) {
    .path-node.page-node-type-ocp2 .container {
        max-height: calc(100% - 200px);
    }
}

@media (min-width: 1600px) {
    .path-node.page-node-type-ocp2 .container {
        width: 100%;
    }

    .slide-tin-tuc .thumb-news img {
        height: 250px;
    }
}

@media only screen and (max-width: 1366px) and (min-width: 1024px) {
    .path-node.page-node-type-ocp2 .slide-tin-tuc .swiper-wrapper {
        flex-wrap: inherit;
    }

    .path-node.page-node-type-ocp2 .list-news .news-item {
        width: calc(100%/3);
    }
}