@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: avo;
  src: url(../fonts/UTM_Avo.ttf);
}
@font-face {
  font-family: avo;
  src: url(../fonts/UTM_AvoBold.ttf);
  font-weight: bold;
}
body {
  /*font-family: 'arial', sans-serif;*/
  font-family: "avo", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: #333333;
  background-image: url("/images/bg.png");
  background-attachment: fixed;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.no-scroll {
  position: fixed;
  left: 0;
  width: 100%;
}

.sp-on {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-on {
    display: block;
  }
  .sp-off {
    display: none;
  }
}
.animate-box {
  opacity: 0;
}

#wrapper {
  overflow: hidden;
  position: relative;
}
#wrapper .bgLeft {
  width: 300px;
  height: auto;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #wrapper .bgLeft {
    width: 150px;
  }
}
#wrapper .bgRight {
  width: 300px;
  height: auto;
  position: absolute;
  right: 0;
  top: 30%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #wrapper .bgRight {
    width: 150px;
  }
}
#wrapper .bgBottom {
  width: auto;
  height: 500px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
#wrapper .bgBottom img {
  height: 100%;
  width: auto;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1144px) {
  .container {
    margin: 0 15px;
  }
}

/* =======  Lines Style  ======= */
.content-lines-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content-lines-inner {
  position: absolute;
  width: 1140px;
  left: 50%;
  margin-left: -570px;
  top: 0;
  height: 100%;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}

.content-lines {
  position: absolute;
  left: 33.333333%;
  right: 33.333333%;
  height: 100%;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}

#header .container {
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 767px) {
  #header .container {
    height: 75px;
  }
}
#header .container .logo img {
  width: 220px;
}
@media screen and (max-width: 767px) {
  #header .container .logo img {
    height: 50px;
    width: auto;
  }
}
#header .container .burger-menu {
  display: block;
  width: 50px;
  height: 50px;
  background: #f4f4f4;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #header .container .burger-menu {
    top: 15px;
    right: 15px;
  }
}
#header .container .burger-menu.hide {
  top: -53px;
}
#header .container .burger-menu span {
  display: block;
  width: 30px;
  height: 3px;
  background: #706f6f;
  position: absolute;
  top: 16px;
  left: 10px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#header .container .burger-menu span:nth-child(2) {
  top: 24px;
}
#header .container .burger-menu span:nth-child(3) {
  top: 32px;
  width: 20px;
}
#header .container .burger-menu.is-open span {
  top: 24px;
}
#header .container .burger-menu.is-open span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#header .container .burger-menu.is-open span:nth-child(2) {
  left: -30px;
  opacity: 0;
}
#header .container .burger-menu.is-open span:nth-child(3) {
  width: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#header .container .burger-menu:hover {
  cursor: pointer;
}

#gnav {
  width: 350px;
  height: 100%;
  visibility: hidden;
  background: #fff;
  padding: 0 40px 0;
  z-index: 999;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#gnav.is-open {
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: -15px 0 60px -5px rgba(0, 0, 0, 0.3);
          box-shadow: -15px 0 60px -5px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  #gnav.is-open {
    width: 280px;
    padding: 0 30px 0;
  }
}
#gnav .inner {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 150px 0 20px;
}
@media screen and (max-width: 767px) {
  #gnav .inner {
    padding: 100px 0 20px;
  }
}
#gnav .inner .nav {
  margin: 0;
}
#gnav .inner .nav li {
  list-style: none;
}
#gnav .inner .nav li a {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #706f6f;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#gnav .inner .nav li a:hover {
  color: #f39200;
}
#gnav .inner .nav li.menuSlideIn a {
  -webkit-animation-name: menuFadeInRight;
  animation-name: menuFadeInRight;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#gnav .inner .nav li.menuFade a {
  opacity: 0;
}
#gnav .inner .sns-mn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}
#gnav .inner .sns-mn li {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
}
#gnav .inner .sns-mn li img {
  width: 24px;
}

.bg-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.bg-overlay.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@-webkit-keyframes menuFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes menuFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
#main {
  padding-top: 30px;
}
#main.line-gray {
  border-top: 0.5px solid #f4f4f4;
  padding-top: 0;
}

.title-page {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title-page {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

.title-sub {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .title-sub {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

#footer .container {
  padding: 50px 0;
  border-top: 1px solid #ebebeb;
}
@media screen and (max-width: 767px) {
  #footer .container {
    padding: 30px 20px;
  }
}
#footer .container .logo-footer {
  max-width: 240px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #footer .container .logo-footer {
    max-width: 240px;
  }
}
#footer .container .logo-name {
  font-weight: bold;
  color: #1b335b;
  font-size: 24px;
  margin-bottom: 20px;
}
#footer .container .desc {
  color: #333;
  margin-bottom: 20px;
}
#footer .container ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  #footer .container ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#footer .container ul li {
  margin-right: 50px;
  color: #333;
  padding-left: 40px;
  margin-bottom: 10px;
}
#footer .container ul li a {
  color: #333;
  text-decoration: none;
}
#footer .container ul li a:hover {
  text-decoration: underline;
}
#footer .container ul li.phone {
  background: url(../images/ico_phone2.svg) left center no-repeat;
  background-size: 28px;
}
@media screen and (max-width: 767px) {
  #footer .container ul li.phone {
    background-size: 28px auto;
  }
}
#footer .container ul li.web {
  background: url(../images/ico_web.svg) left center no-repeat;
  background-size: 28px;
}
@media screen and (max-width: 767px) {
  #footer .container ul li.web {
    background-size: 28px auto;
  }
}
#footer .container ul li.address {
  background: url(../images/ico_home.svg) left center no-repeat;
  background-size: 28px;
}
@media screen and (max-width: 767px) {
  #footer .container ul li.address {
    background-size: 28px auto;
  }
}

.sns {
  position: fixed;
  z-index: 99;
  bottom: 10px;
  left: 10px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sns li {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: 2px solid #fff;
  margin-bottom: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.sns li:last-child {
  margin-bottom: 0;
}
.sns li.phone {
  background-color: #be1622;
}
.sns li.phone a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sns li.phone a img {
  width: 20px;
  height: auto;
}
.sns li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sns li a:hover {
  opacity: 0.8;
}

.btn-default {
  margin-bottom: 30px;
}
.btn-default a {
  display: block;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding: 5px 0;
  text-align: center;
  color: #333;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-default a:hover {
  color: #f39200;
}

/* Phân trang
=========================*/
.pagination {
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.pagination p {
  display: block;
  margin: 8px 0px;
}
.pagination a, .pagination span {
  display: inline-block;
  padding: 5px 12px;
  margin-right: 4px;
  border: solid 1px #c0c0c0;
  font-weight: 300;
  text-decoration: none;
  color: #717171;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.pagination a:hover, .pagination a.active, .pagination span:hover, .pagination span.active {
  border: 1px solid #f39200;
  color: #f39200;
}

#gotop {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f39200;
  position: fixed;
  bottom: 40px;
  right: -40px;
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gotop:hover {
  cursor: pointer;
  background: #ffd21f;
}
#gotop.show {
  right: 40px;
  bottom: 40px;
}

#breadcrumb {
  width: 100%;
  margin: 0 auto 30px;
  padding: 10px 0;
  font-size: 13px;
  border-bottom: 0.5px solid #f4f4f4;
}
@media screen and (max-width: 767px) {
  #breadcrumb {
    padding: 5px 0;
  }
}
#breadcrumb li {
  list-style: none;
  display: inline;
  color: #666;
  padding: 5px 0 5px 20px;
  position: relative;
}
#breadcrumb li:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  left: 7px;
  top: 13px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#breadcrumb li:first-child {
  padding-left: 0;
}
#breadcrumb li:first-child:before {
  display: none;
}
#breadcrumb li a {
  text-decoration: none;
  color: #666;
}
#breadcrumb li a:hover {
  text-decoration: underline;
}

#main-visual {
  margin-bottom: 50px;
}
#main-visual .slider {
  border-radius: 5px;
  overflow: hidden;
}
#main-visual .slider li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f4f4f4;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #main-visual .slider li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main-visual .slider li .photo {
  width: 820px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main-visual .slider li .photo {
    width: 100%;
  }
}
#main-visual .slider li .photo img {
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: brightness(100%);
}
#main-visual .slider li .photo:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(40%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#main-visual .slider li .desc {
  width: calc(100% - 820px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #main-visual .slider li .desc {
    width: 100%;
    padding: 15px 15px 70px;
  }
}
#main-visual .slider li .desc h2 {
  font-size: 34px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #main-visual .slider li .desc h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 0;
  }
}
#main-visual .slider li .desc h2 a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /*&:hover {
  	color: $mainColor;
  }*/
}
#main-visual .slider li .desc .lead-txt {
  color: #f39200;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #main-visual .slider li .desc .lead-txt {
    margin-bottom: 10px;
  }
}
#main-visual .slider li .desc .txt {
  text-align: justify;
  margin-bottom: 30px;
  color: #706f6f;
}
@media screen and (max-width: 767px) {
  #main-visual .slider li .desc .txt {
    margin-bottom: 20px;
  }
}
#main-visual .slider li .desc .btn {
  color: #706f6f;
  text-decoration: none;
  display: block;
  text-align: right;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#main-visual .slider li .desc .btn span {
  display: inline-block;
  padding: 0 20px;
  background: #f4f4f4;
  position: relative;
  z-index: 1;
}
#main-visual .slider li .desc .btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #706f6f;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#main-visual .slider li .desc .btn:hover {
  color: #f39200;
  /*&:after {
  	animation: lineAnim 1s linear infinite;
  }*/
}
#main-visual .slider .slick-slide {
  height: auto;
}
#main-visual .slider .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  text-indent: -9999px;
  position: absolute;
  bottom: 20px;
  right: 40px;
}
#main-visual .slider .slick-arrow:hover {
  cursor: pointer;
}
#main-visual .slider .slick-arrow.slick-prev {
  right: 90px;
  z-index: 99;
  background: #f4f4f4 url(/images/ico-arrow-left.svg) no-repeat;
}
@media screen and (max-width: 767px) {
  #main-visual .slider .slick-arrow.slick-prev {
    right: 50%;
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
#main-visual .slider .slick-arrow.slick-next {
  background: #f4f4f4 url(/images/ico-arrow-right.svg) no-repeat;
}
@media screen and (max-width: 767px) {
  #main-visual .slider .slick-arrow.slick-next {
    right: 50%;
    -webkit-transform: translateX(45px);
            transform: translateX(45px);
  }
}

@-webkit-keyframes lineAnim {
  0% {
    left: -40%;
  }
  50% {
    left: 20%;
    width: 80%;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}

@keyframes lineAnim {
  0% {
    left: -40%;
  }
  50% {
    left: 20%;
    width: 80%;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}
#project-home .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  #project-home .title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#project-home .title-box h2 {
  font-size: 34px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #project-home .title-box h2 {
    font-size: 26px;
  }
}
#project-home .title-box .btn {
  width: 100%;
  max-width: 250px;
  color: #706f6f;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  #project-home .title-box .btn {
    max-width: unset;
    margin-left: 0;
  }
}
#project-home .title-box .btn span {
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  position: relative;
  z-index: 1;
}
#project-home .title-box .btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #706f6f;
  position: absolute;
  left: 0;
  top: 50%;
}
#project-home .title-box .btn:hover {
  color: #f39200;
}
#project-home .project-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #project-home .project-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#project-home .project-wrap .proj {
  width: calc((100% - 80px) / 3);
  margin: 0 0 30px 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #project-home .project-wrap .proj {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
#project-home .project-wrap .proj:nth-child(3n+1) {
  margin-left: 0;
}
#project-home .project-wrap .proj .photo {
  overflow: hidden;
  border-radius: 5px;
}
#project-home .project-wrap .proj .photo a {
  display: block;
  position: relative;
}
#project-home .project-wrap .proj .photo a img {
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: brightness(100%);
}
#project-home .project-wrap .proj .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-transform: uppercase;
  font-weight: 300;
}
#project-home .project-wrap .proj .name:after {
  content: "";
  width: 100px;
  height: 1px;
  background: #706f6f;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#project-home .project-wrap .proj .name a {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
}
#project-home .project-wrap .proj:hover {
  cursor: pointer;
}
#project-home .project-wrap .proj:hover .photo img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(40%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#project-home .list-projects-tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  #project-home .list-projects-tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 20px 0;
  }
}
#project-home .list-projects-tab li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333;
  background: #f4f4f4;
  font-weight: 300;
  text-align: center;
  list-style: none;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #project-home .list-projects-tab li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    margin-left: 10px;
  }
  #project-home .list-projects-tab li:nth-child(2n+1) {
    margin-left: 0;
  }
}
#project-home .list-projects-tab li:first-child {
  margin-left: 0;
}
#project-home .list-projects-tab li:hover {
  cursor: pointer;
  background: #f39200;
  color: #fff;
}
#project-home .list-projects-tab li.active {
  background: #f39200;
  color: #fff;
}

.feedback .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  .feedback .title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.feedback .title-box h2 {
  font-size: 34px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .feedback .title-box h2 {
    font-size: 26px;
  }
}
.feedback .title-box .btn {
  width: 100%;
  max-width: 250px;
  color: #706f6f;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .feedback .title-box .btn {
    max-width: unset;
    margin-left: 0;
  }
}
.feedback .title-box .btn span {
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.feedback .title-box .btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #706f6f;
  position: absolute;
  left: 0;
  top: 50%;
}
.feedback .title-box .btn:hover {
  color: #f39200;
}

.fb-slide {
  width: calc(100% + 40px);
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 50px;
  gap: 40px;
}
.fb-slide li {
  position: relative;
  z-index: 1;
  margin: 0 20px;
}
.fb-slide li .photo {
  overflow: hidden;
  border-radius: 5px;
}
.fb-slide li .photo a {
  display: block;
  position: relative;
}
.fb-slide li .photo a img {
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: brightness(100%);
}
.fb-slide li .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-transform: uppercase;
  font-weight: 300;
}
.fb-slide li .name:after {
  content: "";
  width: 100px;
  height: 1px;
  background: #706f6f;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fb-slide li .name a {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
}
.fb-slide li .desc {
  text-align: justify;
}
.fb-slide li:hover {
  cursor: pointer;
}
.fb-slide li:hover .photo img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(40%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.fb-slide .slick-slide {
  height: auto;
}
.fb-slide .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
}
.fb-slide .slick-arrow:hover {
  cursor: pointer;
}
.fb-slide .slick-arrow.slick-prev {
  left: -40px;
  z-index: 99;
  background: #f4f4f4 url(/images/ico-arrow-left.svg) no-repeat;
}
@media screen and (max-width: 767px) {
  .fb-slide .slick-arrow.slick-prev {
    left: 10px;
  }
}
.fb-slide .slick-arrow.slick-next {
  right: -40px;
  background: #f4f4f4 url(/images/ico-arrow-right.svg) no-repeat;
}
@media screen and (max-width: 767px) {
  .fb-slide .slick-arrow.slick-next {
    right: 10px;
  }
}
.fb-slide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 10px;
}
.fb-slide .slick-dots li {
  width: 10px;
  height: 10px;
  list-style: none;
  margin: 0 10px;
  font-size: 0;
}
.fb-slide .slick-dots li button {
  padding: 0;
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
}
.fb-slide .slick-dots li.slick-active button {
  background-color: #25953F;
}

#project-slider {
  margin-bottom: 50px;
}
#project-slider .project-slider {
  margin-bottom: 10px;
}
#project-slider .project-slider li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
#project-slider .project-slider li .photo {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
#project-slider .project-slider li .desc {
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#project-slider .project-slider li .desc h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #project-slider .project-slider li .desc h2 {
    font-size: 30px;
    margin-bottom: 0;
  }
}
#project-slider .project-slider li .desc .lead-txt {
  color: #f39200;
  margin-bottom: 15px;
}
#project-slider .project-slider li .desc .txt {
  text-align: justify;
  color: #706f6f;
}
#project-slider .project-slider .slick-slide {
  height: auto;
}
#project-slider .project-slider .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  text-indent: -9999px;
  position: absolute;
  bottom: 20px;
  right: 40px;
}
#project-slider .project-slider .slick-arrow:hover {
  cursor: pointer;
}
#project-slider .project-slider .slick-arrow.slick-prev {
  right: 90px;
  z-index: 99;
  background: #f4f4f4 url(/images/ico-arrow-left.svg) no-repeat;
}
@media screen and (max-width: 767px) {
  #project-slider .project-slider .slick-arrow.slick-prev {
    right: 50%;
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
#project-slider .project-slider .slick-arrow.slick-next {
  background: #f4f4f4 url(/images/ico-arrow-right.svg) no-repeat;
}
@media screen and (max-width: 767px) {
  #project-slider .project-slider .slick-arrow.slick-next {
    right: 50%;
    -webkit-transform: translateX(45px);
            transform: translateX(45px);
  }
}
#project-slider .pro-slick-nav {
  list-style: none;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  #project-slider .pro-slick-nav {
    display: none;
  }
}
#project-slider .pro-slick-nav li {
  width: 16.6666666667%;
  padding: 0 !important;
  overflow: hidden;
  border: 3px solid #fff;
  -webkit-filter: brightness(70%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#project-slider .pro-slick-nav li:before, #project-slider .pro-slick-nav li:after {
  display: none;
}
#project-slider .pro-slick-nav li.slick-current {
  border: 3px solid #f39200;
  -webkit-filter: brightness(100%);
}
#project-slider .pro-slick-nav .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-left: 0;
  margin-right: 0;
}
#project-slider .pro-slick-nav .slick-arrow {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  text-indent: -9999px;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  z-index: 999;
}
#project-slider .pro-slick-nav .slick-arrow.slick-next {
  right: 0;
  left: auto;
  background: rgba(255, 255, 255, 0.8) url(/images/ico-arrow-right.svg) center center no-repeat;
  background-size: 30px 30px;
}
#project-slider .pro-slick-nav .slick-arrow.slick-prev {
  left: 0;
  background: rgba(255, 255, 255, 0.8) url(/images/ico-arrow-left.svg) center center no-repeat;
  background-size: 30px 130px;
}

.project-detail {
  border-bottom: 0.5px solid #d8d8d8;
  margin-bottom: 20px;
}
.project-detail * {
  max-width: 800px;
  margin: 0 auto;
}
.project-detail *:has(img), .project-detail *:has(iframe) {
  width: 100%;
  max-width: unset;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.project-detail *:has(img) img, .project-detail *:has(iframe) img {
  width: 100% !important;
  max-width: unset !important;
  height: auto !important;
}
.project-detail *:has(img) iframe, .project-detail *:has(iframe) iframe {
  width: 100% !important;
  max-width: unset !important;
}
.project-detail p {
  margin-bottom: 20px;
  text-align: justify;
}

.form-budget {
  margin: 0 40px;
  border-top: 1px solid #f4f4f4;
  padding: 20px;
}
.form-budget h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.form-budget form {
  max-width: 500px;
}

#aboutus {
  padding-top: 30px;
}
#aboutus .aboutus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  #aboutus .aboutus {
    position: static;
  }
}
@media screen and (max-width: 640px) {
  #aboutus .aboutus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#aboutus .aboutus .photo {
  width: 420px;
  padding: 80px 0 0 0;
  background: url(/images/bg-line.svg) top right 20px no-repeat;
  background-size: 330px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #aboutus .aboutus .photo {
    position: static;
    background: url(/images/bg-line.svg) top right no-repeat;
  }
}
@media screen and (max-width: 640px) {
  #aboutus .aboutus .photo {
    width: 100%;
    text-align: center;
  }
}
#aboutus .aboutus .photo img {
  max-width: 320px;
  border-radius: 5px;
}
#aboutus .aboutus .photo p {
  padding: 10px 20px;
}
#aboutus .aboutus .desc {
  width: 100%;
  padding: 30px 30px 30px 420px;
}
@media screen and (max-width: 767px) {
  #aboutus .aboutus .desc {
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  #aboutus .aboutus .desc {
    width: 100%;
  }
}
#aboutus .aboutus .desc h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
#aboutus .aboutus .desc h2 span {
  color: #25953F;
}
#aboutus .aboutus .desc p {
  text-align: justify;
  margin-bottom: 10px;
}
#aboutus .aboutus .desc p:last-child {
  margin-bottom: 0;
}
#aboutus .project-us {
  padding: 30px 30px 30px 420px;
  border: 1px solid #ebebeb;
  background: #f4f4f4;
}
@media screen and (max-width: 767px) {
  #aboutus .project-us {
    padding: 30px;
  }
}
#aboutus .project-us h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
#aboutus .project-us h2 span {
  color: #25953F;
}
#aboutus .project-us ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #aboutus .project-us ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#aboutus .project-us ul li {
  list-style: none;
  width: calc((100% - 80px) / 3);
  margin-left: 40px;
  padding-top: 70px;
  position: relative;
}
#aboutus .project-us ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  #aboutus .project-us ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #aboutus .project-us ul li:last-child {
    margin-bottom: 0;
  }
}
#aboutus .project-us ul li span {
  position: absolute;
  top: 0;
  left: 0;
  color: #f4f4f4;
  font-weight: 500;
  font-size: 60px;
  line-height: 60px;
  -webkit-text-stroke: 0.5px #f39200;
}
#aboutus .project-us ul li h3 {
  font-size: 18px;
}
#aboutus .project-us ul li p {
  text-align: justify;
}

#contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #contact-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
}
#contact-wrap .photo {
  width: 430px;
  padding: 60px 20px 0 0;
  background: url(/images/bg-line.svg) top right 80px no-repeat;
  background-size: 330px;
}
@media screen and (max-width: 767px) {
  #contact-wrap .photo {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    padding: 60px 0;
    background: url(/images/bg-line.svg) top right 0px no-repeat;
    background-size: 330px;
  }
}
#contact-wrap .photo img {
  max-width: 330px;
  border-radius: 5px;
}
#contact-wrap .info {
  width: calc(100% - 430px);
  max-width: 760px;
}
@media screen and (max-width: 767px) {
  #contact-wrap .info {
    width: 100%;
    max-width: unset;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#contact-wrap .info .inner {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #contact-wrap .info .inner {
    padding: 0 10px 10px;
  }
}
#contact-wrap .info .form-wrap {
  width: 100%;
  border-top: 1px solid #f4f4f4;
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  #contact-wrap .info .form-wrap {
    padding: 10px;
  }
}
#contact-wrap .info .form-wrap h3 {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.form-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-wrap form .form-group,
.form-wrap form .form-group-full {
  width: calc(50% - 10px);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .form-wrap form .form-group,
  .form-wrap form .form-group-full {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.form-wrap form .form-group input[type=text],
.form-wrap form .form-group-full input[type=text] {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 10px;
  border-radius: 3px;
  background: #f4f4f4;
  border: 0.25px solid #c6c6c6;
  outline: none;
}
.form-wrap form .form-group input[type=text]::-webkit-input-placeholder,
.form-wrap form .form-group-full input[type=text]::-webkit-input-placeholder {
  font-family: "avo", sans-serif;
  color: #706f6f;
  font-weight: 300;
}
.form-wrap form .form-group input[type=text]::-moz-input-placeholder,
.form-wrap form .form-group-full input[type=text]::-moz-input-placeholder {
  font-family: "avo", sans-serif;
  color: #706f6f;
  font-weight: 300;
}
.form-wrap form .form-group textarea,
.form-wrap form .form-group-full textarea {
  display: block;
  height: 80px;
  width: 100%;
  padding: 10px 10px;
  border-radius: 3px;
  background: #f4f4f4;
  border: 0.25px solid #c6c6c6;
  outline: none;
}
.form-wrap form .form-group textarea::-webkit-input-placeholder,
.form-wrap form .form-group-full textarea::-webkit-input-placeholder {
  font-family: "avo", sans-serif;
  color: #706f6f;
  font-weight: 300;
}
.form-wrap form .form-group textarea::-moz-input-placeholder,
.form-wrap form .form-group-full textarea::-moz-input-placeholder {
  font-family: "avo", sans-serif;
  color: #706f6f;
  font-weight: 300;
}
.form-wrap form .form-group input[type=submit],
.form-wrap form .form-group-full input[type=submit] {
  display: block;
  background: #f39200;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  border: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.form-wrap form .form-group input[type=submit]:hover,
.form-wrap form .form-group-full input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.8;
}
.form-wrap form .form-group label.error,
.form-wrap form .form-group-full label.error {
  color: #f00;
  font-weight: 300;
  font-size: 12px;
}
.form-wrap form .form-group-full {
  width: 100%;
  margin-bottom: 20px;
}