@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.eot");
  src: url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.eot");
  src: url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
body.overlay-on .breadcrumb {
  z-index: 2;
}
body.overlay-on .mobile-filter {
  z-index: 2;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 999;
  display: none;
}
.loader .wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader .wrapper img {
  display: block;
  width: 80px;
}

.inner {
  padding-top: 76px;
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .inner {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .inner {
    padding-top: 107px;
  }
}
@media screen and (max-width: 991px) {
  .inner.hv-filter {
    padding-top: 160px;
  }
}
.inner .com-panel {
  position: relative;
  min-height: calc(100vh - 132px - 38px - 136px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url("../img/inner-bg.jpg");
}
@media screen and (max-width: 1199px) {
  .inner .com-panel {
    min-height: calc(100vh - 107px - 194px);
  }
}
@media screen and (max-width: 991px) {
  .inner .com-panel {
    background-position: center;
  }
}
@media screen and (max-width: 991px) {
  .inner .com-panel:before {
    display: none;
  }
}
.inner .com-panel:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 62, 62, 0.4);
}
.inner .com-panel .col-l {
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .inner .com-panel .col-l {
    display: none;
  }
}
.inner .com-panel .col-l:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 62, 62, 0.3);
}
.inner .com-panel .col-l .wrapper {
  position: relative;
  padding: 80px 16px 80px 32px;
}
@media screen and (max-width: 1199px) {
  .inner .com-panel .col-l .wrapper {
    padding-left: 16px;
  }
}
.inner .com-panel .col-l .wrapper h1 {
  font-size: 3em;
  letter-spacing: 0.03em;
  color: #FFFCFC;
  font-weight: 300;
  word-break: break-word;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .inner .com-panel .col-l .wrapper h1 {
    font-size: 2em;
  }
}
.inner .com-panel .col-l .menu {
  margin-top: 60px;
  color: #ffffff;
}
.inner .com-panel .col-l .menu .item {
  margin-bottom: 24px;
}
.inner .com-panel .col-l .menu .item.active > span, .inner .com-panel .col-l .menu .item.active a {
  pointer-events: none;
}
.inner .com-panel .col-l .menu .item.active > span:after, .inner .com-panel .col-l .menu .item.active a:after {
  width: 100%;
}
.inner .com-panel .col-l .menu .item > span, .inner .com-panel .col-l .menu .item a {
  position: relative;
  font-size: 1.5em;
}
.inner .com-panel .col-l .menu .item a:hover {
  opacity: 1;
}
.inner .com-panel .col-l .menu .item a:hover:after {
  width: 100%;
}
.inner .com-panel .col-l .menu .item a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #ED6D00;
  height: 3px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.inner .com-panel .col-l .menu .accordion-list.active .subhead .icon {
  transform: scaleY(-1);
}
.inner .com-panel .col-l .menu .accordion-list .subhead {
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 24px;
  cursor: pointer;
}
.inner .com-panel .col-l .menu .accordion-list .subhead .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-position: center;
  background-size: contain;
  background-image: url("../img/icon/up-o.svg");
  transform: rotate(90deg);
}
.inner .com-panel .col-l .menu .accordion-list .details {
  font-size: 1.125em;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
}
.inner .com-panel .col-l .menu .accordion-list .details a {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.inner .com-panel .col-l .menu .accordion-list .details a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  display: block;
  background-color: #ED6D00;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}
.inner .com-panel .col-l .menu .accordion-list .details a.active {
  pointer-events: none;
}
.inner .com-panel .col-l .menu .accordion-list .details a.active:after {
  width: 100%;
}
.inner .com-panel .col-l .menu .accordion-list .details a:hover {
  opacity: 1;
}
.inner .com-panel .col-l .menu .accordion-list .details a:hover:not(.active):after {
  width: 100%;
}
.inner .com-panel .col-r {
  z-index: 1;
  width: calc(100% - 430px);
}
@media screen and (max-width: 991px) {
  .inner .com-panel .col-r {
    width: 100%;
  }
}
.inner .com-panel .col-r .wrapper {
  position: relative;
  padding: 40px 16px;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: rgba(67, 67, 67, 0.5);
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}

.breadcrumb {
  position: fixed;
  background: linear-gradient(91.19deg, #F2F2F2 1.3%, #E9E9E9 56.74%);
  padding: 8px 0;
  font-size: 0.875em;
  color: #58585B;
  letter-spacing: 0.01em;
  top: 138px;
  width: 100%;
  z-index: 2;
  top: 76px;
}
@media screen and (min-width: 1200px) and (max-width: 1298px) {
  .breadcrumb {
    top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .breadcrumb {
    top: 66px;
    background: linear-gradient(180deg, #E9E9E9 -56.67%, #FBFBFB 100%);
  }
}
@media screen and (max-width: 1199px) {
  .breadcrumb .container {
    padding: 0 16px;
  }
}
.breadcrumb .current {
  color: #ED6D00;
}
.breadcrumb .row > *:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}

.icon {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out;
}

.com-txt {
  line-height: 163.6%;
}
.com-txt > *:not(:last-child) {
  margin-bottom: 24px;
}
.com-txt ul, .com-txt ol {
  padding-left: 15px;
}
.com-txt ul {
  list-style-type: disc;
}
.com-txt ol {
  list-style-type: decimal;
}

.com-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 11px 20px;
  color: #ffffff;
  background-color: #ED6D00;
  border: 2px solid #ED6D00;
  transition: all 0.3s ease-in-out;
}
.com-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.com-btn:hover {
  opacity: 1;
  color: #ED6D00;
}
.com-btn:hover:before {
  height: 100%;
}
.com-btn.sty-w {
  background-color: #ffffff;
  color: #ED6D00;
  border-color: #ffffff;
}
.com-btn.sty-w:before {
  background-color: #ED6D00;
}
.com-btn.sty-w:hover {
  color: #ffffff;
}
.com-btn span {
  position: relative;
}

.arrow-btn {
  display: inline-block;
  color: #ffffff;
  font-size: 0.9375em;
}
.arrow-btn:hover {
  color: #ffffff;
  opacity: 1;
}
.arrow-btn:hover span {
  text-decoration: none;
}
.arrow-btn:hover span:before {
  width: 0;
}
.arrow-btn span {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
}
.arrow-btn span:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  background-color: #ffffff;
  width: calc(100% - 24px);
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.arrow-btn span:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 2px;
  background-image: url("../img/icon/btn-arrow-right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.com-panel {
  position: relative;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.com-panel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 62, 62, 0.3);
}
.com-panel .col-l {
  position: relative;
  width: 430px;
  flex-shrink: 0;
  border-right: 2px solid #999;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .com-panel .col-l {
    width: 320px;
  }
}
@media screen and (max-width: 991px) {
  .com-panel .col-l:before, .com-panel .col-l:after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    position: absolute;
    background-color: #ED6D00;
  }
}
.com-panel .col-l:before {
  left: -8px;
  top: -8px;
}
.com-panel .col-l:after {
  right: -8px;
  top: -8px;
}
.com-panel .col-l .heading {
  font-size: 2.125em;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFCFC;
}
@media screen and (max-width: 991px) {
  .com-panel .col-l .heading {
    font-size: 1.75em;
  }
}
.com-panel .col-r {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
}
.com-panel .col-r:before, .com-panel .col-r:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ED6D00;
  position: absolute;
  left: -8px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .com-panel .col-r:before, .com-panel .col-r:after {
    display: none;
  }
}
.com-panel .col-r:before {
  top: -8px;
}
.com-panel .col-r:after {
  bottom: -8px;
}
.com-panel .col-r.theme-dark .com-txt {
  color: #E6E6E6;
}
.com-panel .col-r.theme-dark .com-txt h2 {
  color: #ffffff;
}
.com-panel .col-r.theme-dark .wrapper:before, .com-panel .col-r.theme-dark .wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.com-panel .col-r.theme-dark .wrapper:before {
  background-color: rgba(62, 62, 62, 0.4);
}
.com-panel .col-r.theme-dark .wrapper:after {
  background-color: rgba(62, 62, 62, 0.5);
}
.com-panel .col-r.theme-light {
  background-color: rgba(255, 255, 255, 0.9);
}

.com-news-item {
  display: flex;
  align-items: center;
  border-top: 1px solid #D2D2D2;
  padding: 20px 0;
}
@media screen and (max-width: 991px) {
  .com-news-item {
    align-items: flex-start;
    padding: 16px 0;
  }
}
.com-news-item .thumbnail {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 268px;
  height: 268px;
  background-color: #000000;
}
@media screen and (max-width: 991px) {
  .com-news-item .thumbnail {
    width: 140px;
    height: 140px;
  }
}
.com-news-item .thumbnail img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.com-news-item .desc {
  flex-shrink: 1;
  flex-grow: 1;
  padding-left: 24px;
}
.com-news-item .desc .date-cat {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.com-news-item .desc .date-cat .date {
  color: #B2B2B2;
}
.com-news-item .desc .date-cat .category {
  color: #ffffff;
  font-size: 0.75em;
  margin-left: 10px;
  border: 1px solid #ffffff;
  border-radius: 200px;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.15);
}
.com-news-item .desc .title {
  color: #ED6D00;
  font-weight: 700;
  font-size: 1.125em;
  margin-bottom: 5px;
}
.com-news-item .desc .content {
  line-height: 1.5;
  color: #ffffff;
  height: 63px;
}
.com-news-item .desc .btn-container {
  margin-top: 32px;
}
@media screen and (max-width: 991px) {
  .com-news-item .desc .btn-container {
    margin-top: 24px;
  }
}

.ellipsis {
  overflow: hidden;
}

.pagination-container {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .pagination-container {
    margin-top: 12px;
  }
}
.pagination-container .pagination {
  display: flex;
  align-items: center;
  line-height: 100%;
  color: #54565B;
  text-align: center;
  padding-left: 0;
}
.pagination-container .pagination li {
  display: inline-block;
}
.pagination-container .pagination li.active {
  color: #ED6D00;
  pointer-events: none;
}
.pagination-container .pagination li.disabled {
  color: #ffffff;
  pointer-events: none;
}
.pagination-container .pagination li:not(:last-child) {
  margin-right: 15px;
}
.pagination-container .pagination li.PagedList-skipToFirst.disabled > a:before {
  opacity: 0.2;
}
.pagination-container .pagination li.PagedList-skipToFirst > a:before {
  background-image: url("../img/icon/toFirst.svg");
}
.pagination-container .pagination li.PagedList-skipToLast.disabled > a:before {
  opacity: 0.2;
}
.pagination-container .pagination li.PagedList-skipToLast > a:before {
  background-image: url("../img/icon/toLast.svg");
}
.pagination-container .pagination li.PagedList-skipToPrevious.disabled > a:before {
  opacity: 0.2;
}
.pagination-container .pagination li.PagedList-skipToPrevious > a:before {
  background-image: url("../img/icon/toPrev.svg");
}
.pagination-container .pagination li.PagedList-skipToNext.disabled > a:before {
  opacity: 0.2;
}
.pagination-container .pagination li.PagedList-skipToNext > a:before {
  background-image: url("../img/icon/toNext.svg");
}
.pagination-container .pagination li.PagedList-skipToFirst > a:before, .pagination-container .pagination li.PagedList-skipToLast > a:before {
  width: 11px;
}
.pagination-container .pagination li.PagedList-skipToPrevious > a:before, .pagination-container .pagination li.PagedList-skipToNext > a:before {
  width: 7px;
}
.pagination-container .pagination li.PagedList-skipToFirst > a:before, .pagination-container .pagination li.PagedList-skipToLast > a:before, .pagination-container .pagination li.PagedList-skipToPrevious > a:before, .pagination-container .pagination li.PagedList-skipToNext > a:before {
  content: "";
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.mobile-filter {
  position: relative;
}
@media screen and (min-width: 992px) {
  .mobile-filter {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .mobile-filter {
    position: fixed;
    width: 100%;
    top: 104px;
    z-index: 2;
  }
}
.mobile-filter.active .current:after {
  transform: none;
}
.mobile-filter .current {
  position: relative;
  background-color: #575757;
  color: #ffffff;
  text-transform: uppercase;
  padding: 20px 16px;
  font-size: 1.125em;
  line-height: 1;
  cursor: pointer;
}
.mobile-filter .current:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 19px;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/up-o.svg");
  transform: scaleY(-1);
}
.mobile-filter .details {
  display: none;
  position: absolute;
  left: 0;
  top: 58px;
  width: 100%;
  padding: 8px 0;
  background-color: #ffffff;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.03);
  max-height: 50vh;
  overflow: auto;
}
.mobile-filter .details a {
  display: block;
  font-size: 0.9375em;
  font-weight: 700;
  line-height: 1;
  padding: 16px;
}

.com-popup {
  position: relative;
  margin-top: 50px;
  padding-bottom: 50px;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.com-popup .btn-close {
  position: absolute;
  right: 0;
  top: -50px;
  cursor: pointer;
  display: block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-position: center;
  background-image: url("../img/icon/close.svg");
  transition: all 0.3s ease-in-out;
}
.com-popup .btn-close:hover {
  transform: rotate(90deg);
}
@media screen and (max-width: 991px) {
  .com-popup .btn-close {
    top: -38px;
  }
}
.com-popup .wrapper {
  background-color: #ffffff;
  box-shadow: 2px 4px 30px 0px rgba(0, 0, 0, 0.1);
}

.com-back {
  color: #ED6D00;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .com-back {
    margin-top: 40px;
  }
}
.com-back .arrow-btn {
  color: #ED6D00;
  font-weight: 700;
}
.com-back .arrow-btn span {
  flex-direction: row-reverse;
  text-decoration: underline;
}
.com-back .arrow-btn span:before {
  display: none;
}
.com-back .arrow-btn span:after {
  transform: scaleX(-1);
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bg {
  background: #434343;
  opacity: 0.8;
}

button {
  cursor: pointer;
}

.select2-selection__clear {
  color: #54565B;
  width: 20px !important;
  height: 20px !important;
  font-weight: 400 !important;
  background-color: #D9D9D9 !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 1.125em !important;
}

@media screen and (min-width: 992px) {
  .visible-m {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .visible-d {
    display: none !important;
  }
}

.com-accordion {
  margin-top: 30px;
}
.com-accordion .item {
  display: inline-block;
  max-width: 577px;
  width: 100%;
}
.com-accordion .item:not(:last-child) {
  margin-bottom: 20px;
}
.com-accordion .item.active .title {
  background: url(../img/icon/up-grey.svg) right center no-repeat;
}
.com-accordion .item .title {
  padding: 8px 40px 8px 0;
  border-bottom: 1px solid #54565B;
  transition: all 0.3s ease-in-out;
  background: url(../img/icon/down.svg) right center no-repeat;
  cursor: pointer;
}
.com-accordion .item .details {
  display: none;
  padding: 12px 0;
  line-height: 1.6;
}/*# sourceMappingURL=common.css.map */