@font-face {
    font-family: 'UTM Avo';
    src: url('../font/UTM%20Avo.html');
    src: local('UTM-Avo'), url('../font/UTM-Avo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('../font/UTM%20AvoBold.html');
    src: local('UTM-Avo'), url('../font/UTM-AvoBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SVN';
    src: url('../font/SVN-AGENCY-FB-BOLD.TTF');
    src: local('SVN-AGENCY-FB-BOLD'), url('../font/SVN-AGENCY-FB-BOLD.TTF') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SVN';
    src: url('../font/SVN-AGENCY-FB.TTF');
    src: local('SVN-AGENCY-FB'), url('../font/SVN-AGENCY-FB.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

p:empty {
    margin: 0;
}

/* Firefox */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Safari and Chrome */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Opera */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Track */

/* Let's get this party started */

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #2e2eff;
    -webkit-box-shadow: inset 0 0 6px #2e2eff;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #2e2eff;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    font-size: 15px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

p {
    line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'UTM Avo', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;
}

h1 {
    font-size: 2.5em;
    /* 36px */
}

h2 {
    font-size: 2.1em;
    /* 30px */
}

h3 {
    font-size: 1.7em;
    /* 24px */
}

h4 {
    font-size: 1.2em;
    /* 18px */
}

h5 {
    font-size: 1.0em;
    /* 14px */
}

h6 {
    font-size: 0.8em;
    /* 12px */
}

ul,
li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a,
a:hover,
a:active,
a:focus {
    color: inherit;
    text-decoration: none;
}

a,
a:visited {
    -webkit-transition: color .3s;
    transition: color .3s;
}

a:active,
a:focus {
    outline: none;
}

.v-container {
    padding: 5%;
}

.b-formcontact {
    background-image: url(../images/sgd.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
}

.b-formcontact form {
    width: 80%;
    margin: auto;
}

.b-formcontact .b-title {
    color: #fff;
    font-size: 30px;
    text-align: center;
    position: relative;
    margin: 30px 0;
    line-height: 39px;
}

.b-formcontact .form-item {
    margin-bottom: 15px;
    font-family: "Open Sans";
}

.b-formcontact .form-item input, .b-formcontact .form-item button {
    width: 100%;
    height: 40px;
    outline: none;
    background: rgba(255, 255, 255, 0.73);
    padding-left: 10px;
    border: 0;
    color: #111;
    border-radius: 10px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    box-sizing: border-box;
	font-family:Roboto
}

.b-formcontact .form-item input[type="submit"],.b-formcontact .form-item button {
    cursor: pointer;
    transition: all 0.5s ease;
    border: 2px solid transparent;
}

.b-formcontact .form-item input[type="submit"]:hover,.b-formcontact .form-item button:hover {
    border: 2px solid white;
}

.b-formcontact textarea {
    width: 100%;
    outline: none;
    background: rgba(255, 255, 255, 0.73);
    padding-left: 10px;
    border: 0;
    color: #111;
    height: 94px;
    border-radius: 10px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    box-sizing: border-box;
	font-family:Roboto;
}

/*.b-formcontact:after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.25);
    position: absolute;
    top:0;
    left: 0;
}*/
.b-formcontact .b-button {
    text-align: center;
}
.b-formcontact .b-button input {
    border: 2px solid #fff;
    background: #fff;
    color: #2e2eff;
    text-transform: uppercase;
    border-radius: 7px;
    padding: 5px 15px;
    outline: none;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

.b-formcontact .b-button input:hover {
    background-color: rgb(74 140 204 / 81%);
    color: #fff;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

.b-formcontact .b-button button {
    border: 2px solid #fff;
    background: #fff;
    color: #2e2eff;
    text-transform: uppercase;
    border-radius: 7px;
    padding: 5px 15px;
    outline: none;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

.b-formcontact .b-button button:hover {
    background-color: rgb(74 140 204 / 81%);
    color: #fff;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

.clearfix {
    clear: both;
}

.v-nav {
    padding: 10px 60px;
    position: relative;
    box-shadow: 0px 0px 10px 2px rgba(17, 17, 17, 0.15);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(17, 17, 17, 0.15);
    -moz-box-shadow: 0px 0px 10px 2px rgba(17, 17, 17, 0.15);
    z-index: 1;
}

.nv-mobile {
    display: none;
    position: absolute;
    left: 16px;
    top: 23px;
    text-align: center;
    text-align: center;
    font-size: 20px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    z-index: 10;
}

.menu-slows {
    overflow: hidden;
}

.menu-slows .right-nav {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    left: 100px;
}

.v-close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-size: 25px;
    background: transparent;
    border: none;
    display: none !important;
    padding: 10px;
}

.v-nav {
    z-index: 999;
}

.v-nav::after {
    content: '';
    display: block;
}

.v-brand {
    position: relative;
    z-index: 99999;
    display: inline-block;
}

.v-brand img {
    width: 100%;
}

.right-nav {
    text-align: center;
    z-index: 9999;
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.right-nav li {
    display: inline-block;
}

.right-nav li a {
    font-family: 'SVN', sans-serif;
    display: block;
    padding: 49px 20px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}

.right-nav li a:after {
    content: '';
    display: block;
    margin: 10px auto 0;
    height: 2px;
    width: 0;
    background: #2e2eff;
    transition: all .3s ease-in;
}

.right-nav li:hover a:after,
.right-nav li.active a:after {
    width: 100%;
}

.right-nav .language-chooser {
    display: none;
}

.language-chooser {
    font-size: 15px;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 99999;
    /*visibility: hidden;*/
}

.language-chooser li {
    display: inline-block;
}

.language-chooser li span {
    display: inline-block !important;
}

.language-chooser a {
    display: inline-flex;
    padding-left: 10px;
    height: 30px;
    font-family: 'SVN';
    font-size: 18px;
    color: #858383;
    font-weight: normal;
    text-align: center;
    align-items: center;
}

.language-chooser li.active a,
.language-chooser a.active,
.language-chooser a:focus {
    color: #2e2eff;
    font-weight: bold;
}

.language-chooser img {
    width: 25px;
    transition: all .3s linear;
    margin-right: 10px;
}

.language-chooser a:hover img,
.language-chooser a.active img {
    box-shadow: 1px 2px 7px -2px rgba(17, 17, 17, 0.82);
    -webkit-box-shadow: 1px 2px 7px -2px rgba(17, 17, 17, 0.82);
    -moz-box-shadow: 1px 2px 7px -2px rgba(17, 17, 17, 0.82);
    transition: all .5s linear;
}

.language-chooser a:hover img {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
}

.hotline {
    position: fixed;
    padding: 7px;
    top: 35px;
    right: 0;
    cursor: pointer;
    background: #fff;
    z-index: 99;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    padding-right: 20px;
    padding-left: 10px;
    border: 1.5px solid gray;
}

.hotline img {
    vertical-align: middle;
}

.hotlinefix {
    box-shadow: 0 0 20px 0.5px rgba(0, 0, 0, .1);
}

.hotlinemobile {
    display: none;
    float: left;
    margin: 40px 0;
}

.hotline span {
    color: #2e2eff;
    font-weight: 600;
}

.v-banner {
    min-height: 50vh;
}

.v-banner .item {
    position: relative;
}

.v-banner .item:after {
    /*content: '';*/
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}

.v-banner > img {
    width: 100%;
    height: auto;
}

/* animation */

.v-banner .item > img {
    width: 100%;
    height: auto;
    transition: all 500ms ease-in-out;
    transform: scale(1.25, 1.25);
}

.v-banner .item.slick-active > img {
    transform: scale(1, 1);
}

.wp-caption {
    width: 100% !important;
    text-align: center;
}

.v-banner .v-caption {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
}

.v-banner .v-caption img {
    text-align: center;
    margin-left: 65%;
    width: auto;
    /*animation: dropdown 4s infinite;*/
    background: rgba(255, 255, 255, 0.5);
}

@keyframes dropdown {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.v-banner img {
    width: 100%;
}

.v-banner .slick-dots {
    bottom: 20px;
    z-index: 2;
}

.v-banner .slick-dots {
    bottom: 20px;
    z-index: 2;
}

.v-banner.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.v-banner .slick-dots li button {
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.v-banner .slick-dots li button:before {
    display: none;
}

.v-banner .slick-dots li.slick-active button {
    background-color: #fff;
}

.v-menufix {
    width: 50px;
    background: #404041;
    color: #fff;
    font-size: 30px;
    position: fixed;
    left: 0;
    bottom: 30%;
    z-index: 999;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
}

.v-menufix .v-icon {
    display: block;
}

.v-menufix li {
    position: relative;
}
#bttop{b
    text-align:center;
    padding:5px;
    position:fixed;
    bottom:35px;
    right:10px;
    cursor:pointer;
    display:none;
    color:black;
    font-size:11px;
    font-weight:900;
    z-index: 99999999999999;
}
#bttop:hover{}
.v-menufix .v-icon .v-itemhide {
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ed4e6e;
    font-size: 15px;
    width: 130px;
    height: 50px;
    text-transform: uppercase;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    z-index: -1;
    text-align: center;
    padding-right: 0;
    padding-left: 50px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.v-menufix .v-icon img {
    width: 60%;
    vertical-align: middle;
}

.v-menufix .v-icon {
    text-align: center;
    display: flex;
    vertical-align: middle;
    line-height: 50px;
}

.v-menufix .v-icon > i {
    height: 50px;
    background: #404041;
    display: block;
    width: 100%;
}

.v-menufix .v-icon .v-itemhide i {
    padding: 0 10px;
}

.v-menufix .v-icon:hover .v-itemhide {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

.v-menufix .v-icon:hover > i {
    background-color: #ed4e6e;
}

.v-menufix .b-icon {
    display: block;
    text-align: center;
    z-index: 1;
}

.v-menufix .v-icon .v-itemhide span {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

.v-menufix .v-icon:hover .v-itemhide span {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

.v-menufix .v-icon:hover .v-itemhide span:first-child {
    width: 10%;
    display: table-cell;
    vertical-align: middle;
}

.v-menufix .v-icon:hover .v-itemhide span:last-child {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

.v-menufix .v-icon:hover .v-itemhide {
    display: table;
    box-shadow: 2px 2px 5px -1px rgba(17, 17, 17, 0.37);
    -webkit-box-shadow: 2px 2px 5px -1px rgba(17, 17, 17, 0.37);
    -moz-box-shadow: 2px 2px 5px -1px rgba(17, 17, 17, 0.37);
}

.v-project {
    background-image: url(../images/bg.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.v-project:before {
    content: '';
    /* background-color:  rgba(37, 128, 103, 0.80); */
    background-color: rgb(74 140 204 / 81%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.v-project .v-titleborder {
    font-family: 'utmavo', sans-serif;
    width: 60%;
    text-align: center;
    margin: auto;
    color: #fff;
    font-weight: 400;
    font-size: 38px;
    height: 150px;
    border: 2px solid #fff;
    border-radius: 10px;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.v-project .v-titleborder span {
    background: #000;
    margin-bottom: 6px;
    padding: 10px 25px;
    position: relative;
    top: -10px;
    font-family: 'UTM Avo', sans-serif;
}

.v-project-inner {
    position: relative;
    padding: 80px 35px;
}

.project-box {
    width: 43%;
    margin: auto;
    background: #fff;
    padding: 10px 60px 20px 60px;
    border-radius: 10px;
    margin-top: -60px;

}

.project-box p {
    color: #6D6E70;
    font-size: 16px;
    line-height: 23px;
}
.project-box p:first-child,.project-box p:nth-child(4),.v-acreage  {
    text-align: center;
}
.v-acreage {
    font-size: 50px;
    color: #58595B;
    margin: 20px 0;
    font-family: 'FUTURASTD', sans-serif;
}

.v-acreage .ha {
    font-family: 'FUTURASTD LIQUE';
    font-size: 23px;
    margin-left: 10px;
}

.project-box .readmore {
    color: #2e2eff;
    font-size: 18px;
    letter-spacing: 4px;
}

.v-project-bg {
    background-image: url(images/bg.html);
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 1px;
    border-radius: 10px;
}

.v-project-bg:after {
    content: '';
    background-image: url(../images/project.svg);
    display: block;
    height: 80px;
    width: 95px;
    bottom: 45px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.v-news {
    padding: 80px 0 50px 0;
}

.v-news .title {
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 45px;
}

.v-news .v-list {
    margin-top: 80px;
}

.v-news .v-item {
    margin: 0 15px 50px;
}

.v-news .v-thumb {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    transition: all 0.3s ease-in;
}

.v-news .v-item:hover .v-thumb {
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, .6);
}

.v-news .v-title {
    font-family: 'UTM Avo', sans-serif;
    font-size: 18px;
    padding: 12px 0;
}

.v-news .v-title:after {
    content: '';
    display: block;
    height: 2px;
    width: 30%;
    background: #2e2eff;
    margin-top: 10px;
    transition: all .3s ease-in;
}

.v-news .v-item:hover .v-title:after {
    width: 50%;
}

.v-news .v-content {
    color: #404041;
}

.v-slideourteam .slick-arrow , .v-slidenews .slick-arrow {
    top: 40%;
}

.v-slideourteam .slick-prev:before , .v-slidenews .slick-prev:before {
    content: "\f0d9";
    font: normal normal normal 40px/1 FontAwesome;
    color: #2e2eff;
}

.v-slideourteam .slick-next:before, .v-slidenews .slick-next:before {
    content: "\f0da";
    font: normal normal normal 40px/1 FontAwesome;
    color: #2e2eff;
}

.readmore a {
    display: inline-block;
    background: #2e2eff;
    color: #fff;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: 3px;
    transition: all .2s ease-in;
    border: 1px solid #2e2eff;
}

.readmore a:hover {
    background: #fff;
    color: #2e2eff;
}

.readmore {
    text-align: center;
}

.list-week a {
    display: block;
    text-align: center;
    background: #BBBDBF;
    text-transform: uppercase;
    padding: 7px;
    width: 100px;
    border-radius: 7px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

.list-week {
    clear: both;
    text-align: center;
}

.list-week:before {
    content: '';
    border-top: 1px solid #fff;
    display: block;
    width: 90%;
    margin-left: 8px;
    margin-bottom: 22px;
}

.list-week li {
    display: inline-block;
    margin: 10px;
}

.list-week div span {
    display: block;
}

.list-week div a:hover {
    background-color: #2e2eff;
    box-shadow: 1px 2px 4px 1px rgba(17, 17, 17, 0.38);
    -webkit-box-shadow: 1px 2px 4px 1px rgba(17, 17, 17, 0.38);
    -moz-box-shadow: 1px 2px 4px 1px rgba(17, 17, 17, 0.38);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

.v-item-right {
    position: relative;
}

.v-item-right .v-icon {
    display: block;
    width: 70px;
    height: 70px;
    background: #2e2eff;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
    background-image: url(images/tiendo.html);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center;
    position: absolute;
    left: 40px;
    top: 30px;
    z-index: 10;
    box-shadow: 0px 3px 8px 1px rgba(17, 17, 17, 0.33);
}

.v-process-slide {
    height: 100%;
}

.v-process-slide .slick-prev:before {
    content: "\f0d9";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 23px;
    color: #111;
}

.v-process-slide .slick-next:before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 23px;
    color: #111;
}

.v-process-slide button {
    background: #fff;
    height: 40px;
    width: 40px;
    z-index: 99;
    border-radius: 50%;
    transition: all .2s ease-in;
}

.v-process-slide .slick-list,
.v-process-slide .slick-track {
    height: 100%;
}

.v-process-slide .v-item {
    overflow-x: hidden;
}

.v-process-slide .slick-prev:hover,
.v-process-slide .slick-prev:focus,
.v-process-slide .slick-next:hover,
.v-process-slide .slick-next:focus {
    background: rgba(0, 0, 0, 0.6);;
}

.v-process-slide .slick-prev:hover:before,
.v-process-slide .slick-prev:focus:before,
.v-process-slide .slick-next:hover:before,
.v-process-slide .slick-next:focus:before {
    color: #fff;
}

.v-process-slide .slick-prev,
.v-process-slide .slick-next {
    top: 92%;
}

.v-process-slide .slick-prev {
    left: 70%;
}

.v-process-slide .slick-next {
    right: 13%;
}

.v-process-slide img {
    width: 100%;
    height: 100%;
}

.v-utilities {
    padding: 80px 0 50px 0;
}

.v-utilities .title img {
    display: block;
    margin: auto;
    margin-top: 30px;
}

.v-utilities .title,
.v-home-house .title {
    font-family: 'UTM Avo', sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 45px;
    line-height: 1.5;
}

.v-utilities .v-text {
    padding: 0 50px;
    text-align: center;
}

.v-utilities .v-text p {
    margin: 0;
    font-size: 16px;
}

.v-utilities .readmore {
    display: inline-block;
    text-align: left;
    border: 1px solid #2e2eff;
    padding: 7px 25px;
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: 3px;
    margin-top: 20px;
    transition: all .2s ease-in;
}

.v-utilities .readmore:hover {
    background: #2e2eff;
    color: #fff;
}

.v-utilities .v-list {
    margin-top: 30px;
}

.v-utilities .v-item {
    margin: 0 15px 50px;
}

.v-utilities .v-thumb {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    transition: all 0.3s ease-in;
}

.v-utilities .v-item .v-thumb {
    position: relative;
}

.v-utilities .v-item .v-thumb:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.v-utilities .v-item:hover .v-thumb {
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, .6);
}

.v-utilities .v-item:hover .v-thumb:after {
    background-color: transparent;
}

.v-utilities .v-des {
    position: relative;
}

.v-utilities .v-item:hover .v-title {
    background-color: #2D8E71;
    width: calc(100% - 24px);
}

.v-utilities .v-title {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'UTM Avo', sans-serif;
    font-size: 18px;
    padding: 12px;
    position: absolute;
    bottom: 0;
    color: white;
}

.v-utilities .v-title:after {
    content: '';
    display: block;
    height: 2px;
    width: 30%;
    background: #2e2eff;
    margin-top: 10px;
    transition: all 0.3s ease-in;
}

.v-utilities .v-item:hover .v-title:after {
    width: 50%;
    background: white;
}

.v-utilities .v-content {
    color: #404041;
}

.list-box a {
    display: inline-flex;
    width: 90px;
    float: left;
    padding: 15px;
    background: #00997A;
    color: #fff;
    text-transform: uppercase;
    margin: 5px;
    border-radius: 10px;
    height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center
}

.list-box a:hover {
    background-color: #2e2eff;
}

.v-address {
    min-height: 500px;
}

.v-address .row {
    margin: 0;
}

.v-address .v-item-right {
    padding-left: 0;
    padding-right: 0;
}

.v-address .v-item-left {
    padding: 90px;
}

.v-address .add-title {
    font-size: 33px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.v-address .add-title span {
    font-family: 'UTM Avo', sans-serif;
    margin-left: 10px;
}

.v-address .v-map {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.v-address .v-map iframe {
    width: 100%;
    height: 100%;
    border: 0px;
}

.v-address .v-map img {
    width: 100%;
}

.v-address .v-text .v-stitle {
    color: #2e2eff;
    font-size: 22px;
    margin-bottom: 15px;
}

.v-address .v-text p {
    color: #6D6E70;
    font-size: 16px;
    margin: 0;
    padding-bottom: 10px;
}

.v-address .readmore {
    text-align: right;
}

.v-project .readmore a,
.v-address .readmore a {
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid #2e2eff;
    background: #fff;
    color: #000;
    border-radius: 20px;
    letter-spacing: 3px;
    margin-top: 20px;
    font-size: 14px;
    transition: all .2s ease-in;
}

.v-project .readmore a:hover,
.v-address .readmore a:hover {
    background: #2e2eff;
    color: #fff;
}

.v-address .timeline {
    margin-top: 15px;
}

.v-address .timeline .v-header {
    color: #7EC574;
    font-size: 25px;
    margin-left: -6px;
    margin-bottom: 7px;
    font-weight: bold;
    position: relative;
}

.v-address .timeline .v-header:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -30px;
    border-top: 20px solid #7EC574;
    border-left: 20px solid transparent;
}

.v-address .timeline .v-header span {
    font-size: 15px;
}

.v-address .v-time:before {
    content: '';
    transform: translateX(calc(-50% + 1px));
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #009547;
    display: block;
    position: absolute;
}

.v-address .v-time li {
    padding-top: 10px;
    border-left: 2px solid #009547;
    position: relative;
    padding-left: 8px;
    top: 10px;
    font-size: 13px;
    text-transform: uppercase;
}

.v-address .v-time li:after {
    content: '';
    position: absolute;
    left: -2px;
    bottom: 6px;
    transform: translateX(calc(-50% + 1px));
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #009547;
}

/* page project */

.iconheader {
    text-align: center;
}

.page-title {
    font-size: 38px;
    text-align: center;
    font-weight: 400;
}

.page-title:after {
    content: '';
    background-image: url(../images/page.svg);
    width: 100px;
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 20px;
}

.page-project {
    font-weight: normal;
    color: #000;
    margin-bottom: 50px;
    padding: 0 15vw;
}

/* tab */

.v-tab .content input {
    display: none;
}

.v-tab .v-item {
    display: none;
    position: relative;
    padding: 15px;
    margin-top: 5px;
    -webkit-animation: fadein 2s;
    /* Safari and Chrome */
    -moz-animation: fadein 2s;
    /* Firefox */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera */
    animation: fadein 2s;
}

.v-tab input[type="radio"]:checked + .v-item {
    display: block;
}

.v-tab .header {
    text-align: center;
    padding: 0 50px;
}

.v-tab .header label {
    padding: 15px;
    background-color: #2C936E;
    /*width: 92px !important;*/
    min-height: 50px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    margin-top: 0;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 0;
}

.slide-title {
    width: 60%;
    margin: auto;
}

.slide-title .slick-slide:focus {
    outline: none !important;
}

.v-tab .header label.active,
.v-tab .header label:hover {
    background-color: #2e2eff;
}

.page-utilities {
    margin-bottom: 10px;
}

.page-utilities .content {
    padding: 10px 80px;
}

.page-utilities .v-listtext {
    padding: 10px 0;
}

.page-utilities .v-listtext .item {
    margin-bottom: 50px;
    position: relative;
    border: 0;
    padding-left: 20px;
    border-left: 2px solid #2c936e;
}

.page-utilities .v-listtext .item:before {
    content: '';
    background-image: url(images/line.html);
}

.page-utilities .slick-dots {
    display: none !important;
}

.page-news {
    margin-bottom: 30px;
}

.page-news .v-post {
    padding: 20px;
    margin-bottom: 30px;
    background: #fff;
height: 270px;
    box-shadow: 1px 1px 14px -5px rgba(17, 17, 17, 0.72);
    -webkit-box-shadow: 1px 1px 14px -5px rgba(17, 17, 17, 0.72);
    -moz-box-shadow: 1px 1px 14px -5px rgba(17, 17, 17, 0.72);
}

.page-news .v-post .v-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
}

.page-news .v-post .v-title:after {
    content: '';
    height: 3px;
    width: 13%;
    display: block;
    background-color: #2c926f;
    margin: 25px 0;
}

.page-news .v-post:hover {
    background-color: #2c926f;
}

.page-news .v-post:hover .v-title {
    color: #fff;
}

.page-news .v-post:hover .v-title:after {
    background-color: #fff;
}

.page-news .v-post p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.page-news .v-post:hover p {
    color: #fff;
}

.v-post-style .v-thumbnail {
    display: table-cell;
    vertical-align: top;
    width: 45%;
    background-image: url(images/city-q-c-323-323-8.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.v-post-style .v-thumbnail img {
    width: 100%;
}

.v-post-style .v-body {
    display: table-cell;
    width: 60%;
    padding-left: 25px;
}

.v-gray {
    background-color: #F1F1F2;
}

.page-numbers li {
    display: inline-block;
}

.page-numbers {
    text-align: center;
    margin: 20px auto;
}

.page-numbers li a {
    display: block;
    position: relative;
    padding: 5px 10px;
}

.page-numbers li a:after {
    content: '';
    height: 1px;
    width: 35%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #111;
    visibility: hidden;
}

.page-numbers li:hover a:after {
    visibility: visible;
}

.page-process .v-tab label {
    background-color: #BBBDBF;
}

.page-process .v-tab .header label {
    padding: 13px;
    margin: 8px;
    outline: none;
}

.slide-process .slick-prev {
    left: 15px;
}

.slide-process .slick-next {
    right: 13px;
}

.slide-process .slick-prev:before,
.slide-process .slick-next:before {
    font-family: inherit;
    opacity: 1;
    color: #111;
}

.slide-utili .slick-pre,
.process-slide .slick-prev,
.slide-utili .slick-next,
.process-slide .slick-next {
    top: 50%;
}

.slide-utili .slick-prev,
.process-slide .slick-prev {
    left: -20px;
}

.slide-utili .slick-next,
.process-slide .slick-next {
    right: -20px;
}

.page-process .v-tab .v-item {
    padding: 50px;
}

.slide-utili .slick-prev:before,
.process-slide .slick-prev:before {
    content: "\f0d9";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 23px;
    color: #111;
}

.slide-utili .slick-next:before,
.process-slide .slick-next:before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 23px;
    color: #111;
}
.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
}
.slide-utili button,
.process-slide button {
    background: #6D6E70;
    height: 40px;
    width: 40px;
    z-index: 99;
    border-radius: 50%;
    transition: all .3s ease-in;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.4);
}

.slide-utili .slick-prev:hover,
.process-slide .slick-next:hover {
    color: inherit;
    outline: none;
    background: #BBBDBF;
}

.slide-utili img,
.process-slide img {
    width: 100%;
    height: auto;
}

.slide-utili .slick-dots li button:before,
.process-slide .slick-dots li button:before {
    display: none;
}

.slide-utili .slick-dots li button,
.process-slide .slick-dots li button {
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
}

.slide-utili .slick-dots li.slick-active button,
.process-slide .slick-dots li.slick-active button {
    background-color: #fff;
}

.slide-utili .slick-dots,
.process-slide .slick-dots {
    bottom: 4%;
}

.page-location {
    width: 60%;
    margin: auto;
    margin-bottom: 100px;
}

.page-location ul {
    margin-left: 20px;
}

.page-location li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.location {
    position: relative;
}

.icon-location {
    background-image: url(images/google-maps-icon.html);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 150px;
    left: 10%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 0 8px 0px rgba(17, 17, 17, 0.25);
}

.tool-tip p {
    display: none;
    background: #000;
    color: #fff;
    padding: 10px 15px;
}

.tool-tip:hover p:after {
    content: '';
    display: block;
    margin: auto;
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.tool-tip:hover p {
    display: inline-block;
    position: absolute;
    top: 0px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    transform: translateX(calc(-50% + 40px)) translateY(-170%);
    border-radius: 5px;
}

.header-mobile {
    width: 100%;
    margin: auto;
}

.header-mobile .slick-dots {
    display: none !important;
}

.header-mobile .slick-prev:before {
    content: "\f0d9";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    color: #2C936E;
}

.header-mobile .slick-next:before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    color: #2C936E;
}

.header-mobile label {
    outline: none;
}

.header-mobile .slick-prev,
.header-mobile .slick-next {
    top: 40%;
}

#to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    font-size: 17px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
}

#to-top.show {
    opacity: 1;
    border-radius: 50%;
}

.b-bread {
    margin-top: 30px;
}

.b-bread li {
    display: inline-block;
}

.b-bread span:hover a {
    color: #2c926f;
    top: -1px;
}

.b-bread span a {
    color: #919396;
    position: relative;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.b-bread li a .fa {
    padding: 0 5px;
}

.detail-title {
    font-size: 30px;
    margin-bottom: 0px;
    text-align: left;
    font-weight: bold;
    text-transform: none;
    color: rgb(51, 51, 51);
    line-height: 1.2em;
}

.detail-content {
    padding: 0px 0 100px 0;
}

.detail-img {
    padding: 20px 5%;
}

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

.detail-content p {
    line-height: 25px;
    margin-bottom: 10px;
}

.detail-page {
    padding: 0 10vw;
}

.b-listpost.b-gray {
    padding: 60px 70px 30px 70px;
}

.b-listpost.b-gray .b-post {
    padding: 50px 20px 25px 20px;
	height: 400px;
}

.b-gray {
    background-color: #f2f2f2;
}

.b-gray .b-post:hover {
    background-color: #2c926f;
}

.b-gray .b-post:hover .b-title {
    color: #fff;
}

.b-gray .b-post:hover .b-title:after {
    background-color: #fff;
}

.b-gray .b-post:hover p {
    color: #fff;
}

.b-gray .b-post {
    padding: 20px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 1px 1px 14px -5px rgba(17, 17, 17, 0.72);
    -webkit-box-shadow: 1px 1px 14px -5px rgba(17, 17, 17, 0.72);
    -moz-box-shadow: 1px 1px 14px -5px rgba(17, 17, 17, 0.72);
}

.b-gray .b-post .b-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
}

.b-gray .b-post:hover .b-title {
    color: #fff;
}

.b-gray .b-post .b-title:after {
    content: '';
    height: 3px;
    width: 13%;
    display: block;
    background-color: #2c926f;
    margin: 25px 0;
}

.b-gray .b-post:hover .b-title:after {
    background-color: #fff;
}

.page-map img {
    height: 100vh;
    display: block;
    margin: auto;
}

.page-map > div {
    margin: auto;
}

.tabpanel {
    display: none;
    -webkit-animation: fadein 2s;
    /* Safari and Chrome */
    -moz-animation: fadein 2s;
    /* Firefox */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera */
    animation: fadein 2s;
}

#popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}

#popup-wrapper .popup {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    padding: 20px;
    background-color: white;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    display: inline-block;
}

#popup-wrapper .popup .close {
    background: url(images/sprite.html) 0 0 no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 10px;
    text-indent: -10000px;
    top: 10px;
    z-index: 2;
}

#popup-wrapper .popup img {
    max-width: 40vw;
    display: block;
    margin: auto;
}

.tabpanel.active {
    display: block;
}

.slide-utili img {
    display: block;
    margin: auto;
}

/* ring hotline */

.hotline img {
    width: auto;
    height: auto;
    margin: auto;
    border-radius: 50px;
    -webkit-animation: right 0.5s infinite ease-in-out;
    -moz-animation: right 0.5s infinite ease-in-out;
    animation: right 0.5s infinite ease-in-out;
}

@-webkit-keyframes right {
    0% {
        -webkit-transform: rotate(10deg);
    }
    50% {
        -webkit-transform: rotate(-10deg);
    }
    100% {
        -webkit-transform: rotate(10deg);
    }
}

@-webkit-keyframes left {
    0% {
        -webkit-transform: translate(15px);
    }
    50% {
        -webkit-transform: translate(-15px);
    }
    100% {
        -webkit-transform: translate(15px);
    }
}

@-moz-keyframes right {
    0% {
        -moz-transform: rotate(10deg);
    }
    50% {
        -moz-transform: rotate(-10deg);
    }
    100% {
        -moz-transform: rotate(10deg);
    }
}

@-moz-keyframes left {
    0% {
        -moz-transform: translate(15px);
    }
    50% {
        -moz-transform: translate(-15px);
    }
    100% {
        -moz-transform: translate(15px);
    }
}

@keyframes right {
    0% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}

@keyframes left {
    0% {
        transform: translate(15px);
    }
    50% {
        transform: translate(-15px);
    }
    100% {
        transform: translate(15px);
    }
}

.floor {
    margin: 50px 0;
}

.floor img {
    display: block;
    width: 100%;
    margin: auto;
}

.v-housel .readmore a {
    margin: 50px 0;
    box-shadow: 1px 1px 9px 3px rgba(17, 17, 17, 0.15);
}

.v-housel .readmore a:hover {
    border: 1px solid #fff;
}

.v-house {
    margin: 0 8%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
}

.v-house .v-wrap {
    width: 25%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 330px;
}

.v-house .v-item {
    position: relative;
    margin: 0 10px;
    border: none;
    border-radius: 10px;
    background-image: url(images/house.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    overflow: hidden;
    box-shadow: 1px 1px 9px 1px rgba(17, 17, 17, 0.37);
}

.v-house .v-item .v-des {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.3s ease-in;
}

.v-house .v-item:hover .v-des {
    background: rgba(0, 0, 0, 0.7);
}

.v-house .v-item:hover .v-des:before {
    width: 50%;
}

.v-house .v-item .v-des:before {
    content: '';
    height: 2px;
    width: 20%;
    background: #FFDC15;
    display: block;
    margin-bottom: 20px;
    transition: all 0.3s ease-in;
}

.v-house .v-wrap:first-child .v-item {
    background-image: none;
    border: 1px solid #2c926f;
    padding: 20px;
    box-shadow: none;
}

.v-house .v-wrap:first-child .v-item p {
    color: gray;
}

.v-house h3 {
    line-height: 30px;
    margin: 0;
    padding: 20px;
}

.v-house .v-info li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.v-house .v-info strong {
    margin-right: 10px;
}

.v-dhouse {
    margin-bottom: 70px;
}

.v-dhouse .v-title {
    font-size: 38px;
    text-align: center;
    font-weight: 400;
    line-height: 40px;
}

.v-phouse {
    position: relative;
}

.v-phouse .tab-wrap {
    overflow: hidden;
}

.v-phouse img {
    width: 100%;
}

.v-phouse .nav {
    margin: 0 10%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.15);
    border: 1px solid #2C936E;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

.v-phouse .nav li {
    width: 33.333%;
    text-align: center;
    background: #fff;
    color: #2C936E;
    transition: all .3s ease-in;
}

.v-phouse .nav li.active,
.v-phouse .nav li:hover {
    background: #2C936E;
    color: #fff;
}

.v-phouse .nav a {
    display: block;
    padding: 8px 0;
}

.nav-phouse .v-header {
    background: #2C936E;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.nav-phouse ul {
    border: 1px solid #2C936E;
    padding: 20px;
    font-size: 0.9em;
}

.nav-phouse li {
    margin: 10px 0;
}

.nav-phouse li.active {
    color: #2C936E;
}

.grad-bot {
    position: relative;
}

.grad-bot:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70px;
    width: 100%;
    background: rgba(187, 189, 191, 0.15);
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #fff, rgba(187, 189, 191, 0.15));
    /*Safari 5.1-6*/
    background: -o-linear-gradient(bottom, #fff, rgba(187, 189, 191, 0.15));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(bottom, #fff, rgba(187, 189, 191, 0.15));
    /*Fx 3.6-15*/
    background: linear-gradient(to bottom, #fff, rgba(187, 189, 191, 0.15));
    /*Standard*/
}

.grad-top {
    position: relative;
}

.grad-top:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    background: rgba(187, 189, 191, 0.15);
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(bottom, #fff, rgba(187, 189, 191, 0.15));
    /*Safari 5.1-6*/
    background: -o-linear-gradient(top, #fff, rgba(187, 189, 191, 0.15));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(top, #fff, rgba(187, 189, 191, 0.15));
    /*Fx 3.6-15*/
    background: linear-gradient(to top, #fff, rgba(187, 189, 191, 0.15));
    /*Standard*/
}

.v-maunha {
    background-image: url(../uploads/page/1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5%;
}

.v-mnbox .v-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #fff;
}

.v-mnbox .v-slide {
    width: 100%;
    flex-basis: 100%;
}

.v-mnbox .v-content {
    /* background: rgba(37, 128, 103, 0.80); */
    background: rgb(74 140 204 / 81%);
    padding: 70px 3%;
    color: #fff;
    vertical-align: top;
    width: 44%;
    height: 280px;
    float: right;
}

.v-mnbox .v-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    line-height: 1.42;
    font-size: 1.3em;
}

.v-mnbox .v-header + hr {
    width: 100px;
    margin-top: -15px;
    color: white;
    border-color: white;
}

.v-mnbox .v-header:before {
    content: '';
    width: 75px;
    background-image: url(../images/mau-nha.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 50px;
    margin-right: 10px;
    margin-top: 5px;
}

.v-mnbox .v-des:after {
    content: '';
    display: block;
    clear: both;
}

.v-mnbox .v-des ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.v-mnbox .v-des li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.v-mnbox .v-des li img {
    width: 30px;
    margin-right: 7px;
}

.v-mnbox .readmore {
    float: right;
    text-align: left;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 7px 25px;
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: 3px;
    margin-top: 20px;
    transition: all .2s ease-in;

}

.v-mnbox .readmore:hover {
    background: #fff;
    color: #2e2eff;
}

.v-slidemn {
    height: 100%;
}

.v-slidemn .v-img {
    width: 50%;
    height: 420px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
}

.v-slidemn .slick-arrow {
    z-index: 2;
    height: 70px;
    width: 30px;
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease-in;
}

.v-slidemn .slick-arrow:hover {
    background: #fff;
}

.v-slidemn .slick-prev {
    left: 0;
}

.v-slidemn .slick-prev:before {
    content: "\f0d9";
    font: normal normal normal 30px/1 FontAwesome;
    color: #2e2eff;
    opacity: 1;
}

.v-slidemn .slick-next {
    right: 0;
}

.v-slidemn .slick-next:before {
    content: "\f0da";
    font: normal normal normal 30px/1 FontAwesome;
    color: #2e2eff;
    opacity: 1;
}

.title-icon {
    position: relative;
    line-height: 1em;
}

.title-icon:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%, 50%);
    background-image: url(../images/iconbig.svg);
    background-size: cover;
    width: 45px;
    height: 45px;
    z-index: 1;
}

.title-icon:after {
    content: '';
    transform: translate(-50%, 50%);
    display: block;
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 30%;
    height: 5px;
    background: #44bca7;
    background: -webkit-linear-gradient(left, white, #44bca7, white);
    background: -o-linear-gradient(right, white, #44bca7, white);
    background: -moz-linear-gradient(right, white, #44bca7, white);
    background: linear-gradient(to right, white, #44bca7, white);
}

.v-process {
    /*margin-bottom: 70px;*/
}

.v-process .title {
    font-size: 38px;
    text-align: center;
    margin: 0;
    padding-top: 40px;
}

.v-process .v-wrap {
    position: relative;
    margin-top: 7%;
}

.v-process .v-month {
    color: #fff;
    position: absolute;
    z-index: 1;
    width: 100%;
    background: rgba(17, 17, 17, 0.72);
}

.v-process .v-month > div {
    width: 70%;
    margin: auto;
}

.v-process .v-month a[data-toggle="tab"] {
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 15px;
    opacity: 0.7;
}

.v-process .v-month .active a[data-toggle="tab"] {
    opacity: 1;
}

.v-process .v-month .slick-prev:before {
    content: "\f0d9";
    font: normal normal normal 30px/1 FontAwesome;
    color: #fff;
    opacity: 1;
}

.v-process .v-month .slick-next,
.v-process .v-month .slick-prev {
    top: 40%;
    transition: all 0.3 ease-in;
}

.v-process .v-month .slick-next:before {
    content: "\f0da";
    font: normal normal normal 30px/1 FontAwesome;
    color: #fff;
    opacity: 1;
}

.v-slidetd img {
    width: 100%;
}

.v-slidetd .slick-arrow {
    background: #2e2eff;
    z-index: 2;
    height: 70px;
    width: 30px;
    transition: all 0.3s ease-in;
}

.v-slidetd .slick-arrow:hover {
    background: #44bca7;
}

.v-slidetd .slick-prev {
    left: 0;
}

.v-slidetd .slick-next {
    right: 0;
}

.v-slidetd .slick-prev:before {
    content: "\f0d9";
    font: normal normal normal 30px/1 FontAwesome;
    color: #fff;
    opacity: 1;
}

.v-slidetd .slick-next:before {
    content: "\f0da";
    font: normal normal normal 30px/1 FontAwesome;
    color: #fff;
    opacity: 1;
}

footer {
/*    background-image: url(../images/footer.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top: 4px solid #2e2eff;*/
    background-color: white;
    padding: 40px 0;
}

footer h4 {
    color: #2e2eff;
    margin: 10px 0;
    font-family: "Open Sans";
    font-weight: normal;
}

footer .v-para {
    color: #404041;
}

footer .v-tongdai {
    color: #404041;
    font-size: 16px;
    text-align: center;
}

footer .v-tongdai a {
    color: #2e2eff;
    font-size: 18px;
}

.v-social {
    text-align: center;
    margin-top: 15px;
}

.v-social li {
    display: inline-block;
    margin: 0 7px;
}

.v-social a {
    width: 40px;
    height: 40px;
    border: 2px solid #404041;
    border-radius: 50%;
    color: #404041;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease-in;
}

.v-social a:hover {
    /*transform: rotate(360deg);*/
    background-color: #2e2eff;
    color: white;
    border-color: #2e2eff;
}

.copyright {
    background: #404041;
    color: #fff;
    padding: 10px 10%;
}

.copyright div {
    float: left;
}

.copyright a {
    display: block;
    float: right;
}

.copyright:after {
    content: '';
    display: block;
    clear: both;
}

.wpcf7-not-valid {
    border: 2px solid red !important;
}

span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
    display: none !important;
}

.detail-content h4 {
    text-transform: none;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    margin: auto;
}

ul.list li {
    margin-bottom: 10px;
}

ul.list li:before {
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 8px;
    color: #17906A;
    vertical-align: middle;
    margin-right: 20px;
}

/* page about */

.b-gradient:before {
    content: '';
    display: block;
    width: 80%;
    height: 1px;
    position: absolute;
    top: 0;
    background: #44bca7;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    background: #44bca7; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, white, #44bca7, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, white, #44bca7, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, white, #44bca7, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, white, #44bca7, white); /* Standard syntax */
}

.titlebig:before {
    content: '';
    background-image: url(../images/Square-big-01.svg);
    display: block;
    height: 74px;
    width: 150px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin: auto;
}

.titlebig:after {
    content: '';
    background-image: url(../images/Square-small-01.svg);
    display: block;
    height: 63px;
    width: 300px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    margin: -25px auto 0 auto;
}

.titlebig {
    margin: auto;
    margin-top: -123px;
    font-weight: 300;
}

.b-banner {
    background-position: center center;
    position: relative;
    background-size: cover;
}
.b-banner:before {
    content: "";
    display: block;
    padding-top: 33%;
}
.b-aboutinfo {
    text-align: center;
    padding: 50px 0;
    margin-bottom: 100px;
}

.b-aboutinfo .b-content {
    font-size: 17px;
    color: #6D6E70;
    margin: 25px auto;
    padding: 0 30px;
}

.b-boxtitle .b-title {
    font-size: 36px;
    text-transform: none;
}
.b-boxtitle h4 {margin:0}
.faadfcafcbafdc.b-aboutinfo {
    margin-bottom: 50px;
}
.faadfcafcbafdc.b-vision {
    margin-top: 50px;
}
.faadfcafcbafdc.b-vision .container h4 {
    margin-top: 25px;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0;
}
.faadfcafcbafdc.b-vision .container h4:after {
    content: '';
    background-image: url(../images/icon.svg);
    width: 100px;
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 20px;
}
.b-boxtitle:after {
    content: '';
    background-image: url(../images/icon.svg);
    width: 100px;
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 20px;
}

.b-aboutinfo p {
    margin-top: 20px;
}

.b-active {
    background: #F0F0F0;
    padding: 50px 0;
}

.b-titlesmall {
    font-size: 45px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
    font-weight: 300;
}

.b-titlesmall:after {
    content: '';
    background-image: url(../images/icon.svg);
    width: 100px;
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 20px;
}

.b-active .b-item .b-number {
    font-size: 60px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    color: #2C926F;
    padding-right: 10px;
    height: 100px;
}

.b-active .b-item .b-text {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    font-size: 12px;
}

.b-active .b-item {
    display: table;
    min-height: 90px;
}

.b-active .b-content {
    margin-top: 30px;
}

.b-mission {
    margin-bottom: 100px;
}

.b-mission .b-item {
    background-color: #2C926F;
    color: #fff;
    padding: 50px 45px;
    text-align: center;
    border-radius: 15px;
    min-height: 315px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.b-mission .b-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    min-height: 60px;
    line-height: 27px;
    margin-bottom: 15px;
}

.b-mission .b-before .b-item:before {
    content: ' ';
    font-size: 100px;
    position: absolute;
    opacity: 0.1;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    font-weight: bold;
}

.b-mission .col-md-4:nth-child(1) .b-item:before {
    content: '01';
}

.b-mission .col-md-4:nth-child(2) .b-item:before {
    content: '02';
}

.b-mission .col-md-4:nth-child(3) .b-item:before {
    content: '03';
}

.b-vision {
    padding: 50px 0;
    position: relative;
    margin-top: 130px;
}

.b-vision .b-titlesmall {
    margin-top: 50px;
}

.b-vision .b-content {
    font-size: 17px;
    color: #6D6E70;
    margin: 25px auto;
    padding: 0 30px;
    text-align: center;
}

.titletop {
    background-image: url(../images/Square-half-01.html);
    height: 130px;
    margin-top: -180px;
    display: block;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
}

.b-titlebea {
    background-image: url(../images/iconbig.svg);
    height: 125px;
    margin-top: -115px;
    display: block;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    position: relative;
}

.b-titlebig {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.2;
}

.b-giatri .b-item {
    text-align: center;
}

.b-giatri .b-item h3 {
    font-size: 18px;
    font-weight: bold;
}

.b-giatri .b-item h3:after {
    content: '';
    display: block;
    width: 50%;
    margin: 20px auto 0;
    height: 1px;
    background: #2c926f;
}

.b-thanhtuu .b-titlesmall {
    margin-bottom: 20px;
}

.b-thanhtuu {
    padding: 60px 0;
}

.b-thanhtuu .b-des {
    font-size: 17px;
    color: #6D6E70;
    text-align: center;
}

/* page member */
.b-member .b-number {
    font-size: 40px;
    color: #2c926f;
    font-weight: bold;
    margin-bottom: 30px;
}

.b-member .b-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.b-member .b-price {
    font-size: 18px;
    font-weight: 600;
}

.item-box {
    padding: 50px;
}

.b-member .box-top {
    border-bottom: 0.5px solid #ddd;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    font-size: 1.2em;
    background: white;
    color: #398f14;
}

.kc-video-inner {
    text-align: center;
    padding: 60px;
}
/* Uncomment and set these variables to customize the grid. */

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
.edbdbfbbd .v-address .v-item-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.text-center {text-align:center}
.pagination.text-center {width:100%}
.pagination.text-center ul li {display:inline-block;padding:0 5px}
.pagination.text-center ul li.active a {color:#017451;font-weight:bold}
.v-post .v-thumbnail{background-size:auto 223px}
.container img {max-width:100%;height:auto;}
.loading-form{
        position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #ffffffc9;
    vertical-align: middle;
    display: inline-block;
    display: none
}
.loading-form img{
        width: 100px;
    height: auto;
top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
}
.thongbao{text-align: center;color: #fff}
.slides .images>div{background-size: cover;width: 100vw !important}
.b-banner{background-size: cover}
/* our team */
.team-area .single-item {
    margin-bottom: 30px;
  }
  
  .team-area .item .thumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  
  .team-area .item .thumb::after {
    background: #232323 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
  }
  
  .team-area .team-items .item:hover .thumb::after {
    opacity: 0.7;
  }
  
  .team-area .item .thumb .overlay {
    top: -100%;
    left: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: 1;
  }
  
  .team-area .item:hover .thumb .overlay {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  
  .team-area .item .thumb .overlay p {
    color: #ffffff;
  }
  
  .team-area .item .thumb .overlay h4 {
    color: #ffffff;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
  }
  
  .team-area .item .thumb img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  
  .team-area .item:hover .thumb img {
    opacity: .6;
  }
  
  .team-area .item .thumb .social li {
    display: inline-block;
  }
  
  .team-area .item .thumb .social li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
  }
  
  .team-area .info {
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    padding: 1px 20px 20px;
    position: relative;
    text-align: center;
    z-index: 9;
  }
  
  .team-area .info .message {
    height: 50px;
    line-height: 40px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
  }
  
  .team-area .info .message a {
    background: #fff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    box-sizing: border-box;
    color: #ff5a6e;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
  
  .team-area .info .message a i {
    font-weight: 500;
  }
  
  .team-area .info h4 {
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
  }
  
  .team-area .info span {
    color: #000;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
  }
  
  .team-area .social li.twitter a {
    background-color: #00b6f1;
  }
  
  .team-area .social li.pinterest a {
    background-color: #bd081c;
  }
  
  .team-area .social li.facebook a {
    background-color: #3b5998;
  }
  
  .team-area .social li.google-plus a {
    background-color: #df4a32;
  }
  
  .team-area .social li.vimeo a {
    background-color: #1ab7ea;
  }
  
  .team-area .social li.instagram a {
    background-color: #cd486b;
  }

  .slideService{
      display: flex;
  }
  .titleFooter{
    font-size: 20px;
    font-weight: 600;
  }
  .upercase{
    text-transform: uppercase;
   }
   .singlePage{
    min-height: 100vh;
    overflow: hidden;
   }
   
.singlePage .aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    transition-property: opacity,transform,-webkit-transform;
}
.singlePage .img-background img {
    width: 100%;
    height: 100%;
    max-height: 290px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
    border-style: none;
}
.singlePage .bg-black-gradient:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.8)));
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
}
.singlePage .position-relative {
    position: relative !important;
}
.singlePage .img-background {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    display: inline-table;
    width: 100%;
}
.singlePage .pb-5,.singlePage .py-5 {
    padding-bottom: 3rem !important;
}

.singlePage .pt-5,.singlePage .py-5 {
    padding-top: 3rem !important;
}
.singlePage .text-white {
    color: #fff !important;
}
.singlePage .text-uppercase {
    text-transform: uppercase !important;
}
.singlePage .text-center {
    text-align: center !important;
}
.singlePage .d-block {
    display: block !important;
}
.singlePage h1 small,.singlePage .h1 small,.singlePage h2 small,.singlePage .h2 small {
    font-size: 19px;
    letter-spacing: 0.6rem;
    line-height: 1.5;
    font-weight: 500;
}
.singlePage h1,.singlePage .h1 {
    font-size: 3.125rem;
    font-weight: 700;
}
#row_socical{
    margin-left:0px;
    margin-right:0px;
    text-align: center;
}