<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Fonts */
/*  Fonts Weight  */
/*  Background Color  */
body {
    background: #fff; }

.affix {
    width: 100%;
    z-index: 9999 !important; }

.table &gt; tbody &gt; tr &gt; td {
    border-color: #c4cdd5; }

/**
  Form
*/
label {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal; }

.form-control {
    height: 52px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border-color: #A6B0C3;
    padding: 12px 16px; }

/*
  Custom checkbox
*/
.custom-checkbox {
    font-size: 14px;
    line-height: 17px;
    position: relative;
    padding-left: 24px;
    margin-bottom: 28px; }
.custom-checkbox input {
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute; }
.custom-checkbox input:checked ~ .checkmark {
    border-color: #ff7700; }
.custom-checkbox input:checked ~ .checkmark:after {
    display: block; }
.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #C4CDD5; }
.custom-checkbox .checkmark:after {
    top: 1px;
    left: 5px;
    width: 5px;
    content: "";
    height: 10px;
    display: none;
    position: absolute;
    border: solid #ff7700;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

@media (min-width: 1200px) {
    .modal-lg {
        margin: 60px auto;
        width: 980px; } 
}

.site-content {
    padding-bottom: 60px; }
.single-van_phong .site-content {
    padding-bottom: 0; }

.affix .navbar {
    margin-bottom: 0; }

.site-header .navbar {
    margin-bottom: 0; }

.site-header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    position: fixed; }
.site-header + * {
    margin-top: 79px; }

.sidebar .widget {
    margin-bottom: 20px; }
.sidebar .widget .widget-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center; }

.sidebar .widget_nav_menu {
    background-color: #fff;
    border: 1px solid #EAECEE; }
.sidebar .widget_nav_menu .menu &gt; li:not(:last-child) {
    border-bottom: 1px solid #DFE3E8; }
.sidebar .widget_nav_menu .menu &gt; li &gt; a {
    padding: 20px;
    display: block;
    border-right: 2px solid transparent; }
.sidebar .widget_nav_menu .menu &gt; li &gt; a:hover {
    color: #ff7700;
    border-right-color: #ff7700; }

.sidebar .widget_contact {
    padding: 20px;
    background-color: #F9FAFB;
    border: 1px solid #EAECEE; }
.sidebar .widget_contact .btn-phone,
.sidebar .widget_contact .btn-submit {
    padding: 10px;
    display: block;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px; }
.sidebar .widget_contact .btn-phone {
    color: #FFFFFF;
    background: #193666;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*&amp;:hover{*/
    /*color: #193666;*/
    /*background: none;*/
    /*border-color:#193666;*/
    /*}*/ }
.sidebar .widget_contact .btn-submit {
    color: #1C3665;
    border: 1px solid #1C3665;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*&amp;:hover{*/
    /*color: #FFFFFF;*/
    /*background: #1C3665;*/
    /*border-color:rgba(0,0,0,0.1);*/
    /*}*/ }

/*
  Contact form modal
*/
.tz-form-contact.modal {
    color: #212B36; }
.tz-form-contact.modal form &gt; h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; }
.tz-form-contact.modal form &gt; h4:nth-of-type(n+2) {
    margin-top: 28px; }
.tz-form-contact.modal .action {
    text-align: right;
    margin-top: 16px; }
.tz-form-contact.modal .action:after {
    content: "";
    clear: both;
    display: block; }
.tz-form-contact.modal .action .btn {
    color: #fff;
    float: right;
    background: linear-gradient(45deg, #ff7700 0%, #E8306F 100%); }
.tz-form-contact.modal.modal .action {
    margin: 16px -56px -15px;
    background-color: #F4F6F8;
    border-top: 1px solid #EAECEE; }
.tz-form-contact.modal div.wpcf7-response-output {
    margin-top: 0;
    margin-bottom: 1.5em; }
.tz-form-contact.modal div.wpcf7 .ajax-loader {
    margin: 12px 7px 0 4px; }
.tz-form-contact.modal .close {
    color: #fff;
    top: 15px;
    right: 15px;
    opacity: 0.7;
    font-size: 24px;
    text-shadow: none;
    position: absolute; }
.tz-form-contact.modal .close:hover {
    opacity: 1; }

/*
    Box-item
*/
.post .box-item {
    padding: 34px 40px 50px;
    border: 1px solid #DEE0E3;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    /*h4{*/
    /*font-size: 18px;*/
    /*font-weight: 600;*/
    /*line-height: 24px;*/
    /*}*/ }
.post .box-item h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 28px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 3px;}
.post .box-item h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px; }
.post .box-item h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px; }
.post .box-item h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px; }
.post .box-item h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px; }
.post .box-item h6 {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px; }
.post .box-item a {
    color: #ff7700; }
.post .box-item a:hover {
    color: #ef6594; }
.post .box-item table &gt; tbody &gt; tr &gt; th {
    padding: 15px;
    font-size: 12px;
    line-height: 20px; }
.post .box-item table &gt; tbody &gt; tr &gt; td {
    padding: 4px 12px; border: 1px solid #dbdbdb; }
.post .box-item .table {
    border: 1px solid #efefef; }
.post .box-item .table &gt; tbody &gt; tr &gt; th {
    border-top-color: #efefef; }
.post .box-item .table &gt; tbody &gt; tr.active &gt; td {
    background-color: #F4F6F8; }
.post .box-item .table &gt; tbody &gt; tr &gt; td {
    padding: 15px; }
.post .box-item .author {
    padding: 28px;
    font-size: 12px;
    line-height: 22px;
    background: #F4F6F8;
    margin: 30px -40px -50px; }
.post .box-item .author:after {
    content: "";
    clear: both;
    display: block; }
.post .box-item .author img {
    float: left;
    max-width: 80px;
    margin-right: 20px; }
.post .box-item .author .author_name {
    color: #637381; }

/*
    Blog related
*/
/*.blog-related {*/
/*  padding-top: 30px; }*/
/*  .blog-related .title {*/
/*    margin-top: 0;*/
/*    color: #212B36;*/
/*    font-size: 18px;*/
/*    font-weight: 600;*/
/*    line-height: 24px;*/
/*    margin-bottom: 24px; }*/
/*  .blog-related ul {*/
/*    color: #ff7700;*/
/*    list-style: disc;*/
/*    padding-left: 15px; }*/
/*  .blog-related .item {*/
/*    margin-bottom: 12px; }*/
/*    .blog-related .item &gt; a {*/
/*      color: #ff7700; }*/

/**
    Pagination
  */
/*.pagination {*/
/*  display: block;*/
/*  margin-top: 30px;*/
/*  text-align: center; }*/
/*.pagination .page-numbers &gt; li {*/
/*  background: #fff;*/
/*  margin-bottom: 8px;*/
/*  display: inline-block; }*/
/*  .pagination .page-numbers &gt; li &gt; span, .pagination .page-numbers &gt; li &gt; a {*/
/*    padding: 3px 13px;*/
/*    display: inline-block;*/
/*    border: 1px solid #EAECEE; }*/
/*.pagination .page-numbers &gt; li &gt; span {*/
/*  color: #ff7700;*/
/*  border-color: #ff7700; }*/
/*.pagination .page-numbers &gt; li &gt; a {*/
/*  color: #272B48; }*/
/*  .pagination .page-numbers &gt; li &gt; a:hover {*/
/*    color: #ff7700;*/
/*    border-color: #ff7700; }*/

/*
  Building
*/
.building .cbanner-image:before {
    background-color: rgba(0, 22, 73, 0.8); }

.building .btn-load-more {
    left: 50%;
    margin-top: 20px;
    color: #1C3665;
    background: none;
    padding: 10px 54px;
    position: relative;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #1C3665; }

.building .blog-related {
    margin-top: 60px;
    padding-top: 57px;
    border-top: 1px solid #dfe3e8; }

/***
  * Slider
*/
.js-slider-owl-carousel {
    padding-right: 160px; }
.js-slider-owl-carousel .owl-dots {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    bottom: -10px; }
.js-slider-owl-carousel button.owl-dot {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 10px solid #fff; }

.list-building {
    padding-bottom: 10px; }

.info-building {
    margin-bottom: 45px; }
.info-building .building-head {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #DEE0E3; }
.info-building .building-head &gt; h1 {
    margin-top: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 44px; }
.info-building .building-head .price {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #ff7700;
    margin-bottom: 24px; }
.info-building .building-head .btn-care {
    background-color: #fff; }
.info-building .tab-item {
    margin-bottom: 32px; }
.info-building .tab-item .tab-content {
    font-size: 12px;
    background: #fff;
    line-height: 20px;
    padding: 7px 17px; }
.info-building .tab-item .tab-content:after {
    content: "";
    clear: both;
    display: block; }
.info-building .tab-item .tab-content &gt; li {
    width: 50%;
    padding: 11px 15px;
    display: inline-table; }
.info-building .tab-item .tab-content &gt; li:after {
    content: "";
    clear: both;
    display: block; }
.info-building .tab-item .tab-content &gt; li &gt; strong {
    width: 33%;
    display: table-cell; }
.info-building .tab-item .tab-content &gt; li &gt; span {
    color: #193666; }
.info-building .tab-item .tab-content.gia_thue &gt; li &gt; strong {
    display: table-row; }
.info-building .tab-item.content .tab-content {
    padding: 32px;
    font-size: 15px;
    line-height: 28px;
    text-align: justify }
.info-building .tab-item.content .tab-content p{
    margin: 0 0 20px;
}
.info-building .tab-item.content .tab-content .inner {
    height: auto;
    overflow: hidden;
    -webkit-transition: height 0.3s ease-in-out 0s;
    -o-transition: height 0.3s ease-in-out 0s;
    transition: height 0.3s ease-in-out 0s; }
.info-building .tab-item.content .btn-view-more {
    float: right;
    display: none;
    margin-top: 16px;
    color: #ff7700; }
.info-building .tab-item.content .btn-view-more:hover {
    color: #ee578a; }
.info-building .tab-item.content .btn-view-more .fa {
    font-size: 18px;
    margin-left: 5px; }

/*
  Building related
*/
.building-related {
    background: #fff;
    padding: 100px 0 60px;
    border-top: 1px solid #DEE0E3; }
.building-related .heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 30px;
    color: #193666; }
.building-related .heading:before {
    content: "";
    margin-right: 10px;
    border-left: 4px solid #193666; }

/*
  Contact building
*/
/*.contact-building {*/
/*  color: #fff;*/
/*  padding: 60px 0 50px;*/
/*  text-align: center;*/
/*  background: linear-gradient(45deg, #1C3665 0%, rgba(28, 54, 101, 0.64) 100%); }*/
/*  .contact-building h3 {*/
/*    margin-bottom: 16px; }*/
/*  .contact-building .btn-phone,*/
/*  .contact-building .btn-submit {*/
/*    font-weight: 500;*/
/*    padding: 10px 32px;*/
/*    text-align: center;*/
/*    margin: 28px 8px 10px;*/
/*    display: inline-block; }*/
/*  .contact-building .btn-phone {*/
/*    color: #FFFFFF;*/
/*    border: 1px solid rgba(0, 0, 0, 0.1);*/
/*    -webkit-border-radius: 2px;*/
/*    -moz-border-radius: 2px;*/
/*    border-radius: 2px;*/
/*    background: linear-gradient(45deg, #ff7700 0%, #E8306F 100%);*/
/*    !*&amp;:hover{*!*/
/*    !*color: #193666;*!*/
/*    !*background: none;*!*/
/*    !*border-color:#193666;*!*/
/*    !*}*! }*/
.contact-building .btn-submit {
    color: #1C3665;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*&amp;:hover{*/
    /*color: #FFFFFF;*/
    /*background: #1C3665;*/
    /*border-color:rgba(0,0,0,0.1);*/
    /*}*/ }
.contact-building .tz-form-contact {
    text-align: left; }

/*
  Team Building
*/
.team-building {
    background: #fff;
    padding: 60px 0 50px; }

.list-member {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    justify-content: center;
    color: rgba(39, 43, 72, 0.5); }
.list-member &gt; li {
    padding: 0 15px;
    text-align: center; }
.list-member &gt; li &gt; h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #212B36;
    margin-bottom: 3px; }

.home .site-header + * {
    padding-bottom: 0; }

/*
  Banner
*/
.banner {
    color: #fff;
    height: 550px;
    display: flex;
    position: relative;
    align-items: center; }
.banner:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(25, 54, 102, 0.3); }
.banner .section-content {
    z-index: 1;
    margin: auto;
    max-width: 700px;
    position: relative; }
.banner .main-title {
    font-size: 44px;
    margin-top: -9px;
    line-height: 64px;
    margin-bottom: 43px; }
.banner .btn-phone {
    color: #fff;
    padding: 10px 32px;
    display: inline-block;
    background: linear-gradient(45deg, #ff7700 0%, #E8306F 100%); }

/*
  Filter Quan Gia
*/
.list-filter .btn-filter {
    padding: 8px 16px;
    margin: 0 16px 16px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(25, 54, 102, 0.05);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
.list-filter .btn-filter:hover, .list-filter .btn-filter:focus {
    background-color: rgba(25, 54, 102, 0.2); }

/*.form-search {*/
/*  padding: 32px 0;*/
/*  background: #fff;*/
/*  border: 1px solid #EAECEE; }*/
/*  .form-search form {*/
/*    display: flex;*/
/*    flex-wrap: wrap; }*/
/*  .form-search .tz-search-btn {*/
/*    margin: auto;*/
/*    color: #FFFFFF;*/
/*    margin-top: 32px;*/
/*    -webkit-border-radius: 2px;*/
/*    -moz-border-radius: 2px;*/
/*    -ms-border-radius: 2px;*/
/*    -o-border-radius: 2px;*/
/*    border-radius: 2px;*/
/*    border-color: rgba(0, 0, 0, 0.1);*/
/*    background: linear-gradient(45deg, #ff7700 0%, #E8306F 100%); }*/
/*  .form-search .list-filter &gt; li {*/
/*    display: inline-block; }*/
/*  .quan-gia-page .form-search .list-filter {*/
/*    display: flex;*/
/*    flex-wrap: wrap; }*/
/*    .quan-gia-page .form-search .list-filter &gt; li {*/
/*      width: 50%; }*/
/*  .form-search .search-field {*/
/*    padding: 0 32px 14px; }*/
/*    .form-search .search-field + .search-field {*/
/*      padding-top: 30px;*/
/*      border-top: 1px solid #EAECEE; }*/
/*      .quan-gia-page .form-search .search-field + .search-field {*/
/*        border-top: none;*/
/*        padding-top: 0;*/
/*        padding-bottom: 0; }*/
/*    .quan-gia-page .form-search .search-field {*/
/*      width: 50%;*/
/*      position: relative;*/
/*      padding-bottom: 18px;*/
/*      border-bottom: 1px solid #EAECEE; }*/
/*      .quan-gia-page .form-search .search-field:nth-of-type(2n + 2):before {*/
/*        content: "";*/
/*        top: 0;*/
/*        left: 0;*/
/*        bottom: 32px;*/
/*        position: absolute;*/
/*        border-left: 1px dashed #dfe3e8; }*/
/*    .form-search .search-field h3 {*/
/*      font-size: 14px;*/
/*      font-weight: 600;*/
/*      line-height: 24px;*/
/*      margin: 0 0 16px; }*/
/*      .quan-gia-page .form-search .search-field h3 {*/
/*        padding: 6px 15px;*/
/*        text-align: center;*/
/*        margin-bottom: 27px;*/
/*        -webkit-border-radius: 18px;*/
/*        -moz-border-radius: 18px;*/
/*        -ms-border-radius: 18px;*/
/*        -o-border-radius: 18px;*/
/*        border-radius: 18px;*/
/*        background: #F4F6F8; }*/
/*    .form-search .search-field .note {*/
/*      font-size: 10px;*/
/*      margin-top: 40px;*/
/*      line-height: 20px; }*/
/*      .form-search .search-field .note .fa-info {*/
/*        width: 14px;*/
/*        height: 14px;*/
/*        line-height: 12px;*/
/*        margin-right: 5px;*/
/*        text-align: center;*/
/*        -webkit-border-radius: 50%;*/
/*        -moz-border-radius: 50%;*/
/*        -ms-border-radius: 50%;*/
/*        -o-border-radius: 50%;*/
/*        border-radius: 50%;*/
/*        border: 1px solid #212B36; }*/
/*      .form-search .search-field .note .note-item + .note-item:before {*/
/*        content: "";*/
/*        height: 7px;*/
/*        margin: 0 5px;*/
/*        display: inline-block;*/
/*        border-left: 1px solid #dfe3e8; }*/
/*      .form-search .search-field .note .note-item &gt; span {*/
/*        font-weight: 600; }*/

.price-filter .range-slider {
    position: relative;
    width: 100%;
    height: 24px;
    text-align: center;
    z-index: 0; }

.price-filter .range-slider input {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    outline: none;
    height: 24px;
    margin: 0;
    padding: 0; }

.price-filter .range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0; }

.price-filter .range-slider input::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 9px; }

.price-filter .range-slider input::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: #f5f5f5;
    border: 0; }

.price-filter .range-slider input:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0; }

.price-filter .range-slider input[type=range]::-moz-focus-outer {
    border: 0; }

.price-filter .range-slider .full-range,
.price-filter .range-slider .incl-range {
    width: 100%;
    height: 4px;
    left: 0;
    top: 10px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }

.price-filter .range-slider .full-range {
    background: #C4CDD5; }

.price-filter .range-slider .incl-range {
    background: #ff7700; }

.price-filter .get-value {
    height: 24px;
    display: block;
    position: relative; }
.price-filter .get-value .price-left,
.price-filter .get-value .price-right {
    top: 4px;
    color: #fff;
    font-size: 13px;
    padding: 0 4px;
    line-height: 20px;
    position: absolute;
    background: #1C3665;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
.price-filter .get-value .price-left:before,
.price-filter .get-value .price-right:before {
    content: "";
    width: 0;
    height: 0;
    top: -4px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #1C3665; }
.price-filter .get-value .price-left {
    margin-left: -1px; }

.price-filter .rangeValue {
    width: 20px; }

.price-filter input[type=range] {
    -webkit-appearance: none;
    background: none; }

.price-filter input[type=range]::-webkit-slider-runnable-track {
    height: 20px;
    border: none;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.price-filter input[type=range]::-ms-track {
    height: 20px;
    border: none;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.price-filter input[type=range]::-moz-range-track {
    height: 20px;
    background: transparent;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.price-filter input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background: #fff;
    position: relative;
    z-index: 10000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border: 2px solid rgba(35, 69, 97, 0.26); }
.price-filter input[type=range]::-webkit-slider-thumb:hover, .price-filter input[type=range]::-webkit-slider-thumb:focus {
    border-color: #ff7700; }

.price-filter input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: relative;
    z-index: 10000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border: 2px solid rgba(35, 69, 97, 0.26); }
.price-filter input[type=range]::-ms-thumb:hover, .price-filter input[type=range]::-ms-thumb:focus {
    border-color: #ff7700; }

.price-filter input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    z-index: 10000;
    background: #fff;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid rgba(35, 69, 97, 0.26); }
.price-filter input[type=range]::-moz-range-thumb:hover, .price-filter input[type=range]::-moz-range-thumb:focus {
    border-color: #ff7700; }

.price-filter input[type=range]:focus {
    outline: none; }

/*
  Kinh nghiem
*/
.kinh-nghiem {
    padding-top: 100px;
    border-top: 1px solid #DEE0E3; }
.kinh-nghiem .sec-title {
    margin: 0 0 60px;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    text-align: center; }
.kinh-nghiem .tab-title .nav-pills {
    display: flex;
    border-bottom: 2px solid #DEE0E3; }
.kinh-nghiem .tab-title .nav-pills &gt; li {
    flex: 1;
    float: none;
    text-align: center;
    margin-bottom: -2px; }
.kinh-nghiem .tab-title .nav-pills &gt; li.active &gt; a {
    color: #ff7700;
    background-color: transparent;
    border-bottom: 2px solid #ff7700; }
.kinh-nghiem .tab-title .nav-pills &gt; li &gt; a {
    padding: 20px;
    color: #637381;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
.kinh-nghiem .tab-title .nav-pills &gt; li &gt; a:hover, .kinh-nghiem .tab-title .nav-pills &gt; li &gt; a:focus {
    background-color: transparent;
    border-bottom-color: #ff7700; }
.kinh-nghiem .tab-content .tab-pane {
    padding: 60px 60px 0; }
.kinh-nghiem .tab-content .content {
    margin: auto;
    padding: 40px;
    max-width: 74%;
    background-color: #fff;
    border: 1px solid #DEE0E3; }
.kinh-nghiem .tab-content h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 38px; }
.kinh-nghiem .tab-content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px; }
.kinh-nghiem .tab-content h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px; }
.kinh-nghiem .tab-content a {
    color: #ff7700; }
.kinh-nghiem .tab-content a:hover, .kinh-nghiem .tab-content a:focus {
    color: #ee578a; }
.kinh-nghiem .tab-content p {
    font-size: 15px;
    text-align: justify;
    line-height: 30px; }

/*
  Ky gui
*/
.ky-gui-page .contact-building {
    z-index: 1;
    height: 300px;
    position: relative; }
.ky-gui-page .contact-building:before {
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 22, 73, 0.8); }
.ky-gui-page .contact-building h3 {
    font-size: 32px;
    line-height: 48px; }
.ky-gui-page .contact-building .btn-phone,
.ky-gui-page .contact-building .btn-submit {
    margin-top: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
.ky-gui-page .contact-building .btn-phone {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 30px; }
.ky-gui-page .contact-building .btn-submit {
    color: #1C3665;
    padding: 10px 53px; }

.ky-gui-page .section-building {
    padding: 100px 0 0; }
.ky-gui-page .section-building h3 {
    margin-top: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    margin-bottom: 60px; }

.ky-gui-page .loi-ich {
    padding: 100px 0; }

.ky-gui-page .wpcf7-form h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px; }
.ky-gui-page .wpcf7-form h4:not(:nth-of-type(1)) {
    margin-top: 40px; }

.ky-gui-page .wpcf7-form textarea {
    width: 100%;
    max-height: 120px;
    padding: 16px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #BEC0C6; }
.ky-gui-page .wpcf7-form textarea::placeholder {
    color: #919EAB; }

.ky-gui-page .wpcf7-form .qbutton {
    font-size: 12px;
    background: #fff;
    padding: 9px 16px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #637381; }
.ky-gui-page .wpcf7-form .qbutton:before {
    content: "\f0c6";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.ky-gui-page .wpcf7-form .action {
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #dfe3e8; }
.ky-gui-page .wpcf7-form .action .wpcf7-submit.btn {
    color: #fff;
    padding: 10px 32px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: linear-gradient(45deg, #ff7700 0%, #E8306F 100%); }

.loi-ich {
    padding: 100px 0;
    background: #fff;
    border-bottom: 1px solid #DEE0E3; }
.loi-ich .sec-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    margin-bottom: 80px; }
.loi-ich .list-loiich {
    text-align: center; }
.loi-ich .list-loiich h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 16px; }

/*
  Contact
*/
.page-template-template-lien-he .site-content {
    padding-bottom: 0; }

.contact-page .banner {
    z-index: 1;
    height: 300px;
    position: relative; }
.contact-page .banner:before {
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 22, 73, 0.8); }
.contact-page .banner .main-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    text-align: center; }
.contact-page .banner .section-content {
    max-width: 885px; }

.contact-page .section-building .sec-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 42px; }

.contact-page .section-building .sec-subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 50px;
    text-transform: uppercase; }

.contact-page .contact {
    padding: 100px 0; }

.contact-page .list-contact {
    color: #637381; }
.contact-page .list-contact .item h4 {
    margin: 20px 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase; }

@media (max-width: 992px) {
    .modal .modal-content .modal-header {
        padding: 28px 40px; }
    .modal .modal-content .modal-body {
        padding-left: 30px;
        padding-right: 30px; }
    .modal .modal-header .modal-title {
        font-size: 22px;
        line-height: 30px; }
    .cbanner-image {
        font-size: 22px;
        line-height: 28px; }
    .info-building .building-left {
        width: 100%;
        display: flex;
        margin-bottom: 30px; }
    .info-building .building-left .building-head {
        flex: 1;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
    .info-building .building-left .sidebar {
        flex: 1; }
    .info-building .building-left .sidebar .widget_contact {
        margin-bottom: 0; }
    .info-building .building-content {
        width: 100%; }
    .single-detail .info-building .building-content {
        padding-left: 15px; }
    body .info-building .building-content .tab-item .tab-content &gt; li {
        padding-left: 0;
        padding-right: 0; }
    .info-building .tab-item .tab-content &gt; li {
        width: 100%;
        display: flex; }
    .list-building [class*="col-"] {
        width: 50%;
        float: left; }
    .sidebar {
        margin-bottom: 10px; }
    /*.sidebar[class*="col-sm-"] {*/
    /*  width: 100%; }*/
    /*  .sidebar[class*="col-sm-"] + [class*="col-sm-"] {*/
    /*    width: 100%; }*/
    .sidebar .inner-wrapper-sticky {
        display: flex; }
    .sidebar .inner-wrapper-sticky &gt; .widget {
        flex: 1; }
    .js-filter-container .widget-area[class*="col-sm-"] {
        width: 100%; }
    .js-filter-container .widget-area[class*="col-sm-"] + [class*="col-sm-"] {
        width: 100%; }
    /*.js-filter-container .sidebar {*/
    /*  height: auto !important; }*/
    .js-filter-container .sidebar .inner-wrapper-sticky {
        top: 0 !important;
        left: 0 !important;
        width: auto !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        position: relative !important; }
    .reason .reason-item {
        margin-bottom: 20px; } }

@media (max-width: 767px) {
    .quan-gia-page .form-search .search-field {
        width: 100%; }
    .quan-gia-page .form-search .search-field:nth-of-type(2n + 2):before {
        border: none; }
    .quan-gia-page .form-search .search-field + .search-field {
        padding-top: 30px; }
    .quan-gia-page .form-search .search-field .note {
        margin-top: 30px;
        margin-bottom: 30px; }
    .kinh-nghiem {
        padding-top: 50px; }
    .kinh-nghiem .tab-content .tab-pane {
        padding: 45px 15px 0; }
    .kinh-nghiem .tab-content .content {
        padding: 20px; }
    .kinh-nghiem .sec-title {
        margin-bottom: 30px; }
    .building-content .content-slick .thumbnails {
        position: relative; }
    .building-content .content-slick .thumbnails .slick-slide {
        padding: 0 5px; } }

@media (max-width: 480px) {
    body .site-content .quan-gia-page .banner .main-title {
        font-size: 22px;
        line-height: 28px; }
    .sidebar .inner-wrapper-sticky {
        display: block; }
    .sidebar[class*="col-"] {
        width: 100%; }
    #primary[class*="col-"] {
        width: 100%; }
    .footer-row .footer-item {
        width: 100%; }
    .footer-row .footer-item.item-1 {
        width: 100%; }
    .footer-row .footer-item.item-2 {
        width: 100%; }
    .footer-row .footer-item.item-3 {
        width: 100%; }
    .list-building [class*="col-"] {
        width: 100%; }
    .info-building .building-left {
        display: block; }
    .info-building .building-left .building-head {
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #DEE0E3; }
    .js-slider-owl-carousel.owl-carousel {
        padding-right: 0; }
    .js-slider-owl-carousel.owl-carousel .owl-dots {
        width: auto;
        height: 74px;
        display: flex;
        margin: 8px -4px;
        position: relative; }
    .js-slider-owl-carousel.owl-carousel .owl-dots button.owl-dot {
        border: none;
        margin: 0 4px;
        height: 100% !important; }
    .building-related .heading {
        text-align: center; }
    .team-building .list-member &gt; li {
        max-width: 50%;
        margin-bottom: 20px; }
    body .info-building .building-content .tab-item.content .tab-content {
        padding-left: 17px;
        padding-right: 17px; }
    .info-building .building-left .building-head &gt; h1 {
        font-size: 28px;
        line-height: 42px; }
    .info-building .building-left .building-head p {
        font-size: 18px;
        line-height: 24px;
        margin: 17px 0 18px; }
    .modal .modal-content .modal-header {
        padding: 18px 15px; }
    .modal .modal-content .modal-header .modal-title {
        font-size: 18px;
        line-height: 24px; }
    .modal .modal-content .modal-body {
        padding: 30px 20px 60px; }
    .modal.tz-form-contact .modal-body form &gt; h4 {
        font-size: 14px;
        line-height: 20px; }
    .info-building {
        padding-bottom: 25px; }
    body .building-related {
        padding: 30px 0; } }

.tron-goi-page .building-list .building-item .thumb .owl-nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    color: #fff;
    margin: 0;
    display: inline-flex;

}
.tron-goi-page .building-list .building-item .thumb .owl-nav button.owl-prev{
    left: 10px;
    right: auto;
}
.tron-goi-page .building-list .building-item .thumb .owl-nav button{
    right: 10px;
    left: auto;
}

.tron-goi-page .building-list .building-item .thumb .owl-nav button:hover{
    background: transparent;
    color: #ff7700;
}

body .content-slick .thumbnails .slick-arrow{
    opacity: 1;
    visibility: visible;
    font-size: 36px;
    background: transparent;
    color: #ff7700;
}

.content-blog{
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 48px;
}

.content-blog .navigation{
    position: absolute;
    left: 12px;
    bottom: 0;
    right: 12px;
    margin-bottom: 0;
}

body .info-building .tab-item .tab-content:before,
body .info-building .tab-item .tab-content:after{
    content: "";
    display: table;
    clear: both;
}

body .info-building .tab-item .tab-content &gt; ul{
    width: 50%;
    display: inline-block;
    float: left;
}

body .info-building .tab-item .tab-content &gt; ul &gt; li{
    padding: 12px 15px 0px;
    display: inline-table;
    width: 100%;
    height: 44px;
}

.info-building .tab-item .tab-content &gt; ul &gt; li &gt; strong{
    display: table-cell;
    width: 33%;
}

.info-building .tab-item .tab-content &gt; ul &gt; li span {
    /*width: 67%;*/
    color: #193666;
}

.info-building .tab-item .tab-content &gt; ul &gt; li:after {
    content: "";
    clear: both;
    display: block;
}

.info-building .tab-item .tab-content.gia_thue &gt; ul &gt; li &gt; strong{
    display: table-row;
    width: 100%;
}

.info-building .tab-item .tab-content.gia_thue &gt; ul &gt; li span {
    display: inline-block;
    padding-top: 4px;
}

@media (max-width: 767px) {
    body .info-building .tab-item .tab-content &gt; ul {
        width: 100%;
        display: block;
        float: none;
    }
    .info-building .tab-item.content .tab-content .inner{
        height: 101px;
    }
}

@media (min-width: 767px) {
    .info-building .tab-item.content .btn-view-more{
        display: none !important;
    }

}

.customer{
    padding: 100px 0 0;
    background: #fff;
    text-align: center;
}

.customer-image{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.customer-image img{
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg);
    transition: all 0.35s ease-in-out 0s;
    width: auto;
    height: auto;
}

.customer-image:hover img{
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
}

.customer-title{
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 56px;
}

.customer .btn-link{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 42px;
    display: inline-block;
    text-decoration: none;
    background-image: -webkit-linear-gradient(left, #ff7700 0%, #E8306F 100%);
    background-image: -o-linear-gradient(left, #ff7700 0%, #E8306F 100%);
    background-image: linear-gradient(to right, #ff7700 0%, #E8306F 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE31C5f', endColorstr='#FFE8306F', GradientType=1);
}

.section-item.address{
    padding: 10px 0 60px;
    background: #fff;
    text-align: center;
}

.address-title{
    font-size: 28px;
    margin: 0 0 60px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
}

.address .btn-link{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 42px;
    display: inline-block;
    color: #ff7700;
    text-decoration: underline;
}

.address .address-item{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.address .address-item:before{
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    display: block;
    position: absolute;
    background-color: rgba(0,20,41,.5);
    z-index: 1;
}

.address .address-item img{
    transform: scale(1);
    transition: all .35s ease-in-out;
}

.address .address-item:hover img{
    transform: scale(1.2);
}

.address .address-item a{
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.address .address-item a:hover{
    color: #ff7700;
}

.address .address-item h3{
    color: inherit;
}
.single-detail.study .study-meta{
    font-size: 16px;
}</pre></body></html>