@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700|Pattaya|Montserrat:400,400i,500,500i,700,700i&subset=vietnamese');


* {box-sizing: border-box; }
body {font-family: 'Montserrat', serif; }
a {text-decoration: none; color: #bf7553; }
a:hover {text-decoration: none; }
h1 {font-size: 1.7em; }
h2 {font-size: 1.5em; }
h3 {font-size: 1.3em; }
h4 {font-size: 1.2em; }
h5 {font-size: 1.1em; }
h6 {font-size: 1em; }

header {position: fixed; top: 0px; left: 0px; z-index: 100; width: 100%; padding: 20px 0px; background: #fff; border-bottom: 1px solid #bf7553; transition: .25s all ease; }
header.sticky {padding: 5px 0px; transition: .25s all ease; }
header.sticky .hotline {bottom: calc(-100% - 20px )}
.navi {display: flex; align-items: center; justify-content: space-between; position: relative; }
.logo {width: 150px; height: 50px; }
.logo img {width: 100%; height: 100%; object-fit: contain; object-position: left; }
.btn-menu {display: none; }
.main-menu {width: 100%; margin-left: 30px; }
.main-menu ul {list-style: none; padding: 0px; margin: 0px; display: flex; align-items: center; justify-content: flex-end; }
.main-menu ul li {margin-left: 20px; }
.main-menu ul li a {font-family: 'Montserrat'; font-weight: 400; font-size: 13px; text-decoration: none; text-transform: uppercase; color: #666666; transition: .25s all ease; }
.main-menu ul li a:hover, .main-menu ul li a.active {font-weight: 500; color: #bf7553; }
.btn {position: relative; padding: 6px 30px; margin: 5px; text-transform: uppercase; background: #cc7e5b; color: #000; border: 1px solid transparent; border-radius: 6px; border-top-right-radius: 0px; transition: .25s all ease; }
.btn:before {content: ''; width: calc(100% + 12px); height: calc(100% + 12px); pointer-events: none; border-radius: 8px; border-top-right-radius: 0px; border: 1px solid #cc7e5b; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: inline-block; transition: .25s all ease; }
.btn:hover, .btn.active {background: #fff; color: #cc7e5b; border-color: inherit; transition: .25s all ease; }
.btn:hover:before, .btn.active:before {border-color: transparent; transition: .25s all ease; }
.btn.white {background: #FFF; color: #cc7e5b; }
.btn.white:before {border-color: #FFF; }
.btn.white:hover, .btn.white.active {background: #cc7e5b; color: #fff; }
.btn.white:hover:before, .btn.white.active:before {border-color: transparent; }
.hotline {position: fixed; bottom: 15px; left: 15px; z-index: 111; }
.hotline .btn {padding: 6px 10px; font-family: 'Roboto', sans-serif; font-size: 20px; font-weight: bold; display: flex; align-items: center; justify-content: space-between; }
.hotline .btn span {margin-left: 1px; }
.hotline .btn svg {fill: #000; height: 25px; margin-right: 6px; animation: hotline ease-out 0.5s 0.25s infinite; }
.hotline .btn:hover svg {fill: #cc7e5b; }
@keyframes hotline {
	0% {
		-webkit-transform:rotate(0) scale(.7) skew(1deg);
	}
	50% {
		-webkit-transform:rotate(0) scale(1) skew(1deg);
	}
	100% {
		-webkit-transform:rotate(0) scale(.7) skew(1deg);
	}
}
@media (max-width: 1200px) {
	.main-menu {opacity: 0; height: 0px; position: absolute; top: calc(100% - -6px); overflow: hidden; margin: 0px; transition: .25s all ease; }
	.main-menu.active {opacity: 1; height: calc(100vh - 30px); overflow: overlay; background: #fff; transition: .25s all ease; }
	.main-menu ul {display: block; }
	.main-menu ul li {margin: 0px; text-align: center; }
	.main-menu ul li a {padding: 10px 0px 0px 0px; display: inline-block; }
	.btn-menu {display: block; width: 36px; height: 34px; position: relative; border: 1px solid #cc7e5b; border-radius: 5px; }
	.btn-menu span {width: 80%; height: 2px; background: #cc7e5b; display: inline-block; position: absolute; left: 50%; transform: translate(-50%,-50%); transition: .25s all ease; }
	.btn-menu span:nth-child(1) {top: 25%; }
	.btn-menu span:nth-child(2) {top: 50%; }
	.btn-menu span:nth-child(3) {top: 75%; }
	.btn-menu.active {overflow: hidden; }
	.btn-menu.active span {transition: .25s all ease; }
	.btn-menu.active span:nth-child(1) {transform: translate(-50%,-50%) rotate(45deg); top: 50%; }
	.btn-menu.active span:nth-child(3) {transform: translate(-50%,-50%) rotate(-45deg); top: 50%; }
	.btn-menu.active span:nth-child(2) {transform: translateX(100%); left: 100%; }
}
@media (max-width: 992px) {
	.hotline .btn {padding: 8px; padding-right: 3px; }
	.hotline .btn span {display: none; }
}
@media (max-width: 576px) {
	.hotline .btn svg {height: 30px; }
}

.section-container2 {position: relative; overflow: hidden; padding-top: 50px; padding-bottom: 50px; }
main {margin-top: 85px; }
.btn-submit2 {border-color: #fff; }


.section-slide2 .section-container2 {padding: 0px; }
.slide-item2 > img {width: 100%; height: 100%; object-fit: cover; object-position: center; }
.slide-inner2 {position: absolute; top: 50%; left: 0px; width: 100%; transform: translateY(-50%); }
.slide-content2 p {margin: 0px; line-height: 1.4; }
.slogan2 {margin-left: 20px; }
.slogan2 h2 {text-align: center; font-family: 'Oswald'; font-size: 44px; line-height: 1.3em; }
.slogan2 h2 b {display: block; font-family: inherit; font-size: 1.6em; }
.promotion2 {width: 100%; position: absolute; bottom: 20px; z-index: 12; }
.promotion-inner2 {background: #ed804fcc; border-radius: 10px; border-top-right-radius: 0px; position: relative; }
.promotion-inner2:before {content: ''; width: calc(100% + 13px); height: calc(100% + 13px); border: 1px solid #ed804f; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 13px; border-top-right-radius: 0px; }
.promotion-img2 {position: relative; text-align: center; }
.promotion-img2 > img {width: 210px; object-fit: contain; object-position: center; position: absolute; bottom: -40px; left: 50%; transform: translateX(-50%); z-index: 13; }
.promotion-wrapper2 {display: flex; align-items: center; justify-content: space-between; padding: 15px 0px; }
.promotion-content2 {color: #fff; }
.promotion-content2 p, .promotion-content2 h4 {margin: 0px; }
.promotion-button2 a {display: inline-block; padding: 10px 20px; border: 1px solid transparent; background: #fff; color: #cc7e5b; font-size: 18px; text-decoration: none; border-radius: 6px; text-transform: uppercase; transition: .25s all ease; }
.promotion-button2 a:hover {background: transparent; color: #fff; border: 1px solid; transition: .25s all ease; }
.slide-container2 .slide-pagination2 {position: absolute; top: 50%; right: 10px; left: unset; z-index: 12; width: auto; height: auto !important; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; flex-direction: column; }
.swiper-pagination-bullet2 {position: relative; width: 16px; height: 16px; margin: 5px !important; background: #ededed; opacity: 0.8; }
.swiper-pagination-bullet2:hover {opacity: 1; }
.swiper-pagination-bullet-active2 {border: 1px solid #cc7e5b; background: transparent !important; }
.swiper-pagination-bullet-active2:before {content: ''; width: 70%; height: 70%; background: #cc7e5b; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 50%; }
@media (max-width: 1680px) {
	.slide-item2 {height: 100%; }
}
@media (max-width: 1200px) {
	.slide-content2 > img {max-width: 50px; }
	.slogan2 {margin-left: 10px; }
	.slogan2 h2 {font-size: 30px; }
	.promotion-img2 > img {width: 150px; }
	.promotion-button2 a {font-size: 1em; }
}
@media (max-width: 992px) {
	.swiper-pagination-bullet2 {width: 14px; height: 14px; }
	.promotion-img2 {display: none; }
}
@media (max-width: 768px) {
	.promotion2 {position: relative; bottom: unset; margin-top: 15px; margin-bottom: 15px; }
	.swiper-pagination-bullet2 {width: 12px; height: 12px; margin: 2px; }
}
@media (max-width: 576px) {
	.promotion-inner2, .promotion-inner2:before {border-radius: 0px; }
	.promotion-wrapper2 {flex-wrap: wrap; }
	.promotion-wrapper2 > div {width: 100%; text-align: center; }
	.promotion-content2 {margin-bottom: 10px; }
}

.section-container {position: relative; overflow: hidden; padding-top: 50px; padding-bottom: 50px; }
main {margin-top: 85px; }
.btn-submit {border-color: #fff; }


.section-slide .section-container {padding: 0px; }
.slide-item {height: 40vw; }
.slide-item > img {width: 100%; height: 100%; object-fit: cover; object-position: center; }
.slide-inner {position: absolute; top: 50%; left: 0px; width: 100%; transform: translateY(-50%); }
.slide-content {padding: 20px 15px; background: rgba(0,0,0,60%); border-radius: 10px; border-top-left-radius: 0px; position: relative; z-index: 1; top: 50%; left: 0%; }
.slide-content:before {content: ''; width: calc( 100% + 20px ); height: calc(100% + 20px); position: absolute; top: -10px; left: -10px; border: 1px solid #fff; border-radius: 15px; border-top-left-radius: 0px;}
.slide-content h2 {color: #f7941d; font-family: 'Oswald', sans-serif; margin-bottom: 0px; line-height: 1.5; }
.slide-content h2 b {font-size: 1.2em; font-family: 'Oswald', sans-serif; }
.slide-content p {margin: 0px; line-height: 1.4; }
.slogan {margin-left: 20px; }
.slogan h2 {text-align: center; font-family: 'Oswald'; font-size: 44px; line-height: 1.3em; }
.slogan h2 b {display: block; font-family: inherit; font-size: 1.6em; }
.promotion {width: 100%; position: absolute; bottom: 20px; z-index: 12; }
.promotion-inner {background: #ed804fcc; border-radius: 10px; border-top-right-radius: 0px; position: relative; }
.promotion-inner:before {content: ''; width: calc(100% + 13px); height: calc(100% + 13px); border: 1px solid #ed804f; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 13px; border-top-right-radius: 0px; }
.promotion-img {position: relative; text-align: center; }
.promotion-img > img {width: 210px; object-fit: contain; object-position: center; position: absolute; bottom: -40px; left: 50%; transform: translateX(-50%); z-index: 13; }
.promotion-wrapper {display: flex; align-items: center; justify-content: space-between; padding: 15px 0px; }
.promotion-content {color: #fff; }
.promotion-content p, .promotion-content h4 {margin: 0px; }
.promotion-button a {display: inline-block; padding: 10px 20px; border: 1px solid transparent; background: #fff; color: #cc7e5b; font-size: 18px; text-decoration: none; border-radius: 6px; text-transform: uppercase; transition: .25s all ease; }
.promotion-button a:hover {background: transparent; color: #fff; border: 1px solid; transition: .25s all ease; }
.slide-container .slide-pagination {position: absolute; top: 50%; right: 10px; left: unset; z-index: 12; width: auto; height: auto !important; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; flex-direction: column; }
.swiper-pagination-bullet {position: relative; width: 16px; height: 16px; margin: 5px !important; background: #ededed; opacity: 0.8; }
.swiper-pagination-bullet:hover {opacity: 1; }
.swiper-pagination-bullet-active {border: 1px solid #cc7e5b; background: transparent !important; }
.swiper-pagination-bullet-active:before {content: ''; width: 70%; height: 70%; background: #cc7e5b; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 50%; }
@media (max-width: 1680px) {
	.slide-item {height: 45vw;}
}
@media (max-width: 1200px) {
	.slide-content > img {max-width: 50px; }
	.slogan {margin-left: 10px; }
	.slogan h2 {font-size: 30px; }
	.promotion-img > img {width: 150px; }
	.promotion-button a {font-size: 1em; }
}
@media (max-width: 992px) {
	.slide-item {height: auto; padding: 50px 0px; }
	.slide-item > img {position: absolute; top: 0px; left: 0px; }
	.slide-inner {position: relative; }
	.swiper-pagination-bullet {width: 14px; height: 14px; }
	.promotion-img {display: none; }
}
@media (max-width: 768px) {
	.promotion {position: relative; bottom: unset; margin-top: 15px; margin-bottom: 15px; }
	.swiper-pagination-bullet {width: 12px; height: 12px; margin: 2px; }
}
@media (max-width: 576px) {
	.slide-inner {width: 100%; height: 100%; display: flex; align-items: center; margin-top: 0px; }
	.slide-content {display: block; top: 0px; left:0px /*text-align: center;*/ }
	.slide-content h2 {font-size: 19px; }
	.promotion-inner, .promotion-inner:before {border-radius: 0px; }
	.promotion-wrapper {flex-wrap: wrap; }
	.promotion-wrapper > div {width: 100%; text-align: center; }
	.promotion-content {margin-bottom: 10px; }
}

.section-top {padding-top: 0px; }
.section-top svg {height: 1px; }
.section-top svg path {stroke: #bf7553; }
.title {position: relative; margin-top: 10px; margin-bottom: 30px; font-family: 'Montserrat', sans-serif; font-size: 36px; line-height: 1.4; text-transform: uppercase; color: #676767; }
.title > b {display: block; font-size: 1.15em; }
.title > span {font-size: inherit; text-transform: initial; }
.title.white {color: #fff; }
.title.white b {color: #fff; }
@media (max-width: 1200px) {
	.title {font-size: 32px; }
}
@media (max-width: 992px) {
	.section-top {padding-top: 0px; }
	.section-top svg {height: 1px; }
	.title {font-size: 26px; margin-top: 7px; margin-bottom: 10px; }
}
@media (max-width: 768px) {
	.section-top svg {height: 1px; }
	.title {font-size: 23px; }
}

.forte-container {display: flex; align-items: flex-end; justify-content: space-between; margin-left: -15px; margin-right: -15px; }
.forte-item {padding: 15px; width: 25%; text-align: center; display: flex; align-items: stretch; }
.forte-inner {padding: 15px; background: #bf7553; border-radius: 10px; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: space-between; }
.forte-number {order: 2; width: 100%; }
.forte-number span {line-height: 1em; font-size: 50px; }
.forte-icon {padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid; }
.forte-icon > img {max-width: 100%; }
@media (max-width: 992px) {
	.forte-container {flex-wrap: wrap; justify-content: center; }
	.forte-item {width: 100%; }
	.forte-inner {width: 100%; }
	.forte-number {order: 1; }
	.forte-number > span {display: none; }
	.forte-content {order: 2; }
}

.section-reason .section-container {padding: 0px; }
.reason-container {display: flex; align-items: stretch; justify-content: flex-end; width: 100vw; max-width: 100%; }
.reason-right {//padding-left: 15px; }
.reason-right > img {width: 100%; height: 100%; }
.reason-left {width: 50%; }
.reason-wrapper {margin-left: calc(50vw - 575px);}
.reason-inner {padding-left: 15px; padding-right: 15px; }
.reason-content {padding-bottom: 50px; }
.reason-content ul {padding-left: 0px; list-style: none; }
.reason-content li {margin-bottom: 7px; position: relative; }
.reason-content li:before {content: ''; width: 18px; height: 18px; display: inline-block; background: url(../images/icon-title.svg); background-size: 5px 20px; background-repeat: no-repeat; background-position: left center; transform: translateY(3px); }
@media (max-width: 1200px) {
	.reason-wrapper {margin-left: calc(50vw - 480px);}
}
@media (max-width: 992px) {
	.reason-container {display: block; }
	.reason-container > div {width: 100%; }
	.reason-right {padding: 0px; }
	.reason-wrapper {margin: 0px auto; max-width: 720px; }
	.reason-content {padding-bottom: 20px; }
}
@media (max-width: 768px) {
	.reason-wrapper {max-width: 540px; }
}
@media (max-width: 576px) {
	.reason-wrapper {width: 100%; max-width: unset; }
}

.section-design .section-container {padding: 0px; }
.design-item > img {width: 100%; }
.design-inner {position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; display: flex; align-items: center; justify-content: center; z-index: 12; }
.design-content {padding: 20px; margin-top: 50px; margin-bottom: 50px; background: #cc7e5b; color: #fff; text-align: justify; border-radius: 10px; border-top-right-radius: 0px; position: relative; }
.design-content:before {content: ''; width: calc(100% + 20px); height: calc(100% + 20px); position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); border: 1px solid #cc7e5b; border-radius: 18px; border-top-right-radius: 0px; }
.design-content .btn {margin-top: 20px; }
.design-pagination {position: absolute; bottom: 10px; z-index: 12; width: 100%; }
.design-pagination-list {display: flex; align-items: center; justify-content: center; }
.design-pagination-list > a {padding: 10px 20px; margin: 10px; }
@media (max-width: 1200px) {
	.design-inner {position: relative; }
	.design-image {position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; }
	.design-pagination {top: calc( 100% - 150px ); bottom: unset; }
	.design-pagination-list {flex-wrap: wrap; justify-content: space-around; }
	.design-pagination-list > a {padding: 10px; margin: 10px 2px; }
	.design-content {margin-bottom: 170px; }
}

.section-location .section-container {padding: 0px; }
.location-container {display: flex; align-items: stretch; justify-content: flex-end; }
.location-container.right {justify-content: flex-start; }
.location-container.right .location-left {order: 2; }
.location-container.right .location-right {padding: 0px; padding-right: 15px; }
.location-right {width: calc( 50vw + 190px ); }
.location-left {width: 370px; display: flex; align-items: center; }
.location-inner {padding: 0px 15px; }
.location-right img {width: 100%; height: 100%; object-fit: cover; object-position: center; }
.location-content {text-align: justify; padding-bottom: 50px; }
.location-map {min-height: 45vw; width: 100%; }
@media (max-width: 1200px) {
	.location-right {width: calc( 50vw + 80px ); }
	.location-left {width: 400px; }
}
@media (max-width: 992px) {
	.location-container {display: block; }
	.location-left {width: 100%; margin: 0px auto; max-width: 720px; margin-bottom: 20px; }
	.location-right {width: 100%; }
	.location-content {padding-bottom: 20px; }
	.location-container.right .location-right {padding: 0px; }
}
@media (max-width: 768px) {
	.location-left {max-width: 540px; }
}

.section-utility .section-container {padding: 0px; }
.utility-container {display: flex; align-items: stretch; justify-content: flex-start; }
.utility-left {order: 2; display: flex; align-items: center; justify-content: flex-start; width: calc(50vw - 95px); }
.utility-wrapper {margin-left: 95px; width: 380px; }
.utility-inner {padding: 0px 15px; text-align: justify; }
.utility-right {width: calc(50vw + 95px); }



.utility-gallery {height: 50vw; width: 100%; display: flex; align-items: stretch; }
.g-img {width: 100%; height: 100%; position: relative; overflow: hidden; }
.g-img:hover img {transform: scale(1.1); transition: .25s all ease; }
.g-img img {width: 100%; height: 100%; object-fit: cover; object-position: center; transition: .25s all ease; }
.g-img h4 {position: absolute; bottom: 5px; left: 10px; color: #fff; }
.g-middle {height: 40%; }
.g-left-top, .g-left-bottom {display: flex; height: 30%; }
.g-left-top > div:nth-child(odd), .g-left-bottom > div:nth-child(even) {width: 45%; }
.g-left-top > div:nth-child(even), .g-left-bottom > div:nth-child(odd) {width: 55%; }
.g-right {width: 40%; border-left: 1px solid transparent; }
.g-right > div {height: 50%; width: 100%; border-bottom: 1px solid transparent; }
.g-right-bottom {border-bottom: 0px; }
.g-left {width: 60%; height: 100%; border-right: 1px solid transparent; }
.g-left > div {border-bottom: 1px solid transparent; }
.g-left-bottom {border-bottom: 0px; }
@media (max-width: 1200px) {
	.utility-wrapper {margin: 0px; width: 400px; }
	.utility-right {width: calc(50vw + 80px); }
}
@media (max-width: 992px) {
	.utility-gallery {height: 100vw; }
	.utility-container {display: block; }
	.utility-left {width: 100%; }
	.utility-wrapper {margin: 0px auto; margin-bottom: 10px; width: 100%; max-width: 720px; }
	.utility-right {width: 100%; }

}
@media (max-width: 768px) {
	.utility-wrapper {max-width: 540px; }
	.utility-gallery {height: 100vw; }
	.g-img h4 {font-size: 12px; font-style: italic; bottom: 2px; left: 5px; margin-bottom: 0px; }
}
@media (max-width: 576px) {
	.utility-wrapper {max-width: unset; }
}

.out-container {width: 100%; height: 100%; }
.out-item {padding: 15px; }
.out-item a {height: 100%; display: block; position: relative; }
.out-item h4 {position: absolute; bottom: 0px; left: 15px; color: #fff; display: none; }
.out-item a:before {content: ''; width: calc( 100% + 20px); height: calc( 100% + 20px); border: 1px solid #ffffff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 17px; border-top-right-radius: 0px; }
.out-item img {width: 100%; height: 100%; object-fit: cover; object-position: center; min-height: 35vw; max-height: 40vw; border-radius: 10px; border-top-right-radius: 0px; }
.out-pagination-list {margin-top: 40px; }
.out-pagination-list a {padding: 10px; }
.out-content {text-align: justify; }
@media (max-width: 1700px) {
	.out-item img {min-height: unset; max-height: 540px; }
}
@media (max-width: 1200px) {
	.out-item img {max-height: 50vw; height: 100%; }
}
@media (max-width: 992px) {
	.out-item h4 {display: block; }
	.out-pagination-list {display: none; }
	.out-item img {min-height: 45vw; }
}
@media (min-width: 1700px) {
	.out-item img {min-height: unset; max-height: 500px; }
}

.section-top.center {text-align: center; }
.input-list {display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; }
.input-group {margin-top: 20px; }
.input {padding: 5px 10px; border: 1px solid #ededed; border-radius: 6px; width: 100%; }
.btn-submit {margin: 0px auto; }
.form-vertical .input-group {width: 100%; text-align: center; }
.form-horizontal .input-group {width: 24%; margin-bottom: 10px; margin-top: 10px; }
@media (max-width: 992px) {
	.form-horizontal .input-group {width: 47%; }
}
@media (max-width: 576px) {
	.form-horizontal .input-group {width: 100%; }
}

.section-payment .input {border-color: #cc7e5b; }
.payment-description {text-align: center; }
.payment-form {padding: 30px; border: 1px solid #f8f8f8; background: #efefef; border-radius: 10px; box-shadow: 0px 0px 10px #c9c9c9; }
.payment-form h4 {color: #cc7e5b; font-family: 'Saira Condensed', sans-serif; text-align: center; }
.payment-form .input-group {text-align: center; }
.payment-form .input-group.message {width: 100%; }
.payment-form .input-group.submit {margin-top: 20px; width: 100%; }
@media (max-width: 576px) {
	.payment-form {padding: 30px 15px; }
	.payment-form .input-group {width: 100%; }
}

.invest-dev {margin-bottom: 20px; }
.invest-dev img {max-height: 100px; }
.invest-list {padding: 30px; border: 1px solid #fff; border-radius: 15px; border-top-right-radius: 0px; position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; width: 650px; }
.invest-list:before {content: ''; width: calc(100% - 10px); height: calc(100% - 10px); background: #bf7553; position: absolute; top: 5px; left: 5px; z-index: -1; border-radius: 14px; border-top-right-radius: 0px; opacity: 0.6; }
.invest-item {margin-top: 10px; margin-bottom: 10px; }
.invest-item > h5 {text-transform: uppercase; color: #fff; }
.invest-item img {width: 150px; height: 60px; object-fit: contain; object-position: top left; margin-right: 40px; margin-top: 10px; }
@media (max-width: 768px){
	.invest-list {width: 100%; }
	.invest-item img {width: 120px; height: 45px; }
}

.progress-item {margin-bottom: 20px; }
.progress-feature {width: 100%; height: 24vw; border-radius: 16px; border-top-right-radius: 0px; border: 1px solid #cc7e5b; padding: 5px; display: block; margin-top: 10px; margin-bottom: 10px; }
.progress-feature img {width: 100%; height: 100%; object-fit: center; object-position: center; border-radius: 10px; border-top-right-radius: 0px; transform: translate(10px, -10px); }
.progress-content h5 {text-transform: uppercase; color: #cc7e5b; }
.progress-content p {text-align: justify; }
.progress-item:nth-child(even) .row > div:nth-child(1) {order: 2; }
@media (max-width: 992px) {
	.progress-feature {height: 50vw; }
	.progress-item:nth-child(even) .row > div:nth-child(1) {order: unset; }
}
@media (min-width: 1700px) {
	.progress-feature {height: 340px; }
}

.news-container {padding-bottom: 30px; }
.news-feature {display: block; overflow: hidden; width: 100%; height: 200px; padding: 5px; border: 1px solid #cc7e5b; border-radius: 9px; border-top-right-radius: 0px; }
.news-feature img {width: 100%; height: 100%; transition: .25s all ease; object-fit: cover; object-position: center; border-radius: 5px; border-top-right-radius: 0px; }
.news-feature:hover img {transform: scale(1.1); transition: .25s all ease; }
.news-content h5 {padding: 0px 5px; margin-top: 10px; color: #000; text-transform: uppercase; text-decoration: none; }
.news-content h5:hover {color: #cc7e5b; text-decoration: none; }
.news-content p {padding: 0px 5px; text-align: justify; }

.carousel-slide a {display: block; width: 100%; padding-top: 60%; position: relative; overflow: hidden; z-index: 1; }
.carousel-slide a > img {width: 100%; height: 100%; object-fit: cover; object-position: center; position: absolute; top: 0px; left: 0px; transition: .25s all ease; }
.carousel-slide a:hover > img {transform: scale(1.1) rotate(2deg); transition: .25s all ease; }
.carousel-nav {width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; background: #f7941d; color: #fff; opacity: 0.6; position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; cursor: pointer; transition: .25s all ease; }
.carousel-prev {left: 5px; }
.carousel-next {right: 5px; }
.carousel-nav:hover {opacity: 1; transition: .25s all ease; }

.section-form .section-top {padding-top: 10px; }
.section-form .title {margin-bottom: 10px; margin-top: 0px; }
.form-description {margin-bottom: 15px; }
.form-description p {margin: 0px; }

.footer-contact {display: flex; align-items: flex-start; justify-content: flex-start; }
.footer-logo {width: 120px; height: 120px; margin-right: 15px; }
.footer-logo a {display: block; overflow: hidden; }
.footer-logo a img {width: 100%; height: 100%; object-fit: contain; object-position: left; }
.footer-info {width: calc(100% - 135px); }
.footer-bottom {text-align: center; padding: 2px 0px; background: #545454; color: #fff; }
.footer-bottom p {margin: 0px; }
.footer-bottom a {transition: .25s all ease; }
.footer-bottom a:hover {color: #fff; transition: .25s all ease; }
.footer-top {padding-top: 30px; padding-bottom: 10px; background: #cc7e5b; color: #000; position: relative; }
/*.footer-top:before {content: ''; width: 100%; height: 2px; background: #ba4ec6; position: absolute; top: -10px; left: 0px; opacity: 0.8; }*/
.footer-top a {color: #000; transition: .25s all ease; }
.footer-top a:hover {color: #767676; transition: .25s all ease;}
.footer-title {text-transform: uppercase; position: relative; padding-bottom: 15px; }
.footer-title:before {content: ''; width: 30px; height: 1px; position: absolute; bottom: 5px; left: 0px; background: #fff; }
.footer-name {text-transform: uppercase; margin: 0px; }
.footer-social-info a {display: inline-block; padding: 10px; padding-top: 0px; padding-left: 0px; margin-right: 10px; font-size: 1.2em; }
.scrolltop a {width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; margin-left: auto; border: 1px solid; border-radius: 50%; cursor: pointer; transition: .25s all ease; }
.scrolltop a:hover {background: #ededed; transition: .25s all ease; border-color: transparent; }
@media (max-width: 768px) {
	.footer-contact {display: block; }
	.footer-logo {margin: 10px auto; }
	.footer-info {width: 100%; }
}

.popup {transform: translateY(-100%) scale(.99); transition: .5s all ease; position: fixed; top: 0px; left: 0px; bottom: 0px; right: 0px; z-index: 111; opacity: 0; background: rgba(0,0,0,0.8); display: flex; justify-content: center; align-items: center; }
.popup.open {transform: translateY(0px) scale(1); transition: .5s all ease; z-index: 111; opacity: 1; }
.popup-container {max-width: 60vw; max-height: 60vw; position: relative; z-index: 11; padding: 20px; background: #fff; border: 1px solid #000; border-radius: 15px; border-top-right-radius: 0px; }
.popup-container > img {position: absolute; top: 0px; left: 0px; pointer-events: none; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -1; border-radius: 10px; border-top-right-radius: 0px; }
.close-popup {position: absolute; top: -18px; right: -18px; display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: #cc7e5b; border-radius: 50%; opacity: 0.9; transition: .25s all ease; box-shadow: 1px 1px 10px #fff; }
.close-popup svg {width: 16px; height: 16px; }
.close-popup path {fill: #fff; }
.close-popup:hover {opacity: 1; transition: .25s all ease; box-shadow: 0px 0px 20px #fff; }
.popup-wrapper {width: 450px; height: 100%; text-align: center; padding: 20px 30px; overflow: overlay; background: #cc7e5b99; border-radius: 10px; border-top-right-radius: 0px; }
.popup-hotline {margin-top: 20px; font-size: 22px; }
.popup-hotline a {color: #fff; }
.popup-hotline a:hover {color: #ededed; }
@media (max-width: 992px) {
	.popup-container {max-width: 95vw; max-height: 80vh; height: 80vh; padding: 5px; }
	.popup-description p {margin: 0px; }
	.popup-wrapper {width: 100%; max-width: 600px; }
	.popup-hotline {margin-top: 15px; }
}
@media (max-width: 576px) {
	.popup-wrapper {width: 100%; height: 100%; padding: 10px; }
}

.post-entry .section-top {padding: 0px; }
.post-entry .section-top .title {margin-bottom: 0px; padding-bottom: 10px; }
.post-entry .title.post-title {margin-top: 30px; margin-bottom: 10px; font-size: 1.5em; }
.post-content {padding-top: 10px; padding-bottom: 10px; margin-top: 10px; border-bottom: 1px solid; border-top: 1px solid; border-color: #cc7e5b; }
.form-side {position: absolute; left: 0px; padding: 40px 30px; background: rgba(255,255,255,0.6); color: #fff; text-align: center; border-radius: 10px; border-top-right-radius: 0px; overflow: hidden; }
.form-side:before {content: ''; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background: #cc7e5b; z-index: -1; }
.form-side .title {margin-bottom: 0px; margin-top: 0px; }
@media (max-width: 992px) {
	.form-side {position: relative; }
}
.clearfix {float: none; clear: both; }
.post-social {list-style: none; padding: 0px; margin-top: 20px; display: flex; }
.post-social li {display: inline-block; margin-right: 10px; }

.category-entry .news-feature {height: 230px; }

.size-full {max-width: 100%; height: auto; }
.aligncenter {display: block; margin: 10px auto; }

.popup-wrapper .title {margin-bottom: 10px; }

.alignnone, .wp-caption, .size-large {max-width: 100% !important; height: auto; }