/*
Theme Name: Theme WP Gia Re
Description: This is a child theme for Flatsome Theme
Author: Truong Phong
Template: flatsome
Version: 3.0
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
h1, h2, h3, h4, h5, h6 {
	text-wrap: wrap;}
.section-vi-tri .row-ket-noi .col-inner p {
    margin-bottom: 0px !important;
}

.section-vi-tri .row-ket-noi .col-inner span {
    color: var(--primary-color)!important;
    font-size: 40px !important;
    font-weight: 400 !important;
    font-family: "UTM-Trajan-Pro-Bold" !important;
}

.section-can-ho .text-box span {
    color: var(--primary-color) !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    font-family: "UTM-Trajan-Pro-Bold" !important;
}

.section-vi-tri .row-ket-noi .list-address span {
    font-family: "UTM-Trajan-Pro-Bold";
    font-weight: 400;
}

.section-biet-thu .row-text-biet-thu .col-inner p {
    margin-bottom: 0px !important;
}

.section-biet-thu .row-text-biet-thu .col-inner span ins {
    font-size: 23px;
    vertical-align: text-top;
}

.section-biet-thu .row-text-biet-thu .col-inner span {
    color: var(--primary-color) !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    font-family: "UTM-Trajan-Pro-Bold" !important;
}

.section-biet-thu .row-text-biet-thu.list-address span {
    font-family: "UTM-Trajan-Pro-Bold";
    font-weight: 400;
}

.section-biet-thu .row-text-biet-thu {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.section-mat-bang .text-box .col-inner {
    text-align: left;
}

.section-mat-bang .text-box {
    right: -8% !important;
}

.row-nut-home .title-span span {
    color: #FFF;
    background: #0F363B;
    position: relative;
    padding: 10px 30px;
    border-radius: 25px;
    border: 2px solid var(--primary-color);
    font-size: 15px;
    font-family: "UTM-Trajan-Pro-Bold";
}

.mfp-close {
    mix-blend-mode: unset;
    color: var(--primary-color)!important;
}

a.back-to-top {
    display: none !important;
}

.row-thong-tin {
    background: var(--primary-color);
    border-radius: 16px;
    border: 1px solid white;
    padding: 10px;
}

.row-thong-tin p {
    margin-bottom: 5px;
    margin-top: 0px;
}

.row-thong-tin h3 {
    color: #fff;
    font-size: 1.4em !important;
    font-family: "Arsenal-Bold";
    margin-bottom: 0;
    text-transform: uppercase;
}

.fullpage .section {
    height: calc(100vh)!important;
}

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

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

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

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

@font-face {
    font-family: "SVN-Candlescript-Pro";
    src: url(fonts/SVN-Candlescript-Pro.otf) format("opentype");
}

@font-face {
    font-family: "UVF-Candlescript-Pro";
    src: url(fonts/UVF-Candlescript-Pro.otf) format("opentype");
}

@font-face {
    font-family: "TrajanPro3-Bold";
    src: url(fonts/TrajanPro3-Bold.otf) format("opentype");
}

@font-face {
    font-family: "UTM-Trajan-Pro-Bold";
    src: url(fonts/UTM-Trajan-Pro-Bold.ttf) format("opentype");
}

body #widget-left.show .icon-home {
    width: auto;
}

body #widget-left .icon-home {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 30%;
}

#widget-left a:not(.subscribe):hover {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #0D353B;
}

#widget-left .item:hover .brochure,
#widget-left .item:hover .hotline {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    visibility: visible;
    opacity: 1;
    background: var(--primary-color);
    color: #FFF;
}

.div-nha-mau h2 {
    font-family: "Arsenal-Bold";
}

#widget-left .item .brochure {
    height: 28px;
    font-family: "Arsenal-Regular";
}

#widget-left .item .brochure,
#widget-left .item .hotline {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    flex-wrap: wrap;
    align-items: center;
    transform: translateY(20px);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    margin-bottom: 18px;
    background: var(--primary-color);
    padding: 5px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

#widget-left .img-fluid {
    max-width: 100%;
    height: auto;
}

#widget-left .item:before {
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    content: '';
}

#widget-left .subscribe span {
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    font-family: "UTM-Trajan-Pro-Bold";
}

#widget-left .item.go-first {
    background: #0D353B;
}

#widget-left .subscribe {
    -webkit-animation: gradientBG 3s ease infinite;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    animation: gradientBG 3s ease infinite;
    margin: 8px 0;
    border-radius: 25px;
    background: var(--primary-color);
    background-size: 400% 200%;
    padding: 9px 10px;
    border: 2px solid var(--primary-color);
}

#widget-left .item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0px 10px;
    border-radius: 25px;
    background: var(--primary-color);
    width: 30px;
    height: 30px;
    color: #FFF;
    padding: 5px;
}

#widget-left {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    opacity: 1;
    transition: all .4s linear;
    transition-delay: .6s;
    width: 100%;
}

#widget-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 15px;
    left: 30px;
    z-index: 102;
    align-items: center;
    justify-content: center;
}

#widget-left.show {
    justify-content: flex-start;
    width: auto;
}

.row-nut-home .title-san-pham {
    top: -100px !important;
}

.row-nut-home .title-hinh-anh {
    top: -40px !important;
}

.row-nut-home .title-mat-bang {
    top: 0px !important;
}

.row-nut-home .title-tin-tuc {
    top: -100px !important;
}

.row-nut-home .title-sang span {
    border: 2px solid var(--primary-color)!important;
}

.row-nut-home .title-sang span:before,
.row-nut-home .title-sang span:after {
    background: var(--primary-color)!important;
}

.row-nut-home .title-span {
    position: absolute;
    top: 25px;
    right: 120px;
    text-align: left;
    z-index: 200;
}

.row-nut-home .title-span span {
    color: #FFF;
    background: #0F363B;
    position: relative;
    padding: 10px 30px;
    border-radius: 25px;
    border: 2px solid var(--primary-color);
    font-size: 15px;
    font-family: "UTM-Trajan-Pro-Bold";
}

.row-nut-home .title-span span:before {
    content: '';
    width: 100px;
    height: 2px;
    background: #FFF;
    right: 0%;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    position: absolute;
}

.row-nut-home .title-span span:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #FFF;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 100%;
}

#main .slide-du-an .col {
    padding-left: 15px !important;
    padding-right: 15px !important
}

#main .section-du-an {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.title-anh {
    color: var(--primary-color);
    font-size: 4em;
    font-weight: 900;
    font-family: "Arsenal-Bold";
    text-align: center;
    padding-bottom: 50px;
    position: relative;
    line-height: 1;
}

span.span-number {
    background: var(--primary-color);
    color: white;
    padding: 0px 9px;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    text-align: center;
    height: 40px;
    border-style: double;
    line-height: 33px;
}

.div-mat-bang-phai .row {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

#main .slide-du-an {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.slide-du-an .col-inner .col-inner {
    border: none !important;
    padding: 0px !important
}

.slide-du-an .col-inner {
    border: 1px solid var(--primary-color) !important;
    padding: 10px !important;
    margin-bottom: 10px;
}

.slide-du-an .div-box-text {
    background: var(--primary-color);
    color: white;
    padding: 10px 25px;
    min-height: 210px;
}

.slide-du-an .div-box-text h3 {
    background: #FFFFFF;
    color: var(--primary-color);
    text-align: center !important;
    width: 100%;
    margin: auto;
    margin-bottom: 12px;
}

.slide-du-an .col-inner p {
    margin-bottom: 5px;
}

.slide-du-an .row .col {
    padding-left: 15px !important;
    padding-right: 15px !important
}

#main .div-tin-tuc .row,
#main .div-tin-thi-truong .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#main .div-tin-tuc {
    margin: auto;
    padding: 20px !important;
    background: rgb(86 39 59 / 70%);
    border: 1px solid #FFF;
}

.div-khung-tin-tuc {
    min-height: 60px;
    border: 1px solid #FFF;
    /* padding: 0px 5px; */
    background: rgb(86 39 59 / 70%);
    text-align: center;
    width: 80%;
    padding: 17px 8px;
}

.div-khung-tin-tuc p {
    margin-bottom: 0px !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.div-khung-thi-truong {
    min-height: 60px;
    margin: auto;
    width: 80%;
    padding: 17px 8px !important;
    border: 1px solid #FFF;
    background: #A8A8A8bf;
    text-align: center;
}

.div-khung-thi-truong p {
    margin-bottom: 0px !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

#main .div-tin-thi-truong {
    padding: 20px !important;
    background: #A8A8A8bf;
    border: 1px solid #FFF;
}

.row-tin {
    margin: auto !important;
}

.row-full-width .col {
    padding-bottom: 0px !important;
}

#content .div-nha-mau .col {
    padding: 0 15px 0px !important;
}

.div-nha-mau h2 {
    margin-bottom: 35px;
}

.section-tong-quan ul {
    width: 80%;
    margin-bottom: 0;
    margin-left: auto;
    list-style: none;
    padding: 15px 15px 15px 15px;
    position: relative;
    border-top: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

.section-tong-quan ul li {
    margin-left: -16px !important;
}

.section-tong-quan ul li i {
    color: var(--primary-color);
    font-size: 13px;
    margin-right: 10px;
}

.section-tong-quan ul p {
    text-align: left;
}

.section-tong-quan ul:before {
    position: absolute;
    content: '';
    background: var(--primary-color);
    width: 2px;
    height: 20px;
    top: 0;
    left: 0px;
}

.section-tong-quan ul:after {
    position: absolute;
    content: '';
    background: var(--primary-color);
    width: 2px;
    height: 25px;
    bottom: 0;
    left: 0px;
}

.star {
    display: block !important;
    position: absolute;
    background: url(images/sparkle.png) no-repeat;
    background-size: contain;
    overflow: hidden;
}

.star.star-1 {
    width: 50px;
    height: 34px;
    bottom: 110px;
    right: 97px;
}

.star.star-2 {
    width: 50px;
    height: 77px;
    bottom: 18px;
    right: 224px;
}

.star.star-3 {
    width: 50px;
    height: 70px;
    bottom: 115px;
    right: 172px;
}

.star.star-4 {
    width: 50px;
    height: 70px;
    bottom: 46px;
    right: 162px;
}

.star.star-5 {
    width: 30px;
    height: 70px;
    top: 10rem;
    left: 48%;
}

.star.star-6 {
    width: 30px;
    height: 70px;
    top: 13rem;
    left: 0;
}

.star.star-7 {
    width: 30px;
    height: 70px;
    top: 30%;
    left: 35%;
}

.star.star-8 {
    width: 30px;
    height: 70px;
    top: 40%;
    left: 35%;
}

.star.star-9 {
    width: 30px;
    height: 70px;
    top: 40%;
    left: 10%;
}

.star.star-10 {
    width: 30px;
    height: 70px;
    top: 50%;
    left: 0;
}

.star.star-11 {
    width: 30px;
    height: 70px;
    top: 50%;
    left: 50%;
}

.star.star-12 {
    width: 30px;
    height: 70px;
    bottom: 30%;
    left: 68%;
}

.star.star-13 {
    width: 30px;
    height: 70px;
    bottom: 45%;
    left: 70%;
}

.star.star-14 {
    width: 30px;
    height: 70px;
    bottom: 45%;
    left: 70%;
}

.star.star-15 {
    width: 30px;
    height: 70px;
    bottom: 20%;
    left: 70%;
}

.star.star-16 {
    width: 30px;
    height: 70px;
    bottom: 30%;
    left: 30%;
}

.star.star-17 {
    width: 30px;
    height: 70px;
    bottom: 42%;
    left: 62%;
}

.header-bg-color {
    background-color: transparent !important;
}

body::-webkit-scrollbar {
    width: 0em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: transparent;
    outline: 1px solid transparent;
}

.scrollable-element {
    scrollbar-color: red yellow;
}

::-webkit-scrollbar {
    scrollbar-color: red yellow;
}

::-webkit-scrollbar-button {
    scrollbar-color: red yellow;
}

::-webkit-scrollbar-track {
    scrollbar-color: red yellow;
}

::-webkit-scrollbar-track-piece {
    scrollbar-color: red yellow;
}

::-webkit-scrollbar-thumb {
    scrollbar-color: red yellow;
}

::-webkit-scrollbar-corner {
    scrollbar-color: red yellow;
}

::-webkit-resizer {
    scrollbar-color: red yellow;
}

.row-full-width .col {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.row-full-width .section {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(0);
        opacity: 1;
        transform: scale(0);
        visibility: visible
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
        transform: scale(1);
        visibility: hidden
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(0);
        opacity: 1;
        transform: scale(0);
        visibility: visible
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
        transform: scale(1);
        visibility: hidden
    }
}

.d-hotline {
    background: radial-gradient(circle farthest-corner at 10% 20%, rgba(253, 239, 132, 1) 0, rgba(247, 198, 169, 1) 54.2%, rgba(21, 186, 196, 1) 100.3%);
    border: 3px solid #fff;
    border-radius: 40px;
    bottom: 20px;
    box-shadow: 0 0 15px 2px rgb(255 255 255 / 75%);
    display: block;
    left: 20px;
    padding: 10px 20px;
    position: fixed;
    width: auto;
    z-index: 5;
}

#support-center .sup-action+.sup-action {
    margin-top: 10px;
}

#support-center .fanpage {
    display: block;
}

#support-center .sup-action {
    -webkit-transition: all .2s ease-in-out;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 50%;
    box-shadow: 0 0 5px 2px rgb(255 255 255 / 50%);
    height: 60px;
    line-height: 58px;
    padding: 0;
    transition: all .2s ease-in-out;
    width: 100%;
}

#support-center .call,
#support-center .open-form,
#support-center span {
    display: none;
}

#support-center .sup-action {
    color: #333;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 1;
    padding: 7px 2px;
    text-align: center;
    width: 25%;
    z-index: 7;
}

#support-center .sup-action+.sup-action {
    margin-top: 10px;
}

#support-center {
    position: fixed;
    background: transparent;
    border: 0 none;
    bottom: 40px;
    height: auto;
    right: 10px;
    width: 60px;
}

.d-hotline svg path {
    fill: var(--primary-color);
}

.svg-icon {
    height: 22px;
    vertical-align: middle;
    width: 22px;
}

.d-hotline svg {
    margin-right: 5px;
    position: relative;
}

.d-hotline .icon {
    float: left;
    padding: 4px 0;
    position: relative;
}

.ripple {
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
    background-color: #fff;
    border-radius: 50%;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}

.ripple-container {
    height: 100px;
    width: 100px;
}

.d-hotline .text {
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.ripple:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.ripple:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

-webkit-keyframes boonboon {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    30% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    45% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    60% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes boonboon {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    30% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    45% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    60% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.anh-dong {
    webkit-animation: boonboon 2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: boonboon 2s cubic-bezier(.5, 0, .5, 1) infinite;
}

a.button.primary:hover {
    background: #FFC000;
    color: var(--primary-color);
}

.button-chi-tiet {
    color: var(--primary-color);
    font-weight: normal;
}

.button-chi-tiet:hover {
    background: var(--primary-color) !important;
    color: white;
}

a.button.is-larger {
    font-size: 18px;
}

.section-tin-tuc .box .box-text {
    padding: 20px;
}

.is-divider {
    display: none;
}

.section-tien-do .box .box-image {
    border-radius: 15px;
}

.section-tien-do .box .box-image img {
    border-radius: 15px;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}

.section-tien-do .box .box-image {
    -webkit-box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.section-tien-do .box .box-text {
    background: #fff;
    border-radius: 0 0 5px 5px;
    color: #333;
    font-size: 20px;
    line-height: 1.4;
    /* margin: 0 6%; */
    min-height: 60px;
    padding: 10px;
    text-align: center;
    width: 90%;
    margin: auto;
}

.section-phan-khu .info {
    border-radius: .5rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
    margin: -60px 10px 0;
    padding: 1rem;
    background: linear-gradient(0, var(--primary-color) 40%, rgba(0, 0, 0, .35) 100%);
}

.section-phan-khu .info h3,
.section-phan-khu .info p {
    color: white;
}

.section-tien-do {
    background: linear-gradient(0deg, #fff 0%, var(--primary-color) 50%, #fff 100%)
}

.b-description p {
    margin-bottom: 0px;
}

.ux-timer-wrapper .col-inner {
    background: #FFC000;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border: none !important;
}

.ux-timer-wrapper .col-inner {
    padding: 5px 0px !important;
    color: var(--primary-color);
}

.ux-timer-wrapper .col-inner h3 {
    color: var(--primary-color);
    margin-bottom: 0px;
}

.section-tin-tuc h5 {
    min-height: 44px;
}

.section-tin-tuc .box-text .from_the_blog_excerpt {
    min-height: 77px;
}

.section-tin-tuc .box-text button {
    color: var(--primary-color);
    text-transform: inherit;
    font-weight: normal;
    font-size: 15px;
}

.div-lien-he h3 {
    font-family: "Arsenal-Bold";
    color: var(--primary-color);
    text-shadow: 0 1px 2px #fff;
    font-weight: bold;
    text-align: center;
    font-size: 35px !important
}

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

.div-submit .wpcf7-submit {
    background: rgba(0, 0, 0, .5) !important;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
}

.div-lien-he {
    backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, .3);
    border: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    bottom: 0;
    box-shadow: 0 25px 45px rgb(0 0 0 / 10%);
    padding: 20px;
}

.wpcf7-spinner {
    display: none;
}

.div-tong-quan ul li:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 20px;
    left: -30px;
    position: absolute;
    width: 20px;
    background-image: url(images/coconut.svg);
    top: 2px;
}

.div-tong-quan ul li,
.div-gift ul li {
    clear: both;
    list-style: none;
    position: relative;
}

.blog-archive header.archive-page-header {
    display: none;
}

#footer h3 {
    font-size: 20px !important;
    font-family: "Arsenal-Bold";
}

#footer p {
    margin-bottom: 10px;
}

.gallery-col .box-normal .box-text {
    background: #f0f0f0;
    color: #333;
}

.gallery-col .box-normal .box-text p {
    font-weight: bold;
    font-size: 18px;
}

.div-no-padding {
    padding-bottom: 0px !important;
}

ul ol {
    margin-left: 10px !important
}

.div-gift ul li:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 20px;
    left: -30px;
    position: absolute;
    width: 20px;
    background-image: url(images/gift-5.svg);
    top: 2px;
}

#main .section-du-an>.col {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.row-nut {
    margin: auto !important;
    max-width: 1600px !important;
}

.section-du-an .flickity-slider .row {
    max-width: 1600px !important;
}

.header-nav-main {
    display: none;
}

.stuck #logo img {
    max-height: 100px!important;
}

.header.show-on-scroll,
.stuck .header-main {
    height: 115px!important;
}

body p {
    font-size: 16px;
}

.header-wrapper.stuck,
.header-shadow .header-wrapper,
.layout-shadow #wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.div-dang-ky .col-inner {
    background: #194350;
    padding: 40px;
}

.div-dang-ky .div-nha-mau .large-3 {
    padding-bottom: 0px !important;
    max-width: 100%;
    flex-basis: 100%;
}

.div-nha-mau .wpcf7-submit {
    border-radius: 33px;
    padding: 0px 51px;
    width: auto;
    min-height: 2em;
    border: 1px solid white;
    line-height: 2em;
}

.div-dang-ky input {
    border-radius: 6px;
}

.div-dang-ky .col-inner p {
    color: white;
}

.section-title-center .section-title-main {
    color: var(--primary-color);
    font-size: 130%;
}

.section-title-center b {
    background: var(--primary-color);
    opacity: 1;
}

.row-dang-ky .div-nha-mau .large-3 {
    padding-bottom: 0px !important;
    max-width: 100%;
    flex-basis: 100%;
}

.row-dang-ky {
    background-color: rgba(255, 255, 255, 0.459);
    padding: 38px;
    border: 1px solid #fff;
}

.b-title-description {
    padding-bottom: 45px;
    position: relative;
    text-align: center;
    z-index: 2;
}

input[type=email],
input[type=date],
input[type=search],
input[type=number],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection {
    height: 2.807em;
    border: 2px solid var(--primary-color);
}

.b-title-description:before {
    background: url(images/line-1.png) center center no-repeat;
    background-size: contain;
    bottom: 22px;
    content: '';
    display: block;
    height: 14px;
    left: 0;
    margin: 0 auto;
    max-width: 200px;
    position: absolute;
    right: 0;
    width: 100%;
}

.post-item .post-title {
    height: 47px;
    overflow: hidden;
}

.b-title {
    margin-bottom: 20px;
    color: var(--primary-color);
    display: block;
    text-transform: uppercase;
    line-height: 1.05;
    position: relative;
    width: 100%;
    font-size: 32px;
}

#nhan-khuyen-mai .wpcf7-submit {
    background: var(--primary-color)!important;
    color: white;
    border-radius: 7px;
    width: 100%;
    font-weight: normal;
}

#nhan-khuyen-mai h3 {
    font-size: 22px !important;
}

.header-nav-main li a {
    color: var(--primary-color) !important;
    padding: 0px 15px;
}

.spu-content .div-lien-he h4 {
    color: white;
}

.spu-content .div-submit {
    text-align: center;
}

.spu-content .wpcf7-submit {
    background: var(--primary-color);
}

.section-loi-the h3 {
    padding-bottom: 20px;
}

.section-title-center {
    margin-bottom: 0px;
}

.section-lien-he {
    background-color: #657996 !important;
    background-image: url(images/footer-background.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.section-tien-do .fa-bookmark {
    color: #e74c3c
}

.section-tien-do .fa-money {
    color: #27ae60
}

.section-mat-bang .tabbed-content li {
    margin-right: 0px;
}

.section-mat-bang .tab-panels {
    text-align: center;
}

.section-mat-bang .tabbed-content li a {
    margin-right: 0px !important;
    font-weight: normal !important;
    border: 1px solid #08488a !important;
    border-radius: 0px 0px 0 0 !important;
    background-color: #1b5b9d !important;
    color: #ffffff !important;
    padding: 11px 18px 11px 18px !important;
    text-decoration: none !important;
    font-size: 16px !important;
    text-align: center !important;
}

.section-mat-bang .tabbed-content li a span:before {
    content: "\f15c";
    font-family: fontawesome;
    padding-right: 4px;
}

.section-mat-bang .tabbed-content li a:hover {}

.section-gia-ban i.fa-star {
    color: #f1c40f
}

.dang-ky-ngang .wpcf7-text {
    border-radius: 30px
}

.dang-ky-ngang .wpcf7-submit {
    border: 1px solid;
    background: transparent;
    padding: 0px 40px;
    border-radius: 30px
}

.section-loi-the .icon-box-text {
    text-align: center;
}

.div-tron-bo {
    background: #3498db;
    padding: 20px;
    margin-bottom: 40px;
}

.div-tron-bo h3 {
    color: white;
}

.dang-ky-ngang {
    margin: 0px !important;
}

.dang-ky-ngang .div-nho {
    padding: 0px 15px;
}

.flex-right ul li {
    padding: 0px 10px !important;
}

.flex-right ul li a {
    text-transform: initial !important;
    font-size: 16px;
}


/*Màu sắc button*/

.social-button,
.social-icons .button.icon:not(.is-outline),
.social-icons .button.icon:hover {
    background-color: currentColor !important;
    border-color: currentColor !important;
}

.button.facebook,
.button.facebook:not(.is-outline),
.button.facebook:hover {
    color: #fff;
    background-color: #446084;
    border-color: #446084;
}

.button.twitter,
.button.twitter:not(.is-outline),
.button.twitter:hover {
    color: white !important;
    background: #2478ba !important;
    border-color: #2478ba;
}

.button.email,
.button.email:not(.is-outline),
.button.email:hover {
    color: #fff;
    background-color: black !important;
    border-color: black !important;
}

.button.pinterest,
.button.pinterest:not(.is-outline),
.button.pinterest:hover {
    color: #fff !important;
    background-color: #cb2320 !important;
    border-color: #cb2320 !important;
}

.button.google-plus,
.button.google-plus:not(.is-outline),
.button.google-plus:hover {
    color: #fff !important;
    background-color: #dd4e31 !important;
    border-color: #dd4e31 !important;
}

.button.linkedin,
.button.linkedin:not(.is-outline),
.button.linkedin:hover {
    color: #fff !important;
    background-color: #0072b7 !important;
    border-color: #0072b7 !important;
}

.single-date {
    border-bottom: 1px dashed #ededed;
}

h1.entry-title {
    font-size: 24px !important;
}


/*Kết thúc màu sắc*/

footer.entry-meta {
    border-top: none !important;
    border-bottom: 1px dashed #ececec !important;
}

.entry-content img {
    width: auto !important
}

.duong-line {
    background: rgba(0, 0, 0, 0) url(images/line.png) repeat scroll 0 0;
    height: 12px;
    margin-top: 5px;
    overflow: hidden;
}

.related-post h7 {
    font-weight: bold;
    font-size: 18px;
    float: left;
    margin: -8px 20px 0 0;
}

.section-vi-tri h3,
.section-vi-tri h4 {
    color: rgba(238, 158, 10, 1)
}

.section-vi-tri p {
    color: white;
    font-size: 15px !important;
}

p.call-text {
    font-size: 18px !important;
    font-weight: bold !important;
}

.wpcf7-response-output {
    color: #E49959;
}


/*Nut goi dien thoai*/

.call-now {
    left: 0;
    bottom: 51px;
    height: 50px;
    min-width: 200px;
    position: fixed;
    background-color: #e67e22;
    border-radius: 0 25px 25px 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .8);
    z-index: 998;
}

.tai-lieu {
    padding: 5px;
    right: 0;
    bottom: 25px;
    /* height: 50px; */
    min-width: 200px;
    position: fixed;
    background-color: #e67e22;
    /* border-radius: 0 25px 25px 0; */
    box-shadow: 0 1px 2px rgba(0, 0, 0, .8);
    z-index: 998;
}

.tai-lieu a {
    color: white;
}

.back-to-top {
    right: 16px;
    bottom: 230px !important;
}

.call-now .btn-call-now i {
    position: absolute;
    color: #e67e22;
    background-color: #fff;
    font-size: 35px;
    right: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e67e22;
}

.call-now .btn-call-now p {
    color: #fff;
    font-size: 14px;
    min-width: 150px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

.call-now .btn-call-now strong {
    display: block;
    font-size: 18px;
}

.section-lien-he .wpcf7-form .wpcf7-text {
    background-color: transparent !important;
    color: white !important
}

.section-lien-he .wpcf7-form .wpcf7-submit {
    background-color: rgb(238, 158, 10);
}

.section-lien-he .wpcf7-form .div-submit {
    text-align: center;
}

.section-lien-he input.wpcf7-text::-webkit-input-placeholder {
    color: white !important;
}

div.wpcf7-mail-sent-ok {
    color: white;
    border: 2px solid rgb(238, 158, 10);
}

.div-lien-he h4 {}

.section-cam-ket img {
    margin-bottom: 0px !important
}

.div-lien-he p i {
    font-size: 68px;
    border-radius: 50%;
    background: rgb(238, 158, 10);
    color: white;
    padding: 10px;
}

.section-doi-tac .box-text {
    text-align: center;
    font-weight: bold;
}

#tong-quan {
    margin-top: -100px;
}

#post-228 .single-page h4 a {
    color: green;
    text-decoration: underline;
}

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

@media(min-width: 1023px) {
    .home h1 {
        font-size: 40px;
    }
    .home h3 {
        font-size: 30px;
    }
}

@media(max-width: 481px) {
    .section-mat-bang .tabbed-content li {
        width: 100%;
    }
    .section-mat-bang .tabbed-content li a {
        width: 100%;
    }
    .tai-lieu {
        bottom: -9px !important;
        min-width: 90px !important;
    }
}

@media(min-width: 769px) {
    .section-lien-he .wpcf7-form {
        width: 500px;
        margin: auto;
    }
}

@media(min-width: 1024px) and (max-width: 1599px) {
    span.span-number {
        color: white;
        padding: 0px 9px;
        border-radius: 50%;
        display: inline-block;
        width: 28px;
        /* text-align: left !important; */
        height: 28px;
        border-style: unset;
        line-height: 27px;
        font-size: 75%;
        vertical-align: middle;
        /* position: absolute; */
        /* left: -17px; */
    }
    .div-mat-bang-phai p {
        font-size: 14px;
        margin-bottom: 8px;
    }
}

@media(max-width: 855px) {
    .section-biet-thu .row-text-biet-thu .col-inner span {
        font-size: 31px !important;
    }
    #main .section-can-ho .text-box {
        width: 99% !important;
        right: 10% !important;
    }
    .row-biet-thu {
        margin-left: 30px !important;
        margin-right: 0px !important;
    }
    .banner-mat-bang .text-box {
        width: 100% !important;
    }
    .banner-mat-bang .text-box p {
        font-size: 12px;
    }
    .banner-mat-bang {
        min-height: 630px !important;
    }
    .banner-vi-tri .text-box {
        right: 5% !important;
    }
    .section-vi-tri .row-ket-noi .col-inner span {
        color: var(--primary-color) !important;
        font-size: 19px !important;
        font-weight: 400 !important;
        font-family: "UTM-Trajan-Pro-Bold" !important;
    }
    #widget-left .subscribe span {
        font-size: 8px !important;
    }
    .div-khung-thi-truong p {
        font-size: 17px;
    }
    .div-khung-thi-truong {
        min-height: 50px;
        margin: auto;
        width: 95%;
        padding: 9px 8px !important;
        border: 1px solid #FFF;
        background: #A8A8A8bf;
        text-align: center;
    }
    .div-khung-tin-tuc {
        min-height: 50px;
        border: 1px solid #FFF;
        /* padding: 0px 5px; */
        background: var(--primary-color)bf;
        text-align: center;
        width: 95%;
        padding: 9px 8px;
    }
    #main .section-du-an {
        padding: 0px !important;
    }
    #main .banner-tong-quan {
        min-height: 700px !important;
    }
    .off-canvas-left .mfp-content li a,
    .off-canvas-left .mfp-content li.active a {
        color: var(--primary-color) !important;
    }
    .nav-sidebar.nav-vertical>li+li {
        border-top: none;
    }
    .off-canvas-right .mfp-content,
    .off-canvas-left .mfp-content {
        background-color: #0D2B32 !important;
    }
    #main .section-vi-tri {
        padding-top: 10px !important;
    }
    .section-mat-bang {
        padding-bottom: 0px !important;
    }
    .div-mat-bang-phai p {
        font-size: 11px;
    }
    .div-mat-bang-phai .row {
        margin-left: 9px !important;
        margin-right: 9px !important;
    }
    span.span-number {
        color: white;
        padding: 0px 9px;
        border-radius: 50%;
        display: inline-block;
        width: 31px;
        text-align: center;
        height: 31px;
        border-style: double;
        font-size: 11px;
        line-height: 25px;
    }
    .section-hinh-anh .row-full-width {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding: 10px !important;
    }
    .banner-dang-ky {
        min-height: 585px !important;
        height: 40vh !important;
    }
    .div-nha-mau h2 {
        margin-bottom: 31px;
        font-size: 25px;
    }
    .title-anh {
        padding-bottom: 0px !important;
    }
    .row-nut-home .title-span span:before,
    .row-nut-home .title-span span:after {
        display: none;
    }
    .section-mat-bang .row-full-width.align-middle {
        margin-left: 0px;
        margin-right: 0px;
        padding: 10px !important;
    }
    .section-mat-bang .img {
        width: 100% !important;
    }
    .section-du-an .row-full-width {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .row-nut-home .title-span {
        position: unset !important;
    }
    .row-nut-home .title-span span {
        display: block !important;
        color: #FFF;
        background: #0F363B;
        position: relative;
        padding: 5px 30px;
        border-radius: 25px;
        font-size: 15px;
        font-family: "UTM-Trajan-Pro-Bold";
        text-align: center;
        margin: 10px auto !important;
        width: 74% !important;
    }
    .row-nut-home {
        display: block;
        margin: auto !important;
    }
    #wrapper .header.show-on-scroll,
    #wrapper .stuck .header-main {
        height: 56px!important;
    }
    .banner-dang-ky .text-box {
        width: 90% !important
    }
    .div-khung-thi-truong {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    /* #main .div-tin-tuc,
    #main .div-tin-thi-truong {
        margin: auto 10px !important;
    } */
    .div-khung-tin-tuc {
        margin: auto;
        margin-bottom: 20px;
    }
    #wrapper .stuck #logo img {
        max-height: 55px!important;
    }
    .header.show-on-scroll,
    .stuck .header-main {
        background-image: linear-gradient(to bottom, #030F1C 0%, #030f1cfa 20%, #030f1cd9 40%, #030f1cad 60%, #030f1c8a 80%, #030f1c00 100%);
    }
    .transparent #logo img {
        max-height: 59px !important;
    }
    .transparent .header-main {
        background-image: linear-gradient(to bottom, #030F1C 0%, #030f1cfa 20%, #030f1cd9 40%, #030f1cad 60%, #030f1c8a 80%, #030f1c00 100%);
        height: 62px !important;
    }
    .slide-du-an {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .banner-tong-quan .text-box {
        width: 100% !important;
    }
    .section-tong-quan ul {
        margin-left: 14px;
        width: 93%;
    }
    .slide-du-an .div-box-text {
        color: white;
        padding: 10px 25px;
    }
    .slide-du-an .div-box-text h3 {
        width: 100%;
    }
    .fullpage .section {
        min-height: unset !important;
        height: auto !important;
    }
    .section-dia-diem .is-full-height {
        min-height: 385px !important;
        height: 43vh !important;
    }
    .is-full-height {
        min-height: 506px;
        height: 70vh;
    }
    .section-dang-ky .text-box {
        width: 88% !important;
    }
    .b-title {
        font-size: 25px;
    }
}


@media(max-width: 550px) {
     .banner-dang-ky {
        min-height: 470px !important;
    }
}

@media(min-width: 1023px) {
    .banner-mat-bang .overlay {
        background-color: transparent !important;
    }
}

.entry-content {
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.entry-content figure {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 5px 3px 10px;
  text-align: center;
}

.entry-content h6 {
  font-size: 15px;
}

.entry-content h5 {
  font-size: 17px;
}

.entry-content h4 {
  font-size: 17px;
}

.entry-content h3 {
  font-size: 18px;
}

.entry-content h2 {
  font-size: 20px;
  line-height: 1.5;
}

.entry-content h1 {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.entry-content p {
  color: #333;
  margin-bottom: 15px;
  font-size: 16.5px;
  line-height: 1.6;
}

.entry-content ul {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 5px;
}

.entry-content ul li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ul li a {
  color: #007bff;
}

.entry-content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
  font-size: 16.5px;
}

.entry-content ol li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ol li a {
  color: #ff5912;
}

.entry-content a {
  font-weight: 700;
}

.entry-content blockquote {
  background: #f3f3f3;
  color: #868686;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-align: justify;
}

.entry-content blockquote p {
  margin-bottom: 0;
}

.entry-content blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: var(--primary-color);
  content: "";
}

.entry-content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
  font-size: 15px;
}
.entry-content table {
  width: 100%;
  height: auto;
  overflow: auto;
}

.entry-content table > tbody > tr > td,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > td,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > thead > tr > th,
.term-description table > tbody > tr > td,
.term-description table > tbody > tr > th,
.term-description table > tfoot > tr > td,
.term-description table > tfoot > tr > th,
.term-description table > thead > tr > td,
.term-description table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px !important;
  font-size: 16.5px !important;
  width: auto !important;
}

.entry-content iframe {
  margin: auto;
}

.entry-content .syntaxhighlighter {
  padding: 10px 0;
}
