:root {
  --design-height: 60px;
}

.awards .design {
  background: rgba(30, 30, 30, 90%);
  color: var(--white-color);
  position: fixed;
  /* top: var(--header-height); */
  left: 0;
  right: 0;
  height: 60px;
  z-index: 2;
}

.awards .design .container {
  max-width: 100%;
}

.factor__design-item .body .bottom p {
  font-size: 16px;
}

.awards .design .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.awards .design .container .design-left {
  font-size: 24px;
  font-weight: 600;
}

.awards .design .container .design-right li + li {
  margin-left: 20px;
}

.awards .design .container .design-right li a:hover {
  text-decoration: underline;
}

/* video */
.video {
  margin-top: var(--header-height);
  padding-top: 44%;
  overflow: hidden;
  position: relative;
}

.awards-item .desc {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: var(--black-222);
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  user-select: none;
}

.awards-item video {
  width: 100%;
}

.main-awards li {
  width: 100%;
  height: 100%;
}

.main-awards li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.awards-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
  opacity: 1;
}

/* philosophy */
.philosophy {
  max-width: 745px;
  margin: 70px auto 0 auto;
}

.philosophy .intro {
  text-align: center;
}

.philosophy .intro .script {
  font-size: 22px;
  font-weight: 600;
}
.philosophy .title {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
}

.philosophy .text {
  font-size: 22px;
  line-height: 38.4px;
  font-weight: 500;
  margin-top: 34px;
}

.philosophy .text + .text {
  margin-top: 44px;
}

.philosophy .factor {
  margin-top: 90px;
}

.philosophy .factor .script {
  text-align: center;
  font-size: 22px;
  margin-bottom: 24px;
}

.philosophy .factor .factor__list-item {
  width: calc((100% - 60px) / 3);
}

.philosophy .factor .factor__list-item h3 {
  font-size: 17px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 20px;
}

.philosophy .factor .factor__list-item ul {
  list-style: square;
  list-style-position: inside;
}

.philosophy .factor .factor__list-item ul li + li {
  margin-top: 8px;
}

/* achieved */
.achieved {
  text-align: center;
  max-width: 1088px;
  margin: 175px auto 0 auto;
}

.achieved .desc {
  font-size: 18px;
  font-weight: 500;
}

.achieved .sub-desc {
  font-size: 12px;
  line-height: 19px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  display: block;
  margin-bottom: 50px;
}

.achieved h3 {
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 45px;
  margin-top: 14px;
}

.achieved__list li {
  width: calc((100% - 40px) / 3);
  height: 67px;
  border: 1px solid var(--black-color);
}

.achieved__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease-out;
  font-weight: 700;
  color: var(--black-color);
}

.achieved__list li a:hover {
  background: var(--black-color);
  color: var(--white-color);
  text-decoration: underline;
}

/* award name */
.award-name {
  position: relative;

  margin: 127px auto 0 auto;
}

.award-name[data-id="2"] .img img {
  width: 80px;
}

.award-name .title {
  text-align: center;
  font-size: 40px;
  line-height: 65px;
  font-weight: 600;
}

.award-name .container > .img {
  margin: 0 auto;
  margin-bottom: 58px;
  padding: 20px 0;
  position: sticky;
  position: -webkit-sticky;
  top: 104px;
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 60%);
  z-index: 1;
}

.award-name .img img {
  width: 150px;
}

.award-name .script {
  max-width: 900px;
  margin: 0 auto;
}

.award-name p {
  text-align: center;
}

.award-name .content {
  max-width: 1088px;
  margin: 0 auto;
  margin-top: 60px;
}

.award-name .content .year {
  margin-top: 60px;
}

.award-name .content .year h4 {
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
}

.award-name .content .product {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 44px;
}

.award-name .content .product.single {
  display: flex;
  justify-content: center;
}

.award-name .content .product.single .product-item .img {
  padding-top: unset;
  position: static;
}

.award-name .content .product.single .product-item .img img {
  position: static;
}

.award-name .content .product.single .product-item {
  max-width: 320px;
  margin: 0 auto;
}

.award-name .content .product .product-item .img {
  padding-top: 75.236%;
  position: relative;
}

.award-name .content .product .product-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.award-name .content .product .product-item.special .img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-name .content .product .product-item.special .img img {
  width: auto;
  height: auto;
}

.award-name .content .product .product-item .desc {
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

.award-name .content .product .product-item .caption {
  text-align: center;
  font-size: 14px;
  min-height: 27px;
  margin-top: 26px;
}

.award-name .content .product .product-item .desc .sub {
  margin-right: 10px;
}

/* chỉnh sửa layout */
.role {
  margin-top: 150px;
}

.role .content .top {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
}

.role .content .top .img {
  height: 0;
  padding-top: 77%;
  position: relative;
}

.role .content .top .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.role .content .bottom {
  margin-top: 46px;
}

.role .content .bottom .title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 24px;
  line-height: 43px;
  font-weight: 600;
}

.role .content .bottom p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

/* story */
.story {
  margin-top: 200px;
}

.story .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 90px;
  text-align: center;
}

.story__intro {
  margin-top: 60px;
  position: relative;
  display: flex;
}

.story__content {
  position: relative;
}

.story__content .story-bg-tablet {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

.story__intro .script .script-title {
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 40px;
  text-align: center;
}

.story__intro .script {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.story__intro .script p {
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
}

.story .desc {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 93px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 17px;
  z-index: 1;
  position: relative;
}

.story .desc .item {
  display: flex;
  flex-direction: column;
}

.story .desc .top .img img,
.story .desc .top .img {
  width: 100%;
}

.story .desc .bottom p {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

/* beauty */
.beauty .story__intro .img-desktop {
  width: 50%;
  margin-left: auto;
}
.beauty .story__intro .script {
  top: 70%;
}

.beauty .desc {
  margin-top: 0;
}

.story.beauty {
  margin-top: 0;
}

.beauty .story__intro {
  margin-top: 20px;
}

/* factor design */
.factor__design {
  margin-top: 160px;
}

.factor__design .title {
  font-size: 60px;
  font-weight: 600;
  line-height: 90px;
  text-align: center;
}

.factor__design .text {
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  margin-top: 40px;
  margin-bottom: 66px;
  font-weight: 400;
}

.factor__design-item {
  max-width: 1000px;
  margin: 0 auto;
}

.factor__design-item .head {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: flex;
}

.factor__design-item .head img {
  width: 100%;
}

.factor__design-item .head .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 0 58px;
}

.factor__design-item .head .content .content-title {
  font-size: 24px;
  line-height: 38px;
}

.factor__design-item .head .content .icon {
  border: 1px solid var(--white-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  flex-shrink: 0;
}

.factor__design-item .head .content .icon::after,
.factor__design-item .head .content .icon::before {
  content: "";
  background-color: var(--white-color);
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 1;
}

.factor__design-item .head.active .content .icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.factor__design-item .head .content .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.factor__design-item .body {
  display: none;
  background: #f9f9fc;
}

.factor__design-item .body .bottom,
.factor__design-item .body .top {
  text-align: center;
}

.factor__design-item .body .top {
  font-size: 20px;
  line-height: 65px;
  font-weight: 300;
  margin-top: 15px;
  padding-top: 20px;
}
.factor__design .slider__list {
  max-width: 835px;
  margin: 0 auto;
}
.slider__list-item {
  width: 100%;
  padding-bottom: 80px;
}

.slider__list-item .item-top img {
  width: 100%;
}
.slider__list-item .bottom__title {
  font-size: 18px;
  font-weight: 600;
  /* padding: 0 10px; */
  margin-top: 36px;
}
.slider__list-item .item-bottom p {
  margin-top: 25px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.factor__design-item .list-content {
  margin-top: 40px;
}

.list-content i.arrow {
  display: block;
}
.factor__design-item .slider__list .slick-dots {
  bottom: 30.5%;
}

.article-title-sub {
  text-align: center;
  font-size: 16px;
  line-height: 27px;
  color: #222;
  font-weight: 300;
}

.slick-dots li button:before {
  font-size: 10px;
}

.factor__design-item .list-content i.arrow.left {
  left: 30px;
}
.factor__design-item .list-content i.arrow.right {
  right: 30px;
}

.factor__design-item + .factor__design-item {
  margin-top: 20px;
}

.list-content i.arrow {
  top: 33%;
}

/* learn more */

.btn-learn-more {
  border: 1px solid #6e6e6e;
  width: 70%;
  margin: 0 auto;
  padding: 10px 10px 10px 40px;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 27px;
  justify-content: center;
  margin-top: 20px;
  cursor: pointer;
}
.btn-learn-more:hover span {
  color: #222;
  text-decoration: underline;
}
.btn-learn-more span {
  flex: 1;
  font-weight: 700;
  color: #666;
}

.btn-learn-more img {
  width: 14px;
  height: 14px;
}

.popup-learn-more {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.popup-learn-more.active {
  opacity: 1;
  visibility: visible;
}

.popup-learn-more .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.popup-learn-more .content-learn-more {
  width: 90%;
  height: 90%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white-color);
  padding-top: 60px;
}

.popup-learn-more .content-learn-more .icon {
  width: max-content;
  margin-left: auto;
  margin-right: 40px;
  cursor: pointer;
}

.popup-learn-more .content-learn-more .article {
  max-height: 90%;
  overflow: auto;
}

.popup-learn-more .content-learn-more .article .article-title {
  font-size: 26px;
  line-height: 65px;
  font-weight: 500;
  text-align: center;
}
.popup-learn-more .content-learn-more .article .article-img {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.popup-learn-more .content-learn-more .article .article-content {
  padding: 0 70px 100px;
}

.popup-learn-more
  .content-learn-more
  .article
  .article-content
  .list-content
  .slick-dots {
  bottom: 10px;
}
.popup-learn-more .content-learn-more .article .article-content .content-top {
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  color: var(--black-222);
  margin-top: 10px;
}

.article-content .list-content i.arrow {
  top: 50%;
}

.article-content .list-content {
  padding: 0 20px;
  margin-top: 20px;
}

.article-content .content-bottom p {
  text-align: left;
  font-size: 16px;
  line-height: 27px;
  color: var(--black-222);
  font-weight: 300;
}

.article-content .content-bottom p + p {
  margin-top: 30px;
}

.article-content .slider__list-item {
  padding-bottom: 30px;
}

.award-name .content-layout {
  list-style: disc;
  font-size: 17px;
  line-height: 27px;
  color: var(--black-222);
}

.award-name .content-layout li::marker {
  margin: 0 !important;
}
/* ============= */

@media only screen and (min-width: 1900px) {
  .video {
    margin-top: var(--header-height-large);
  }
}

@media only screen and (max-width: 991px) {
  /* chỉnh sửa layout */
  .img-desktop {
    visibility: hidden;
  }
  .story__content .story-bg-tablet {
    display: block;
    opacity: 0.6;
  }

  .beauty .story__content .story-bg-tablet {
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .role .content .bottom .title {
    font-size: 22px;
    line-height: 40px;
  }

  .role .content .bottom p {
    font-size: 16px;
    line-height: 30px;
  }

  .list-content i.arrow {
    display: none;
  }

  .story .desc {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    max-width: 737px;
    margin-top: 80px;
  }

  .story .desc .item {
    flex-direction: row;
    align-items: center;
    gap: 87px;
  }

  .story .desc .item:nth-child(even) .top {
    order: 1;
  }

  .story .desc .bottom,
  .story .desc .top {
    width: 50%;
  }

  .story .desc .bottom p {
    text-align: left;
  }

  .btn-learn-more {
    padding-left: 20px;
  }

  /* ========== */
}

@media only screen and (max-width: 767px) {
  /* chỉnh sửa layout */
  .story .desc .item {
    gap: 14px;
  }

  .list-content i.arrow {
    display: block;
    top: 28%;
  }
  .list-content {
    padding: 0 40px;
  }

  .factor__design-item .list-content i.arrow.left {
    left: 0;
  }

  .factor__design-item .list-content i.arrow.right {
    right: 0;
  }
  .factor__design-item .slider__list .slick-dots {
    bottom: 50%;
  }
  .slider__list-item .bottom__title {
    margin-top: 60px;
  }

  .factor__design-item .head img {
    height: 205px;
    object-fit: cover;
  }

  .factor__design-item .head .content .content-title {
    font-size: 35px;
  }

  .factor__design-item .head .content .icon {
    width: 75px;
    height: 75px;
  }

  .factor__design-item .head .content .icon::after,
  .factor__design-item .head .content .icon::before {
    width: 30px;
  }

  /* .factor__design-item .body .top {
    font-size: 30px;
    line-height: 65px;
  } */

  /* .slider__list-item .item-bottom p,
  .factor__design-item .body .bottom p {
    font-size: 24px;
    line-height: 38px;
  } */

  /* =========== */

  .awards .design {
    display: none;
  }

  .awards .design .container .design-right li a {
    font-size: 15px;
    line-height: 24px;
  }

  .awards-item .desc {
    font-size: 6.2vw;
  }

  .video {
    margin-top: var(--header-height);
  }

  .philosophy .factor .factor__list-item {
    width: 100%;
    text-align: center;
  }

  .philosophy .factor .factor__list-item + .factor__list-item {
    margin-top: 40px;
  }

  .philosophy .title {
    font-size: 40px;
  }

  .philosophy .text {
    font-size: 17px;
  }

  .philosophy .text + .text {
    margin-top: 30px;
  }

  .philosophy .factor {
    margin-top: 60px;
  }

  /*  */
  .achieved {
    margin-top: 90px;
  }

  .achieved__list {
    gap: 20px;
  }
  .achieved__list li {
    width: calc((100% - 20px) / 2);
  }

  .achieved h3 {
    font-size: 40px;
    line-height: 1.2;
    margin-top: 30px;
  }

  .award-name {
    margin-top: 100px;
  }

  .award-name p {
    text-align: left;
  }

  .award-name .content .product {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .award-name .content .year h4 {
    font-size: 66px;
    line-height: 51px;
  }

  .award-name .title {
    font-size: 65px;
    line-height: 65px;
  }

  .factor__design .title {
    font-size: 22px;
  }

  
}

@media only screen and (max-width: 576px) {
  .philosophy .factor {
    margin-top: 40px;
  }

  .achieved__list {
    gap: 20px;
  }
  .achieved__list li {
    width: 100%;
  }

  .award-name .content .product {
    gap: 10px;
  }
  .award-name .title {
    font-size: 40px;
    line-height: 65px;
  }
  .award-name .content .year h4 {
    font-size: 50px;
  }

  .story .title {
    line-height: 40px;
  }

  .story__intro .script .script-title {
    margin-top: 20px;
  }
  .story .desc {
    margin-top: 308px;
  }

  .factor__design-item .head .content .content-title {
    font-size: 25px;
  }

  .factor__design-item .head .content .icon {
    width: 54px;
    height: 54px;
  }
  .factor__design-item .head img {
    height: 156px;
  }

  .factor__design-item .head .content {
    padding: 0 20px;
  }

  .factor__design .text {
    margin: 20px;
  }

  .factor__design-item .slider__list .slick-dots {
    bottom: 65%;
  }

  .list-content i.arrow {
    top: 15%;
  }

  .popup-learn-more .content-learn-more .article .article-content {
    padding: 0 20px 100px;
  }
}

@media only screen and (max-width: 419px) {
  .beauty .story__intro .script {
    top: 109%;
  }
  .story__intro .script .script-title {
    margin-top: 218px;
  }

  .story .desc {
    margin-top: 360px;
  }

  .factor__design-item .head .content .content-title {
    font-size: 18px;
  }
  .factor__design-item .head .content .icon {
    width: 42px;
    height: 42px;
  }
  .factor__design-item .head img {
    height: 118px;
  }

  .factor__design .title {
    line-height: 45px;
  }
}

@media only screen and (max-width: 390px) {
  .story .desc {
    margin-top: 360px;
  }
}
@media only screen and (max-width: 345px) {
  .story__intro .script .script-title {
    margin-top: 223px;
  }
}
