.lang-selector ul {max-height: 160px !important;}

.sung-mo-leftmenu {
  background: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  box-sizing: content-box;
  width: 70%;
  -webkit-overflow-scrolling: touch;
  z-index: 130 !important;
  -webkit-transition: all 0.4s cubic-bezier(0.7,0,0.2,1);
  -ms-transition: all 0.4s cubic-bezier(0.7,0,0.2,1);
  transition: all 0.4s cubic-bezier(0.7,0,0.2,1);
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}

.sung-mo-leftmenu .tit {
  height: 60px;
  line-height: 60px;
  background: #353535;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sung-mo-leftmenu .tit h6 {
  float: left;
  color: #fff;
  padding: 0 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  font-family: times new roman
}

.sung-mo-leftmenu .tit span {
  float: right;
  cursor: pointer;
  width: 50px;
  text-align: center
}

.sung-mo-leftmenu .tit span i {
  color: #fff;
  font-size: 16px
}

.sung-mo-leftmenu > ul > li {
  line-height: 50px;
  font-size: 15px;
  border-top: 2px solid #e5e5e5;
  position: relative
}

.sung-mo-leftmenu > ul > li > a {
  padding: 0 0 0 20px;
  line-height: 50px;
}

.sung-mo-leftmenu ul > li > i {
  position: absolute;
  color: var(--title-text-color);
  font-size: 12px;
  top: 5px;
  right: 0;
  z-index: 1;
  width: 30px;
  line-height: 40px;
  text-align: center;
  cursor: pointer
}

.sung-mo-leftmenu ul li a {
  color: var(--title-text-color)#333;
  display: block
}

.sung-mo-leftmenu ul li a:hover {
  text-decoration: none
}

.sung-mo-leftmenu ul li ul {
  display: none;
  padding-left: 16px;
}

.sung-mo-leftmenu ul li ul li {
  line-height: 36px;
  position: relative;
}

.sung-mo-leftmenu ul li ul li a {
  padding: 0 20px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sung-mo-leftmenu ul li ul li i {
    font-size: 12px;
    line-height: 36px;
    top: 0px;
}

.sung-header {
  position: relative;
  z-index: 100;
  height: 96px;
}
.sung-header .sung-line-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 8px;
  background-color: var(--color-second);
  z-index: 999;
}

.sung-header .sung-content-wrap {
  position: fixed;
  width: 100%;
  /* height: 50px; */
  background: #fff;
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0px 3px 7px 0px #0000000F;
}

.sung-header .sung-mo-header-menu {
  display: none;
}

.sung-header .sung-content-wrap .container {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  /* padding-left: 0;
  padding-right: 0; */
}

.sung-header .logo img {
  height: 100px;
  /* max-width: 80px; */
  /* max-height: 50px; */
  /* object-fit: contain; */
  /* aspect-ratio: 102 / 26; */
}

.sung-header_right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.sung-search-box {
  visibility: hidden;
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  right: 0;
  background: #fff;
  padding: 60px 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease 0s;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  box-shadow: 0 6px 5px rgba(1, 1, 1, 0.14);
}

.sung-header .search-active {
  visibility: visible;
  opacity: 1;
  max-height: 800px;
}

.sung-header .sung-search-box .container {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1100px;
}

.sung-header .sung-search-box .box {
  width: 100%;
}

.sung-search-box .serchbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
  border: 1px solid #BEBEBE;
}

.sung-search-box .serchbox .submit_text {
  background: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  float: left;
  padding: 0 15px 0 70px;
  font-size: 16px;
  box-sizing: border-box
}

.sung-search-box .serchbox .submit_btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  display: block;
  cursor: pointer;
  box-sizing: border-box
}

.sung-search-box .serchbox .submit_btn i {
  font-size: 28px;
  color: var(--text-color);
  vertical-align: middle;
  /* color: #fff */
}

.sung-search-box .sung-search-link {
  margin-top: 40px;
  width: 100%;
}

.sung-search-box .sung-search-link span {
  font-weight: 700;
  font-size: 20px;
  color: var(--title-text-color);
  display: inline-block;
  margin-bottom: 10px;
}

.sung-search-box .sung-search-link ul li a{
  font-size: 16px;
  line-height: 40px;
  padding-left: 10px;
  color: var(--text-color);
  display: block;
}

.sung-search-box .sung-search-link ul li a:hover {
  background-color: #0000000A;
}

.sung-search {
  margin-right: 15px
}

.sung-search span {
  height: 34px;
  width: 34px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  display: block
}

.sung-search span i {
  color: var(--title-text-color);
  font-size: 24px;
  line-height: 34px;
  display: inline-block;
  -webkit-text-stroke-width: 0.1px;
}

.sung-header-lang .lang-selector .current-lang {
  border: 1px solid rgba(33, 33, 33, 0.4);
}

.sung-nav > ul > li {
  float: left;
  /* position: relative; */
  padding: 0 20px;
}

.sung-nav .third-list {
  display: flex;
  flex-direction: column;
}

.sung-nav > ul > li .drop-down {
  position: absolute;
  width: 100%;
  left: 0;
  /* top: 100%; */
  z-index: 100;
  /* padding: 50px 0; */
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 6px 5px rgba(1, 1, 1, 0.14);
  transition: all 0.4s ease 0s;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  opacity: 0;
  visibility: hidden;
  /* min-height: 40px; */
}

.sung-nav > ul > li .drop-down .image-display {
  width: 493px;
}

.sung-nav > ul > li .drop-down .image-display img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 493 / 475;
}

.sung-nav > ul > li .drop-down .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.sung-nav > ul > li .drop-down .tab {
  width: 25%;
  margin-top: 60px;
  margin-bottom: 20px;
}

.sung-nav > ul > li .drop-down .tab span {
  display: block;
  font-size: 24px;
  color: var(--title-text-color);
  cursor: pointer;
  text-align: left;
}

.sung-nav > ul > li .drop-down .tab span a {
  color: var(--title-text-color);
}

.sung-nav > ul > li .drop-down .tab span + span {
  margin-top: 16px;
}

.sung-nav > ul > li .drop-down .tab span.active a {
  border-bottom: 2px solid var(--color-primary);
}

.sung-nav > ul > li .drop-down .tab-list {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 20px;
  padding-top: 62px;
}

.sung-nav > ul > li .drop-down .list {
  margin-right: -10px;
  margin-left: -10px;
  display: none;
}

.sung-nav > ul > li .drop-down .list.active {
  display: -webkit-flex;
  display: flex;
  /* -webkit-flex-wrap: wrap;
  flex-wrap: wrap; */
  flex-direction: column;
}

.sung-nav > ul > li .drop-down .list dl {

  position: relative;
}

.sung-nav > ul > li .drop-down .list dl dt {
  font-size: 18px;
  color: var(--title-text-color);
  margin-bottom: 6px;
  font-weight: normal;
  line-height: 28px;
}

.sung-nav > ul > li .drop-down .list dl dt a {
  color: var(--title-text-color);
}

.sung-nav > ul > li .drop-down .list dl dt a:hover {
  border-bottom: 2px solid var(--color-primary);
}

.sung-nav > ul > li .drop-down .list dl dd {
  font-size: 16px;
  display: block;
  color: #4b4b4b;
  font-weight: 300;
}

.sung-nav > ul > li .drop-down .list dl dd + dd {
  margin-top: 6px;
}

.sung-nav > ul > li:hover .drop-down {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}


.sung-nav > ul > li > a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  color: var(--title-text-color);
  position: relative;
  font-family: var(--title-font-family);
}

.sung-nav > ul > li .drop-down ul {
  width: 100%;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
}

.sung-nav .drop-down .sung-custom-col-md {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

.sung-nav > ul > li .drop-down ul .sub-title-a {
  font-size: 20px;
  font-weight: 700;
  color: var(--title-text-color);
}
.sung-nav > ul > li .drop-down ul .sub-title-a:hover {
  color: var(--color-primary);
}

.sung-nav > ul > li .drop-down ul .third-list a {
  font-size: 16px;
  margin-top: 8px;
  color: var(--title-text-color);
  display: block;
  padding-left: 10px;
  line-height: 40px;
}

.sung-nav > ul > li .drop-down ul .third-list a:hover {
  /* color: var(--color-primary); */
  background: #0000000A;
}

.sung-nav > ul > .active > a {
  font-weight: 800;
  color: var(--color-primary);
}
.sung-nav > ul > .active > a::after,
.sung-nav > ul > li:hover > a::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-primary);
}

.sung-nav > ul > li:hover > a > i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg)
}

.sung-nav > ul > li:hover > ul {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0)
}

.sung-menu-transitioning {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

@media screen and (max-width: 1500px) {
  /* .sung-nav > ul > li {
    padding: 0 15px
  } */
}

@media screen and (max-width: 1200px) {
  .sung-nav > ul > li {
    padding: 0 12px
  }
}

@media screen and (max-width: 991px) {
  .sung-nav {
    display: none;
  }

  .sung-header .sung-content-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sung-search {
    margin-right: 8px;
  }

  .sung-header .sung-mo-header-menu {
    display: block;
    color: var(--title-text-color);
    margin-left: 8px;
  }

  .sung-header .sung-mo-header-menu i {
    font-size: 22px;
  }

  .sung-header {
    height: 80px;
  }
  
  .sung-header .logo img {
    height: 50px;
  }
  
  
}

@media screen and (max-width: 768px) {

  .sung-header {
    height: 80px;
  }

  .sung-header .container {
    height: auto;
    -webkit-justify-content: center;
    justify-content: center
  }

  .sung-search-box {
    position: fixed;
    top: 50px;
    padding: 15px 10px;
    box-sizing: border-box;
  }

  .sung-search-box .serchbox {
    width: 100%
  }

  .sung-search-box .serchbox .submit_text {
    height: 40px;
    line-height: 40px;
  }

  .sung-search-box .serchbox .submit_btn {
    width: 60px;
    height: 40px;
    line-height: 40px
  }

  .sung-search-box .close {
    display: none
  }


  .sung-nav {
    display: none
  }
}