.logo {
    width: 225px;
}

.logo img {
    width: 100%;
}

.conntent-phone a {
    padding: 0px;
    background: #f58220;
    color: #fff;
    padding: 10px 10px 10px 5px;
    border-radius: 30px 0px 0px 30px;
    font-size: 16px;
}

.conntent-phone a>i {
    border: 2px solid #f58220;
    color: #f58220;
    width: 33px;
    border-radius: 50%;
    padding: 5px 0px;
    text-align: center;
    background: #fff;

}

.conntent-phone span {
    font-size: 16px;
    font-weight: bold;
}

.icon-phone:before {
    content: "";
}

header {
    background-color: transparent;
}

.header-container {
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
}

header.scrolled .header-container {
    background-color: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

header.scrolled #main-menu .navbar-nav .nav-link {
    color: #333;
}

header.scrolled .conntent-phone a {
    background: #f58220;
}

#main-menu .navbar-nav .nav-link {
    /* color: #fff; */
    text-transform: uppercase;
    transition: color 0.3s ease;
}

/************** Block Template 1 **************/
.block-template-1 {
    border: none;
    border-radius: 0px;
    background-color: transparent;
    margin: 15px 0;
}

.block-template-body {
    padding: 0px;
}

.block-template-1 .block-template-body h3 {
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.tbl-block-template {
    color: #f1f1f1;
    margin: 10px 0;

}

.tbl-block-template th,
.tbl-block-template td {
    border-bottom: 1px solid #ececec;
    border-color: rgba(255, 255, 255, .08);
    padding: 10px 0px;
}

.btn-form-block-template {
    display: block;
    width: 100%;
    text-align: center;
    background: #ffffff;
    color: #666;
    padding: 10px 0px;
    border-radius: 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

a.btn-form-block-template:hover {
    color: #666;
    display: block;
    background: #dfd9d9;
    cursor: pointer;
}

.button-form-remove,
.button-form-edit {
    display: none;

}

.title-second-controls {
    display: none;
}

.tbl-block-template-space-3 td,
.tbl-block-template-space-3 th {
    padding: 3px;
}

.home ul {
    padding-left: 15px;
}

.home ul li {
    color: #fff;
    list-style: inherit;
}

.section-title-normal {
    border-bottom: 2px solid #ececec;
}

.section-title-normal span,
.section-title-normal {
    border-color: rgba(255, 255, 255, .2);
}

.section-title-normal span {
    margin-right: 15px;
    padding-bottom: 7.5px;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    border-color: rgba(255, 255, 255, .2);
    margin-bottom: -2px;

    color: rgb(227, 193, 55);
}

.section-title-second {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    text-transform: uppercase;
}

.floor-plan-row {
    margin-left: -10px;
    margin-right: -10px;
}

.floor-plan-column {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.floor-plan-card {
    display: block;
    overflow: hidden;

    background: #fff;
}

.floor-plan-card:hover {
    text-decoration: none;
}

.floor-plan-card img {
    width: 100%;
    display: block;
}
.button-link-controls {
    display: none;
}
.home #main-menu .navbar-nav .nav-link{
    color: #fff;
    
}
.social-links-controls {
    display: none;
}
.footer{
        border-top: 1px solid #033a53;
}
.fix_chatZalo {
    position: fixed;
    bottom: 28px;
    height: 40px;
    line-height: 40px;
    padding: 0 0px 0 0px;
    border-radius: 40px;
    color: #fff;
    right: 2%;
    z-index: 99999;
    font-size: 14px;
}
.btn_chatZalo {
    border-radius: 99px;
    background: #0088cc;
    color: #fff;
    padding: 0.04em 1.2em;
    display: inline-block;
    font-weight: 700;
}