/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* ------------------------------------------------------
Abstracts :: Variables
------------------------------------------------------ */
/* Color */
/* Space */
/* Headline */
/* Tables */
/*--------------------------------------------------------------
# Css
--------------------------------------------------------------*/
.page-template-page-about .site-content > .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.wtb-breadcrumb {
  margin-bottom: 0 !important; }
  .wtb-breadcrumb .breadcrumb-content {
    margin-bottom: 89px; }
  .wtb-breadcrumb h4 {
    font-size: 34px;
    font-weight: normal;
    text-transform: uppercase;
    color: var(--primarycolor);
    margin-bottom: 25px; }
  .wtb-breadcrumb .excerpt {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.666667;
    text-align: center;
    color: #FFF; }
  .wtb-breadcrumb .heading.animated {
    animation-duration: .5s; }
  .wtb-breadcrumb .sub-heading.animated {
    animation-duration: 1s; }
  .wtb-breadcrumb .excerpt.animated {
    animation-duration: 1.5s; }

#about-nb2 .heading {
  text-align: center; }
  #about-nb2 .heading span {
    display: block !important; }
  #about-nb2 .heading .m-hd {
    margin-right: 0;
    line-height: 1; }
  #about-nb2 .heading .s-hd {
    color: #009dde; }
.heading .m-hd {
  font-size: 90px;
  text-transform: none;
  font-family: 'UTM_Linotype';
  color: var(--primarycolor);
  margin-right: 15px; }
.heading .s-hd {
  font-size: 40px;
  text-transform: uppercase; }

@media only screen and (min-width: 1024.98px) {
  .breadcrumb-banner img {
    object-fit: cover;
    height: 100vh;
    width: 100vw; } }

.about-content {
  position: relative; }
  .about-content .about-description {
    font-size: 18px;
    line-height: 1.666667;
    text-align: justify; }

#about-nb2 {
  text-align: center;
  padding-top: 160px;
  padding-bottom: 120px;
  background-size: cover; }
  #about-nb2 .heading {
    margin-bottom: 67px; }
  #about-nb2 .number-box {
    display: inline-block;
    width: 155px;
    height: 155px;
    line-height: 155px;
    background: url("../img/nbb.svg") center no-repeat;
    background-size: 155px;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 37px; }
  #about-nb2 .about-nb2__name {
    font-size: 18px;
    font-weight: 300;
    color: #009dde; }
    #about-nb2 .about-nb2__name span {
      display: block; }

#about-nb3 {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 182px;
  padding-bottom: 200px;
  transition: all 0.35s ease-in-out; }
  @media only screen and (min-width: 992px) {
    #about-nb3 .about-image {
      position: absolute;
      max-width: 42.6704%;
      top: 50%;
      transform: translateY(-50%);
      right: 60px;
      transition: all 0.35s ease-in-out; }
      #about-nb3 .about-image img {
        transition: all 0.35s ease-in-out; } }

#about-nb4 {
  background: #F4F5F6;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 182px;
  padding-bottom: 200px;
  transition: all 0.35s ease-in-out; }
  @media only screen and (min-width: 992px) {
    #about-nb4 .about-image {
      position: absolute;
      max-width: 42.6704%;
      top: 50%;
      transform: translateY(-50%);
      left: 60px;
      transition: all 0.35s ease-in-out; }
      #about-nb4 .about-image img {
        transition: all 0.35s ease-in-out; } }

#top-footer .lumihome-wrap__bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0; }

@media only screen and (min-width: 1024.98px) {
  .fp-viewing-pageabout-nb2 .site-header .wtt, .fp-viewing-pageabout-nb3 .site-header .wtt {
    color: var(--secondarycolor); }
  .fp-viewing-pageabout-nb2 .site-header .headerRight .header-search .search-toggle img, .fp-viewing-pageabout-nb3 .site-header .headerRight .header-search .search-toggle img {
    filter: initial; }
  .fp-viewing-pageabout-nb2 #showmenu .showmenu-hamburger span:before, .fp-viewing-pageabout-nb3 #showmenu .showmenu-hamburger span:before {
    background-color: var(--secondarycolor); }
  .fp-viewing-pageabout-nb2 #showmenu .showmenu-hamburger span:after, .fp-viewing-pageabout-nb3 #showmenu .showmenu-hamburger span:after {
    background-color: var(--secondarycolor); } }
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/* Small devices (landscape phones, less than 1366px) */
@media only screen and (max-width: 1500px) {
  .heading {
    margin-bottom: 20px !important; }
    #about-nb2 .heading {
      margin-bottom: 35px !important; }
    .heading .m-hd {
      font-size: 75px; }
    .heading .s-hd {
      font-size: 30px;
      margin-bottom: 15px; }

  .about-content .about-description {
    font-size: 16px; }

  #about-nb3,
  #about-nb4 {
    padding-top: 120px;
    padding-bottom: 140px; } }
/* Small devices (landscape phones, less than 1200px) */
@media only screen and (max-width: 1200px) {
  .heading {
    margin-bottom: 15px !important; }
    .heading .s-hd {
      font-size: 30px; }

  .about-content .about-description {
    font-size: 16px;
    line-height: 1.5; }

  .breadcrumb-banner img {
    height: 70vh;
    object-position: center;
    object-fit: cover; } }
/* Small devices (landscape phones, less than 992px) */
@media only screen and (max-width: 992px) {
  #about-nb3, #about-nb4 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    padding-bottom: 45px; }

  #about-nb2 {
    padding-top: 50px;
    padding-bottom: 30px; }

  .heading .s-hd {
    font-size: 24px; } }
/* Small devices (landscape phones, less than 782px) */
@media only screen and (max-width: 768px) {
  #about-nb2 .about-nb2__name {
    font-size: 15px; }
  #about-nb2 .number-box {
    font-size: 22px; } }
/* Small devices (landscape phones, less than 576px) */
@media only screen and (max-width: 576px) {
  .wtb-breadcrumb .breadcrumb-content {
    top: 52px;
    bottom: initial; }

  #about-nb2 .number-box {
    width: 110px;
    height: 110px;
    line-height: 110px;
    background: url(../img/nbb.svg) center no-repeat;
    background-size: contain;
    margin-bottom: 10px; }
  #about-nb2 .about-nb2__name {
    font-size: 14px; } }
/* Small devices (landscape phones, less than 414px) */
@media only screen and (max-width: 414px) {
  .page-template-page-about .wtb-breadcrumb .breadcrumb-banner img {
    height: 50vh !important; }

  .wtb-breadcrumb .breadcrumb-content {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial; }

  #about-nb1 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 24px; } }

/*# sourceMappingURL=about.css.map */
body {
  line-height: 1.5;
}

#top-footer {
  background-image: url("../img/chieu-sang-lumi-lighting-cao-cap.png");
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#footer {
  background: #1c1c1c;
  background-color: #1c1c1c;
}