:root {


  /* 1366 */
  --desk100px: clamp(35px, 7.320644216691069vw, 100px);
  --desk90px: clamp(30px, 6.588579795021962vw, 90px);
  --desk80px: clamp(30px, 5.856515373352855vw, 80px);
  --desk60px: clamp(28px, 4.392386530014641vw, 60px);
  --desk50px: clamp(35px, 3.6603221083455346vw, 50px);
  --desk42px: clamp(25px, 3.074670571010249vw, 42px);
  --desk32px: clamp(20px, 2.342606149341142vw, 32px);
  --desk30px: clamp(20px, 2.1961932650073206vw, 30px);
  --desk24px: clamp(16px, 1.7569546120058566vw, 24px);
  --desk22px: clamp(16px, 1.610541727672035vw, 22px);
  --desk20px: clamp(16px, 1.4641288433382138vw, 20px);
  --desk18px: clamp(14px, 1.3177159590043923vw, 18px);


  --space100desk: 100px;
  --nav-height: 60px;

  --sst-heavy: "SST W01 Heavy" !important;
  --sst-roman: "SST W01 Roman" !important;
  --sst-medium: "SST W01 Medium" !important;
  --sst-bold: "SST W01 Bold" !important;
  --sst-light: "SST W01 Light" !important;
}

@font-face {
  font-family: "SST W01 Heavy";
  src: local("SST W01 Heavy"), local("SST-Heavy"), url("../fonts/SST-Heavy.woff2") format("woff2"), url("../fonts/SST-Heavy.woff") format("woff"), url("../fonts/SST-Heavy.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "SST W01 Light";
  src: local("SST W01 Light"), url("../fonts/SSTLight.TTF") format("truetype");
}

@font-face {
  font-family: "SST W01 Medium";
  src: local("SST W01 Medium"), url("../fonts/SSTMedium.TTF") format("truetype");
}

@font-face {
  font-family: "SST W01 Roman";
  src: local("SST W01 Roman"), url("../fonts/SST-Roman.ttf") format("truetype");
}

@font-face {
  font-family: "SST W01 Bold";
  src: local("SST W01 Bold"), url("../fonts/SSTBold.TTF") format("truetype");
}

@font-face {
  font-family: "Birthstone";
  src: local("Birthstone"), url("../fonts/Birthstone-Regular.ttf") format("truetype");
}



body {
  margin: 0 auto;
}

h3,
h2 {
  letter-spacing: 0.1rem;
}

img {
  width: 100%;
  height: auto;
}

.sst-roman {
  font-family: "SST W01 Roman" !important;
}

.sst-medium {
  font-family: "SST W01 Medium" !important;
}

.sst-bold {
  font-family: "SST W01 Bold" !important;
}

.sst-light {
  font-family: "SST W01 Light" !important;
}

.max-width-sony {
  max-width: 1190px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#s-main-wrapper h1 {
  font-weight: normal;
  font-size: var(--desk90px);
  color: var(--heading);
  margin: 0;
  letter-spacing: 0.1rem;
}

#s-main-wrapper .max-width-sony h2 {
  font-weight: normal;
  font-size: var(--desk58px);
}

#s-main-content {
  font-family: "SST W20 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  padding-top: 32px;
  color: #81808f;
  padding-bottom: 140px;
}

#s-main-content p {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 22px;
}

@media only screen and (max-width: 991px) {
  #s-main-header {
    height: 250px;
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) {
  #s-main-header {
    background: url(../images/mobile-bg.jpg) center center;
    height: 220px;
    background-size: cover;
  }

  #s-main-content {
    font-size: 15px;
    padding-top: 22px;
  }
}


/* Custom Css */

html,
body {
  overflow-x: hidden !important;
  font-family: var(--sst-roman);
}

.wrapper {
  max-width: 900px;
  margin: auto;
}

.bottom-btn {
  background: #dd643b !important;
  color: #fff !important;
  border-radius: 0 0 15px 15px !important;
  padding: 5px 35px !important;
  font-size: 1.4rem !important;
  margin-top: -1px;
}

a {
  text-decoration: none;
}


/* Site nav */
.menu_highlight {
  display: none;
}

.site-nav {
  /* position: relative; */
  background: #000000;
  /* padding: 15px 0; */
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-nav .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 50px 15px;
  text-align: center;
}

.site-nav .wrapper .logo {
  width: 100px;
}

.site-nav .wrapper .logo:focus,
.site-nav .wrapper .logo:active,
.site-nav .wrapper .logo svg:focus,
.site-nav .wrapper .logo svg:active {
  outline: none;
  border: none;
  box-shadow: none;
}

.site-nav .navbar-toggler {
  box-shadow: none !important;
  margin-right: -11px;
  margin-left: auto;
}

.site-nav .navbar-toggler span {
  width: 30px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  transition: .4s all ease;
  top: -6px;
}

.site-nav .navbar-toggler span::before,
.site-nav .navbar-toggler span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  background: #fff;
  border-radius: 5px;
  bottom: -10px;
  transition: .4s all ease;
}

.site-nav .navbar-toggler span::before {
  top: -10px;
  bottom: unset;
  transition: .4s all ease;
  width: 70%;
}

.site-nav .site-collapse-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  z-index: 1060;
  display: none;
  padding: 0 15px 15px;
}

.site-nav .site-collapse-menu {
  height: 0;
  margin-top: -2px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  cursor: pointer;
}

.site-nav .site-collapse-menu.open {
  height: 100vh;
}

.site-nav .site-collapse-menu.open .wrapper {
  height: 50vh;
}

.site-nav .site-collapse-menu .close {
  position: absolute;
  bottom: 45%;
  left: 50%;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
  -moz-transition: opacity 0.4s ease, transform 0.4s ease;
  -ms-transition: opacity 0.4s ease, transform 0.4s ease;
  -o-transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
  transition-delay: 0s;
}

.site-nav .site-collapse-menu.open .close {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
  transition-delay: 0.6s;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.site-nav .site-collapse-menu .close::before,
.site-nav .site-collapse-menu .close::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  background: #fff;
  border-radius: 5px;
  bottom: auto;
  transition: .4s all ease;
}

.site-nav .site-collapse-menu .close::before {
  -webkit-transform: rotate(-45deg) translate(0, 0);
  -moz-transform: rotate(-45deg) translate(0, 0);
  -ms-transform: rotate(-45deg) translate(0, 0);
  -o-transform: rotate(-45deg) translate(0, 0);
  transform: rotate(-45deg) translate(0, 0);
  -webkit-transition: .4s all ease;
  -moz-transition: .4s all ease;
  -ms-transition: .4s all ease;
  -o-transition: .4s all ease;
  transition: .4s all ease;
}

.site-nav .site-collapse-menu .close::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .4s all ease;
  -webkit-transition: .4s all ease;
  -moz-transition: .4s all ease;
  -ms-transition: .4s all ease;
  -o-transition: .4s all ease;
}

.site-nav .site-collapse-menu ul {
  margin: 0;
  list-style: none;
  font-family: 'milkyVintage';
  padding-left: 0;
}

.site-nav .site-collapse-menu p {
  margin-bottom: 0;
}

.site-nav .site-collapse-menu p,
.site-nav .site-collapse-menu a {
  color: #fff;
  padding: 5px 0px;
  display: inline-block;
  transition: .3s all ease;
  letter-spacing: 1px;
  font-family: var(--sst-light);
  text-align: center;
  font-size: var(--desk60px);
  padding: 0;
}

.site-nav .site-collapse-menu p:hover,
.site-nav .site-collapse-menu a:hover {
  transition: .3s all ease;
}

li.outer-menu {
  font-size: 24px;
  margin-top: clamp(20px, 7.6vh, 60px);
}

.inner-menu a {
  font-size: 18px;
}

.navbar-menu {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  gap: 30px;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

.navbar-menu .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 0;
  padding: 0;
  margin: 0;
  margin-left: auto !important;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.navbar-menu .navbar-nav .nav-link {
  background: rgba(0, 0, 0, 0);
  list-style: none;
  padding: 0;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-menu .navbar-nav a.nav-link span {
  display: inline-block;
  padding: 0;
  position: relative;
  font-size: 1em;
  line-height: 1;
  color: #ffffff !important;
}

.mShow {
  display: none;
}

/* ********CSS FUNC***************************************************************************************************************************************** */
body {
  margin: 0;
  margin: 0;
}

.full-vh {
  height: 100vh;
}

.is-locked {
  overflow: hidden;
}

.free-scroll {
  min-height: 100vh;
}

.body_section {
  padding-top: var(--nav-height);
}



/* ********CSS FUNC********* */

.pre-active.active {
  z-index: 999999;
}

.site-collapse-menu {
  display: none;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-20px);
  transition:
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform, height;
  backface-visibility: hidden;
}

/* Khi mở menu */
.site-collapse-menu.open {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Staggered animation for menu items */
.site-collapse-menu ul li {
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-collapse-menu.open ul li {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered delay for each menu item */
.site-collapse-menu.open ul li:nth-child(1) {
  transition-delay: 0.1s;
}

.site-collapse-menu.open ul li:nth-child(2) {
  transition-delay: 0.2s;
}

.site-collapse-menu.open ul li:nth-child(3) {
  transition-delay: 0.3s;
}

.site-collapse-menu.open ul li:nth-child(4) {
  transition-delay: 0.4s;
}

.site-collapse-menu.open ul li:nth-child(5) {
  transition-delay: 0.5s;
}

.site-nav .site-collapse-menu .close::before,
.site-nav .site-collapse-menu .close::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  background: #fff;
  border-radius: 5px;
  bottom: auto;
  overflow: hidden;
}

/* Desktop Menu - Always visible on desktop */
.desktop-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Mobile-only elements - Hidden on desktop */
.mobile-only {
  display: block;
}

/* Desktop Navigation */
@media only screen and (min-width: 992px) {

  /* Hide mobile elements */
  .mobile-only {
    display: none !important;
  }

  /* Show and style desktop menu */
  .desktop-menu {
    display: flex;
    flex-direction: row;
    gap: 60px;
    margin: auto;
  }

  .desktop-menu li {
    margin: 0;
  }

  .desktop-menu a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0;
    transition: opacity 0.3s ease;
    font-family: var(--sst-light);
  }

  .desktop-menu a:hover {
    opacity: 0.7;
  }

  .site-nav>.max-width-sony>.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0px;
  }

  .site-nav>.max-width-sony>.wrapper .logo {
    flex-shrink: 0;
  }
}

/* Mobile Navigation - Keep existing mobile styles */
@media only screen and (max-width: 991px) {
  .desktop-menu {
    display: none !important;
  }
}



/*Font size adjustment*/
.font-size-25 {
  font-size: 2.5rem !important;
  line-height: 1.2 !important;
}

.font-size-11 {
  font-size: 1.1rem !important;
  line-height: 1.4 !important;
}

.font-size-18 {
  font-size: 1.8rem !important;
  line-height: 1.4 !important;
}

/* Back to top button */
#button {
  display: inline-block;
  background-color: transparent;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, transform .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border: 4px solid #fff;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 42px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}
#button.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  #button {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    border-width: 3px;
  }
  #button::after {
    line-height: 39px;
    font-size: 1.3em;
  }
}