@font-face {
  font-family: GilroyBold;
  font-weight: bold;
  font-style: normal;
  src: url(./font/GilroyBold.otf);
}

@font-face {
  font-family: NotoSerifRegular;
  font-weight: normal;
  font-style: normal;
  src: url(./font/NotoSerifRegular.ttf);
}

@font-face {
  font-family: MUSEO100;
  font-weight: normal;
  font-style: normal;
  src: url(./font/MUSEO100.OTF);
}

@font-face {
  font-family: MUSEO500;
  font-weight: normal;
  font-style: normal;
  src: url(./font/MUSEO500.OTF);
}

@font-face {
  font-family: MUSEOSANSCYRL;
  font-weight: normal;
  font-style: normal;
  src: url(./font/MUSEOSANSCYRL.OTF);
}

@font-face {
  font-family: SVN-MUSEOSANSREGULAR;
  font-weight: normal;
  font-style: normal;
  src: url(./font/SVN-MUSEOSANSREGULAR.TTF);
}

body {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17x;
  line-height: 27px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #999;
}

.wrapper {
  padding-top: 44px;
}

.w980 {
  width: 980px;
  margin: 0 auto;
}

.w980 .section-detail {
  padding: 0 160px;
}

p {
  margin-bottom: 20px;
  font-family: NotoSerifRegular;
}

.image-left {
  margin-left: -160px !important;
  margin-right: 40px !important;
  width: 450px;
  float: left;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px !important;
}

.image-right {
  margin-right: -160px !important;
  width: 350px;
  margin-left: 40px !important;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-top: 10px !important;
}

.fixed {
  position: fixed !important;
  top: 10%;
  left: 0;
}

.cover .cover-container {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 40px;
}

.cover .cover-container video {
  width: 100%;
}

.main-content {
  position: relative;
  padding-top: 30px;
}

.main-content .fixed-nav {
  position: absolute;
  max-width: 350px;
  opacity: 0;
}

.main-content .fixed-nav .nav-title img {
  width: 100%;
}

.main-content .fixed-nav .nav-title ul {
  list-style: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.main-content .fixed-nav .nav-title ul li {
  padding: 0;
}

.main-content .fixed-nav .nav-title ul li a {
  display: block;
  position: relative;
  padding: 7px 0;
  opacity: 0.5;
}

.main-content .fixed-nav .nav-title ul li a img {
  width: 100%;
}

.main-content .fixed-nav .nav-title ul li a.active {
  opacity: 1;
}

.main-content .fixed-nav .nav-title ul li a:hover {
  opacity: 1;
}

.main-content .fixed-nav .nav-title .backtop {
  cursor: pointer;
}

.main-content .dien-gia .dg-list {
  list-style: none;
  padding: 0;
}

.main-content .dien-gia .dg-list .dg-item {
  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;
  margin-bottom: 50px;
}

.main-content .dien-gia .dg-list .dg-item img {
  margin-right: 20px;
  width: auto;
  height: 180px;
}

.main-content .dien-gia .dg-list .dg-item .dg-item-content h3 {
  font-family: GilroyBold;
  color: #ab91ff;
}

.main-content .dien-gia .dg-list .dg-item .dg-item-content p {
  font-family: SVN-MUSEOSANSREGULAR;
  line-height: 20px;
  font-size: 18px;
  color: #000;
}

.main-content .dien-gia .dg-content {
  margin-top: 50px;
}

.main-content .dien-gia .dg-content p span {
  font-weight: bold;
}

.main-content .section1 img {
  margin: 30px 0;
}

.main-content .section2 img {
  margin: 30px 0;
}

.main-content .section2 a {
  color: #000;
  text-decoration: none;
}

.main-content .section2 a:hover {
  color: #4e4a93;
}

.main-content .section2 .table-img {
  width: 100%;
}

.main-content .section2 .video-content {
  width: 100%;
}

.main-content .section2 .video-content iframe {
  width: 100%;
}

.main-content .section3 img {
  margin: 30px 0;
}

.main-content .section4 img {
  margin: 30px 0;
}

.main-content .section4 .video-content .video-caption p {
  color: #888;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  margin-top: 0;
}

.main-content .section4 .credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0 70px;
}

.main-content .section4 .credit .left {
  border-left: solid 5px #ff6a03;
}

.main-content .section4 .credit .left p {
  margin: 0 !important;
  font-weight: bold;
  font-family: inherit;
  padding-left: 20px;
}

.main-content .section4 .credit .right {
  text-align: right;
}

.main-content .section4 .credit .right p {
  margin: 0 !important;
  font-family: inherit;
}

@media (max-width: 1600px) {
  .image-left {
    margin-left: -90px !important;
    width: 400px;
  }
  .main-content .fixed-nav {
    max-width: 300px;
    opacity: 0;
  }
  .main-content .dien-gia .dg-list .dg-item .dg-item-content h3 {
    margin-bottom: 0;
  }
  .main-content .dien-gia .dg-list .dg-item .dg-item-content p {
    margin-top: 10px;
  }
}

@media (max-width: 1300px) {
  .w980 {
    width: 900px;
  }
  .image-left {
    margin-left: -50px !important;
  }
  .main-content .fixed-nav {
    max-width: 230px;
    opacity: 0;
  }
}

@media (max-width: 1500px) {
  .main-content .fixed-nav {
    max-width: 230px;
    opacity: 0;
  }
}
/*# sourceMappingURL=index.css.map */