:root {
    --color-primary: #05a74f!important;
}

@media screen and (max-width:480px){
.inqury_title_box .inqury_title_text{
  font-size: 24px !important;
}
.inqury_title_box .inqury_titl_desc{
  font-size: 12px !important;
}
.inqury-form .one-line-input{
  font-size: 12px !important;
}
 .inqury-form .textarea-input{
  font-size: 12px !important;
}
.inqury-form .phone-wrap input[type="number"]{
  width: 100% !important;
  font-size: 12px !important;
}
.sung-search-box .sung-search-link{
  display: none !important;
}
.sung-header .search-active{
  top: 90px !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%)
}
.lang-selector ul {
  text-align: left;
  font-size: 0;
  max-height: 160px !important;
  overflow-y: scroll;
}
.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: 50px;
    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-bottom: 10px
}

.sung-mo-leftmenu ul li ul li {
    line-height: 35px
}

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

.sung-mo-leftmenu ul li ul li i {
    font-size: 13px;
}

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

.sung-header {
    position: relative;
    z-index: 100;
    height: 90px;
}

.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: 90px;
    background: #fff;
    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: flex;
    justify-content: space-between;
    align-items: center;
}

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

.sung-header_right {
    display: flex;
    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);
    box-shadow: 0 6px 5px rgba(1,1,1,0.14);
    border-top: 1px solid #F5F5F5;
}

.sung-header .search-active {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0,0,0);
}

.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 {
    display: flex;
    flex-wrap: wrap;
}

.sung-search-box .sung-search-link ul li {
    margin: 0 10px 10px 0;
}

.sung-search-box .sung-search-link ul li a {
    font-size: 16px;
    line-height: 36px;
    color: var(--text-color);
    display: inline-block;
    padding: 0 15px;
    border-radius: 20px;
    background-color: #F5F5F5;
}

.sung-search-box .sung-search-link ul li a:hover {
    background-color: var(--color-primary);
    color: #fff;
}

.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 {
    position: relative;
    z-index: 200
}

.sung-header-lang .lang-selector .current-lang {
    padding: 0 6px;
    cursor: pointer;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: var(--title-text-color);
    /* border:1px solid var(--title-text-color);*/
    border: 1px solid rgba(33,33,33,0.4)
}

.sung-header-lang .current-lang em {
    margin: 0 7px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block
}

.sung-header-lang .current-lang i {
    font-size: 14px;
    height: 15px;
    transition: all 0.3s ease 0s;
}

/*---------*/
.sung-nav {
}

.sung-nav > ul > li {
    float: left;
    padding: 0 26px;
}

.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;
    transition: all 0.4s ease 0s;
    transform: translate3d(0,10px,0);
    -webkit-transform: translate3d(0,10px,0);
    opacity: 0;
    visibility: hidden;
    /* min-height:40px;*/
    box-shadow: 1px 1px 8px #dadada;
}

.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: 16px;
    font-weight: 700;
    line-height: 50px;
    color: var(--title-text-color);
    position: relative;
}

.sung-nav > ul > li .drop-down ul {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 40px;
    margin: 0 auto;
}
.sung-nav > ul > li .drop-down ul .third-list ul {
display: flex;
flex-direction: column;
padding-top: 20px;
}
.sung-nav .drop-down .sung-custom-col-md {
    /* width:calc(100% / 5 - -18px); */
    padding: 0 26px;
    /* padding-right:25px;*/
}

.sung-nav > ul > li .drop-down ul .sub-title-a {
    font-size: 16px;
    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: 14px;
    /* margin-top: 8px; */
    color: var(--title-text-color);
    display: block;
    padding: 5px;
    /* line-height: 40px; */
}

.sung-nav > ul > li .drop-down ul .third-list a:hover {
    color: #fff;
    background: var(--color-second);
}

.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-nav > ul > li .drop-pro {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 100;
    padding: 50px 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(63,62,62,0.2);
    transition: all .4s ease 0s;
    transform: translate3d(0,10px,0);
    -webkit-transform: translate3d(0,10px,0);
    opacity: 0;
    visibility: hidden;
}

.sung-nav > ul > li .drop-pro .wp {
}

.sung-nav > ul > li .drop-pro .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sung-nav > ul > li .drop-pro dl {
    flex: 1;
}

.sung-nav > ul > li .drop-pro dl+dl {
    margin-left: 50px;
}

.sung-nav > ul > li .drop-pro dl dt {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    color: #111;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #111;
}

.sung-nav > ul > li .drop-pro dl dt > a {
    display: flex;
    align-items: center;
}
@media screen and (max-width:768px){
  .rides-cs-song .floatR{
    display: none;
  }
}

.sung-nav > ul > li .drop-pro dl dt > a img {
    width: 40px;
    margin-right: 8px;
}

.sung-nav > ul > li .drop-pro dl dd {
    font-size: 16px;
    position: relative;
    color: #333;
}

.sung-nav > ul > li .drop-pro dl dd+dd {
    margin-top: 10px;
}

.sung-nav > ul > li .drop-pro dl dd a {
    display: block;
    overflow: hidden;
}

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

@media screen and (max-width: 1500px) {
  .sung-nav > ul > li{
    padding: 0 15px;
  }
  .sung-header .logo img{
    max-height: 30px;
  }
}

@media screen and (max-width: 1200px) {
    .sung-nav > ul > li {
        padding:0 10px
    }
    .sung-nav > ul > li > a{
      font-size: 14px;
    }
}

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

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

    .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;
    }
}

@media screen and (max-width: 992px) {
    .sung-header {
        height:80px;
    }
.sung-header .logo img{
  height: 30px;
}
    .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;
        padding: 0 90px 0 12px
    }

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

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

    .sung-header-lang {
        /* position:fixed;right:10px;top:6px */
    }

    .sung-header-lang .current-lang {
        padding: 0 5px
    }

    .sung-header-lang .current-lang em {
        margin: 0 5px;
        font-size: 12px;
        color: #000 !important;
    }

    .sung-header-lang .current-lang i {
        color: #000 !important;
    }

    .sung-nav {
        display: none
    }
    .sung-search-box .serchbox .submit_btn{
      right: 0 !important;
          left: inherit;
    }
}
