body {
    font-family: 'Helvetica';
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    overflow-x: hidden;
}
a:hover {
    text-decoration: none;
}
button {
    outline: none !important;
}
ul,
ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
body.disable,
html.disable {
    overflow: hidden;
}
img {
    max-width: 100%;
}
.pd-0 {
    padding-left: 0;
    padding-right: 0;
}
/* Header */
.arrow {
    width: 9px;
    height: 9px;
    display: inline-block;
    position: relative;
    top: -1px;
}
.arrow.next {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.arrow.down {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.slick-dots {
    text-align: center;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    padding: 0;
    font-size: 0;
    border: none;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #888785;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.slick-dots li.slick-active button,
.slick-dots li:hover button{
    background: #3996aa;

}
.header-desktop .arrow.down {
    border-color: #0f4255;
}

.header-desktop .arrow.down {
    top: -3px;
    left: 3px;
}
#header {
    position: relative;
    z-index: 2;
}
.top-header {
    height: 30px;
    background-image: -moz-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    padding: 0 40px;
}

.top-header .nav-menu {
    float: right;
}
.top-header .nav-menu .items-menu{
    display: inline-block;
    line-height: 16px;
}

.top-header .nav-menu .items-menu.button-header a {
    background: -moz-linear-gradient(0deg, #f05922 30%, #f48020 100%);
    background: -webkit-linear-gradient(0deg, #f05922 30%, #f48020 100%);
    background: -ms-linear-gradient(0deg, #f05922 30%, #f48020 100%);
    border-radius: 15px;
    padding: 3px 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.top-header .nav-menu .items-menu:not(:first-child) {
    margin-left: 17px;
    padding-left: 17px;
    border-left: 1px solid #fff;
}

.top-header .nav-menu .items-menu a {
    color: #fff;
    display: inline-block;
}

.top-header .nav-menu .items-menu a .active {
    font-weight: 600;
}

.top-header .nav-menu .items-menu .icon-lang img {
    border-radius: 50%;
    display: none;
    width: 18px;
    height: 18px;
    position: relative;
    top: -1px;

}
.top-header .nav-menu .items-menu .icon-lang {
    float: right;
    margin-left: 10px;
}

.top-header .nav-menu .items-menu .icon-lang img.active {
    display: block;
}

.center-header {
    text-align: center;
    /*background: rgb(255 255 255 / 90%);*/
    background: #fff;
}

.header-desktop .center-header .main-menu {
    position: relative;
}

.header-desktop .center-header .main-menu .child-menu {
    position: absolute;
    top: 99%;
    left: 15px;
    background: #fff;
    padding: 20px;
    width: calc(100% - 30px);
    display: none;
}
.header-desktop .center-header .main-menu .parent-menu:hover > .child-menu {
    display: block;
}

.header-desktop .center-header .main-menu .child-menu .title-left {
    text-align: left;
    margin-top: 30px;
}
.header-desktop .center-header .main-menu .child-menu .title-left > li {
    position: relative;
    margin-bottom: 15px;
}
.header-desktop .center-header .main-menu .child-menu .title-left > li > a{
    font-weight: 600;
    padding-left: 15px;
}
.header-desktop .center-header .main-menu .child-menu .title-left > li > a .arrow.next {
    border-color: #0f4255;
    position: absolute;
    top: 7px;
    right: 20%;
}

.header-desktop .center-header .main-menu .child-menu .title-left > li.active a {
    color: #3996aa;
}

.header-desktop .center-header .main-menu .child-menu .title-left > li.active a .arrow.next{
    border-color: #3996aa;
}


.header-desktop .center-header .main-menu .child-menu .content-right li {
    display: none;
}

.header-desktop .center-header .main-menu .child-menu .content-right li.active {
    display: block;
}

.header-desktop .center-header .main-menu .child-menu .content-right .text {
    display: flex;
    text-align: left;
    margin-top: 20px;
    align-items: center;
}
.header-desktop .center-header .main-menu .child-menu .content-right .text p {
    width: 60%;
    font-size: 16px;
    margin: 0;
    color: #0f4255;
}

.header-desktop .center-header .main-menu .child-menu .content-right .text .button-right {
    width: 40%;
    text-align: center;
}

.header-desktop .center-header .main-menu .child-menu .content-right .text .button-right a {
    height: 45px;
    line-height: 45px;
    padding: 0;
    color: #fff;
}
.center-header .main-menu .items-main-menu {
    display: inline-block;
    cursor: pointer;
}

.center-header .main-menu .items-main-menu:not(.logo) {
    padding: 39px 0;
}

.center-header .main-menu .items-main-menu a {
    color: #0f4255;
    font-size: 13px;
    font-weight: 600;
    transition: 0.4s all;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    -ms-transition:0.4s all;
}
.center-header .main-menu .items-main-menu a:hover {
    color: #3b9ab0;
}
.center-header .main-menu .items-main-menu:not(:last-child) > a{
    margin: 0 20px;
}

.center-header .main-menu .items-main-menu.logo img {
    width: 230px;
}

#main-content img {
    max-width: 100%;
}

#main-content {
    margin-top: 106px;
    /*margin-top: -114px;*/
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #3996aa;
}

.main-slider .owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    margin: 0;
    width: 100%;
}

.main-slider .items-banner {
    position: relative;
}

.main-slider .items-banner .caption {
    position: absolute;
    bottom: 25%;
    left: 52%;
    color: #174255;
}

.main-slider .items-banner .caption p {
    margin-bottom: 10px;
    font-size: 19px;
}

.main-slider .items-banner .caption h2 {
    font-size: 52px;
}

.block-text {
    text-transform: uppercase;
}

.block-text .col-left .wrapper {
    width: 55%;
    margin: 0 auto;
}

.block-text .col-left .title {
    font-size: 42px;
    color: #3896ab;
    margin-bottom: 55px;
    font-weight: 600;
    line-height: 1;
}

.block-text .col-left .desc {
    font-size: 18px;
    color: #174255;
    font-weight: 600;
    font-style: italic;
}

.block-text .col-left p {
    font-size: 14px;
    color: #174255;
    margin-bottom: 80px;
    line-height: 22px;
}

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

.view-more {
    border-radius: 30px;
    padding: 9px 30px;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    background-image: -moz-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    display: inline-block;
    min-width: 160px;
    text-align: center;
}

.view-more:hover {
    color: #fff;
}

.block-count-down .content-countdown {
    background: url('../images/homepage/big-bg-countdown.png') no-repeat center center fixed;
    background-size: cover ;
}

.block-count-down .content-countdown > div {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
}

.block-count-down .content-countdown .countdown {
    text-align: center;
    margin: 0 70px;
    padding: 35px 90px;
    background: #fbf9db;
}

.countdown_inners {
    text-align: center;
    margin: 0 -15px;
    display: flex;
}

.countdown_inners .deals-time {
    float: left;
    min-width: 25%;
    padding: 0 15px;
    color: #fff;
    border-radius: 3px;
}

.countdown_inners .deals-time .num-time {
    background-image: -moz-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    margin: 0;
    border: none;
    font-weight: 600;
    height: auto;
    font-size: 48px;
    padding: 25px 0 20px;
    line-height: 1;
}

.countdown_inners .deals-time .title-time {
    font-size: 13px;
    margin: 0;
    text-transform: capitalize;
    background: #164255;
    height: 32px;
    line-height: 32px;
}

.block-count-down .content-countdown .bottom-countdown {
    padding: 50px 70px 65px;
    background: #fff;
}

.block-count-down .content-countdown .bottom-countdown .title {
    color: #164255;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 600;
}

.block-count-down .content-countdown .bottom-countdown .title p {
    font-size: 48px;
    margin-bottom: 15px;
    line-height: 1;
}

.block-count-down .content-countdown .bottom-countdown .title span {
    font-size: 29px;
    line-height: 1;
}

.block-count-down .content-countdown .bottom-countdown .desc {
    font-size: 14px;
    color: #164255;
    padding-right: 30px;
}

.block-count-down .content-countdown .bottom-countdown ul {
    list-style: none;
    margin-bottom: 50px;
    color: #164255;
}

.block-count-down .content-countdown .bottom-countdown ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 50px;
}

.block-count-down .content-countdown .bottom-countdown ul li:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background: url("../images/homepage/time.svg") no-repeat center center;
    width: 20px;
    height: 20px;
}

.block-count-down .content-countdown .bottom-countdown ul li:nth-child(2):before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background: url("../images/homepage/calendar_2.svg") no-repeat center center;
    width: 20px;
    height: 20px;
}

.block-count-down .content-countdown .bottom-countdown ul li:nth-child(3):before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background: url("../images/homepage/pin-google.svg") no-repeat center center;
    width: 20px;
    height: 20px;
}

.block-count-down .content-countdown .bottom-countdown ul li:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background: url("../images/homepage/phone.svg") no-repeat center center;
    width: 20px;
    height: 20px;
}

.block-text.style2 {
    position: relative;
}

.block-text.style2 .wrapper {
    padding: 70px 130px;
}
.block-text.style2 .col-left .title {
    position: relative;
    font-size: 30px;
    color: #164255;
    margin-top: 20px;
}
.block-text.style2 .col-left .title p {
    font-size: 52px;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 0;
}

.block-text.style2 .col-right p {
    width: 90%;
    font-size: 15px;
    padding-left: 20px;
    line-height: 25px;
    color: #164255;
    text-transform: none;
    margin-bottom: 40px;
}

.block-text.style2 .col-right .button-right {
    width: 35%;
    text-align: right;
}

.homepage .block-more-information {
    background: #f1f1f2;
}
.block-more-information .row {
    margin: 0 -7px;
}

.block-more-information .owl-carousel,
.blog-carousel .owl-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block-schedule .owl-carousel {
    display: block;
}
.block-more-information .row > div {
    padding: 0 7px;
}

.block-more-information .row > div:first-child .title h2 {
    color: #94a843;
}

.block-more-information .row > div:nth-child(2) .title h2  {
    color: #d32c39;
}

.block-more-information .row > div:last-child .title h2  {
    color: #3996aa;
}

.block-more-information .top-content {
    width: 72%;
    padding: 30px 60px 60px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: #fff;
    top: 70px;
    padding-bottom:25px;
}

.block-more-information .top-content img{
    min-height: 88px;
    width: 88px;
}
.block-more-information .top-content .title {
    margin-top: 20px;
    text-transform: uppercase;
}

.block-more-information .top-content .title h2 {
    font-size: 41px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 600;
}

.block-more-information .top-content .title p {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 600;
    color: #164255;
}

.block-more-information .top-content .desc {
    color: #164255;
    /*margin-bottom: 40px;*/
    /*min-height: 200px;*/
    min-height:166px;
}

.block-more-information .bottom-content {
    position: relative;
    z-index: 1;
}

.block-more-information .view-more {
    padding: 10px 40px;
}

.block-maps {
    margin: 100px 0 90px;
}

    .block-maps .title-block {
        padding: 0 130px;
        text-transform: uppercase;
        line-height: 40px;
        color: #174255;
        /*margin-bottom: 100px;*/
        margin-bottom: 0px;
        position: relative;
    }

.block-maps .title-block:before {
    position: absolute;
    content: "";
    background: url("../images/homepage/pin-google.svg");
    width: 50px;
    height: 50px;
    left: 60px;
    bottom: 15px;
}

.custom-page .block-maps .title-block:before {
    background: url("../images/homepage/dancing.svg") no-repeat;
    width: 90px;
    height: 90px;
    left: 0;
    bottom: 0;
}

.block-maps .title-block i,
.block-contact-form .title-block i {
    font-size: 25px;
    font-weight: 600;
}

.block-maps .title-block b,
.block-contact-form .title-block b{
    font-size: 46px;
}

.block-blog .items .title-blog {
    font-size: 27px;
    margin-bottom: 30px;
    line-height: 38px;
    color: #174255;
    font-weight: 600;
}
.block-maps .button-bottom {
    margin-top: 60px;
}
.block-blog .items .img-blog {
    margin-bottom: 45px;
}

.block-blog .items .desc {
    color: #174255;
    font-size: 16px;
}

.block-blog .button-bottom {
    margin-top: 60px;
}


.block-blog .title-block:before {
    position: absolute;
    content: "";
    background: url(../images/homepage/note2.svg);
    width: 50px;
    height: 44px;
    left: 60px;
    bottom: 0;
}
.arrow-style .owl-nav span {
    display: none;
}
.arrow-style .owl-nav button {
    position: absolute;
    top: 50%;
}
.arrow-style .owl-nav button.owl-prev,
.arrow-style .owl-nav button.owl-next {
    height: 80px;
    width: 80px;
    margin-top: -40px;
    background: none !important;
    color: rgba(0,0,0,.1) !important;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    font-size: 30px;
    border-radius: 0;
}

.arrow-style .owl-nav button.owl-prev {
    left: -15%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.arrow-style .owl-nav button.owl-next {
    right: -15%;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}
#footer .footer-top {
    background-image: -moz-linear-gradient( 90deg, rgb(148,194,129) 23%, rgb(87,174,154) 48%, rgb(0,156,176) 74%, rgb(0,148,186) 91%);
    background-image: -webkit-linear-gradient( 90deg, rgb(148,194,129) 23%, rgb(87,174,154) 48%, rgb(0,156,176) 74%, rgb(0,148,186) 91%);
    background-image: -ms-linear-gradient( 90deg, rgb(148,194,129) 23%, rgb(87,174,154) 48%, rgb(0,156,176) 74%, rgb(0,148,186) 91%);
}
#footer .footer-top .logo {
    padding: 80px 0 60px;
    border-bottom: 1px solid #fff;
}

#footer .footer-top .logo .title-footer h2 {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    position: relative;
    z-index: 1;
    margin: 0;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    background: #0094ba;
    padding: 0 30px;
}
#footer .footer-top .logo .title-footer{
    position: relative;
    margin-bottom: 35px;
}
#footer .footer-top .logo .title-footer:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    z-index: 0;
}
#footer .footer-top .main-footer {
    padding: 40px 0 80px;
}

#footer .footer-top .main-footer .footer-menu .title ,
#footer .footer-top .main-footer .footer-social .title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

#footer .footer-top .main-footer .footer-menu ul,
#footer .footer-top .main-footer .footer-social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#footer .footer-top .main-footer .footer-menu ul li a,
#footer .footer-top .main-footer .footer-social ul li a {
    color: #fff;
    /*text-transform: uppercase;*/
    margin-bottom: 3px;
}

#footer .footer-top .main-footer .footer-social ul {
    margin: 0 -5px;
}
#footer .footer-top .main-footer .footer-social ul li {
    display: inline-block;
    margin: 0 5px;
}
#footer .footer-bottom {
    background: #234b59;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
@media (min-width: 1920px) {
    .container {
        max-width: 1375px;
    }
}
/* Page 03 */
.custom-page .main-slider .items-banner .caption {
    bottom: 10%;
    left: 50%;
    color: #fff;
    text-align: center;
    transform: translateX(-50%);
}

.custom-page .block-text .col-right p {
    margin-bottom: 0 !important;
}

.custom-page .block-text .col-left .title {
    font-size: 48px;
}

.block-count-down-03 .col-left ul li {
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
    color: #174255;
    text-transform: uppercase;
    line-height: 36px;
}

.block-count-down-03 .col-left ul li:last-child {
    margin-top: 70px;
}
.block-count-down-03 .row {
    align-items: center;
}

.block-count-down-03 .col-left ul li img {
    width: 42px;
    display: block;
    margin: 0 auto 10px;
}
.custom-page .view-more {
    font-size: 14px;
    text-transform: uppercase;
}
.block-count-down-03 .col-right .bg-countdown {
    position: relative;
}

.block-count-down-03 .col-right .bottom-countdown {
    position: absolute;
    top: 50%;
    left: 18%;
    transform: translateY(-50%);
}
.block-count-down-03 .countdown_inners .deals-time .num-time {
    padding: 20px 0;
    min-width: 100px;
}
.block-count-down-03 .col-right .bottom-countdown .heading {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 60px;
}
.block-count-down-03 .col-right .bottom-countdown .heading p {
    font-size: 27px;
    margin-bottom: 10px;
    font-style: italic;
    font-weight: 600;
}

.block-count-down-03 .col-right .bottom-countdown .heading h2 {
    font-size: 48px;
    font-weight: 600;
}

.custom-page .block-more-information .title-block:before {
    position: absolute;
    content: "";
    background: url(../images/homepage/searching.svg);
    width: 70px;
    height: 70px;
    left: 0;
}

.custom-page .block-more-information .bottom-content {
    top: 0 !important;
    background: #fff;
}

.custom-page .block-more-information {
    margin-bottom: 120px;
}
.custom-page .block-more-information .bottom-content .content {
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.custom-page .block-more-information .bottom-content .content .title {
    margin-bottom: 30px;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
}

.custom-page .block-more-information .bottom-content .content .desc {
    font-size: 14px;
    padding-right: 20%;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.custom-page .title-block,
.block-blog .title-block {
    font-size: 25px;
    font-weight: 600;
    color: #174255;
    padding: 0 130px;
    position: relative;
    margin-bottom: 60px;
}
.homepage .block-blog {
    margin-bottom: 100px;
}
.custom-page .title-block p,
.block-blog .title-block p{
    font-size: 46px;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 0;
}

.block-schedule {
    margin-bottom: 100px;
}
.block-schedule .items-blog .item {
    background: #f1f1f2;
    margin-bottom: 10px;
}

.block-schedule .items-blog .information {
    color: #174255;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-schedule .items-blog .information .date-time {
    font-size: 32px;
}
.block-schedule .items-blog .information .date {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-right: 30px;
    margin-right: 30px;
}
.block-schedule .items-blog .information .date:after {
    content: "";
    width: 2px;
    height: 80%;
    font-size: 32px;
    position: absolute;
    right: 0;
    top: 10%;
    background: #174255;
}
.block-schedule .items-blog .information .days {
    position: relative;
    margin-bottom: 30px;
}
.block-schedule .items-blog .information .content {
    padding: 10%;
    background: #fff;
    width: 85%;
    position: relative;
    right: -25%;
    z-index: 2;
}
.block-schedule .items-blog .information ul li {
    position: relative;
    display: inline-block;
    width: 100%;
}
.block-schedule .items-blog .information ul.event-1 {
    margin-top: 80px;
    position: relative;
}
.block-schedule .items-blog .information ul.event-1:before,
.block-schedule .items-blog .information ul.event-1:after {
    content: "";
    position: absolute;
    top: -45px;
    width: 35px;
    height: 35px;
}
.block-schedule .items-blog .information ul.event-1:before {
    background: url(../images/homepage/time.svg) no-repeat center center;
    left: 0;
}

.block-schedule .items-blog .information ul.event-1:after {
    background: url(../images/homepage/note.svg) no-repeat center center;
    left: 50%;
}

.block-schedule .items-blog .information ul.event-1 b {
    width: 48%;
    float: left;
    font-size: 18px;
}

.block-schedule .items-blog .information ul.event-1 span {
    width: 50%;
    float: right;
}
.block-schedule .items-blog .information ul.event-1 span.bold {
    font-weight: 600;
}

.block-schedule .title-block:before {
    position: absolute;
    content: "";
    background: url(../images/homepage/calendar.svg) no-repeat center center;
    width: 65px;
    height: 65px;
    left: 35px;
    top: -13px;
}

.custom-page .block-blog {
    margin-bottom: 80px;
}
.custom-page .block-blog .items .desc {
    line-height: 24px;
    color: #174255;
    min-height: 96px;
    margin-bottom: 45px;
}

.custom-page .block-blog .title-block:before {
    position: absolute;
    content: "";
    background: url(../images/homepage/searching.svg) no-repeat center center;
    width: 70px;
    height: 70px;
    left: 35px;
    top: 0;
}

.block-gallery {
    margin: 0 auto;
    width: 100%;
    display: inline-block;
}
.block-gallery .column-right {
    padding: 0 15px;
}

.block-gallery .title-block:before {
    position: absolute;
    content: "";
    background: url(../images/homepage/street_fes.svg) no-repeat center center;
    width: 73px;
    height: 89px;
    left: 35px;
}
.block-gallery .items {
    float: left;
    padding: 0 2px 4px;
}

.block-gallery .items-image {
    margin-right: -2.5px;
    margin-left: -2.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block-gallery .items-image.bottom .items {
    padding-bottom: 0;
}

.block-gallery .items.text {
    width: 30%;
}

@media (max-width: 1366px) {
    .block-gallery .items.text {
        width: 50%;
    }
}
@media (max-width: 1200px) {
    .block-gallery .items.text {
        width: 92%;
    }
}

.block-gallery .items.text .content {
    padding: 90px 90px 73px;
    color: #fff;
    background-image: -moz-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
}

.block-gallery .items .text p {
    margin-bottom: 35px;
    line-height: 24px;
}

.custom-page .block-text.style2 {
    background: #f1f1f2;
    padding-top: 30px;
}
.custom-page .block-text.style2 .col-right {
    display: flex;
    align-items: center;
}

.custom-page .block-text.style3 {
    padding: 120px 0;
    background: #f1f1f2;
}

.custom-page .block-text.style3 .title-block {
    margin-bottom: 0;
    padding-right: 0;
}
.custom-page .block-text.style3 .title-block a {
    color: #3996aa;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
}
.custom-page .block-text.style3 .title-block a b {
    font-size: 25px;
}
.custom-page.dung-bo-lo .block-blog {
    margin-top: 60px;
}
.custom-page .block-text.style3 .title-block:before {
    position: absolute;
    content: "";
    background: url(../images/homepage/icon-stand.svg) no-repeat center center;
    width: 94px;
    height: 94px;
    left: 0;
}
.custom-page .block-text.style3 .col-right p {
    padding-right: 225px;
    margin-top: 25px;
}

.custom-page .block-blog.style2 .bg-blog {
    background: #f1f1f2;
}

.custom-page .block-blog.style2 .bg-blog .blog-carousel  {
    padding: 0 130px;
}
.custom-page .block-blog.style2 .owl-dots {
    position: absolute;
    bottom: -50px;
    right: 0;
}
@media (min-width: 768px) {
    .custom-page.song-tai-day .main-slider .items-banner .caption,
    .custom-page.choi-ha-long .main-slider .items-banner .caption {
        bottom: calc(50% - 100px);
    }
    .custom-page.about-us .main-slider .items-banner .caption,
    .custom-page.dau-tu-ngay .main-slider .items-banner .caption{
        bottom: calc(50% - 100px);
        left: 50%;
        color: #fff;
        transform: translate(-50%, -50%);
    }
    .custom-page .block-blog.style2 .owl-theme .owl-dots .owl-dot span ,
    .custom-page .block-testimonials .owl-theme .owl-dots .owl-dot span {
        background: #888786;
    }

    .custom-page .block-blog.style2 .owl-theme .owl-dots .owl-dot.active span, .custom-page .block-blog.style2 .owl-theme .owl-dots .owl-dot:hover span,
    .custom-page .block-testimonials .owl-theme .owl-dots .owl-dot.active span, .custom-page .block-testimonials .owl-theme .owl-dots .owl-dot:hover span{
        background: #3996aa;
    }

}

.custom-page .button-bottom {
    width: 100%;
    text-align: center;
    margin-top: 75px;
}
.custom-page .button-bottom .title {
    font-size: 27px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 40px;
    color: #174255;
}

.page-05 .block-testimonials {
    margin-top: 100px;
}
.block-testimonials .title-block:before {
    position: absolute;
    content: "";
    background: url(../images/homepage/testimo.svg) no-repeat center center;
    width: 60px;
    height: 60px;
    left: 40px;
    top: -10px;
}

.block-testimonials .testimonials-carousel .items {
    position: relative;
}

.block-testimonials .testimonials-carousel .column-text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    z-index: 3;
}

.block-testimonials .testimonials-carousel .items:hover:before,
.custom-page.page-03 .block-more-information .bottom-content:hover:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: -moz-linear-gradient( 90deg, rgb(18,121,124) 0%, rgba(255,255,255,0) 130%);
    background-image: -webkit-linear-gradient( 90deg, rgb(18,121,124) 0%, rgba(255,255,255,0) 130%);
    background-image: -ms-linear-gradient( 90deg, rgb(18,121,124) 0%, rgba(255,255,255,0) 130%);
}

.block-testimonials .testimonials-carousel .column-text .name {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.block-testimonials .testimonials-carousel .column-text .desc {
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 20%;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


.block-maps .row {
    margin: 0;
}

.block-maps .maps {
    padding: 0;
}

.page-03 .block-maps,
.page-05 .block-maps {
    margin-bottom: 0;
}

.block-maps .col-right {
    background: #eeeeeb;
    padding: 0;
    align-items: center;
    display: flex;
}

.block-maps .col-right ul {
    padding: 0 100px;
}
.block-maps .col-right ul li {
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
    color: #174255;
    text-transform: uppercase;
    line-height: 36px;
}

.block-maps .col-right ul li:last-child {
    margin-top: 50px;
}
.block-maps .col-right ul li img {
    width: 42px;
    display: block;
    margin: 0 auto 20px;
}

.custom-page .block-logo-invest .title-block {
    padding: 0;
}

.custom-page .block-logo-invest .title-block p {
    margin-bottom: 10px;
    margin-top: 0;
}
.block-gallery .items.text .content {
    height: 100%;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.block-kol .title-block:before {
    position: absolute;
    content: "";
    background: url(../images/homepage/icon-event.png);
    width: 86px;
    height: 86px;
    left: 0;
    bottom: 0;
}

.block-kol {
    padding: 100px 0 70px;
    background: #f1f1f2;
    padding-bottom:50px;
}
.block-kol .bottom-content {
    width: 80%;
    margin: 40px auto 0 auto;
    display: flex;
    color: #174255;
    text-transform: uppercase;
}

.block-kol .bottom-content .title {
    width: 50%;
    font-weight: 600;
    padding-right: 20px;
    font-size: 24px;
}

.block-kol .bottom-content .desc {
    width: 50%;
    font-size: 12px;
    padding-right: 10px;
}
.block-schedule .title-block {
    margin: 80px 0 50px;
}

/* DIRECTION BUTTON */
.carousel .nextButton,
.carousel .prevButton {
    height: 50px;
    width: 50px;
    margin-top: -25px;
    background: none !important;
    color: rgba(0,0,0,.1) !important;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    font-size: 30px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.carousel .prevButton {
    left: -9%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.carousel .nextButton {
    right: -10%;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}
/* End page 03 */

/* Page dung-bo-lo */
/*---------Fixed events image */
.block-event .col-left .img-event {
    height: 100%;
    background-size: contain;
    position: relative;
}
.block-event .col-left .img-event.month-1 {
    background: url(../../assets/images/dung-bo-lo/big-event.png) no-repeat left top fixed;
}
.block-event .col-left .img-event.month-2 {
    background: url(../../assets/images/dung-bo-lo/big-event2.png) no-repeat left top fixed;
}
.block-event .col-left .img-event.month-3 {
    background: url(../../assets/images/dung-bo-lo/big-event3.png) no-repeat left top fixed;
}

.block-event .col-left .img-event .text {
    position: absolute;
    top: 10%;
    color: #fff;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    width: 100%;
}
/*------------*/
.custom-page.dung-bo-lo .main-slider .items-banner .caption {
    bottom: calc(50% - 103px);
    transform: translate(-50%, -50%);
}
.block-event {
    margin-top: 70px;
}
.block-event .col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    padding-right: 15px;
    padding-left: 15px;
}
.block-event .col-left .img-event {
    position: relative;
}

.block-event .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    padding-right: 15px;
    padding-left: 55px;
}
.block-event .col-right .column-event {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0 15px;
}

.block-event .col-right .detail-item .content {
    padding-right: 25%;
    color: #174255;
    margin-bottom: 45px;
}
.block-event .col-right .detail-item .content img {
    margin-bottom: 20px;
}
.block-event .col-right .detail-item .content .title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.block-event .col-right .detail-item .content .desc {
    margin-bottom: 20px;
}
.block-event .col-right .detail-item .content ul {
    margin-bottom: 20px;
}

.block-event .col-right .detail-item .content ul li {
    position: relative;
    padding-left: 35px;
}
.block-event .col-right .detail-item .content ul li:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background: url("../images/homepage/time.svg") no-repeat center center;
    width: 20px;
    height: 20px;
}

.block-event .col-right .detail-item .content ul li:nth-child(2):before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background: url("../images/homepage/calendar_2.svg") no-repeat center center;
    width: 20px;
    height: 20px;
}

.block-event .col-right .detail-item .content ul li:nth-child(3):before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background: url("../images/homepage/pin-google.svg") no-repeat center center;
    width: 20px;
    height: 20px;
}

.block-event .col-right .detail-item .content ul li:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background: url("../images/homepage/phone.svg") no-repeat center center;
    width: 20px;
    height: 20px;
}

.custom-page.dung-bo-lo .block-blog .items .desc {
    margin-bottom: 0;
    min-height: auto;
}
.custom-page.dung-bo-lo .block-blog .items .title-blog {
    text-transform: uppercase;
    line-height: 30px;
}
.custom-page.dung-bo-lo .block-blog .title-block:before {
    background: url(../images/homepage/note2.svg) no-repeat center center;
    width: 50px;
    height: 50px;
    left: 50px;
    top: -10px;
}
/* End page dung-bo-lo */
/* Page thu-vien-anh */
.thu-vien-anh .block-maps {
    margin: 0;
}
.thu-vien-anh .block-image {
    margin-bottom: 90px;
}
.thu-vien-anh .banner-image {
    margin-top: 50px;
}

.thu-vien-anh .banner-image .slick-dots {
    margin-top: 50px;
}

.choi-ha-long .block-blog .owl-theme .owl-dots .owl-dot span {
    background: #888786;
}

.choi-ha-long .block-blog .owl-theme .owl-dots .owl-dot.active span,
.choi-ha-long .block-blog .owl-theme .owl-dots .owl-dot:hover span{
    background: #3996aa;
}
.thu-vien-anh .block-image .block-text.style2 .col-right p {
    width: 67%;
    font-size: 14px;
}
/* End page thu-vien-anh */
@media(min-width: 1920px) {
    .block-event .col-right .detail-item .content {
        margin-bottom: 40px;
    }
    .block-event .col-right .detail-item .content img {
        margin-bottom: 30px;
    }
    .block-event .col-right .detail-item .content .title {
        margin-bottom: 25px;
    }
    .block-event .col-right .detail-item .content .desc {
        margin-bottom: 30px;
    }
    .block-event .col-right .detail-item .content ul {
        margin-bottom: 20px;
    }
    .block-event .col-left .img-event .text {
        font-size: 48px;
    }
    .custom-page.dung-bo-lo .block-blog .blog-carousel {
        padding: 0 130px;
    }
    .thu-vien-anh .block-image .block-text.style2 .col-right p {
        width: 55%;
        font-size: 16px;
    }
}

/*------ about us-------*/
.about-us .banner-slider {
    margin-bottom: 40px;
}
.block-info {
    background: #f1f1f1;
    margin-bottom: 40px;
}
.block-info .img-block img {
    width: 100%;
}
.block-info .row {
    align-items: center;
    margin: 0;
}
.block-info .row > div {
    padding: 0;
}
.block-info .text-block .title {
    font-size: 40px;
    margin-bottom: 30px;
    color: #3996aa;
    line-height: 46px;
}
.block-info .text-block .desc {
    font-size: 14px;
    color: #174255;
    line-height: 22px;
    margin-bottom: 50px;
    padding-right: 30px;
    /*text-transform: uppercase;*/
}

.block-info .text-block {
    padding: 0 50px 0 100px;
}
.block-contact-form {
    margin-bottom: 130px
}
.block-contact-form .title-block {
    line-height: 40px;
}

.custom-page.about-us .block-maps .title-block:before {
    background: url(../images/homepage/pin-google.svg);
    width: 50px;
    height: 50px;
    left: 60px;
    bottom: 15px;
}
.block-contact-form .title-block:before {
    position: absolute;
    content: "";
    background: url(../images/icon/tai-sao-chon.svg);
    width: 80px;
    height: 80px;
    left: 30px;
    bottom: 5px;

}

.block-contact-form .content-form {
    padding: 0 130px;
}

.block-contact-form .content-form .title-form {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}
.block-contact-form .content-form .contact .top-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.block-contact-form .content-form .contact .top-form > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
}
.block-contact-form .content-form .contact .top-form .input-control {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 70px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #174255;
    border-radius: 0;
    border: 1px solid #6d8995;
}
.block-contact-form .content-form .contact .top-form textarea {
    width: 100%;
    padding: 18px 70px;
    height: 100%;
    font-size: 16px;
    color: #174255;
    border-radius: 0;
    border: 1px solid #6d8995;
}
.block-contact-form .content-form .contact .bottom-form {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.block-contact-form .content-form .contact .bottom-form .hot-line span {
    font-size: 18px;
    color: #0194b8;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 43px;
    padding-left: 60px;
    position: relative;
}
.block-contact-form .content-form .contact .bottom-form .hot-line span:before {
    position: absolute;
    content: "";
    background: url(../images/icon/hotline.svg);
    width: 40px;
    height: 40px;
    left: 0;
    bottom: -10px;
}
.block-contact-form .content-form .contact .bottom-form .send-form {
    border-radius: 30px;
    padding: 9px 30px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    background-image: -moz-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    display: inline-block;
    min-width: 150px;
    text-align: center;
    border: none;
    text-transform: uppercase;
}

.block-contact-form .content-form .contact .top-form .input-control::-webkit-input-placeholder,
.block-contact-form .content-form .contact .top-form .input-control:-ms-input-placeholder,
.block-contact-form .content-form .contact .top-form .input-control::placeholder,
.block-contact-form .content-form .contact .top-form textarea::-webkit-input-placeholder,
.block-contact-form .content-form .contact .top-form textarea:-ms-input-placeholder,
.block-contact-form .content-form .contact .top-form textarea::-webkit-input-placeholder {
    color: #929497;
}
.block-contact-form .content-form .contact .top-form .group-control {
    position: relative;
}
.block-contact-form .content-form .contact .top-form .group-control:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    left: 20px;
    top: 20px;
}
.block-contact-form .content-form .contact .top-form .group-control.note {
    height: calc(100% - 10px);
}
.block-contact-form .content-form .contact .top-form .group-control.name:before {
    background: url(../images/icon/name.svg) no-repeat;

}
.block-contact-form .content-form .contact .top-form .group-control.email:before {
    background: url(../images/icon/address.svg) no-repeat;
}
.block-contact-form .content-form .contact .top-form .group-control.phone:before {
    background: url(../images/icon/phone.svg) no-repeat;
}
.block-contact-form .content-form .contact .top-form .group-control.note:before {
    background: url(../images/icon/message.svg) no-repeat;
    top: 24px;
}
/*------ Choi ha long -------*/
.custom-page2 .block-text {
    background: #f1f1f1;
    padding: 100px 0;
}
.custom-page2 .block-text .title-block {
    font-weight: 600;
    color: #174255;
    line-height: 38px;
    padding-right: 0;
    margin: 0;

}
.custom-page2.choi-ha-long .block-text .title-block:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    left: 30px;
    bottom: 10px;
    background: url(../images/icon/searching.svg) no-repeat;
}
.custom-page2 .title-block {
    line-height: 35px;
}
.custom-page2 .title-block b {
    font-size: 46px;
}
.custom-page2 .title-block i {
    font-size: 25px;
}

.custom-page2 .block-text .col-right p {
    color: #174255;
    font-size: 18px;
    line-height: 30px;
    text-transform: none;
}
.block-introduce {
    background: #f1f1f1;
    /*padding-bottom: 70px;*/
    padding-bottom: 15px;
}
.block-introduce .row {
    margin: 0;
}
.block-introduce .col-left{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
.block-introduce .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    padding-left: 70px;
    overflow-x: hidden;
    overflow-y: auto;
}

.block-introduce .col-right .column-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.block-introduce .col-right .column-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 70px;
}

.block-introduce .col-right .detail-item:not(:last-child) {
    margin-bottom: 100px;
}
.block-introduce .col-right .column-event .column-text .title {
    color: #154255;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 26px;
    margin-top: 15px;
    line-height: 32px;
}
.block-introduce .col-right .column-event .column-text .desc {
    margin-bottom: 70px;
    margin-right: 35%;
}
.block-introduce .col-right .column-event .column-text .desc p {
    font-size: 16px;
    line-height: 26px;
    color: #231f20;
    margin-bottom: 5px;
}
.block-introduce .col-right .column-event .column-text .desc p span {
    color: #000;
    font-weight: 600;
}
.block-introduce .col-right .column-event .column-text .desc p.mb-30 {
    margin-bottom: 30px;
}
.block-introduce .col-bottom {
    width: 100%;
    text-align: center;
    margin-top: 70px;
    font-size: 15px;
    font-weight: 600;
    color: #0e4255;
}
.block-introduce .col-bottom a {
    color: #0e4255;
}
.block-introduce .col-bottom p {
    margin-bottom: 0;
}
.block-introduce .col-bottom .arrow.down {
    width: 15px;
    height: 15px;
    border-color: #0e4255;
}
.block-maps2 {
    padding-top: 50px;
}
.choi-ha-long .block-maps2 .title-block:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 65px;
    left: 30px;
    bottom: 0;
    background: url(../images/icon/play.svg) no-repeat;
}
.choi-ha-long .block-more-information .title-block:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 65px;
    left: 40px;
    bottom: 0;
    background: url(../images/icon/di-lai.svg) no-repeat;
}
.choi-ha-long .block-blog .title-block:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 60px;
    left: 50px;
    bottom: 0;
    top: auto;
    background: url(../images/icon/meo-du-lich.svg) no-repeat;
}
.choi-ha-long .block-maps .title-block:before {
    position: absolute;
    content: "";
    background: url(../images/homepage/pin-google.svg);
    width: 50px;
    height: 50px;
    left: 60px;
    bottom: 15px;
}
.block-maps2 .col-right {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block-maps2 .items-location {
    padding: 0 75px;
}
.block-maps2 .items-location .title {
    font-style: italic;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}
.block-maps2 .items-location .content-location ul {
    display: inline-block;
    width: 100%

}
.block-maps2 .items-location .content-location ul li {
    float: left;
    width: 33.333%;
    padding: 0 40px 40px;
    text-align: center;
}
.block-maps2 .items-location .content-location ul li p {
    margin: 15px 0 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}
.block-maps2 .items-location .content-location ul li .number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    margin: 0 auto;
}

.block-maps2 .items-location .item:not(:last-child) {
    margin-bottom: 30px;
}

.block-maps2 .items-location .item:first-child .title {
    color: #174255;
}
.block-maps2 .items-location .item:first-child .content-location ul li .number {
    background: #174255;
}

.block-maps2 .items-location .item:nth-child(2) .title{
    color: #3995a9;
}
.block-maps2 .items-location .item:nth-child(2) .content-location ul li .number {
    background: #3995a9;
}
.block-maps2 .items-location .item:nth-child(3) .title{
    color: #fbb342;
}
.block-maps2 .items-location .item:nth-child(3) .content-location ul li .number {
    background: #fbb342;
}
.custom-page.choi-ha-long .block-more-information {
    padding: 100px 0;
    background: #f1f1f1;
}
.custom-page.choi-ha-long .block-more-information .title-block {
    margin-bottom: 40px;
}
.custom-page.choi-ha-long .block-more-information .top-content {
    top: 0;
}
.custom-page.choi-ha-long .block-more-information .bottom-content {
    top: -70px !important;
    position: relative;
}
.custom-page.choi-ha-long .block-more-information .top-content .desc {
    font-size: 16px;
    line-height: 26px;
    min-height: 130px;
    margin: 40px 0 30px;
}
.custom-page.choi-ha-long .block-more-information .top-content .title {
    min-height: 85px;
}
.custom-page.choi-ha-long .block-more-information  .button-bottom {
    margin-top: 0;
}
.custom-page.choi-ha-long .block-maps {
    padding: 120px 0;
    margin: 0;
    background: #f1f1f1;
}
.custom-page.choi-ha-long .block-blog .items .title-blog{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    min-height: 56px;
}
.custom-page.song-tai-day .block-blog .items .title-blog {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}
.custom-page.song-tai-day .block-blog .items .desc {
    margin-bottom: 0;
}
.custom-page.choi-ha-long .block-blog .blog-carousel .button-bottom,
.custom-page.song-tai-day .block-blog .blog-carousel .button-bottom{
    margin-top: 30px;
}
.custom-page.choi-ha-long .block-blog .button-bottom,
.custom-page.song-tai-day .block-blog .button-bottom{
    margin-top: 70px;
}
.custom-page.choi-ha-long .block-blog .owl-theme .owl-dots ,
.custom-page.song-tai-day .block-blog .owl-theme .owl-dots {
    margin-top: 60px;
}
.custom-page.choi-ha-long .block-blog.arrow-style .owl-nav button.owl-prev,
.custom-page.choi-ha-long .block-blog.arrow-style .owl-nav button.owl-next{
    top: 18%;
}
.custom-page.song-tai-day .block-blog .arrow-style .owl-nav button.owl-prev,
.custom-page.song-tai-day .block-blog .arrow-style .owl-nav button.owl-next{
    top: 25%;
}
.custom-page2.dau-tu-ngay .block-text {
    background: #fff;
}

.custom-page2.dau-tu-ngay .block-text .title-block:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    left: 30px;
    bottom: 5px;
    background: url(../images/icon/tai-sao-chon.svg) no-repeat;
}


.dau-tu-ngay .block-tabs .bg-heading {
    background: #e6e7e8;
}

.dau-tu-ngay .block-tabs .heading-block {
    padding: 0 130px;
}

.dau-tu-ngay .block-tabs .heading-block .item {
    text-align: center;
    font-size: 24px;
    color: #174255;
    font-weight: 600;
    padding: 25px 0;
    cursor: pointer;
}
.dau-tu-ngay .block-tabs .heading-block .item.active {
    color: #fff;
    background-image: -moz-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
}

.dau-tu-ngay .block-tabs .content-block {
    position: relative;
}

.dau-tu-ngay .block-tabs .content-block > .container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 130px;
}

.dau-tu-ngay .block-tabs .content-block .text-block {
    width: 50%;
    padding: 80px 70px;
    height: 100%;
    background: rgb(255 255 255 / 95%);
}

.dau-tu-ngay .block-tabs .content-block .text-block .item-text {
    display: none;
    font-size: 16px;
    line-height: 30px;
    color: #174255;
}

.dau-tu-ngay .block-tabs .content-block .text-block .item-text p {
    margin-bottom: 40px;
    font-weight: 500;
}

.dau-tu-ngay .block-tabs .content-block .text-block .item-text .view-more {
    margin-top: 40px;
}
.dau-tu-ngay .block-tabs .content-block .text-block .item-text.active {
    display: block;
}

.block-project {
    padding: 120px 0 90px;
}
.block-project .title-block {
    line-height: 42px;
}
.block-project .title-block:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    left: 30px;
    bottom: 5px;
    background: url(../images/icon/du-an.svg) no-repeat;
}
.dau-tu-ngay .block-kol .title-block:before{
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    left: 30px;
    bottom: 5px;
    background: url(../images/icon/giaitri.svg) no-repeat;
}
.block-project .items-project {
    display: inline-block;
    width: 100%;
    position: relative;
    background: #f1f1f2;
    margin-bottom: 70px;
}
.block-project .items-project .image {
    width: 72%;
}
    .block-project .items-project .text {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        /*max-width: 43%;*/
        /*max-width: 60%;*/
        max-width: 30%;
        padding: 60px;
        background: #fff;
        color: #174255;
    }
.block-project .items-project .text.right {
    right: 6.25%
}
.block-project .items-project .text.left {
    left: 6.25%
}

.block-project .items-project .text .title {
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 50px;
    line-height: 32px;
}

.block-project .items-project .text ul {
    display: inline-block;
    width: 100%;
    margin: 0 -20px;
}

    .block-project .items-project .text ul li {
        float: left;
        /*width: 33.333%;*/
        /*width: 25%;*/
        width: 50%;
        padding: 0 20px;
    }
        .block-project .items-project .text ul li.binvisible {
            /*opacity: 0;
            transition: visibility 0s linear 300ms, opacity 300ms;*/
            /*display:block;*/
           /* display:none;
            opacity: 0;
            -webkit-transition: all .3s ease .15s;
            -moz-transition: all .3s ease .15s;
            -o-transition: all .3s ease .15s;
            -ms-transition: all .3s ease .15s;
            transition: all .3s ease .15s;*/
        }
.block-project .items-project .text ul li .label {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}
.block-project .items-project .text ul li .label:after {
    content: '';
    background: #174255;
    width: 100%;
    height: 3px;
    bottom: -9px;
    position: absolute;
    left: 0;
}
.block-project .items-project .text ul li .desc {
    font-size: 16px;
}

.block-project .items-project .text .view-more {
    margin-top: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
}
.block-project .col-bottom {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #0e4255;
}
.block-project .col-bottom a {
    color: #0e4255;
}
.block-project .col-bottom p {
    margin-bottom: 0;
}
.block-project .col-bottom .arrow.down {
    width: 15px;
    height: 15px;
    border-color: #0e4255;
}
.dau-tu-ngay .title-block {
    line-height: 42px;
}
.dau-tu-ngay .block-kol .bottom-content {
    width: 100%;
}
.dau-tu-ngay .block-kol .bottom-content .title {
    margin-left: 20%;
    padding-right: 0;
    position: relative;
}
.carousel .buttonNav {
    margin-top: 50px;
}

.carousel .buttonNav .bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #888785;
}
.carousel .buttonNav .bullet.bulletActive {
    background: #3996aa;
}

.dau-tu-ngay .block-contact-form {
    margin: 0;
    background: #f1f1f1;
    padding: 150px 0 130px;
}
.dau-tu-ngay .block-info {
    background: #fff;
    margin-bottom: 0;
}
.block-kol .carousel .slides .slideItem a.view-more {
    padding: 12px 20px;
    position: absolute;
    left: 0;
    bottom: 30px;
    display: inline-block;
}
.custom-page.thu-vien-anh .block-image .item-img {
    padding: 0 25px
}

.owl-carousel.arrow-style2 .owl-nav {
    margin: 0;
}
.owl-carousel.arrow-style2 .owl-nav [class*='owl-'] {
    border: 2px solid #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    position: absolute;
    top: calc(50% - 27px);
    z-index: 2;
    border-radius: 50%;
}
.arrow-style2 .owl-nav [class*='owl-'].owl-prev {
    left: 50px;
}
.arrow-style2 .owl-nav [class*='owl-'].owl-next {
    right: 50px;
}
.arrow-style2 .owl-nav [class*='owl-'] span {
    font-size: 0;
    width: 20px;
    height: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 0 auto;
    display: block;
}

.arrow-style2 .owl-nav [class*='owl-'].owl-prev span {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    margin-left: 20px;
}
.arrow-style2 .owl-nav [class*='owl-'].owl-next span {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin-right: 20px;
}

.dot-style1.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.dot-style1.owl-theme.dot-position-center .owl-dots {
    position: unset;
    width: 100%;
    text-align: center;
    left: 0;
    transform: none;
}
.dot-style1.owl-theme .owl-dots .owl-dot span {
    background: #888785;
}

.dot-style1.owl-theme .owl-dots .owl-dot.active span,
.dot-style1.owl-theme .owl-dots .owl-dot:hover span {
    background: #3996aa;
}
.arrow-style1.slick-slider .slick-arrow {
    font-size: 0;
    height: 80px;
    width: 80px;
    margin-top: -40px;
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-radius: 0;
    top: 50%;
    position: absolute;
}
.arrow-style1.slick-slider .slick-arrow.slick-prev {
    left: -15%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.arrow-style1.slick-slider .slick-arrow.slick-next {
    right: -15%;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}
.block-slide-introduce {
    padding: 100px 0 180px;
}
.block-slide-introduce .dot-style1.owl-theme .owl-dots {
    bottom: -100px;
    left: calc(50% - 320px);
}
.block-slide-introduce .row {
    margin: 0 -2px;
}
.block-slide-introduce .row > div {
    padding: 0 2px;
}
.block-slide-introduce .text {
    align-items: center;
    display: flex;
    background-image: -moz-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
}
.block-slide-introduce .text .wrapper {
    padding: 0 120px;
    color: #fff;
}
.block-slide-introduce .text .wrapper .title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.1;
}

.block-apartment {
    background: #f1f1f1;
    padding: 100px 0 70px;
}
.block-apartment .slick-dots {
    margin-top: 60px;
}
.block-slide-introduce .text .wrapper .desc {
    font-size: 16px;
    line-height: 26px;
}
.block-apartment .slick-list .slick-slide > div:first-child {
    margin-bottom: 40px;
}
.block-apartment .slick-list .slick-slide .item {
    padding: 0 25px;
}
.block-utilities .bg-heading {
    background: #e6e7e8;
}
.block-utilities .heading-block {
    padding: 0 130px;
}
.block-utilities .heading-block .item {
    text-align: center;
    font-size: 20px;
    color: #174255;
    font-weight: 600;
    padding: 22px 0;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.block-utilities .heading-block .item.active {
    color: #fff;
    background-image: -moz-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
}
.block-utilities {
    padding: 150px 0 170px;
}
.block-utilities .content-block {
    margin-top: 80px;
}
.block-utilities .content-block .row {
    align-items: center;
}
.block-utilities .content-block .col-left {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
}
.block-utilities .content-block .col-right {
    padding: 0 15px 0 55px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width:38%;
}
.block-utilities .content-block .item-text {
    display: none;
}
.block-utilities .content-block .item-text.active {
    display: block;
}
.block-utilities .content-block .col-right p {
    color: #184355;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 35px;
}
.block-banner-sale {
    padding-left: 10%;
    position: relative;
}
.block-banner-sale .text-block{
    left: 10%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    max-width: 690px;
}

.block-banner-sale .text-block .wrapper {
    padding: 18% 18% 18% 28%;
}
.block-banner-sale .text-block .title-block {
    padding: 0;
}

.block-banner-sale .text-block .desc {
    font-size: 16px;
    line-height: 26px;
    color: #184355;
}

.block-banner-sale .text-block .view-more{
    margin-top: 50px;
}
.custom-page.song-tai-day .block-blog {
    background: #f1f1f1;
    padding: 160px 0;
    margin: 0;
}
.custom-page.song-tai-day .block-blog .title-block:before {
    position: absolute;
    content: "";
    background: url(../images/homepage/note2.svg);
    width: 51px;
    height: 45px;
    left: 55px;
    background-repeat: no-repeat;
    background-size: cover;
    top: auto;
}
.custom-page.song-tai-day .block-blog .title-block b {
    font-size: 32px;
}
.block-slide-introduce .title-block:before {
    position: absolute;
    content: "";
    background: url(../images/icon/ancu.png);
    width: 75px;
    height: 75px;
    left: 30px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.block-apartment .title-block:before {
    position: absolute;
    content: "";
    background: url(../images/icon/chung-cu.png);
    width: 100px;
    height: 70px;
    left: 20px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.block-utilities .title-block:before {
    position: absolute;
    content: "";
    background: url(../images/icon/tien-ich.png);
    width: 75px;
    height: 80px;
    left: 30px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.block-banner-sale .title-block:before {
    position: absolute;
    content: "";
    background: url(../images/icon/happy.png);
    width: 70px;
    height: 70px;
    left: -90px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

/*------landing -------*/
.landing-page .landing-utility .dot-style1.owl-theme .owl-dots {
    bottom: -12%;
}
.landing-page .main-slider {
    margin-bottom: 80px;
}
.landing-page.custom-page .main-slider .items-banner .caption {
    bottom: calc(50% - 100px);
    width: 100%;
}
.landing-page .block-tabs .bg-heading {
    background: #e6e7e8;
}

.landing-page .block-tabs .bg-heading .items-title {
    display: inline-block;
    width: 100%;
}

.landing-page .block-tabs .heading-block .item {
    text-align: center;
    font-size: 24px;
    color: #174255;
    cursor: pointer;
    padding: 20px 35px 15px;
    display: inline-block;
}
.landing-page .block-tabs .heading-block .item.active {
    color: #fff;
    background-image: -moz-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
}

.landing-page .block-tabs .content-block {
    position: relative;
    padding-top: 30%;
}

.landing-page .block-tabs .content-block > .container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.landing-page .block-tabs .content-block .text-block {
    width: 50%;
    padding: 80px 70px;
    height: 100%;
    background: rgb(255 255 255 / 95%);
}

.landing-page .block-tabs .content-block .text-block .item-text {
    display: none;
    font-size: 16px;
    line-height: 30px;
    color: #174255;
}

.landing-page .block-tabs .content-block .text-block .item-text p {
    margin-bottom: 40px;
    font-weight: 500;
}

.landing-page .block-tabs .content-block .text-block .item-text .view-more {
    margin-top: 40px;
}
.landing-page .block-tabs .content-block .text-block .item-text.active {
    display: block;
}

.landing-page .landing-operator{
    margin-top: 100px;
    margin-bottom: 168px;
}

.landing-page .landing-operator .landing-operator-container{
    position: relative;
    padding-top: 25% ;
}
.landing-page .landing-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.landing-operator-icon {
    text-align: center;
}
.landing-operator-container .content-block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    align-items: center;
}
.landing-page .landing-operator .margin-content{
    padding-right: 33%;
    line-height: 36px;
    color:#ffffff;
    font-size: 24px;
    text-transform: uppercase;
}

.landingpage{
    background: white;
}
.font-color-83bac7{
    color: #83bac7;
}
.font-color-839aa4{
    color: #839aa4;
}
.landingpage h2{
    font-size: 28px;
}

.banner-landing h1 , .tien_ich h1{
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.2) -1px -2px 34px;
    color: white;
    font-size: 28px;
    margin-top: 10vw;
}


.view-menu{
    font-size: 24px;
    min-width: 205px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #174255;
    cursor: pointer;
}
.view-menu-active{
    color: white;
    background-image: -moz-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(181,209,109) 30%, rgb(91,179,147) 52%, rgb(0,149,185) 100%);
}
.menu-overview{
    height: 64px;
}
.tien_ich h3{
    font-size: 18px;
    color: #174255;
}

.landing-utility{
    margin-top: 120px;
}
.landing-title{
    color: #3996aa;
    font-size: 48px;
    margin-bottom: 40px;
    line-height: 1;
}
.landing-utility-main{
    margin-left: 9.375%;
    margin-right: 9.375%;
    border: 5px solid #f1f1f2;
}.landing-utility-paper{
    padding: 120px 150px 90px 80px;
    margin-bottom: 50px;
    display: flex;
}
.paper-left{
    font-size: 24px;
    color: #174255;
}
.menu-left.active h3:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #3996aa;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.menu-left.active h3 {
    color: #3996aa;
}
.landing-utility .desciption{
    font-size: 16px;
    margin-top: 100px;
    margin-right: 14%;
    display: none;
}
.landing-utility .blog-carousel {
    display: none;
}
.landing-utility .desciption.active,
.landing-utility .blog-carousel.active {
    display: block;
}
.landing-utility .menu-left h3 {
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
}
.landing-utility .menu-left:not(:last-child) {
    margin-bottom: 25px;
}
.landing-utility .paper-right{
    position: relative;
}
.carousel-button{
    position: absolute;
    top: 95%;
    left: 84%;
    display: flex;
}
.landing-page .block-contact-form .title-block:before {
    position: absolute;
    content: "";
    background: url(../images/landing/invest.png);
    width: 76px;
    height: 76px;
    left: 20px;
    bottom: 0;
}
.landing-page .block-maps .title-block:before {
    position: absolute;
    content: "";
    background: url(../images/homepage/pin-google.svg);
    width: 50px;
    height: 50px;
    left: 60px;
    bottom: 15px;
}
.owl-carousel.arrow-style3 .owl-nav {
    margin: 0;
}
.owl-carousel.arrow-style3 .owl-nav [class*='owl-'] {
    border: 2px solid #3a99af;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    position: absolute;
    bottom: -15%;
    z-index: 2;
    border-radius: 50%;
}
.arrow-style3 .owl-nav [class*='owl-'].owl-prev {
    left: 90%;
}
.arrow-style3 .owl-nav [class*='owl-'].owl-next {
    right: -80px;
}
.arrow-style3 .owl-nav [class*='owl-'] span {
    font-size: 0;
    width: 20px;
    height: 20px;
    border-right: 2px solid #3a99af;
    border-bottom: 2px solid #3a99af;
    margin: 0 auto;
    display: block;
}

.arrow-style3 .owl-nav [class*='owl-'].owl-prev span {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    margin-left: 20px;
}
.arrow-style3 .owl-nav [class*='owl-'].owl-next span {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin-right: 20px;
}
/*------end landing -------*/

/*------style fixed -------*/

.box-2 {
    padding-top:  70px;
}
.block-count-down .title-2 {
    font-weight: bold;
    padding-top:  15px;
}
.title-second {
    font-style: italic;
    font-size: 27px;
}
#footer .slick-arrow {

    height: 30px;
    width: 30px;
    margin-top: -40px;
    color: transparent;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    font-size: 30px;
    border-radius: 0;
    border-top:none;
    border-right:none;
    background: none !important;
}

#footer .slick-arrow.slick-prev {
    right: -50px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    position: absolute;
    top: 60%;
}
#footer .slick-arrow.slick-next {
    left: -50px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    top: 60%;
}

#footer .slick-logo .slide-item {
    display: flex !important;
    justify-content: center;
}

/* street fest Halong photos */
.block-gallery .items-image {
    height:  540px;
}
.block-gallery .items {
    position: relative;
    margin:  2.5px;
}
.block-gallery .imagebox-1,
.block-gallery .imagebox-2,
.block-gallery .imagebox-6 {
    width: 17%;
}
.block-gallery .imagebox-3 {
    width: 15%;
}
.block-gallery .imagebox-1 {
    margin-left:  0;
}
.block-gallery .imagebox-4 {
    width:  19.9%;
}
.block-gallery .items-image .items .image-desk,
.block-more-information .img-wrap img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
}
.block-more-information .img-wrap img {
    filter: brightness(50%);
}
.block-gallery .imagebox-5,
.block-gallery .imagebox-8 {
    width: 26%;
}
.block-gallery .imagebox-7 {
    width:  30%;
}
/* Deleted the 1046 line and changing the margin left + right to -2.5px */
.view-fix {
    width:  160px;
}
.block-more-information .img-wrap {
    position: relative;
    padding-top: 115%;
}
.thuvien-mobile {
    display: none ;
}
.video-banner {
    position: relative;
    padding-top:  56.25%;
}
.video-banner .video-wrap {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.video-banner .video-wrap iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.block-kol .carousel .prevButton {
    left: 10%;
    top:30%;
}

.block-kol .carousel .nextButton {
    right: 10%;
    top: 30%;
}

/*--------------the end-----------------*/

@media (max-width: 1366px) {
    .block-gallery .items-image {
        height: 400px;
    }
    .block-banner-sale .text-block .wrapper {
        padding:  15% 20%;
    }
    .block-banner-sale .text-block {
        max-width: 480px;
    }

    .block-more-information .top-content .desc{
        min-height:267px;
    }
}

@media (max-width: 1919px) {
    .landing-utility .menu-left:not(:last-child) {
        margin-bottom: 15px;
    }
    .landing-page .landing-utility .owl-carousel.arrow-style3 .owl-nav [class*='owl-'] {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .landing-page .landing-utility .arrow-style3 .owl-nav [class*='owl-'].owl-next {
        right: -45px;
    }
    .landing-page .landing-utility .arrow-style3 .owl-nav [class*='owl-'] span {
        width: 15px;
        height: 15px;
    }
    .landing-page .landing-utility .arrow-style3 .owl-nav [class*='owl-'].owl-prev span {
        margin-left: 15px;
    }
    .landing-page .landing-utility .arrow-style3 .owl-nav [class*='owl-'].owl-next span {
        margin-right: 15px;
    }
    .landing-utility-paper {
        padding: 50px;
    }
    .landing-utility .desciption {
        margin-top: 50px;
    }
    .landing-page .landing-operator .margin-content {
        line-height: 28px;
        font-size: 18px;
    }
    .landing-page .block-tabs .content-block .text-block {
        padding: 50px;
    }
    .landing-page .block-tabs .content-block .text-block .item-text p {
        margin-bottom: 20px;
    }
    .carousel .prevButton {
        left: 4%;
    }
    .carousel .nextButton {
        right: 4%;
    }
    .block-text .col-left .wrapper {
        width: 70%;
    }
    .custom-page .block-text .col-left .title,
    .block-text .col-left .title {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .block-text .col-left p {
        margin-bottom: 30px;
    }
    .block-text .col-left .desc {
        font-size: 16px;
    }

    .block-text.style2 .col-left .title {
        font-size: 28px;
        margin-bottom: 0;
    }
    .block-text.style2 .col-left .title p {
        font-size: 48px;
        margin-top: 15px;
    }
    .block-maps .title-block,
    .block-contact-form .title-block {
        margin-bottom: 50px;
    }
    .arrow-style .owl-nav button.owl-prev, .arrow-style .owl-nav button.owl-next {
        height: 50px;
        width: 50px;
        margin-top: -25px;
    }
    .arrow-style .owl-nav button.owl-prev {
        left: -5%;
    }
    .arrow-style .owl-nav button.owl-next {
        right: -5%;
    }
    #footer .footer-top .main-footer .footer-menu .title, #footer .footer-top .main-footer .footer-social .title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .block-count-down-03 .col-left ul li,
    .block-maps .col-right ul li {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 20px;

    }
    .block-count-down-03 .col-left ul li img,
    .block-maps .col-right ul li img {
        width: 30px;
    }
    .block-count-down-03 .col-left ul li:last-child,
    .block-maps .col-right ul li:last-child {
        margin-top: 0;
    }
    .block-count-down-03 .col-right .bottom-countdown {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .custom-page .block-text.style3 .col-right p {
        padding-right: 90px;
    }
    .block-gallery .items.text .content {
        padding: 0 30px;
    }
    .dau-tu-ngay .block-tabs .heading-block .item {
        font-size: 18px;
        line-height: 24px;
        padding: 15px 0;
    }
    .block-utilities .heading-block .item {
        padding: 15px 0;
    }
    .arrow-style1.slick-slider .slick-arrow.slick-prev {
        height: 50px;
        width: 50px;
        margin-top: -25px;
        left: -5%;
    }
    .arrow-style1.slick-slider .slick-arrow.slick-next {
        height: 50px;
        width: 50px;
        margin-top: -25px;
        right: -5%;
    }
    .block-slide-introduce .text .wrapper {
        padding: 0 15%;
    }
    .block-slide-introduce .text .wrapper .desc {
        /*font-size: 14px;
        line-height: 24px;*/
    }
    .dau-tu-ngay .block-kol .bottom-content .title {
        margin-left: 15%;
    }
    .block-kol .bottom-content .title {
        width: 40%;
    }
    .dau-tu-ngay .block-contact-form {
        margin: 0;
        background: #f1f1f1;
        padding: 70px 0 60px;
    }
    .dau-tu-ngay .block-kol .carousel .buttonNav {
        margin-top: 30px;
    }
    .block-project .items-project .text {
        padding: 40px;
        /*max-width: 70%;*/
        max-width: 40%;
    }
    .block-project .items-project .text .title {
        font-size: 22px;
        margin-bottom: 25px;
        line-height: 27px;
    }
    .block-project .items-project .text ul {
        margin: 0 -10px;
    }
    .block-project .items-project .text ul li {
        padding: 0 10px;
    }
    .block-project .items-project .text ul li .label {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .block-project .items-project .text ul li .desc {
        font-size: 14px;
    }
    .block-project .items-project .text .view-more {
        margin-top: 30px;
    }
    .dau-tu-ngay .block-tabs .heading-block .item {
        font-size: 18px;
        line-height: 24px;
        padding: 15px 0;
    }
    .dau-tu-ngay .block-tabs .content-block .text-block {
        padding: 50px 40px;
    }
    .dau-tu-ngay .block-tabs .content-block .text-block .item-text {
        font-size: 14px;
        line-height: 22px;
    }
    .block-blog .items .img-blog {
        margin-bottom: 25px;
    }

    .custom-page .button-bottom .view-more {
        font-size: 12px;
    }
    .custom-page.choi-ha-long .block-blog .items .title-blog,
    .custom-page.song-tai-day .block-blog .items .title-blog{
        margin-bottom: 15px
    }
    .custom-page .block-blog .items .desc {
        font-size: 14px;
        line-height: 20px;
        min-height: 80px;
    }

    .custom-page.song-tai-day .block-blog .items .desc {
        min-height: auto;
    }
    .custom-page.choi-ha-long .block-more-information .top-content .desc {
        font-size: 14px;
        line-height: 22px;
        min-height: 155px;
    }
    .block-maps2 .items-location .content-location ul li .number {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .block-maps2 .items-location .item:not(:last-child) {
        margin-bottom: 20px;
    }
    .block-maps2 .items-location .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .block-maps2 .items-location .content-location ul li {
        padding: 0 20px 20px;
    }
    .block-maps2 .items-location .content-location ul li p {
        margin-top: 10px;
    }
    .block-maps2 .items-location {
        padding: 0;
    }
    .custom-page2 .block-text {
        padding: 70px 0;
    }
    .custom-page2 .block-text .col-right p {
        font-size: 16px;
        line-height: 24px;
    }
    .block-introduce .col-right {
        padding-left: 50px;
    }
    .block-introduce .col-right .column-text {
        padding-left: 30px;
    }
    .block-introduce .col-right .column-event .column-text .title {
        font-size: 22px;
        margin-top: 0;
        line-height: 24px;
    }
    .block-introduce .col-right .column-event .column-text .desc p {
        font-size: 14px;
        line-height: 20px;
    }
    .block-introduce .col-right .column-event .column-text .desc p.mb-30 {
        margin-bottom: 20px;
    }

    .block-introduce .col-right .column-event .column-text .desc {
        margin-bottom: 50px;
        margin-right: 30%;
    }
    .block-introduce .col-right .detail-item:not(:last-child) {
        margin-bottom: 60px;
    }
    .landing-page .block-tabs .heading-block .item {
        font-size: 20px;
    }
}

@media (min-width: 1920px) {
    .block-contact-form .content-form .title-form {
        margin-bottom: 50px;
    }
    .block-info, .about-us .banner-slider {
        margin-bottom: 60px;
    }
    .about-us .view-more {
        padding: 12px 35px;
    }
    .block-info .text-block .title {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 50px;
    }
    .block-info .text-block .desc {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 100px;
        padding-right: 80px;
    }
    .block-info .text-block .button-action {
        padding-right: 80px;
    }
    .block-info .text-block .button-action {
        padding-right: 80px;
    }
    .block-info .text-block {
        padding: 0 10% 0 25%;
    }
    .dau-tu-ngay .block-info .text-block {
        padding: 0 10% 0 42%;
    }
    .dau-tu-ngay .block-info .text-block .desc {
        margin-bottom: 70px;
    }
    .dau-tu-ngay .block-info {
        margin-bottom: 0;
    }
}

/*-----------fix the 5 new pages-----------------*/
/* chơi hạ Long fix background */
.block-introduce .col-left .img-event.choihl-bg {
    /*background: url(../../assets/images/choi-ha-long/banner-where.png) no-repeat left center fixed;*/
    background-size:  auto;
    width: 100%;
    height: 100%;
}
/*view more project*/
.block-project .content-more,
.block-introduce .content-more {
    margin-top:  30px;
    display: none;

}
.block-project .content-more.active,
.block-introduce  .content-more.active {
    display: block;
}
.custom-page.song-tai-day .block-apartment .item {
    position: relative;
}
.custom-page.song-tai-day .block-apartment .content {
    position: absolute;
    bottom: 15%;
    left: 45px;
    right: 45px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    -ms-transition:0.4s all;
    transform: translateY(50px);
    color: #fff;
    font-size: 16px;
}
.custom-page.song-tai-day .block-apartment .content .title{
    font-size: 18px;
    font-weight: bold ;
}
.custom-page.song-tai-day .block-apartment .item-wrapper:hover .content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.custom-page.song-tai-day .block-apartment .item-wrapper:hover:after {
    content: "";
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    left: 25px;
    z-index: 1;
    background-image: -moz-linear-gradient( 90deg, rgb(18,121,124) 0%, rgba(255,255,255,0) 130%);
    background-image: -webkit-linear-gradient( 90deg, rgb(18,121,124) 0%, rgba(255,255,255,0) 130%);
    background-image: -ms-linear-gradient( 90deg, rgb(18,121,124) 0%, rgba(255,255,255,0) 130%);
}
/*---------------------------------------------------the end--------------------------------------*/
@media (max-width: 1366px) {
    .block-gallery .items.text {
        width: 50%;
    }
    .block-more-information .top-content {
        width: 80%;
    }
    .custom-page.song-tai-day .block-apartment .content {
        font-size:  14px;
    }
}