@font-face {
  font-family: "BeVietnamItalic";
  src: url("../fonts/BeVietnamPro-Italic.eot");
  src: url("../fonts/BeVietnamPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/BeVietnamPro-Italic.woff2") format("woff2"), url("../fonts/BeVietnamPro-Italic.woff") format("woff"), url("../fonts/BeVietnamPro-Italic.ttf") format("truetype"), url("../fonts/BeVietnamPro-Italic.svg#BeVietnamPro-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamBold";
  src: url("../fonts/BeVietnamPro-Bold.eot");
  src: url("../fonts/BeVietnamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BeVietnamPro-Bold.woff2") format("woff2"), url("../fonts/BeVietnamPro-Bold.woff") format("woff"), url("../fonts/BeVietnamPro-Bold.ttf") format("truetype"), url("../fonts/BeVietnamPro-Bold.svg#BeVietnamPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamRegular";
  src: url("../fonts/BeVietnamPro-Regular.eot");
  src: url("../fonts/BeVietnamPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BeVietnamPro-Regular.woff2") format("woff2"), url("../fonts/BeVietnamPro-Regular.woff") format("woff"), url("../fonts/BeVietnamPro-Regular.ttf") format("truetype"), url("../fonts/BeVietnamPro-Regular.svg#BeVietnamPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MTD";
  src: url("../fonts/MTD.eot");
  src: url("../fonts/MTD.eot?#iefix") format("embedded-opentype"), url("../fonts/MTD.woff2") format("woff2"), url("../fonts/MTD.woff") format("woff"), url("../fonts/MTD.ttf") format("truetype"), url("../fonts/MTD.svg#MTD") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "BeVietnamRegular" !important;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background: #C1974F;
  border-radius: 20px;
}
@media (max-width: 1919px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 1439px) {
  body {
    font-size: 14px;
  }
}

.subTitle {
  font-family: "MTD";
  font-size: 45px;
}

.segTitle {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px;
  margin: 0;
}
@media (max-width: 767px) {
  .segTitle {
    font-size: 30px;
  }
}

.container_frame {
  max-width: 1280px;
  display: block;
  margin: auto;
}
@media (max-width: 1919px) {
  .container_frame {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .container_frame {
    max-width: 100%;
    padding: 0 15px;
  }
}

.header {
  background-color: #C1974F;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 15px 0;
}
.header .content_head {
  justify-content: center;
  align-items: center;
}
.header .logo img {
  width: 120px;
}
.header .menupage {
  padding: 0 2rem;
}
.header .menupage a {
  color: #fff;
  padding: 0 15px;
  transition: all 0.5s ease;
}
.header .menupage a:hover {
  font-weight: 800;
  color: #283778;
}
.header .hotline a {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5098039216);
  transition: all 0.5s ease-in-out;
}
.header .hotline a:hover {
  color: #283778;
  background: #fff;
}
.header .back_head {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(20);
  pointer-events: none;
}
@media (max-width: 767px) {
  .header .menupage {
    position: fixed;
    flex-flow: column;
    width: 80%;
    background: #B68C4F;
    top: 0;
    right: 0;
    height: 100%;
    justify-content: center;
    align-items: center;
    transform: translate(100%, 0);
    transition: transform 0.5s ease;
  }
  .header .menupage li {
    padding: 15px;
  }
  .header .menupage li a {
    font-size: 20px;
  }
  .header .menupage.open {
    transform: none;
  }
  .header .hotline {
    margin-right: 50px;
  }
  .header .content_head {
    justify-content: space-between;
  }
}

.homeBanner {
  padding-top: 90px;
  border-bottom: 3px solid #fff;
  position: relative;
}
.homeBanner .list_img .img img {
  height: calc(100vh - 90px);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .homeBanner .list_img .img img {
    height: 50vh;
  }
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  transform: translate(-50%, 0);
  left: 50%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.368627451);
  width: 10px;
  height: 10px;
  margin: 0 4px;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background: #fff;
}
.slick-dots button {
  display: none;
}

.homeAbout {
  position: relative;
  z-index: 1;
}
.homeAbout .div_img {
  overflow: hidden;
}
.homeAbout .back_about {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.homeAbout .content_about {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 15px;
  width: 70%;
  text-align: center;
  color: #fff;
}
.homeAbout .content_about .subTitle {
  line-height: 1;
  padding-top: 10px;
  margin-top: -10px;
  margin-left: 200px;
}
.homeAbout .content_about .partern1 {
  position: absolute;
  left: 92%;
  bottom: -20%;
  width: 250px;
  animation: parallax_img 12s ease-in-out infinite;
}
.homeAbout .content_about .partern2 {
  position: absolute;
  bottom: -92px;
  right: calc(100% - 180px);
  width: 400px;
  animation: balloons 7s ease-in-out infinite;
}
@media (max-width: 767px) {
  .homeAbout {
    background: #B68C4F;
    display: flex;
    flex-flow: column-reverse;
  }
  .homeAbout .back_about {
    height: auto;
  }
  .homeAbout .content_about {
    position: relative;
    padding: 60px 0;
    transform: none;
    left: unset;
    bottom: unset;
    width: 100%;
  }
  .homeAbout .subTitle {
    margin-left: 0 !important;
    margin-top: 6px !important;
    margin-bottom: 2rem;
  }
  .homeAbout .partern2 {
    right: unset !important;
    left: 0;
    width: 30% !important;
    bottom: 0 !important;
  }
  .homeAbout .partern1 {
    left: unset !important;
    right: 0;
    bottom: 10px !important;
    width: 20% !important;
  }
}

@keyframes balloons {
  0%, 100% {
    transform: scale(0.85);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes parallax_img {
  0%, 100% {
    transform: translateY(0) rotate(-8deg);
  }
  50% {
    transform: translateY(-30px) rotate(0deg);
  }
}
.homePark {
  position: relative;
  background: #fff;
  padding: 80px 0 130px 0;
}
.homePark .list_park {
  z-index: 1;
  color: #B68C4F;
}
.homePark .slick-dots {
  bottom: -50px;
}
.homePark .slick-dots li {
  background: #C1974F;
}
.homePark .slick-dots li.slick-active {
  background: #283778;
}
.homePark .segTitle {
  text-align: center;
  font-size: 23px;
  margin-bottom: 10px;
}
.homePark .subTitle {
  margin-bottom: 1rem;
  text-align: center;
  line-height: 1;
}
.homePark .subTitle .txt {
  font-family: "BeVietnamRegular";
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 10px;
  margin-top: -15px;
  font-size: 30px;
  margin-left: 30px;
}
.homePark .subTitle .txt span {
  font-size: 20px;
}
.homePark .subTitle .txt2 span {
  font-family: "BeVietnamRegular";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
}
.homePark .gallery_park {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}
.homePark .content_park {
  padding: 100px 70px 0 70px;
  position: relative;
  z-index: 1;
  padding-right: 40px;
  flex: 0 0 50%;
}
.homePark .content_park article {
  margin-bottom: 50px;
  text-align: center;
}
.homePark .content_park .btn_primary {
  margin: auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.homePark .image {
  flex: 1;
  margin: 0 8px;
  padding: 0 100px;
}
.homePark .image img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1000px 1000px 0 0;
  border: 1px solid #B68C4F;
}
@media (max-width: 767px) {
  .homePark .segTitle {
    font-size: 22px;
  }
  .homePark::after {
    width: 100%;
  }
  .homePark .content_park {
    padding: 0;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .homePark .content_park .subTitle {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 30px;
  }
  .homePark .content_park article {
    margin-bottom: 40px;
  }
  .homePark .image {
    padding: 0;
  }
  .homePark .listimg_park img {
    height: 280px;
  }
  .homePark .listthumb_park img {
    height: 100px;
  }
}

.btn_primary {
  background: #283778;
  padding: 10px 20px;
  border-radius: 50px;
  transition: all 0.5s ease;
}
.btn_primary:hover {
  font-weight: 600;
  background: #fff;
  color: #C1974F !important;
}

.homeUtility {
  padding-top: 80px;
}
.homeUtility .item_uti {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70vw;
}
.homeUtility .item_uti .overlay {
  position: relative;
  height: 400px;
  width: 100%;
  opacity: 0.5;
}
.homeUtility .item_uti .overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(0deg, #3fd0db, transparent);
}
.homeUtility .item_uti img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeUtility .item_uti.slick-center .overlay {
  height: 100%;
  opacity: 1;
}
.homeUtility .item_uti .content_uti {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 30px;
  width: 80%;
  text-align: center;
  font-weight: 600;
  z-index: 1;
}
.homeUtility .item_uti .content_uti .name {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 1900px) {
  .homeUtility .item_uti {
    width: 50vw;
  }
}
@media (max-width: 767px) {
  .homeUtility .slick-arrow {
    width: 40px;
    height: 40px;
    background: #C1974F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    transform: translate(0, -50%);
    top: 150px;
    left: 0;
    z-index: 1;
  }
  .homeUtility .slick-arrow.next_slick {
    right: 0;
    left: unset;
  }
  .homeUtility .item_uti {
    height: auto;
    width: 100vw;
  }
  .homeUtility .item_uti .overlay {
    height: auto;
  }
  .homeUtility .item_uti .overlay::after {
    display: none;
  }
  .homeUtility .item_uti .overlay img {
    height: 300px;
  }
  .homeUtility .item_uti .content_uti {
    position: relative;
    transform: none;
    bottom: unset;
    left: unset;
    color: #000;
    padding: 0 15px;
    width: 100%;
  }
  .homeUtility .item_uti .content_uti .name {
    color: #000;
    margin-bottom: 10px;
    margin-top: 25px;
  }
}

.homeNews {
  padding: 80px 0 0 0;
  position: relative;
}
.homeNews .segTitle {
  text-align: center;
  color: #B68C4F;
  margin-bottom: 2rem;
}
.homeNews .parten {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .homeNews {
    padding: 60px 0 0 0;
  }
}

.item_news {
  margin-bottom: 2rem;
}
.item_news .image {
  overflow: hidden;
  margin-bottom: 12px;
}
.item_news .image img {
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.75s ease-in-out;
}
.item_news .image:hover img {
  transform: scale(1.3);
}
.item_news .date {
  font-style: italic;
  font-size: 13px;
  font-weight: 600;
}
.item_news .title {
  margin: 10px 0 24px 0;
}
.item_news .title a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: color 0.5s ease;
  padding-top: 10px;
  margin-top: -10px;
}
.item_news .title a:hover {
  color: #B68C4F;
}
.item_news .btn_detail {
  color: #000;
  font-weight: 600;
  transition: color 0.5s ease;
}
.item_news .btn_detail:hover {
  color: #C1974F;
}

.homeLibrary {
  padding-top: 80px;
  position: relative;
}
.homeLibrary .container_frame {
  width: 70%;
  position: relative;
}
.homeLibrary .play_video {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C1974F;
  border-radius: 50%;
  color: #fff;
}
.homeLibrary .parten1 {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 88%;
  width: 300px;
  animation: balloons 8s ease-in-out infinite;
}
.homeLibrary .parten2 {
  position: absolute;
  pointer-events: none;
  bottom: 0;
  right: 88%;
  width: 300px;
  animation: balloons 8s ease-in-out infinite;
}
@media (max-width: 767px) {
  .homeLibrary {
    padding-top: 60px;
  }
  .homeLibrary .parten1 {
    width: 100px;
    right: 0;
    left: unset;
    z-index: 1;
  }
  .homeLibrary .parten2 {
    width: 100px;
    right: unset;
    left: 0;
    z-index: 1;
  }
  .homeLibrary .container_frame {
    width: 100%;
  }
}

.listimg_library {
  margin: 0 auto 25px auto;
  width: 100%;
  z-index: 1;
}
.listimg_library a {
  position: relative;
}
.listimg_library img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1800px) {
  .listimg_library img {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .listimg_library img {
    height: 280px;
  }
}

.listthumb_library {
  margin-bottom: 1rem;
}
.listthumb_library .image {
  position: relative;
  margin: 0 5px;
  cursor: pointer;
  opacity: 0.5;
}
.listthumb_library .image.slick-current {
  opacity: 1;
}
.listthumb_library img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 1800px) {
  .listthumb_library img {
    height: 200px;
  }
}

.homeContact {
  position: relative;
  padding: 80px 0;
}
.homeContact::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background: radial-gradient(rgba(141, 190, 230, 0.4784313725), #41B7D8);
}
.homeContact .backgorund_contact {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.homeContact .segTitle {
  color: #Fff;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 44px;
}
.homeContact .form_contact {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: auto;
}
.homeContact form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 10px !important;
  margin-left: 10px;
  font-weight: 600 !important;
}
.homeContact form.sent {
  display: block;
}
.homeContact form .wpcf7-response-output {
  display: none;
}
.homeContact .form_group .wpcf7-form-control-wrap {
  margin: 0 6px;
  width: 100%;
}
.homeContact .form_group br {
  display: none;
}
.homeContact .form_group p {
  display: flex;
  width: 100%;
}
.homeContact .form_group input, .homeContact .form_group textarea {
  color: #000;
  padding: 7px 15px;
  border-radius: 50px;
  border: none;
  width: 100%;
  font-weight: 600;
  border: 1px solid transparent;
}
.homeContact .form_group input::-moz-placeholder, .homeContact .form_group textarea::-moz-placeholder {
  font-weight: 600;
  color: #000;
}
.homeContact .form_group input::placeholder, .homeContact .form_group textarea::placeholder {
  font-weight: 600;
  color: #000;
}
.homeContact .form_group input:focus, .homeContact .form_group textarea:focus {
  outline: none;
  border: 1px solid #B68C4F;
}
.homeContact .form_group button {
  background: #B68C4F;
  color: aliceblue;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 10px 32px;
  line-height: 1;
  margin: auto;
  border: 2px solid #fff;
  font-weight: 600;
}
.homeContact .form_group textarea {
  border-radius: 30px;
  height: 200px;
  padding: 15px;
}
@media (max-width: 767px) {
  .homeContact .backgorund_contact {
    background-attachment: unset;
  }
  .homeContact .segTitle {
    font-size: 28px;
  }
  .homeContact .form_contact {
    width: 100%;
  }
  .homeContact .form_contact .form_group p {
    flex-flow: column;
    margin-bottom: 0;
  }
  .homeContact .form_contact .form_group input {
    margin-bottom: 12px;
  }
  .homeContact .form_contact .form_group button {
    margin-top: 1.5rem;
  }
  .homeContact .form_contact .form_group textarea {
    height: 100px;
  }
}

.footer {
  padding: 20px 0;
  position: relative;
}
.footer .back_footer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: grayscale(1);
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .container_frame {
  position: relative;
  z-index: 1;
}
.footer::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(82, 42, 0, 0.8509803922);
}
.footer iframe {
  width: 400px !important;
  height: 130px !important;
}
.footer .logo {
  margin-bottom: 44px;
}
.footer .logo img {
  width: 140px;
}
.footer .contact_footer {
  color: #fff;
  margin-bottom: 16px;
}
.footer .contact_footer span {
  color: #fff;
  font-weight: 600;
}
.footer .shortcode_iframe .codefacebook span {
  height: 100% !important;
}
.footer .shortcode_iframe .codefacebook ._46-h._2zfr, .footer .shortcode_iframe .codefacebook ._1drm._1ds3 {
  height: 180px !important;
}
@media (max-width: 767px) {
  .footer iframe {
    width: 100% !important;
  }
  .footer .contact_footer .item_contact {
    justify-content: center;
  }
  .footer .logo img {
    margin: auto;
    display: block;
  }
}

.animated-icon1 {
  display: none;
  margin-top: 0;
  width: 30px;
  height: 20px;
  transform: rotate(0deg);
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 28px;
  z-index: 99;
}
.animated-icon1 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  border-radius: 8px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.5s ease;
  background: #fff;
}
.animated-icon1 span:nth-child(1) {
  top: -10px;
}
.animated-icon1 span:nth-child(2) {
  top: 0;
}
.animated-icon1 span:nth-child(3) {
  top: 10px;
}
.animated-icon1.open span {
  background: #fff;
}
.animated-icon1.open span:nth-child(1) {
  top: 0;
  transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -50px;
}
.animated-icon1.open span:nth-child(3) {
  top: 0;
  transform: rotate(-135deg);
}
@media (max-width: 767px) {
  .animated-icon1 {
    display: inline-block;
    margin-top: 15px;
  }
}

.segTitle.splitting .char, .subTitle.splitting .char {
  transition: opacity 0.75s linear, transform 0.75s cubic-bezier(0.3, 0, 0.3, 1);
  transition-delay: calc(80ms * var(--char-index));
  display: inline-block;
}
.segTitle.splitting[data-scroll=out] .char, .subTitle.splitting[data-scroll=out] .char {
  opacity: 0;
  transform: rotateY(90deg);
  transition: opacity 0.75s linear, transform 0.75s cubic-bezier(0.3, 0, 0.3, 1);
}
.segTitle.splitting[data-scroll=in] .char, .subTitle.splitting[data-scroll=in] .char {
  opacity: 1;
  transform: none;
}

.article_split {
  overflow: hidden;
}
.article_split[data-scroll=in] p {
  transform: none;
}
.article_split p {
  transform: translate(0, 100%);
  transition: transform 1.5s ease-in-out;
}
@media (max-width: 767px) {
  .article_split p {
    transform: none;
  }
}

.split_image {
  transform: scale(1.5);
  overflow: hidden;
  transition: transform 7s ease-in-out;
}
.split_image[data-scroll=in] {
  transform: none;
}
@media (max-width: 767px) {
  .split_image {
    transform: none;
  }
}

.cta_fix {
  position: fixed;
  transform: translate(0, -50%);
  top: 50%;
  right: 0;
  z-index: 99;
}
.cta_fix .item_cta {
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: #283778;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  width: 80px;
  height: 70px;
}
@media (max-width: 767px) {
  .cta_fix {
    top: unset;
    transform: none;
    bottom: 30px;
  }
  .cta_fix .item_cta {
    width: 73px;
    height: 65px;
    font-size: 13px;
  }
}

.home360 iframe {
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  .home360 iframe {
    height: 300px;
  }
}

.ocean {
  height: 5%;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 1s ease;
  opacity: 1;
  transform: translateY(0);
  pointer-events: none;
}
.ocean .wave {
  background: url(/wp-content/uploads/2024/05/song-1.svg) repeat-x;
  position: absolute;
  top: -100px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}
.ocean .wave:nth-of-type(2) {
  background: url(/wp-content/uploads/2024/05/song-2.svg) repeat-x;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}
.ocean .wave:nth-of-type(3) {
  background: url(/wp-content/uploads/2024/05/song-1.svg) repeat-x;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
.detail_news {
  background: #B68C4F;
  padding-bottom: 100px;
}
.detail_news .Banner {
  position: relative;
}
.detail_news .Banner img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail_news .article_news {
  padding: 80px 100px;
  background: #fff;
  max-width: 70%;
  margin: -120px auto 0 auto;
  z-index: 1;
  position: relative;
  border-top: 10px solid #B68C4F;
}
.detail_news .article_news::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #B68C4F;
  left: 0;
  top: 16px;
}
.detail_news .article_news .segTitle {
  font-size: 33px;
  line-height: 52px;
  text-align: center;
}
.detail_news .article_news .time_news {
  margin: 22px 0 44px 0;
}
.detail_news .article_news .time_news .time::after {
  filter: brightness(0.5);
}
.detail_news .article_news .description {
  text-align: justify;
}
.detail_news .article_news .description img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}
.detail_news .bottom_news {
  margin-top: 63px;
}
.detail_news .bottom_news .btn_primary {
  color: #B68C4F;
  background: #fff;
  border: 1px solid rgba(172, 172, 172, 0.3);
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  transition: all 0.5s ease;
  text-decoration: none;
}
.detail_news .bottom_news .btn_primary svg {
  margin-right: 8px;
}
.detail_news .bottom_news .btn_primary:hover {
  background: #B68C4F;
  color: #fff;
}
.detail_news .bottom_news .btn_primary:hover path {
  fill: #fff;
}
@media (max-width: 767px) {
  .detail_news {
    margin-top: 90px;
  }
  .detail_news .article_news {
    max-width: 95%;
    padding: 30px 15px;
    margin: 0 auto;
  }
  .detail_news .article_news .segTitle {
    font-size: 28px;
    line-height: normal;
  }
  .detail_news .Banner img {
    height: 220px;
  }
  .detail_news .--listNews {
    grid-template-columns: repeat(1, 1fr);
  }
  .detail_news .time_news {
    justify-content: center;
    margin: 1rem auto !important;
  }
  .detail_news .bottom_news {
    flex-flow: column;
    align-items: center;
  }
  .detail_news .bottom_news .share {
    margin-top: 1rem;
  }
  .detail_news .bottom_news .btn_primary {
    padding: 8px 15px;
  }
}

ul.share {
  display: flex;
  list-style: none;
  padding-left: 0;
  align-items: center;
}
ul.share li {
  margin-left: 8px;
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: 0.843521px solid #ebebeb;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}
ul.share li:hover {
  background: var(--color-blue);
}
ul.share li:hover a {
  color: #fff !important;
}
ul.share li:nth-child(1) {
  width: -moz-max-content;
  width: max-content;
  margin-right: 8px;
  background: none;
  border: none;
  box-shadow: none;
}
ul.share li:nth-child(1):hover {
  color: unset;
  background: unset;
}
ul.share li:nth-child(3) i {
  color: #dc4a38;
}
ul.share li:nth-child(4) i {
  color: #007ab5;
}
ul.share li:nth-child(6) i {
  color: red;
}/*# sourceMappingURL=style.css.map */