.fluid-container {
  width: 100%;
}
.company-film {
  background: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1025px) {
}
@media screen and (max-width: 991px) {
  .company-film {
    padding-top: 0;
  }
}
.company-film .content ul.nav {
  padding-bottom: 50px;
  border: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .company-film .content ul.nav {
    width: 100%;
  }
}
.company-film .content ul.nav:before,
.company-film .content ul.nav:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .company-film .content ul.nav:before,
  .company-film .content ul.nav:after {
    display: block;
  }
}
.company-film .content ul.nav > li > a:focus {
  font-weight: 600;
  background-color: transparent;
}
.company-film .content ul.nav > li > a:hover {
  background-color: transparent;
}
.company-film .content ul.nav li a {
  font-size: 24px;
  color: #666666;
  font-weight: 600;
  border: 0;
  border-bottom: 2px solid transparent;
}
.company-film .content ul.nav li a:hover {
  border-bottom: 2px solid transparent;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .company-film .content ul.nav li a {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .company-film .content ul.nav li a {
    font-size: 16px;
  }
}
.company-film .content ul.nav li.active a {
  color: #f5be75;
  background-color: transparent;
  border-bottom: 2px solid #f5be75;
}
.company-film .content .tab-content .owl-film-and-tv-awards .owl-stage,
.company-film .content .tab-content .owl-company-awards .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.company-film .content .tab-content .owl-film-and-tv-awards .owl-stage .owl-item,
.company-film .content .tab-content .owl-company-awards .owl-stage .owl-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.company-film .content .tab-content .owl-film-and-tv-awards .item,
.company-film .content .tab-content .owl-company-awards .item {
  width: 100%;
}
.company-film .content .tab-content .owl-film-and-tv-awards .item a,
.company-film .content .tab-content .owl-company-awards .item a {
  position: relative;
  display: block;
  overflow: hidden;
}
.company-film .content .tab-content .owl-film-and-tv-awards .item a:hover .name-box,
.company-film .content .tab-content .owl-company-awards .item a:hover .name-box {
  right: 0;
}
.company-film .content .tab-content .owl-film-and-tv-awards .item .name-box,
.company-film .content .tab-content .owl-company-awards .item .name-box {
  overflow: hidden;
  position: absolute;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  right: -100%;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
}
.company-film .content .tab-content .owl-film-and-tv-awards .item .name-box .name,
.company-film .content .tab-content .owl-company-awards .item .name-box .name {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 10px;
  right: 0;
  text-align: center;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.company-film .content .tab-content .owl-film-and-tv-awards .item img,
.company-film .content .tab-content .owl-company-awards .item img {
  width: 100%;
  max-width: 315px;
  height: 100%;
  margin: 0 auto;
}
.page-about-us {
  display: flex;
  gap: 80px;
}
.page-about-us .left-sidebar {
  display: flex;
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  max-width: 330px;
  width: 100%;
  padding: 40px 35px;
  background-color: #F5F5F5;
}
.page-about-us .left-sidebar .inner-sidebar {
  display: flex;
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}
.page-about-us .left-sidebar a {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #222;
  margin-bottom: 12px;
  transition: all 0.5s;
}
.page-about-us .left-sidebar a:hover,
.page-about-us .left-sidebar a.active {
  color: #F4BE74;
}
@media (max-width: 1025px) {
  .page-about-us .left-sidebar {
    display: none;
  }
}
.page-about-us .content-right {
  width: 100%;
}
.page-about-us .content-right {
  width: calc(100% - 330px);
}
@media (max-width: 1025px) {
  .page-about-us .content-right {
    width: 100%;
  }
}
.page-about-us h3.title {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  color: #F4BE74;
  margin: 0 0 20px 0;
}
.page-about-us h3.title:after {
  position: absolute;
  display: block;
  content: '';
  bottom: -6px;
  left: 0;
  width: 70px;
  height: 1px;
  background-color: #F4BE74;
}
@media (max-width: 1600px) {
  .page-about-us {
    gap: 50px;
  }
}
@media (max-width: 1440px) {
  .page-about-us {
    gap: 40px;
  }
}
@media (max-width: 1300px) {
  .page-about-us {
    gap: 30px;
  }
}
.section-company-profile .content,
.section-enterprise .content,
.section-company-profile .content-top,
.section-enterprise .content-top {
  display: flex;
}
.section-company-profile .content .left-content-s,
.section-enterprise .content .left-content-s,
.section-company-profile .content-top .left-content-s,
.section-enterprise .content-top .left-content-s {
  max-width: 464px;
  width: 47%;
  background-size: cover !important;
}
.section-company-profile .content .left-content-s img,
.section-enterprise .content .left-content-s img,
.section-company-profile .content-top .left-content-s img,
.section-enterprise .content-top .left-content-s img {
  width: 100%;
}
.section-company-profile .content .left-content-s .d-mobile,
.section-enterprise .content .left-content-s .d-mobile,
.section-company-profile .content-top .left-content-s .d-mobile,
.section-enterprise .content-top .left-content-s .d-mobile {
  display: none;
}
@media (max-width: 800px) {
  .section-company-profile .content .left-content-s .d-mobile,
  .section-enterprise .content .left-content-s .d-mobile,
  .section-company-profile .content-top .left-content-s .d-mobile,
  .section-enterprise .content-top .left-content-s .d-mobile {
    display: block;
  }
}
@media (max-width: 800px) {
  .section-company-profile .content .left-content-s,
  .section-enterprise .content .left-content-s,
  .section-company-profile .content-top .left-content-s,
  .section-enterprise .content-top .left-content-s {
    width: 100%;
    max-width: none;
    background: none !important;
  }
}
.section-company-profile .content .right-content-s,
.section-enterprise .content .right-content-s,
.section-company-profile .content-top .right-content-s,
.section-enterprise .content-top .right-content-s {
  background-color: #F5F5F5;
  padding: 40px;
  width: 53%;
}
@media (max-width: 1025px) {
  .section-company-profile .content .right-content-s,
  .section-enterprise .content .right-content-s,
  .section-company-profile .content-top .right-content-s,
  .section-enterprise .content-top .right-content-s {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .section-company-profile .content .right-content-s,
  .section-enterprise .content .right-content-s,
  .section-company-profile .content-top .right-content-s,
  .section-enterprise .content-top .right-content-s {
    padding: 20px;
  }
}
@media (max-width: 800px) {
  .section-company-profile .content,
  .section-enterprise .content,
  .section-company-profile .content-top,
  .section-enterprise .content-top {
    flex-direction: column !important;
  }
}
.section-enterprise h3.title {
  margin-bottom: 40px;
}
.section-enterprise .content {
  flex-direction: column;
}
.section-enterprise .content-top {
  flex-direction: row-reverse;
}
.section-enterprise .content-bottom {
  display: flex;
  margin-top: 60px;
}
@media (max-width: 1025px) {
  .section-enterprise .content-bottom {
    margin-top: 30px;
  }
}
@media (max-width: 800px) {
  .section-enterprise .content-bottom {
    flex-direction: column;
  }
}
.section-enterprise .right-content-s h3.tile-blue {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: #337AB7;
  margin-bottom: 20px;
}
.section-enterprise .right-content-s h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
}
.section-our-team .list-person .person {
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.section-our-team .list-person .person .ps-info .ps-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 10px;
}
.section-our-team .list-person .person .ps-info .ps-position {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #666666;
  margin-bottom: 20px;
}
.section-our-team .list-person .person .ps-info .ps-view-more {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.section-our-team .list-person .person .ps-info .ps-view-more span {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #F5BE75;
  margin-right: 6px;
}
.section-our-team .list-person .person .ps-info .ps-details {
  display: none;
}
.section-our-team #person-details .modal-dialog {
  width: calc(100% - 30px);
  max-width: 1382px;
  background: #FFFFFF;
  border-radius: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .section-our-team #person-details .modal-dialog {
    left: 48.5%;
  }
}
.section-our-team #person-details .modal-dialog .modal-content .modal-body {
  padding: 60px;
}
.section-our-team #person-details .modal-dialog .modal-content .modal-body .close {
  color: #ECC192;
  opacity: 1;
  font-size: 24px;
  position: absolute;
  right: 64px;
  top: 64px;
}
.section-our-team #person-details .modal-dialog .modal-content .modal-body .head-info {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 20px;
  width: 100%;
  padding-right: 24px;
}
@media (max-width: 500px) {
  .section-our-team #person-details .modal-dialog .modal-content .modal-body .head-info {
    flex-wrap: wrap;
  }
}
.section-our-team #person-details .modal-dialog .modal-content .modal-body .head-info .position {
  padding-left: 10px;
}
@media (max-width: 500px) {
  .section-our-team #person-details .modal-dialog .modal-content .modal-body .head-info .position {
    padding-left: 0;
  }
}
.section-our-team #person-details .modal-dialog .modal-content .modal-body .bottom-info .person-information {
  max-height: 320px;
  overflow: auto;
}
.section-group-events .events-box {
  margin-top: 40px;
}
.section-group-events .events-box .events-box-wrap {
  border-left: 1px solid #F5BE75;
  padding-left: 50px;
}
@media (max-width: 420px) {
  .section-group-events .events-box .events-box-wrap {
    padding-left: 30px;
  }
}
.section-group-events .events-box .event-item {
  position: relative;
  padding-bottom: 38px;
}
.section-group-events .events-box .event-item:first-child .content {
  display: block;
}
.section-group-events .events-box .event-item .dot {
  position: absolute;
  left: -60px;
  top: -3px;
}
@media (max-width: 420px) {
  .section-group-events .events-box .event-item .dot {
    left: -40px;
  }
}
.section-group-events .events-box .event-item .title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
.section-group-events .events-box .event-item .title .text {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}
.section-group-events .events-box .event-item .title .icon {
  transition: 300ms ease all;
}
.section-group-events .events-box .event-item .rotate .icon {
  transform: rotate(180deg);
}
.section-group-events .events-box .event-item .content {
  background: #F5F5F5;
  padding: 20px;
  display: none;
  transition: 300ms ease all;
}
.section-group-events .events-box .event-item .content p,
.section-group-events .events-box .event-item .content span,
.section-group-events .events-box .event-item .content a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #666666;
}
.section-group-events .events-box .last-item {
  padding-left: 50px;
  padding-bottom: 0;
}
@media (max-width: 420px) {
  .section-group-events .events-box .last-item {
    padding-left: 30px;
  }
}
.section-group-events .events-box .last-item .dot {
  position: absolute;
  left: -10px;
  top: -3px;
  transform: r;
}
.section-contact .contact-box {
  margin-top: 20px;
}
.section-contact .contact-box .contact-item {
  display: flex;
  padding-top: 60px;
  width: 100%;
  justify-content: space-evenly;
  align-items: flex-start;
}
@media screen and (max-width: 590px) {
  .section-contact .contact-box .contact-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.section-contact .contact-box .contact-item .item {
  width: calc(100% / 3);
  text-align: center;
  padding: 0 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 590px) {
  .section-contact .contact-box .contact-item .item {
    width: 100%;
    padding: 0 0;
  }
}
.section-contact .contact-box .contact-item .item .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.section-contact .contact-box .contact-item .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* Standard syntax */
}
.section-contact .contact-box .contact-item .item .text {
  color: #000000;
  font-size: 18px;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .section-contact .contact-box .contact-item .item .text {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
  }
}
.section-contact .contact-box .contact-item .item:nth-child(1) .img {
  background: #cd7880;
}
.section-contact .contact-box .contact-item .item:nth-child(2) .img {
  background: #665d77;
}
.section-contact .contact-box .contact-item .item:nth-child(3) .img {
  background: #495c79;
}
