.nav-drop-title-wrap {
    position: relative;
    padding-right: 1em;
    display: block;
    text-transform: uppercase;
}


.header-navigation ul ul.sub-menu,
.header-navigation ul ul.submenu {
    display: none;
    position: absolute;
    top: 91%;
    flex-direction: column;
    background: #fff;
    margin-left: 0;
    box-shadow: 0 2px 13px rgba(0, 0, 0, .1);
    z-index: 99999;
}

.header-navigation .header-menu-container ul ul li.menu-item>a {
    width: 100%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    color: var(--global-palette8);
    font-style: normal;
    font-size: 0.8em;
}


.mobile-navigation ul li a {
    padding-top: 1em;
    padding-bottom: 1em;
    text-transform: uppercase;
}

.langbox {
    float: left;
    position: relative;
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}


#gt_float_wrapper {
    position: absolute !important;
    top: 0px !important;
    left: 10px !important;
    z-index: 999999;
}

.gt_float_switcher {
    font-family: Arial;
    font-size: 20px;
    border-radius: 2px;
    color: #555;
    display: inline-block;
    line-height: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
    background: #fff;
    overflow: hidden;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.gt_float_switcher .gt-selected {
    position: relative;
    z-index: 888;
    background-color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
    text-align: left !important;
    width: 100px;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0px 0px !important;
    color: #333;
    font-weight: bold;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    position: relative;
    top: 2px;
    font-size: 12px;
    font-weight: normal;
}

.gt_float_switcher img {
    vertical-align: middle;
    display: inline-block;
    width: 16px !important;
    height: auto;
    margin: 0 5px 0 0;
    border-radius: 3px;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0px 0px !important;
    color: #333;
    font-weight: normal;
    font-size: 12px;
}

.gt_float_switcher .gt_options {
    position: relative;
    z-index: 777;
    min-width: 70px;
    max-height: 250px;
    overflow-y: auto;
    transform: translateY(-30px);
    opacity: 0;
    cursor: pointer;
    transition: all .8s cubic-bezier(.3, 1.1, .4, 1.1);
}


.gt_float_switcher .gt_options a {
    display: block;
    text-decoration: none;
    padding: 5px 5px !important;
    color: #444;
    transition: color .4s linear;
    font-size: 12px;
}

.gt_float_switcher .gt_options a img {
    width: 16px;
    height: 16px;
}




.swhome-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhome-c .swiper-pagination {
    bottom: 0px !important;
}

.swhome-c .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    margin: 0 10px;
}

.swhome-c .swiper-pagination-bullet-active {
    color: #fff;
    background: rgb(32, 138, 238);
}

.swhome-c .swiper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhome-c .swiper-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhome-c .swiper-slide {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhome-c .swiper-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: relative;
}

.swhome-c .swiper-item>.img1 {
    width: 100%;
    height: 630px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    object-position: center center;
}

.swhome-c .swiper-pagination {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

/*--------自适应--------*/


.primary-sidebar.widget-area .sidebar-inner-wrap a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) {
    color: var(--global-palette2);
}


.pager {
    box-sizing: border-box;
    clear: both;
    font-size: 14px;
    width: 100%;
    height: auto;
    margin: 40px 0 50px 0;
    padding: 0 0px 0 0;
    text-align: center;
}

.pager a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    border: solid 1px #ddd;
    display: inline-block;
    padding: 6px 10px;
    margin: 2px 4px;
    border-radius: 3px;
}

.pager a:visited {
    color: #666;
    text-decoration: none
}

.pager a:active {
    color: #666;
    text-decoration: none
}

.pager a:hover {
    color: #666;
    text-decoration: none;
}

.pager a.cur {
    color: #fff;
    background: #03b17c;
    border: solid 1px #03b17c;
}

.pager a.prev {}

.pager a.next {}

.pager a.off {
    color: #dddddd;
    border: solid 1px #ddd;
}

.pager span {
    float: right;
}

.pager input {
    outline: none;
    width: 40px;
    height: 29px;
    text-align: center;
    line-height: 28px;
    border: solid 1px #ccc;
}

.pager button {
    outline: none;
    width: 40px;
    height: 29px;
    line-height: 28px;
    border: solid 1px #ccc;
    border-left: none;
    cursor: pointer;
}





.kb-row-layout-wrap.wp-block-kadence-rowlayout.kb-row-layout-id_4ec3d5-ec {
    margin-top: 30px;
    margin-bottom: 30px;
}

.kb-row-layout-id_4ec3d5-ec {
    box-sizing: border-box;
    padding: 30px 30px;
    border-top: 2px solid var(--global-palette2, #2B6CB0);
    border-right: 2px solid var(--global-palette2, #2B6CB0);
    border-bottom: 2px solid var(--global-palette2, #2B6CB0);
    border-left: 2px solid var(--global-palette2, #2B6CB0);
}

#secondary {}


.kt-tabs-panel {
    display: none;
}

.kt-tabs-panel.on {
    display: block;
}

.detailbox {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 10px auto;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 1.8;
}

.detailbox h1 {
    font-size: 50px;
}

.detailbox h2 {
    font-size: 40px;
}

.detailbox h3 {
    font-size: 30px;
}

.detailbox h4 {
    font-size: 20px;
}

.detailbox h5 {
    font-size: 18px;
}

.detailbox p {
    text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 1.8;
}

.detailbox img {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
}

.detailbox video {
    width: 100%;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
}

.detailbox iframe {
    width: 100%;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
    min-height: 800px;
}


.mysubmenu {
    width: 200px !important;
    grid-template-columns: repeat(1, 1fr) !important;
}

.nav--toggle-sub li.mymenu {
    position: relative !important;
}

.header-navigation .header-menu-container ul ul li.menu-item>a {
    width: 100% !important;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    color: var(--global-palette8);
    font-style: normal;
    font-size: 0.8em;
}




.swhot-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhot-c .swiper-pagination {
    bottom: 0px !important;
}

.swhot-c .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    margin: 0 10px;
}

.swhot-c .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}

.swhot-c .swiper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhot-c .swiper-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhot-c .swiper-slide {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhot-c .swiper-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: relative;
}

.swhot-c .swiper-item>.img1 {
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.swhot-c .swiper-pagination {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

/*--------自适应--------*/


.hotgood-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 20px;
    background-color: #fff;
}

.hotgood {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.hotgood-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px 0px 0px;
}

.hotgoodinfo {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.hotgoodinfo-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.hotgoodinfo-t>.label-tt {
    padding: 0px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.hotgoodinfo-m1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
}

.hotgoodinfo-m2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
}

.hotgoodinfo-m2>.link-tag {
    margin: 5px 10px 0px 0px;
    padding: 8px 20px;
    border-radius: 3px;
    background: #049F82;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

.hotgoodinfo-m2>.link-tag:hover {
    color: #fff;
    text-decoration: none;
}

.hotgoodinfo-m2>.link-tag:active {
    color: #fff;
    text-decoration: none;
}

.hotgoodinfo-m2>.link-tag:visited {
    color: #fff;
    text-decoration: none;
}

.hotgoodinfo-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
}

.hotgood-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 450px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

/*--------自适应--------*/


.hotgallery-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.hotgallery {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.hotgallery-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.hotgallery-t>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.hotgallery-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px;
}

.hotgallery-b>.img1 {
    width: 18%;
    height: 80px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    cursor: pointer;
}

/*--------自适应--------*/