/*SEGOE*/
@font-face {
  font-family: "Segoe ui";
  src: url(../font/segoe/Segoe-ui.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Segoe Regular";
  src: url(../font/segoe/Segoe-regular.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Segoe bold italic";
  src: url(../font/segoe/Segoe-ui-bold-italic.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Segoe bold";
  src: url(../font/segoe/Segoe-ui-bold.ttf);
  format: "ttf"; }
/*Open Sans*/
@font-face {
  font-family: "OpenSans Bold";
  src: url(../font/Open_Sans/OpenSans-Bold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "OpenSans Regular";
  src: url(../font/Open_Sans/OpenSans-Regular.ttf);
  format: "ttf"; }
@font-face {
  font-family: "OpenSans ExtraBold";
  src: url(../font/Open_Sans/OpenSans-ExtraBold.ttf);
  format: "ttf"; }
/*Oswald*/
@font-face {
  font-family: "Oswald Bold";
  src: url(../font/oswald/Oswald-Bold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Oswald Light";
  src: url(../font/oswald/Oswald-Light.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Oswald Regular";
  src: url(../font/oswald/Oswald-Regular.ttf);
  format: "ttf"; }
@keyframes showingpage {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
body {
  margin: 0 auto;
  padding: 0 0;
  max-width: 1440px;
  animation-name: showingpage;
  animation-duration: 2s;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

/*variale css custome*/
.padding-0 {
  padding: 0 !important; }

.margin-0 {
  margin: 0 !important; }

.inline-block {
  display: inline-block;
  width: 100%; }

.pointer {
  cursor: pointer; }

.img {
  width: 100%; }

a {
  text-decoration: none !important; }

.sans-reg {
  font-family: "OpenSans Regular"; }

/*MENU HEADER*/
.side-menu {
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 320px;
  color: black !important;
  height: 100%;
  background-color: #827614;
  z-index: 9999;
  transition: 0.2s;
  -webkit-box-shadow: -5px 0px 10px -2px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: -5px 0px 10px -2px rgba(0, 0, 0, 0.48);
  box-shadow: -5px 0px 10px -2px rgba(0, 0, 0, 0.48); }
  .side-menu:hover {
    overflow-y: scroll; }
  .side-menu .tag-side-menu {
    padding: 9.5px 15px;
    font-size: 16px;
    color: white;
    border-bottom: 3px solid white;
    cursor: pointer; }
    .side-menu .tag-side-menu .fa {
      margin-top: 2px;
      font-size: 18px; }
  .side-menu .list-side-menu {
    padding: 0; }
    .side-menu .list-side-menu li {
      display: block; }
      .side-menu .list-side-menu li a {
        display: block;
        padding: 10px 15px;
        color: white;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        .side-menu .list-side-menu li a:hover, .side-menu .list-side-menu li a:focus {
          background: white;
          color: black; }
        .side-menu .list-side-menu li a .fa {
          margin-right: 5px; }

/*loding image*/
.modal-loading {
  display: none;
  position: fixed;
  z-index: 2000;
  padding-top: 15%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*background-color: rgb(0,0,0); */
  background-color: rgba(255, 255, 255, 0.6); }
  .modal-loading .content-loading {
    margin: auto;
    display: block;
    width: 10%;
    max-width: 100px; }

/* breadcrumb */
.breadcrumb-advance {
  background-color: #f2f2f2;
  padding: 15px 0 5px 0; }
  .breadcrumb-advance li {
    display: inline-block;
    font-size: 14px;
    color: #b3b3b3 !important; }
    .breadcrumb-advance li:after {
      padding: 0 7px 0 10px;
      color: #b3b3b3;
      content: "/\00a0"; }
    .breadcrumb-advance li a {
      color: #b3b3b3 !important; }
  .breadcrumb-advance marquee {
    display: none;
    color: #b3b3b3 !important; }
    .breadcrumb-advance marquee a {
      color: #b3b3b3 !important; }

/*NESTING SCSS*/
/*MENU*/
.menu {
  z-index: 100;
  position: relative;
  display: block;
  height: 80px;
  margin-bottom: -80px;
  font-family: "Oswald Regular";
  color: white !important; }
  .menu .inline-block {
    width: 82% !important;
    margin: 1% 9%; }
    .menu .inline-block .m-inline-left, .menu .inline-block .m-inline-mid, .menu .inline-block .m-inline-right {
      display: inline-block;
      vertical-align: bottom !important; }
    .menu .inline-block .m-inline-left {
      margin-top: 20px;
      width: 20%; }
      .menu .inline-block .m-inline-left img {
        width: 90%; }
    .menu .inline-block .m-inline-mid {
      width: 65%;
      margin-bottom: 40px; }
      .menu .inline-block .m-inline-mid .bar-icon {
        display: none; }
    .menu .inline-block .m-inline-right {
      width: 13%;
      text-align: center;
      float: right;
      vertical-align: bottom !important; }
      .menu .inline-block .m-inline-right .try {
        padding: 20px 27px;
        background-color: #ab1b15;
        font-size: 17px;
        font-family: "Oswald Bold";
        margin-top: 30px; }
    .menu .inline-block .m-top-menu {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding-bottom: 1%; }
      .menu .inline-block .m-top-menu .col-top-menu {
        display: inline-block;
        width: 47%; }
        .menu .inline-block .m-top-menu .col-top-menu:nth-child(1) {
          border-right: 1px solid rgba(255, 255, 255, 0.1); }
        .menu .inline-block .m-top-menu .col-top-menu:nth-child(2) {
          padding-left: 25px; }
      .menu .inline-block .m-top-menu span {
        font-size: 18px;
        padding-left: 3px; }
        .menu .inline-block .m-top-menu span a {
          color: white !important; }
    .menu .inline-block ul {
      padding-left: 0; }
      .menu .inline-block ul li {
        display: inline-block;
        float: left;
        margin-left: 35px;
        position: relative; }
        .menu .inline-block ul li a {
          padding: 15px 0;
          color: white;
          transition: 0.5s ease-in-out;
          border-top: 2px solid none;
          border-bottom: 2px solid none; }
          .menu .inline-block ul li a.active {
            padding: 8px 0 !important;
            border-bottom: 2px solid #ab1b15;
            border-top: 2px solid #ab1b15;
            color: #ab1b15; }
          .menu .inline-block ul li a:hover {
            border-top: 2px solid #ab1b15;
            border-bottom: 2px solid #ab1b15;
            padding: 8px 0; }
        .menu .inline-block ul li.dropdown:hover ul {
          display: block; }
        .menu .inline-block ul li ul {
          display: none;
          position: absolute;
          margin-top: 10px;
          background-color: white;
          width: 225px;
          padding: 10px; }
          .menu .inline-block ul li ul li {
            margin-left: 0;
            padding: 12px 10px;
            width: 100%; }
            .menu .inline-block ul li ul li a {
              color: #ab1b15; }

.main .main-first {
  position: relative; }
  .main .main-first .wrap-text {
    position: absolute;
    bottom: 250px;
    left: 10%;
    color: white !important; }
    .main .main-first .wrap-text .title {
      font-family: "Oswald Regular";
      font-size: 45px;
      margin-bottom: 20px; }
    .main .main-first .wrap-text .desc {
      font-family: "OpenSans Regular";
      font-size: 15spx; }
.main .main-second {
  position: relative; }
  .main .main-second .wrap-box {
    position: absolute;
    display: inline-block;
    bottom: 0;
    width: 80%;
    margin-left: 10%; }
    .main .main-second .wrap-box .box-left, .main .main-second .wrap-box .box-right {
      display: inline-block;
      width: 49.5%; }
    .main .main-second .wrap-box .box-right {
      vertical-align: top; }
      .main .main-second .wrap-box .box-right .wrap-text {
        margin-top: 150px; }
        .main .main-second .wrap-box .box-right .wrap-text .span-text {
          font-family: "Oswald Regular";
          color: #686868;
          font-size: 12px; }
        .main .main-second .wrap-box .box-right .wrap-text .title {
          font-family: "Oswald Regular";
          font-size: 40px;
          padding: 5px 0 15px 0; }
        .main .main-second .wrap-box .box-right .wrap-text .desc {
          font-family: "Segoe Regular";
          font-size: 15px; }
        .main .main-second .wrap-box .box-right .wrap-text .wrap-box-more {
          margin-top: 50px; }
          .main .main-second .wrap-box .box-right .wrap-text .wrap-box-more .box-more {
            z-index: 1;
            position: relative;
            padding: 10px 30px;
            font-family: "Oswald Regular";
            color: white;
            border-top-left-radius: 7px;
            border-bottom-right-radius: 7px; }
            .main .main-second .wrap-box .box-right .wrap-text .wrap-box-more .box-more::before {
              content: "";
              position: absolute;
              bottom: -4px;
              left: 0;
              z-index: 10;
              border-right: 8px solid transparent; }
            .main .main-second .wrap-box .box-right .wrap-text .wrap-box-more .box-more::after {
              content: "";
              position: absolute;
              top: -4px;
              right: 0;
              z-index: 10;
              border-left: 8px solid transparent; }
          .main .main-second .wrap-box .box-right .wrap-text .wrap-box-more .learn-box-main {
            background-color: #070779; }
            .main .main-second .wrap-box .box-right .wrap-text .wrap-box-more .learn-box-main::before {
              border-top: 4px solid #070779; }
            .main .main-second .wrap-box .box-right .wrap-text .wrap-box-more .learn-box-main::after {
              border-bottom: 4px solid #070779; }
          .main .main-second .wrap-box .box-right .wrap-text .wrap-box-more .learn-box-shadow {
            background-color: #222;
            left: -128px;
            bottom: -3px;
            z-index: 0; }
            .main .main-second .wrap-box .box-right .wrap-text .wrap-box-more .learn-box-shadow::before {
              border-top: 4px solid #222; }
            .main .main-second .wrap-box .box-right .wrap-text .wrap-box-more .learn-box-shadow::after {
              border-bottom: 4px solid #222; }
.main .main-third {
  position: relative; }
  .main .main-third .wrap-box {
    position: absolute;
    display: inline-block;
    top: 100px;
    width: 80%;
    margin-left: 10%; }
    .main .main-third .wrap-box .span-title, .main .main-third .wrap-box .title {
      font-family: "Oswald Regular";
      text-align: center;
      color: white; }
    .main .main-third .wrap-box .title {
      font-size: 35px;
      padding-top: 5px; }
  .main .main-third .dojo {
    margin-top: 30px; }
    .main .main-third .dojo .box-dojo {
      background-color: white;
      border-radius: 7px; }
      .main .main-third .dojo .box-dojo img {
        border-top-left-radius: 7px;
        border-top-right-radius: 7px; }
      .main .main-third .dojo .box-dojo .wrap-text {
        padding: 20px 15px; }
        .main .main-third .dojo .box-dojo .wrap-text .teacher {
          color: #ab1b15;
          font-family: "Oswald Light";
          height: 42px; }
          .main .main-third .dojo .box-dojo .wrap-text .teacher span {
            color: #ccc; }
        .main .main-third .dojo .box-dojo .wrap-text .name-class {
          font-family: "Oswald Regular";
          font-size: 17px;
          height: 80px;
          color: #222; }
      .main .main-third .dojo .box-dojo .wrap-img {
        position: relative; }
        .main .main-third .dojo .box-dojo .wrap-img .overlay {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          height: 100%;
          width: 100%;
          opacity: 0;
          transition: .5s ease;
          background-color: rgba(48, 47, 149, 0.5);
          font-family: "Oswald Regular"; }
          .main .main-third .dojo .box-dojo .wrap-img .overlay:hover {
            opacity: 1; }
          .main .main-third .dojo .box-dojo .wrap-img .overlay .text {
            color: white;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            text-align: center; }
            .main .main-third .dojo .box-dojo .wrap-img .overlay .text i {
              font-size: 20px; }
  .main .main-third .more-class {
    margin-top: 70px; }
    .main .main-third .more-class a {
      padding: 15px 40px;
      border: 2px solid white;
      font-family: "Oswald Bold";
      text-align: center;
      color: white;
      font-size: 16px; }
.main .main-fourth {
  margin-bottom: 50px; }
  .main .main-fourth .news-event {
    margin-top: 60px; }
    .main .main-fourth .news-event .title-top {
      color: #888;
      font-family: "Oswald Regular"; }
    .main .main-fourth .news-event .title-big {
      color: #222;
      font-family: "Oswald Regular";
      font-size: 35px;
      margin: 10px 0 30px 0; }
      .main .main-fourth .news-event .title-big a {
        color: #888;
        font-size: 14px; }
    .main .main-fourth .news-event .wrap-event .wrap-box {
      width: 33%;
      padding: 15px;
      vertical-align: top;
      display: inline-block; }
      .main .main-fourth .news-event .wrap-event .wrap-box .box-img {
        position: relative; }
        .main .main-fourth .news-event .wrap-event .wrap-box .box-img .info-news {
          position: absolute;
          bottom: 10px;
          left: 10px;
          background-color: #070779;
          font-family: "Oswald Bold";
          color: white;
          padding: 7px 25px;
          font-size: 14px; }
      .main .main-fourth .news-event .wrap-event .wrap-box .wrap-text {
        padding-top: 20px; }
        .main .main-fourth .news-event .wrap-event .wrap-box .wrap-text .title {
          font-size: 17px;
          font-family: "Oswald Regular";
          color: #222; }
        .main .main-fourth .news-event .wrap-event .wrap-box .wrap-text .date {
          color: #999;
          font-size: 12px;
          font-family: "OpenSans Regular";
          padding: 20px 0 6px 0; }
        .main .main-fourth .news-event .wrap-event .wrap-box .wrap-text .desc {
          color: #666;
          font-size: 13px;
          font-family: "OpenSans Regular"; }
      .main .main-fourth .news-event .wrap-event .wrap-box:hover .wrap-text .title {
        color: #ab1b15;
        text-decoration: underline; }
  .main .main-fourth .banner-content {
    margin: 10px; }
    .main .main-fourth .banner-content .box-quarter, .main .main-fourth .banner-content .box-mid, .main .main-fourth .banner-content .box-left, .main .main-fourth .banner-content .box-right {
      display: inline-block;
      vertical-align: bottom; }
    .main .main-fourth .banner-content .box-left, .main .main-fourth .banner-content .box-right {
      width: 49.8%; }
    .main .main-fourth .banner-content .box-quarter {
      width: 49.6%;
      padding: 8px;
      position: relative; }
      .main .main-fourth .banner-content .box-quarter:hover .box-dark {
        opacity: 1;
        right: 8px;
        left: 8px;
        top: 8px;
        bottom: 8px; }
      .main .main-fourth .banner-content .box-quarter .view-all {
        position: absolute;
        text-align: center;
        color: white;
        top: 30%;
        left: 38%;
        font-family: "Oswald Regular"; }
        .main .main-fourth .banner-content .box-quarter .view-all i {
          font-size: 100px; }
    .main .main-fourth .banner-content .box-mid {
      position: relative;
      width: 100%;
      padding: 8px; }
      .main .main-fourth .banner-content .box-mid:hover .box-dark {
        opacity: 1;
        right: 8px;
        left: 8px;
        top: 8px;
        bottom: 8px; }
    .main .main-fourth .banner-content .box-dark {
      opacity: 0;
      transition: 0.3s ease-in-out;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.7);
      display: block;
      top: 50%;
      bottom: 50%;
      right: 50%;
      left: 50%;
      height: 95%; }
      .main .main-fourth .banner-content .box-dark .box-hover-top {
        position: absolute;
        top: 25px;
        right: 25px;
        width: 100px;
        height: 100px;
        border-top: 1px solid white;
        border-right: 1px solid white; }
      .main .main-fourth .banner-content .box-dark .box-hover-bottom {
        position: absolute;
        bottom: 25px;
        left: 25px;
        width: 100px;
        height: 100px;
        border-left: 1px solid white;
        border-bottom: 1px solid white; }
      .main .main-fourth .banner-content .box-dark .box-text {
        position: absolute;
        bottom: 45px;
        left: 45px;
        right: 40px;
        color: white;
        font-family: "Oswald Regular"; }

/*page dojo & class*/
.dojo .banner-top {
  position: relative; }
  .dojo .banner-top .text-wrap {
    position: absolute;
    display: block;
    top: 50%;
    left: 35%;
    color: white; }
    .dojo .banner-top .text-wrap .title {
      text-align: center;
      font-size: 45px;
      font-family: "Oswald Regular"; }
    .dojo .banner-top .text-wrap .crumb {
      margin-top: 20px;
      text-align: center;
      font-family: "Oswald Light"; }
.dojo .box-content {
  padding-bottom: 10%; }
  .dojo .box-content .box-dojo {
    background-color: white;
    border-radius: 7px;
    margin-top: 30px; }
    .dojo .box-content .box-dojo img {
      border-top-left-radius: 7px;
      border-top-right-radius: 7px; }
    .dojo .box-content .box-dojo .wrap-text {
      padding: 20px 15px; }
      .dojo .box-content .box-dojo .wrap-text .teacher {
        color: #ab1b15;
        font-family: "Oswald Light";
        height: 45px; }
        .dojo .box-content .box-dojo .wrap-text .teacher span {
          color: #ccc; }
      .dojo .box-content .box-dojo .wrap-text .name-class {
        font-family: "Oswald Regular";
        font-size: 17px;
        height: 80px;
        color: #222; }
    .dojo .box-content .box-dojo .wrap-img {
      position: relative; }
      .dojo .box-content .box-dojo .wrap-img .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .5s ease;
        background-color: rgba(48, 47, 149, 0.7);
        font-family: "Oswald Regular";
        border-top-left-radius: 7px;
        border-top-right-radius: 7px; }
        .dojo .box-content .box-dojo .wrap-img .overlay:hover {
          opacity: 1; }
        .dojo .box-content .box-dojo .wrap-img .overlay .text {
          color: white;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          text-align: center; }
          .dojo .box-content .box-dojo .wrap-img .overlay .text i {
            font-size: 20px; }

/*pagination*/
.wrap-box-pagination {
  border-top: 1px solid #e6e6e6;
  margin-top: 3%; }
  .wrap-box-pagination .pagination-custom {
    padding-left: 0;
    margin-top: 20px;
    margin-left: 45%;
    font-family: "Oswald Regular"; }
    .wrap-box-pagination .pagination-custom li {
      float: left;
      list-style: none;
      margin: 5px; }
      .wrap-box-pagination .pagination-custom li a {
        padding: 3px 13px;
        border-radius: 3px;
        color: #999;
        border: 1px solid #999; }
        .wrap-box-pagination .pagination-custom li a:hover {
          background-color: #ddd; }
      .wrap-box-pagination .pagination-custom li.active a {
        background-color: #070779;
        color: white;
        border: 1px solid transparent; }
    .wrap-box-pagination .pagination-custom .next {
      float: right; }
    .wrap-box-pagination .pagination-custom .prev {
      float: left;
      position: absolute;
      left: 0; }

/*detail dojo*/
.detail-dojo .thumcrumb {
  font-family: "Oswald Light";
  color: #999;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 0; }
.detail-dojo .inline-block {
  margin-top: 10px; }
  .detail-dojo .inline-block .box-img-child {
    display: inline-block;
    width: 24%; }
    .detail-dojo .inline-block .box-img-child img {
      padding: 2px;
      cursor: pointer; }
.detail-dojo .wrap-detail {
  margin-top: 50px; }
  .detail-dojo .wrap-detail .wrap-text {
    margin-left: 10%; }
    .detail-dojo .wrap-detail .wrap-text .title {
      font-family: "Oswald Regular";
      color: #222;
      font-size: 55px; }
    .detail-dojo .wrap-detail .wrap-text .desc {
      margin: 10px 0 25px 0;
      font-family: "OpenSans Regular"; }
    .detail-dojo .wrap-detail .wrap-text .blue {
      font-family: "Oswald Bold";
      color: #070779;
      font-size: 15px; }
    .detail-dojo .wrap-detail .wrap-text table {
      margin-top: 10px;
      font-family: "OpenSans Regular"; }
      .detail-dojo .wrap-detail .wrap-text table tr:nth-child(1) {
        border-top: 5px solid #f2f2f2; }
      .detail-dojo .wrap-detail .wrap-text table tr td {
        padding: 15px 0 !important; }
      .detail-dojo .wrap-detail .wrap-text table tr span {
        font-family: "Oswald Bold";
        font-size: 15px; }
.detail-dojo .browse-related {
  background-color: #f2f2f2;
  padding: 7% 0;
  position: relative; }
  .detail-dojo .browse-related:before {
    position: absolute;
    content: "";
    top: -5px;
    background-color: #e6e6e6;
    height: 5px;
    width: 80%;
    left: 10%; }
  .detail-dojo .browse-related .span-title {
    font-family: "Oswald Regular";
    text-align: center;
    color: #222; }
  .detail-dojo .browse-related .title {
    font-size: 35px;
    padding-top: 5px;
    font-family: "Oswald Regular";
    text-align: center;
    color: #222; }
  .detail-dojo .browse-related .box-dojo {
    background-color: white;
    border-radius: 7px;
    margin-top: 30px; }
    .detail-dojo .browse-related .box-dojo img {
      border-top-left-radius: 7px;
      border-top-right-radius: 7px; }
    .detail-dojo .browse-related .box-dojo .wrap-text {
      padding: 20px 15px; }
      .detail-dojo .browse-related .box-dojo .wrap-text .teacher {
        color: #ab1b15;
        font-family: "Oswald Light";
        height: 42px; }
        .detail-dojo .browse-related .box-dojo .wrap-text .teacher span {
          color: #ccc; }
      .detail-dojo .browse-related .box-dojo .wrap-text .name-class {
        font-family: "Oswald Regular";
        font-size: 17px;
        height: 80px;
        color: #222; }
    .detail-dojo .browse-related .box-dojo .wrap-img {
      position: relative; }
      .detail-dojo .browse-related .box-dojo .wrap-img .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .5s ease;
        background-color: rgba(48, 47, 149, 0.7);
        font-family: "Oswald Regular";
        border-top-left-radius: 7px;
        border-top-right-radius: 7px; }
        .detail-dojo .browse-related .box-dojo .wrap-img .overlay:hover {
          opacity: 1; }
        .detail-dojo .browse-related .box-dojo .wrap-img .overlay .text {
          color: white;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          text-align: center; }
          .detail-dojo .browse-related .box-dojo .wrap-img .overlay .text i {
            font-size: 20px; }

/*ABOUT US*/
.aboutus .box-wrap {
  margin: 5% 0; }
.aboutus .wrap-text .title {
  font-family: "Oswald Regular";
  font-size: 30px;
  padding: 30px 0 20px 0; }
.aboutus .wrap-text .desc {
  font-family: "OpenSans Regular";
  text-align: justify; }
.aboutus .wrap-box-side .wrap-box {
  margin-bottom: 15px;
  border: 1px solid #f2f2f2;
  padding: 5px; }
  .aboutus .wrap-box-side .wrap-box .title {
    font-family: "OpenSans Regular";
    padding: 10px 0 5px 0;
    color: #444; }

/*News & Event*/
.newsevent .wrap-page {
  margin: 50px 0; }
  .newsevent .wrap-page .title-page {
    font-family: "Oswald Regular";
    font-size: 35px;
    position: relative; }
    .newsevent .wrap-page .title-page:after {
      position: absolute;
      content: "";
      bottom: -5px;
      left: 0;
      width: 100px;
      height: 5px;
      background-color: #ab1b15; }
  .newsevent .wrap-page .wrap-box {
    margin: 30px 0; }
    .newsevent .wrap-page .wrap-box .box-newsevent {
      border: 1px solid #f2f2f2;
      padding: 5px;
      margin-bottom: 20px; }
      .newsevent .wrap-page .wrap-box .box-newsevent .wrap-img {
        position: relative; }
        .newsevent .wrap-page .wrap-box .box-newsevent .wrap-img .info-news {
          position: absolute;
          bottom: 10px;
          left: 10px;
          background-color: #070779;
          font-family: "Oswald Bold";
          color: white;
          padding: 7px 25px;
          font-size: 14px; }
      .newsevent .wrap-page .wrap-box .box-newsevent .wrap-text {
        padding: 0 10px;
        padding-top: 15px; }
        .newsevent .wrap-page .wrap-box .box-newsevent .wrap-text .date {
          color: #999;
          font-size: 12px;
          font-family: "OpenSans Regular";
          padding: 20px 0 6px 0; }
        .newsevent .wrap-page .wrap-box .box-newsevent .wrap-text .title {
          margin-top: 5px;
          height: 60px;
          font-family: "Oswald Regular";
          color: #444;
          font-size: 15px; }
      .newsevent .wrap-page .wrap-box .box-newsevent:hover .wrap-text .title {
        color: #ab1b15;
        text-decoration: underline; }
.newsevent .box-wrap {
  margin: 5% 0; }
  .newsevent .box-wrap .wrap-text .title {
    font-family: "Oswald Regular";
    font-size: 30px;
    padding: 30px 0 20px 0; }
    .newsevent .box-wrap .wrap-text .title span {
      font-size: 11px;
      font-family: "OpenSans Regular";
      font-style: italic;
      color: #888; }
  .newsevent .box-wrap .wrap-text .desc {
    font-family: "OpenSans Regular";
    text-align: justify; }
  .newsevent .box-wrap .wrap-box-side .wrap-box {
    margin-bottom: 15px;
    border: 1px solid #f2f2f2;
    padding: 5px; }
    .newsevent .box-wrap .wrap-box-side .wrap-box .title {
      font-family: "OpenSans Regular";
      padding: 10px 0 5px 0;
      color: #444; }

.gallery .wrap-page {
  margin: 50px 0; }
  .gallery .wrap-page .title-page {
    font-family: "Oswald Regular";
    font-size: 35px;
    position: relative; }
    .gallery .wrap-page .title-page:after {
      position: absolute;
      content: "";
      bottom: -5px;
      left: 0;
      width: 50px;
      height: 5px;
      background-color: #ab1b15; }
.gallery .wrap-box {
  margin-top: 40px; }
  .gallery .wrap-box .box-img {
    margin-top: 30px;
    position: relative; }
    .gallery .wrap-box .box-img:hover .box-dark {
      opacity: 1;
      right: 8px;
      left: 8px;
      top: 8px;
      bottom: 8px; }
    .gallery .wrap-box .box-img .box-dark {
      opacity: 0;
      transition: 0.3s ease-in-out;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.7);
      display: block;
      top: 50%;
      bottom: 50%;
      right: 50%;
      left: 50%;
      height: 95%; }
      .gallery .wrap-box .box-img .box-dark .box-hover-top {
        position: absolute;
        top: 25px;
        right: 25px;
        width: 100px;
        height: 100px;
        border-top: 1px solid white;
        border-right: 1px solid white; }
      .gallery .wrap-box .box-img .box-dark .box-hover-bottom {
        position: absolute;
        bottom: 25px;
        left: 25px;
        width: 100px;
        height: 100px;
        border-left: 1px solid white;
        border-bottom: 1px solid white; }
      .gallery .wrap-box .box-img .box-dark .box-text {
        position: absolute;
        bottom: 45px;
        left: 45px;
        right: 40px;
        color: white;
        font-family: "Oswald Regular"; }
.gallery .gallery-detail .img-cover .title-cover {
  font-size: 35px;
  font-family: "Oswald Regular";
  padding: 10px 0; }
.gallery .gallery-detail .wrap-tamnel-gall {
  padding: 5px; }
  .gallery .gallery-detail .wrap-tamnel-gall .box-img {
    border: 1px solid #f2f2f2;
    padding: 10px; }

/*CONTACT US*/
.contact {
  font-family: "OpenSans Regular";
  color: #0d0d0d !important; }
  .contact .wrap-title {
    padding-top: 5%; }
    .contact .wrap-title .title {
      font-size: 30px;
      position: relative;
      font-family: "OpenSans Bold";
      padding-bottom: 1%;
      margin-bottom: 3%; }
      .contact .wrap-title .title:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: -1px;
        width: 4.5%;
        height: 3px;
        background: #17bfd0; }
  .contact .contact-form {
    padding-top: 5%; }
    .contact .contact-form .col-md-7 .row {
      margin-bottom: 5%; }
      .contact .contact-form .col-md-7 .row .margin-bottom-1 {
        margin-bottom: 1%; }
      .contact .contact-form .col-md-7 .row .margin-bottom-5 {
        margin-bottom: 5%; }
      .contact .contact-form .col-md-7 .row .margin-bottom-3 {
        margin-bottom: 3%; }
      .contact .contact-form .col-md-7 .row button {
        padding: 2%;
        padding-left: 8%;
        padding-right: 8%;
        margin-top: 5%; }
  .contact input, .contact textarea {
    border-style: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 2%; }
    .contact input::placeholder, .contact textarea::placeholder {
      font-style: italic; }
  .contact button {
    background-color: #17bfd0;
    border-style: none;
    color: white; }
  .contact .contact-right .title {
    color: #f00000;
    font-family: "OpenSans Bold";
    font-size: 15px;
    margin-bottom: 4%; }
  .contact .contact-right.distance-1 {
    margin-bottom: 10%; }
  .contact .contact-right.distance-2 {
    margin-top: 4%;
    margin-bottom: 4%; }
  .contact .maps {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 0;
    margin-top: 3%; }
    .contact .maps iframe {
      width: 100%;
      height: 472px; }

/* FOOTER */
.footer {
  position: relative;
  color: white !important; }
  .footer .wrap-footer {
    position: absolute;
    width: 80%;
    margin: 0 10%;
    top: 30px; }
  .footer .box-inline-top {
    border-bottom: 1px solid rgba(225, 225, 225, 0.1);
    padding-bottom: 30px; }
    .footer .box-inline-top .box-inline-top-left, .footer .box-inline-top .box-inline-top-mid, .footer .box-inline-top .box-inline-top-right {
      display: inline-block;
      vertical-align: bottom; }
    .footer .box-inline-top .box-inline-top-left {
      width: 13%; }
    .footer .box-inline-top .box-inline-top-mid {
      width: 56%;
      padding: 0 20px; }
      .footer .box-inline-top .box-inline-top-mid .title {
        font-family: "Oswald Regular";
        font-size: 30px;
        padding-bottom: 15px; }
      .footer .box-inline-top .box-inline-top-mid .get {
        font-family: "OpenSans Regular";
        font-size: 13px; }
    .footer .box-inline-top .box-inline-top-right {
      width: 21%;
      float: right;
      margin-top: 60px; }
      .footer .box-inline-top .box-inline-top-right .request {
        font-family: "Oswald Bold";
        font-size: 18px;
        padding: 10px 20px;
        border: 3px solid #fff; }
  .footer .box-inline-bottom {
    margin-top: 60px; }
    .footer .box-inline-bottom .box-inline-bottom-first, .footer .box-inline-bottom .box-inline-bottom-second, .footer .box-inline-bottom .box-inline-bottom-third, .footer .box-inline-bottom .box-inline-bottom-fourth {
      display: inline-block;
      vertical-align: top; }
    .footer .box-inline-bottom .title {
      font-family: "Oswald Regular";
      font-size: 15px;
      height: 50px; }
    .footer .box-inline-bottom ul {
      padding-left: 0; }
      .footer .box-inline-bottom ul li {
        list-style: none;
        margin-bottom: 4px; }
        .footer .box-inline-bottom ul li a {
          font-size: 13px;
          font-family: "OpenSans Regular";
          color: white !important;
          margin-bottom: 2px; }
          .footer .box-inline-bottom ul li a i {
            font-size: 10px;
            margin-right: 5px; }
    .footer .box-inline-bottom .box-inline-bottom-first {
      width: 25%;
      padding-right: 10%;
      border-right: 1px solid rgba(225, 225, 225, 0.1); }
      .footer .box-inline-bottom .box-inline-bottom-first .addres {
        margin-bottom: 20px;
        font-family: "OpenSans Regular";
        font-size: 13px; }
      .footer .box-inline-bottom .box-inline-bottom-first .phone {
        font-size: 20px;
        font-family: "OpenSans Regular";
        font-weight: bold; }
        .footer .box-inline-bottom .box-inline-bottom-first .phone a {
          color: white; }
      .footer .box-inline-bottom .box-inline-bottom-first .fax {
        font-family: "OpenSans Regular";
        font-size: 13px; }
    .footer .box-inline-bottom .box-inline-bottom-second {
      width: 33%;
      padding-left: 10%; }
    .footer .box-inline-bottom .box-inline-bottom-third {
      width: 20%; }
    .footer .box-inline-bottom .box-inline-bottom-fourth {
      width: 20%; }
      .footer .box-inline-bottom .box-inline-bottom-fourth a {
        font-family: "Oswald Regular";
        font-size: 14px; }
        .footer .box-inline-bottom .box-inline-bottom-fourth a i {
          width: 25px;
          border: 1px solid rgba(255, 255, 255, 0.3);
          border-radius: 5px;
          padding: 4px 5px;
          font-size: 14px; }

.cofyright {
  background-color: #000162;
  padding: 20px 0;
  color: #a9a9a9 !important; }
  .cofyright a {
    color: #a9a9a9 !important;
    font-family: "OpenSans Regular";
    font-size: 13px; }

/*# sourceMappingURL=lwd.style.css.map */
