html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    margin-bottom: 0;
}

area:focus {
    outline: none;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: "Roboto", "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background: transparent;
}

button:focus {
    outline: none;
}

h1 {
    font-size: 1.25rem;
    font-weight: bold;
}

h2 {
    font-size: 1rem;
    font-weight: bold;
}

h3 {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.4;
}

h4 {
    font-size: 0.75rem;
}

small {
    font-size: 0.75rem;
    color: #333;
}

.text-transform {
    text-transform: uppercase;
}

a {
    text-decoration: none !important;
}

p {
    font-size: 0.875rem;
    color: #000000;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

p:hover {
    color: rgb(141, 141, 141);
}

.sky-ml-60 {
    margin-right: 60px;
}

.sky-item-button {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    border: #23569d solid 1px;
    color: #23569d;
    padding: 10px 30px;
    width: 100%;
    font-size: 0.875rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    line-height: 1.2;
}

.sky-item-button:hover {
    border-color: #004586;
    color: #004586;
}

.sky-item-button.main {
    background-color: #23569d;
    color: #ffffff;
}

.sky-item-button.main:hover {
    background-color: #004586;
}


/* main-warp start */

.content_inside{
  min-height: 100vh;
  margin-bottom: -388px;
}

@media (max-width: 991px) {
  .content_inside{
    margin-bottom: -366px;
  }
}

.main-warp {
  /* padding-top: 170px; */
  padding-bottom: 388px;
}

@media (max-width: 991px) {
  .main-warp {
    /* padding-top: 170px; */
    padding-bottom: 366px;
  }
}

@media (max-width: 480px) {
    .main-warp {
        overflow-x: hidden;
        /* padding-top: 105px; */
    }
}


/* main-warp end */

.main-container {
    max-width: 1500px;
    padding: 0 40px;
    margin: 0 auto;
}

.position_sky {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.sky-position_center {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.position_sky a {
    display: inline-block;
}

.container_position_lt {
    left: 0;
}

.container_position_rt {
    right: 0;
}

.container_position_rt-40 {
    right: 40px;
}

.sky-pt-15 {
    padding: 15px 0;
}

.sky-pt-100 {
    padding-top: 100px;
}

.sky-pt-30 {
    padding-top: 30px;
}

.sky-mt-20 {
    margin-top: 20px;
}

.sky-ml-60 {
    margin-right: 60px;
}

.sky-mb-20 {
    margin-bottom: 20px;
}

.sky-border-item {
    border-bottom: #dddddd solid 1px;
}

.sky-text-align {
    text-align: center;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #23569d;
    border-radius: 10px;
}

.sky_draggerRail {
    background-color: rgba(217, 217, 217, .8);
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.ellipsis-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.ellipsis-2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.ellipsis-3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.i-radio {
    display: inline-block !important;
    position: relative;
    padding-left: 22px;
    line-height: 20px;
    text-align: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.i-radio input {
    position: absolute;
    opacity: 0;
}

.i-radio .checkmark:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid #000000;
}

.i-radio input:checked~.checkmark:after {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.i-radio .checkmark:after {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 6px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #23569d;
    opacity: 0;
}

.i-checkbox {
    width: 100%;
    display: inline-block !important;
    position: relative;
    padding-left: 22px;
    line-height: 20px;
    text-align: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.i-checkbox input {
    position: absolute;
    opacity: 0;
}

.i-checkbox .checkmark:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #000000;
}

.i-checkbox input:checked~.checkmark:after {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.i-checkbox .checkmark:after {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 6px;
    height: 8px;
    width: 8px;
    background-color: #23569d;
    opacity: 0;
}

.i-select {
    width: 100%;
    display: inline-block !important;
    position: relative;
    padding-right: 25px;
    line-height: 20px;
    text-align: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.i-select select {
    position: absolute;
    opacity: 0;
}

.i-select .checkmark:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: 0;
    height: 24px;
    width: 24px;
    background: url(../content/images/ic-a-z.svg) no-repeat;
    z-index: -1;
}

.sky-search_next_icon {
    content: "";
    background: url(../content/images/ic-plus.svg) no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    transition: background 0.2s ease-in-out;
    margin-right: 20px;
}

.sky-search_next_icon.active {
    content: "";
    background: url(../content/images/ic-minus.svg) no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    margin-right: 20px;
}

.form-control {
    max-width: 100%;
    font-size: 12px;
    color: #aaaaaa;
    height: 40px;
    border-color: #dddddd;
}

.form-control:not([readonly]):focus {
    box-shadow: 0 0 0 0 #23569d;
    border-color: #23569d;
}

.form-control[class*="icon_"] {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left 10px center;
}

.form-control.icon_calendar {
    background-image: url(../content/images/ic-search.svg);
    font-size: 15px;
}

.wrap_gotop.show {
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.wrap_gotop {
    display: block;
    background-image: url(../content/images/ic-top.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 90px;
    position: fixed;
    z-index: 999;
    right: 1%;
    bottom: 4%;
    color: transparent;
    font-size: 0;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.sky-upright {
    top: 40%;
    left: 1%;
    z-index: 1;
    color: #23569d;
    font-size: 0.75rem;
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
    padding: 20px 0 0 0;
}

p.sky-upright:hover {
    color: #23569d;
}

.sky-upright::before {
    content: '';
    background: url(../content/images/ic-slogon.svg) no-repeat;
    background-size: cover;
    width: 6px;
    height: 14px;
    position: absolute;
    margin: auto;
    left: 4px;
    top: 0;
    transform: rotate(-180deg);
}

@media (max-width: 480px) {
    .main-container {
        max-width: 1480px;
        padding: 0 15px;
        margin: 0 auto;
    }
    .sky-item-button {
        font-size: 0.75rem;
    }
}


/*----------- wrap_marquee -----------*/

.wrap_marquee {
    background-color: #ffffff;
    color: 000000;
    border-bottom: #dddddd solid 1px;
    position: relative;
    z-index: 2;
    max-height: 50px;
    overflow: hidden;
}

.wrap_marquee .marquee_list {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 40px;
}

.wrap_marquee a {
    font-size: 0.875rem;
    color: #000000;
}

.wrap_marquee p {
    font-size: 0.875rem;
    color: #000000;
}

.wrap_marquee p:hover {
    color: #000000;
}

.wrap_marquee .out {
    width: 100%;
    overflow: hidden;
    height: 40px;
}

.wrap_marquee .out div {
    line-height: 40px;
    height: 40px;
    /* padding-left: 30px;
   padding-right: 30px; */
    padding: 0 5px;
    text-decoration: underline;
}

.wrap_marquee .out a:hover {
    color: #23569d;
}

.wrap_marquee .wrap_marquee-title {
    width: 100px;
    padding-left: 30px;
    top: 13px;
}

.wrap_marquee .wrap_marquee-title::before {
    content: '';
    background: url(../content/images/ic-notice.svg) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: -4px;
}

.wrap_marquee .ic-cancel {
    right: 40px;
    top: 10px;
}

.wrap_marquee_foot {
    position: fixed;
    width: 100%;
    background-color: #f3f3f3;
    bottom: 0;
    z-index: 11;
}

.marquee_foot-container {
    margin: 0 auto;
    padding: 20px 10%;
}

.marquee_foot_text {
    width: 80%;
    display: inline-block;
    font-size: 0.875rem;
}

.wrap_marquee_foot a {
    color: #000000;
    text-decoration: underline !important;
}

.wrap_marquee_foot a p {
    line-height: 1.4;
}

.wrap_marquee_foot a p:hover {
    color: #23569d;
}

.marquee_foot_button {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

@media (max-width: 991px) {
    .marquee_foot-container {
        margin: 0 auto;
        padding: 0 10%;
        height: 150px;
    }
    .marquee_foot_button {
        width: 100%;
        transform: translate(0%, -50%);
        top: 40px;
    }
    .marquee_foot_text {
        width: 100%;
        display: inline-block;
        position: absolute;
        top: 70px;
    }
}

@media (max-width: 480px) {
    .marquee_foot-container {
        height: 200px;
    }
    .wrap_marquee .wrap_marquee-title {
        top: 15px;
    }
    .wrap_marquee a {
        font-size: 0.75rem;
        color: #000000;
    }
    .wrap_marquee p {
        font-size: 0.75rem;
        color: #000000;
    }
    .wrap_marquee .out div {
        line-height: 40px;
        height: 40px;
        padding-left: 0px;
        padding-right: 0px;
        text-decoration: underline;
    }
}


/*----------- header -----------*/

.main-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.5s, opacity 0.5s, top 0.5s linear;
}

.main-header.scrollDown{
  /* top: -156px; */
  visibility: hidden;
  opacity: 0;
}

.head_bg {
    background-color: #ffffff;
}

.head_map {
    height: 35px;
    position: relative;
    z-index: 1;
}

.head_map li {
    border-left: 1px solid #dddddd;
    text-align: center;
    display: table-cell;
    padding: 0 15px;
}

.head_map li p {
    font-size: 12px;
}

.head_container {
    height: 80px;
    position: relative;
}

.head_map p:hover {
    color: #23569d !important;
}

.head_map .dropdown-menu {
    border: none !important;
    width: 0rem !important;
}

.head_map .dropdown-item.active,
.dropdown-item:active {
    background-color: #f8f9fa !important;
}

.sky-drop-down .dropdown-item {
    font-size: 0.875rem;
    text-align: center;
}

.sky-drop-down .dropdown-item:hover {
    color: #23569d;
}

.logo li {
    display: inline-block;
}

.logo li:first-child:after {
    content: '';
    border-right: #dddddd solid 1px;
    margin: 0 20px;
}

.features li {
    display: inline-block;
    margin-left: 20px;
}

.features li a {
    position: relative;
}

.features li a p {
    margin-left: 32px;
}

.features li a p:hover {
    margin-left: 32px;
    color: #23569d !important;
}

.position_sky .features .search a {
    display: inline-block;
}

.features .search>a>p::before {
    content: '';
    background: url(../content/images/ic-search.svg) no-repeat top left;
    background-size: cover;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.features .search>a>p:hover::before {
    content: '';
    background: url(../content/images/ic-search-hover.svg) no-repeat top left;
    background-size: cover;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.position_sky .features .account>a {
    display: inline-block;
}

.features .account>a>p::before {
    content: '';
    background: url(../content/images/ic-member.svg) no-repeat top left;
    background-size: cover;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.features .account>a>p:hover::before {
    content: '';
    background: url(../content/images/ic-member-hover.svg) no-repeat top left;
    background-size: cover;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.head_navbar_bg {
    background-color: #23569d;
    background-image: url(../content/images/img-menu-right@3x.png), url(../content/images/img-menu-left@3x.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left, right;
    background-size: contain, contain;
}

.head-nav-overlay-show {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
}

.head-nav-overlay {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    visibility: hidden;
}

.sky-search-sheet {
    width: 100%;
    background-color: #fafafa;
    display: none;
}

.sky-search-sheet.active {
  display: block;
  position: absolute;
  z-index: 13;
  bottom: -439px;
  left: 0;
}

.sky-search-sheet .main-container {
    margin: 0 auto !important;
    max-width: 1100px;
    padding: 30px 0;
}

.sky-search-sheet .main-container .sheet-width {
    width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
}

.sheet-down_bg {
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    padding: 20px 30px;
    border: #dddddd solid 1px;
    z-index: 1;
    top: 40px;
}

.sky-search-scroll {
    padding: 0 20px;
    width: 15%;
}

.sky-search-scroll .sky-search_next {
    overflow: auto;
    /* max-height: 340px; */
    height: 205px;
}

.sky-search-scroll .sky-search_next li.sky-item .i-checkbox {
    width: 80%;
}

.sky-search-scroll ul {
    margin-top: 20px;
}

.sky-search-scroll li.sky-item:first-child {
    margin-top: 0;
}

.sky-search-scroll li.sky-item {
    margin-top: 20px;
}

.sky-search-scroll span {
    font-size: 0.875rem;
    color: #000000;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sky-search-item_2 {
    margin-left: 20px;
    margin-top: 15px;
}

.sky-search-item_2 li {
    margin-top: 15px;
}

.sky-search-item_2 li:first-child {
    margin-top: 0;
}

.sky-search-item_3 {
    margin-left: 40px;
    margin-top: 15px;
}

.sky-search-item_3 li {
    margin-top: 15px;
}

.sky-search-item_3 li:first-child {
    margin-top: 0;
}

.sheet-down_bg .title {
    margin-bottom: 10px;
    padding: 0 10px;
}

.sheet-down_bg li.sky-item {
    padding: 10px 10px;
}

.sheet-down_bg li.sky-item:hover {
    background-color: #f3f3f3;
}

.sheet-down_bg li.sky-item p:hover {
    color: #23569d;
}

.sheet-down_bg ul li {
    display: block;
}

.sheet-down_bg li .sky-graphic {
    padding: 10px 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    line-height: 1.2;
}

.sheet-down_bg li .sky-graphic:hover {
    background-color: #f3f3f3;
}

.sheet-down_bg li .sky-graphic .graphic_img {
    width: 100px;
    height: 100px;
    border: #dddddd solid 1px;
    background-color: #ffffff;
}

.sheet-down_bg li .sky-graphic .graphic_text {
    margin-left: 10px;
    width: 340px;
}

.sheet-down_bg li .sky-graphic .graphic_text h2 {
    color: #000000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    line-height: 1.2;
}

.sheet-down_bg li .sky-graphic .graphic_text p {
    color: #23569d;
    margin-top: 10px;
    font-size: 1rem;
    font-weight: bold;
}

.sheet-down_bg li .sky-graphic .graphic_text p span {
    font-size: 0.875rem;
    margin-left: 5px;
}

.graphic_text .through {
    color: #aaaaaa;
    margin-top: 5px;
    text-decoration: line-through;
}

.sheet-down_bg .ic-cancel {
    top: 0;
    right: 0;
}

.sheet-down_bg .sky-graphic-itme a {
    display: inline-block;
}

.sky-search-sheet .catalog-button {
    margin-top: 30px;
    text-align: center;
    display: block;
}

.sky-search-sheet .catalog-button .sky-item-button {
    width: 120px;
    display: inline-block;
    margin: 0 5px;
}


/*----------- header-m -----------*/

header.main-header {
    position: sticky;
}

@media (max-width: 991px) {
    header.main-header {
        /* position: fixed; */
        z-index: 9;
        width: 100%;
        top: 0;
        left: 0;
    }
}

.sky-head-relative {
    position: relative;
}

.sky-head-fixed {
    position: relative;
    z-index: 1;
    width: 100%;
}

.mobile-warp {
    height: 100vh;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

.mobile-warp .sky-head-fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.sky-head-fixed-button {
    position: fixed;
    z-index: 1;
    width: 100%;
    bottom: 0;
}

.head-container-fixed_m {
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    height: 52px;
}

.sky-head-fixed .position_sky {
    right: 20px;
}

.sky-head-fixed span {
    color: white;
    line-height: 3.3;
}

.members_mobile_bg_w {
    background-color: #ffffff;
}

.members_mobile_bg_gray {
    background-color: #f3f3f3;
}

.members_mobile_bg_gray p:hover {
    color: #000000;
}

.head_bg_s-m {
    background-color: #23569d;
    background-image: url(../content/images/img-m-header-right.svg), url(../content/images/img-m-header-left.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: left, right;
    background-size: contain, contain;
    height: 10px;
}

.head-logo {
    margin: 10px 0;
}

.head-icon {
    margin: 10px 0;
}

.head-icon a {
    margin-left: 10px;
}

.head-icon > button:first-child {
  margin-right: 10px;
}

/*----------- hmenu-secondary-01-m -----------*/

.head-container_m {
    max-width: 100%;
    padding: 0 40px;
    margin: 0 auto;
}

.head_secondary_bg-m {
    background-color: #23569d;
}

.head_secondary_container-m {
    margin-top: 52px;
}

.head_secondary_container-m .primary_category .members_mobile_only {
    position: relative;
    display: block;
}

.head_secondary_container-m .primary_category .members_mobile_only a {
    display: block;
    padding: 30px 0;
}

.head_secondary_container-m .primary_category .members_mobile_only small {
    margin-left: 40px;
}

.head_secondary_container-m .primary_category .members_mobile_only small:before {
    content: "";
    background: url(../content/images/ic-member.svg) no-repeat top left;
    background-size: cover;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.head_secondary_container-m .primary_category .members_mobile_drop {
    display: flex;
    align-items: self-start;
    padding: 15px 0;
}

.head_secondary_container-m .primary_category .members_mobile_drop .text {
    width: 75%;
}

.head_secondary_container-m .primary_category a.members_mobile_down:after {
    content: "";
    background: url(../content/images/ic-down.svg) no-repeat top left;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.head_secondary_container-m .primary_category a.members_mobile_down.active:after {
    content: "";
    background: url(../content/images/ic-up.svg) no-repeat top left;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.head_secondary_container-m .primary_category .members_mobile_bg_gray {
    margin: 0 -40px;
}

.head_secondary_container-m .primary_category .members_mobile_bg_gray .head-container_m {
    max-width: 100%;
    margin: 0 auto;
}

.head_secondary_container-m .primary_category .members_mobile_bg_gray .members_mobile_blank {
    display: block;
    padding: 15px 0;
    padding-left: 30px;
}

.head_secondary_container-m .members_mobile_bg_gray .ic-list::before {
    content: '';
    background: url(../content/images/ic-list.svg) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.head_secondary_container-m .members_mobile_bg_gray .ic-notice::before {
    content: '';
    background: url(../content/images/ic-notice.svg) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.head_secondary_container-m .members_mobile_bg_gray .ic-wishlish::before {
    content: '';
    background: url(../content/images/ic-wishlish.svg) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.head_secondary_container-m .members_mobile_bg_gray .ic-signout::before {
    content: '';
    background: url(../content/images/ic-signout.svg) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.head_secondary_container-m .primary_category .members_mobile_next {
    position: relative;
    display: block;
}

.head_secondary_container-m .primary_category .members_mobile_next small {
    display: block;
    padding: 15px 0;
}

.head_secondary_container-m .primary_category .members_mobile_next small:after {
    content: "";
    background: url(../content/images/ic-next.svg) no-repeat top left;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.head_secondary_container-m .primary_category .members_mobile_blank {
    position: relative;
}

.head_secondary_container-m .primary_category .members_mobile_blank a {
    display: block;
    padding: 15px 0;
}

.head_secondary_container-m .primary_category .members_mobile_blank a.sky-pl-70 {
    padding: 0 0 0 70%;
}

.head_secondary_container-m .primary_category .members_mobile_language {
    position: relative;
    display: block;
}

.head_secondary_container-m .primary_category .members_mobile_language a {
    display: block;
    padding: 15px 0;
}

.head_secondary_container-m .primary_category .members_mobile_language small {
    margin-left: 30px;
}

.head_secondary_container-m .primary_category .members_mobile_language small:before {
    content: "";
    background: url(../content/images/ic-earth.svg) no-repeat top left;
    background-size: cover;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.head_secondary_container-m .primary_category .members_mobile_language h4:after {
    content: "";
    background: url(../content/images/ic-next.svg) no-repeat top left;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.head_secondary_container-m .button_text .sky-text-align {
    font-size: 0.75rem;
}

@media (max-width: 768px) {
    .head-container_m {
        max-width: 100%;
        padding: 0 15px;
    }
    .head_secondary_container-m .primary_category .members_mobile_bg_gray {
        margin: 0 -15px;
    }
}


/*----------- hmenu-secondary-02-m -----------*/

.head_secondary_container-02-m {
    margin-top: 52px;
}

.head_secondary_container-02-m .primary_category .members_mobile_next {
    position: relative;
    display: block;
}

.sky-head-fixed-title {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 52px;
}

.head_secondary_container-02-m .primary_category a small {
    display: block;
    padding: 15px 0;
}

.head_secondary_container-02-m .primary_category .members_mobile_next small:after {
    content: "";
    background: url(../content/images/ic-next.svg) no-repeat top left;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.members_mobile_title h3 {
    position: relative;
    display: block;
    padding: 15px 0;
    text-align: center;
}

.members_mobile_bg {
    background-color: #f3f3f3;
}

.primary_category .members_mobile_bg .input {
    padding: 15px 0;
}

.primary_category .members_mobile_bg span {
    font-size: 0.75rem;
}


/*----------- hmenu-secondary-03-m -----------*/

.head_secondary_container-03-m {
    margin-top: 52px;
}

.head_secondary_container-03-m .primary_category .members_down_menu a small {
    display: block;
}

.head_secondary_container-03-m .primary_category .members_mobile_next {
    display: block;
    padding: 15px 0;
}

.head_secondary_container-03-m .primary_category .members_mobile_blank {
    display: block;
    padding: 15px 0;
}

.head_secondary_container-03-m .primary_category .members_mobile_bg_w .head-container_m {
    max-width: 100%;
    padding: 0 40px 0 70px;
    margin: 0 auto;
}

.head_secondary_container-03-m .primary_category .members_mobile_down {
    padding: 15px 0;
}

.head_secondary_container-03-m .primary_category .members_mobile_blank a {
    display: block;
    padding: 15px 0;
}

.head_secondary_container-03-m .primary_category .members_mobile_down {
    position: relative;
}

.head_secondary_container-03-m .primary_category .members_mobile_down:after {
    content: "";
    background: url(../content/images/ic-down.svg) no-repeat top left;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.head_secondary_container-03-m .primary_category .members_mobile_down.active:after {
    content: "";
    background: url(../content/images/ic-up.svg) no-repeat top left;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}


/*----------- search-m -----------*/

.head_search_container-m {
    margin: 52px 0 86px 0;
}

.head_search_container-m .members_mobile_bg_w .i-select select {
    right: 0;
    width: 100px;
}

.head_search_container-m .primary_category .members_mobile_next {
    position: relative;
    display: block;
}

.head_search_container-m .primary_category .members_mobile_next small {
    display: block;
    padding: 15px 0;
}

.head_search_container-m .primary_category .members_mobile_next small:after {
    content: "";
    background: url(../content/images/ic-next.svg) no-repeat top left;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.head_search_container-m .primary_category .members_mobile_blank a.sky-pl-70 {
    padding: 0 0 0 70%;
}

.sheet-width_m {
    padding: 10px 10px;
}

.sky-head-flex-button {
    display: flex;
    justify-content: flex-end;
}

.sky-item-button_m {
    display: block;
    background-color: #23569d;
    color: #ffffff;
    padding: 15px 0;
    width: 100%;
    font-size: 0.875rem;
}

.sky-item-button_w_m {
    display: block;
    background-color: #ffffff;
    border: #23569d solid 1px;
    color: #23569d;
    padding: 15px 0;
    width: 100%;
    font-size: 0.875rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sheet-down_bg_m {
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    padding: 20px 30px;
    border: #dddddd solid 1px;
    z-index: 2;
    top: 112px;
}

.sheet-down_bg_m .itme {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #dddddd solid 1px;
}

.sheet-down_bg_m .title {
    margin-bottom: 10px;
    padding: 0 10px;
}

.sheet-down_bg_m li.sky-item {
    padding: 10px 10px;
}

.sheet-down_bg_m li.sky-item:hover {
    background-color: #f3f3f3;
}

.sheet-down_bg_m li.sky-item p:hover {
    color: #23569d;
}

.sheet-down_bg_m ul li {
    display: inline-block;
}

.sheet-down_bg_m li .sky-graphic {
    padding: 10px 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    line-height: 1.2;
}

.sheet-down_bg_m ul li {
    position: relative;
}

.sheet-down_bg_m ul li.sky-graphic-itme {
    height: 120px;
}

.sheet-down_bg_m li .sky-graphic .graphic_img {
    width: 100px;
    height: 100px;
    border: #dddddd solid 1px;
    background-color: #ffffff;
    position: absolute;
    top: 10px;
    left: 10px;
}

.sheet-down_bg_m li .sky-graphic .graphic_text {
    margin-left: 10px;
    margin-left: 110px;
}

.sheet-down_bg_m li .sky-graphic .graphic_text h2 {
    color: #000000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    line-height: 1.2;
}

.sheet-down_bg_m li .sky-graphic .graphic_text p {
    color: #23569d;
    margin-top: 10px;
    font-size: 1rem;
    font-weight: bold;
}

.sheet-down_bg_m li .sky-graphic .graphic_text p span {
    font-size: 0.875rem;
    margin-left: 5px;
}

.sheet-down_bg_m .ic-cancel {
    top: 0;
    right: 10px;
}

.sheet-down_bg_m .sky-graphic-itme a {
    display: inline-block;
}


/*----------- hmenu-search-02-m -----------*/

.head_search_container-02-m {
    margin: 0px 0 86px 0;
}

.head_search_container-02-m .primary_category .members_mobile_next {
    display: block;
    padding: 15px 0;
}

.members_mobile_blank {
    display: block;
    padding: 15px 0;
    width: 100%;
}

.head_search_container-02-m .primary_category .members_mobile_bg_w .head-container_m {
    max-width: 100%;
    padding: 0 40px 0 70px;
    margin: 0 auto;
}

.head_search_container-02-m .primary_category .members_mobile_down {
    padding: 15px 0;
}

.position_sky.members_mobile_down:after {
    content: "";
    background: url(../content/images/ic-down.svg) no-repeat top left;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.position_sky.members_mobile_down.active:after {
    content: "";
    background: url(../content/images/ic-up.svg) no-repeat top left;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.head_search_container-02-m .primary_category .members_mobile_blank a.sky-pl-70 {
    padding: 0 0 0 70%;
}

.head_search_container-02-m .primary_category .members_mobile_bg_w .i-checkbox {
    width: 100%;
}


/*----------- uikit -----------*/

ul,
ol {
    padding-left: 0px;
}


/* sky-navbar start */

.sky-navbar {
    position: relative;
    z-index: 12;
}

.sky-navbar .sky-navbar-list {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 11;
}

.sky-navbar .sky-navbar-list .sky-navbar-container {
    width: 90px;
    height: 55px;
    margin: 0 10px;
    border-bottom: #23569d00 solid 3px;
}

.sky-navbar .sky-navbar-list .sky-navbar-container:hover {
    border-bottom-color: #d81159;
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box {
    width: 100%;
    height: auto;
    max-height: 0;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 9;
    overflow: hidden;
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box.show {
    display: flex;
    /* max-height: 690px; */
    max-height: 490px;
    min-height: 490px;
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box .menu_link:hover,
.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box .menu_link:hover p {
    color: #23569D;
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-first {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* pointer-events: none; */
    color: white;
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box .sub-container {
    width: 100%;
    max-width: 1400px;
    max-height: 436px;
    min-height: 436px;
    margin: 0 auto;
    justify-content: center;
    padding: 30px 5%;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box.show .sub-container {
    display: flex;
    opacity: 1;
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box .sub-container .sky-navbar-sub ul {
    margin-top: 20px;
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box .sub-container .sky-navbar-sub li.sky-item {
    margin-top: 10px;
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box .sub-container .sky-navbar-sub li.sky-item:first-child {
    margin-top: 0px;
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box .sub-container .sky-navbar-sub-row {
    margin-right: 60px;
    width: 50%;
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box .sub-container .sky-navbar-sub-row h3.sky-item {
    margin-top: 20px;
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box .sub-container .sky-navbar-sub-row .row {
    margin-right: 0;
    margin-left: 0;
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box .sub-container .sky-navbar-sub-scroll {
    width: 20%;
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box .sub-container .sky-navbar-sub-scroll .sky-menu-con li.sky-item {
    margin-top: 10px;
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box .sub-container .sky-menu-headings {
    border-bottom: #dddddd solid 1px;
    padding: 0 0 10px 0;
    /* margin-right: 20px; */
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box .sub-container .sky-menu-con {
    overflow: auto;
    height: calc(100% - 27px);
    position: relative;
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box .sub-container.short-con .sky-menu-con {
    height: 395px;
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box .sky-navbar-sub-row .sky-menu-con ul {
    margin-top: 15px;
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box .sky-navbar-sub-row li.sky-item {
    margin-top: 5px;
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box .sky-navbar-sub-row .sky-menu-con ul li.sky-item:first-child {
    margin-top: 0;
    font-weight: bold;
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box .sub-container .sky-navbar-img {
    margin-left: auto;
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box .sub-container .sky-navbar-img .sky-navbar-img-scroll {
    width: 460px;
    height: auto;
    background-color: #000000;
    margin-top: 10px;
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box .sub-container .sky-navbar-img .sky-navbar-arrow {
    right: 0;
    bottom: 0;
    z-index: 1;
}

.sky-navbar .sky-navbar-list .sky-navbar-container .sky-navbar-con-box .sub-container .sky-navbar-img .sky-navbar-arrow a {
    display: inline-block;
}

.sky-navbar .sky-navbar-bg {
    width: 100%;
    background-color: white;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 55px;
    left: 0px;
    z-index: 10;
}

.sky-cover-bg {
    width: 100%;
    background-color: black;
    opacity: 0;
    /* display: none; */
    position: absolute;
    left: 0;
    top: 55px;
    z-index: -1;
    transition: opacity 0.3s ease-out;
}

.sky-cover-bg.show {
    opacity: 0.5;
    z-index: 9;
}


/* sky-navbar end */


/*----------- carousel Start -----------*/

.sky-carousel {
    padding-top: 16px;
    margin-bottom: 30px;
}

.sky-carousel .uk-position-center-left {
    margin-left: 12.8%;
}

.sky-carousel .uk-position-center-left img {
    width: 48px;
}

.sky-carousel .uk-position-center-right {
    margin-right: 12.8%;
}

.sky-carousel .uk-position-center-right img {
    width: 48px;
}

.sk-slider-width {
    width: 75%;
}

@media (max-width: 1600px) {
    .sk-slider-width {
        width: 85%;
    }
    .sky-carousel .uk-position-center-left {
        margin-left: 7.7%;
    }
    .sky-carousel .uk-position-center-right {
        margin-right: 7.7%;
    }
}

@media (max-width: 991px) {
    .sky-carousel {
        margin-top: 20px;
    }
    .sky-carousel .uk-grid {
        margin-left: -15px;
    }
    .sky-carousel .uk-grid>* {
        padding-left: 15px;
    }
}

@media (max-width: 575px) {
    .sky-carousel {
        margin-top: 15px;
    }

    .sky-carousel.topBanner {
      margin-top: 0px;
      padding-top: 0px;
    }

    .sky-carousel.topBanner .sky_sp_title_box {
      margin: 0;
    }

    .sky-carousel .uk-position-center-left img {
        width: 30px;
    }
    .sky-carousel .uk-position-center-right img {
        width: 30px;
    }
    .sky-carousel .uk-position-center-left {
        margin-left: 7.8%;
    }
    .sky-carousel .uk-position-center-right {
        margin-right: 7.8%;
    }
}


/*----------- sky-theme Start -----------*/

.sky-theme {
    max-width: 1480px;
    padding: 0 120px;
    margin: 0 auto;
}

.sky-theme p {
    margin-top: 15px;
}

.sky-theme p:hover {
    color: #000000;
}

.sky-theme ul {
    margin: 40px 0;
}

.sky-theme li {
    text-align: center;
    margin-bottom: 30px !important;
}

.sky-theme li a {
    display: block;
}

.sky-theme-radius {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #e7e7e7;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
}

@media (max-width: 1300px) {
    .sky-theme {
        padding: 0 80px;
    }
}

@media (max-width: 991px) {
    .sky-theme {
        padding: 0 30px;
    }
}

@media (max-width: 480px) {
    .sky-theme {
        padding: 0 15px;
    }
    .sky-theme p {
        font-size: 0.75rem;
        margin-top: 0px;
    }
    .sky-theme ul {
        margin: 25px 0 0 0;
    }
    .sky-theme li {
        margin-bottom: 25px !important;
    }
    .sky-theme-radius {
        transform: scale(0.8);
    }
}


/*----------- new arrivals Start -----------*/

.arrivals-main-container {
    max-width: 1500px;
    padding: 0 0px;
    margin: 0 auto;
}

.sky-arrivals {
    margin-top: 80px;
}

.sky-arrivals ul li {
    padding: 0 10px 0 10px;
}

.sky-arrivals ul li img {
    width: 100%;
}

.sky-arrivals .sky-arrivals-title {
    width: 100%;
    height: auto;
    padding: 0 10px;
    margin-bottom: 20px;
}

.sky-arrivals .sky-arrivals-title>h1 {
    color: #000000;
    display: block;
    position: relative;
    padding-left: 70px;
}

.sky-arrivals .sky-arrivals-title>h1::before {
    content: "";
    background: url(../content/images/ic_title.svg) no-repeat;
    width: 60px;
    height: 8px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
}

.sky-arrivals .sky-arrivals-title>h3 {
    color: #000000;
    display: block;
    margin-top: 5px;
}

.arrivals-text a h2 {
    color: #000000;
    margin-top: 5px;
    line-height: 1.2;
    height: 38px;
}

.arrivals-text h3 {
    color: #000000;
    margin-top: 10px;
}

.arrivals-text h4 {
    color: #000000;
    margin-top: 10px;
}

.arrivals-text h4 span {
    margin-left: 5px;
}

.arrivals-text p {
    color: #23569d;
    margin-top: 18px;
    font-size: 1rem;
    font-weight: bold;
}

.arrivals-text p span {
    font-size: 0.875rem;
    margin-left: 5px;
}

.arrivals-text .through {
    color: #aaaaaa;
    margin-top: 5px;
    text-decoration: line-through;
}

.sky-arrivals .uk-position-center-left {
    transform: translateY(-50%) translateY(-60px) translateX(-50%) translateX(0px);
}

.sky-arrivals .uk-position-center-right {
    transform: translateY(-50%) translateY(-60px) translateX(-50%) translateX(25px);
}

.arrivals-img {
    border: #dddddd solid 1px;
    background-color: #ffffff;
    position: relative;
}

.arrivals-img a {
    display: block;
}

.sky-label {
    position: absolute;
    left: 0;
}

.sky-label>div {
    color: white;
    font-size: 0.75rem;
    font-weight: 100;
    padding: 2px 6px;
    margin-top: 4px;
    display: inline-block;
    margin-right: 10px;
}

.new {
    background-color: #e6703e;
}

.hot {
    background-color: #d81159;
}

.online {
    background-color: #00aed4;
}

.sky-love {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 11;
    background-image: url(../content/images/ic-heart-normal.svg);
    width: 32px;
    height: 32px;
    transition: background 0.2s ease-in-out;
}

.sky-love.active {
    background-image: url(../content/images/ic-heart-selected.svg);
}

@media (max-width: 480px) {
    .sky-love {
        z-index: 8;
    }
}

.arrivals-img .sky-hover-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(243, 243, 243, 0.8);
    text-align: center;
    z-index: 99;
    display: none;
}

.arrivals-img .sky-hover-bg .sky-position_center {
    width: 50%;
}


/* .arrivals-img  .sky-hover-bg .sky-position_center > .sky-item-button{
	display: block;
	background-color: #23569d;
	color: #ffffff;
	padding: 10px 30px;
	width: 100%;
	font-size: 0.875rem ;
}

.arrivals-img  .sky-hover-bg .sky-position_center > .sky-item-button:hover{
	display: block;
	background-color: #23569d00;
	border: #23569d solid 1px;
	color: #23569d;
	padding: 10px 30px;
	width: 100%;
	font-size: 0.875rem ;
	-webkit-transition: all 0.4s;
    transition:all 0.4s;
} */

.arrivals-img .sky-hover-bg .sky-position_center>.sky-item-button:first-child {
    margin-bottom: 10px;
}

.arrivals-img:hover .sky-hover-bg {
    display: block;
}

.sky-arrivals .sky-arrivals-more {
    position: relative;
    padding-right: 15px;
    margin-top: 30px;
    padding-right: 40px;
}

.sky-arrivals .sky-arrivals-more::after {
    content: "";
    position: absolute;
    background: url(../content/images/ic_more.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
    right: 20px;
    top: 50%;
    transform: translate(0%, -50%);
}

@media (max-width: 991px) {
    .arrivals-img:hover .sky-hover-bg {
        display: none;
    }
}

@media (max-width: 480px) {
    .arrivals-main-container {
        padding: 0 5px;
    }
    .sky-arrivals {
        margin-top: 50px;
    }
    .sky-arrivals .sky-arrivals-title {
        width: 100%;
        height: auto;
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .sky-arrivals .sky-arrivals-title>h1 {
        color: #000000;
        display: block;
        font-size: 0.875rem;
        position: relative;
        padding-left: 40px;
    }
    .sky-arrivals .sky-arrivals-title>h1::before {
        content: "";
        background: url(../content/images/ic_title_m.svg) no-repeat;
        width: 30px;
        height: 8px;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%);
        left: 0;
    }
    .sky-arrivals .sky-arrivals-title>h3 {
        font-size: 0.625rem;
        color: #000000;
        display: block;
        margin-top: 5px;
    }
    .arrivals-text a h2 {
        font-size: 0.875rem;
        color: #000000;
        margin-top: 5px;
        line-height: 1.2;
    }
    .arrivals-text h3 {
        font-size: 0.625rem;
        color: #000000;
        margin-top: 10px;
    }
    .arrivals-text h4 {
        font-size: 0.625rem;
        color: #000000;
        margin-top: 10px;
    }
    .arrivals-text h4 span {
        font-size: 0.625rem;
        margin-left: 5px;
    }
    .arrivals-text p {
        color: #23569d;
        margin-top: 14px;
        font-size: 0.875rem;
    }
    .arrivals-text p span {
        font-size: 0.625rem;
        margin-left: 5px;
    }
    .sky-arrivals .uk-position-center-left {
        transform: translateY(-50%) translateY(-60px) translateX(-50%) translateX(0px);
    }
    .sky-arrivals .uk-position-center-right {
        transform: translateY(-50%) translateY(-60px) translateX(-50%) translateX(25px);
    }
}


/*----------- brands pavilion Start -----------*/

.sky-brands {
    margin-top: 80px;
    overflow: hidden;
    margin-bottom: 80px;
}

.brands-container img {
    width: 100%;
}

.brands-container-item {
    margin-bottom: 30px;
}

.brands-container .brands-title {
    border-bottom: #23569d solid 2px;
    padding-bottom: 20px;
    width: 100%;
    top: 0;
}

.brands-img {
    padding-top: 57px;
}

.brands-img a {
    display: block;
}

.brands-img .sky-hidden {
    overflow: hidden;
}

.brands-img img {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.brands-img img:hover {
    transform: scale(1.1);
}

.brands-container .brands-title-position {
    border-top: #23569d solid 2px;
    padding-top: 20px;
    width: 100%;
    bottom: 0;
}

.brands-img-position {
    padding-bottom: 57px;
}

.brands-img-position a {
    display: block;
}

.brands-img-position .sky-hidden {
    overflow: hidden;
}

.brands-img-position img {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.brands-img-position img:hover {
    transform: scale(1.1);
}

.sky-brands .sky-brands-title {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.sky-brands .sky-brands-title>h1 {
    color: #000000;
    display: block;
    position: relative;
    padding-left: 70px;
}

.sky-brands .sky-brands-title>h1::before {
    content: "";
    background: url(../content/images/ic_title.svg) no-repeat;
    width: 60px;
    height: 8px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
}

@media (max-width: 575px) {
    .brands-container .brands-title-position {
        border-bottom: #23569d solid 2px;
        padding-bottom: 20px;
        width: 100%;
        top: 0;
        border-top: none;
        padding-top: 0px;
        bottom: auto;
    }
    .brands-img-position {
        padding-bottom: 0;
        padding-top: 57px;
    }
}

@media (max-width: 480px) {
    .sky-brands {
        margin-top: 50px;
        margin-bottom: 0;
        overflow: hidden;
    }
    .brands-container-item {
        margin-bottom: 20px;
    }
    .sky-brands .sky-brands-title {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .sky-brands .sky-brands-title>h1 {
        color: #000000;
        display: block;
        font-size: 0.875rem;
        position: relative;
        padding-left: 40px;
    }
    .sky-brands .sky-brands-title>h1::before {
        content: "";
        background: url(../content/images/ic_title_m.svg) no-repeat;
        width: 30px;
        height: 8px;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%);
        left: 0;
    }
    .brands-container .brands-title {
        font-size: 0.75rem;
        padding-bottom: 15px;
        width: 100%;
        top: 0;
    }
    .brands-img {
        padding-top: 40px;
    }
    .brands-container .brands-title-position {
        font-size: 0.75rem;
        padding-bottom: 15px;
        width: 100%;
        top: 0;
    }
    .brands-img-position {
        padding-top: 40px;
    }
}

.sky-brands .sky-new-brands-more {
    margin-top: 0;
}


/*----------- new brands Start -----------*/

.new-brands-main-container {
    max-width: 1500px;
    padding: 0 40px;
    margin: 0 auto 80px;
}

.sky-new-brands {
    margin-top: 80px;
}

.sky-new-brands ul li {
    padding: 0 10px 0 10px;
}

.sky-new-brands ul li img {
    width: 100%;
}

.sky-new-brands .new-brands-title {
    width: 100%;
    height: auto;
    padding: 0 10px;
    margin-bottom: 20px;
}

.sky-new-brands .new-brands-title>h1 {
    color: #000000;
    display: block;
    position: relative;
    padding-left: 70px;
}

.sky-new-brands .new-brands-title>h1::before {
    content: "";
    background: url(../content/images/ic_title.svg) no-repeat;
    width: 60px;
    height: 8px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
}

.sky-new-brands .uk-position-center-left {
    transform: translateY(-50%) translateY(0px) translateX(-50%) translateX(0px);
}

.sky-new-brands .uk-position-center-right {
    transform: translateY(-50%) translateY(0px) translateX(-50%) translateX(25px);
}

.new-brands-img {
    border: #dddddd solid 1px;
    background-color: #ffffff;
    position: relative;
}

.sky-new-brands .sky-new-brands-more {
    position: relative;
    padding-right: 15px;
    margin-top: 30px;
    padding-right: 40px;
}

.sky-new-brands .sky-new-brands-more::after {
    content: "";
    position: absolute;
    background: url(../content/images/ic_more.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
    right: 20px;
    top: 50%;
    transform: translate(0%, -50%);
}

.sky-new-brands-more {
    position: relative;
    padding-right: 15px;
    margin-top: 30px;
    padding-right: 40px;
}

.sky-new-brands-more:hover {
    color: #23569D;
}

.sky-new-brands-more::after {
    content: "";
    position: absolute;
    background: url(../content/images/ic_more.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
    right: 20px;
    top: 50%;
    transform: translate(0%, -50%);
}

@media (max-width: 991px) {
    .arrivals-img:hover .sky-hover-bg {
        display: none;
    }
    .sky-new-brands .all_brand {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .new-brands-main-container {
        padding: 0 5px;
    }
    .sky-new-brands {
        margin-top: 30px;
    }
    .sky-new-brands .new-brands-title {
        width: 100%;
        height: auto;
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .sky-new-brands .new-brands-title>h1 {
        color: #000000;
        display: block;
        font-size: 0.875rem;
        position: relative;
        padding-left: 40px;
    }
    .sky-new-brands .new-brands-title>h1::before {
        content: "";
        background: url(../content/images/ic_title_m.svg) no-repeat;
        width: 30px;
        height: 8px;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%);
        left: 0;
    }
    .sky-new-brands .new-brands-title>h3 {
        font-size: 0.625rem;
        color: #000000;
        display: block;
        margin-top: 5px;
    }
    .arrivals-text a h2 {
        font-size: 0.875rem;
        color: #000000;
        margin-top: 5px;
        line-height: 1.2;
    }
    .arrivals-text h3 {
        font-size: 0.625rem;
        color: #000000;
        margin-top: 10px;
    }
    .arrivals-text h4 {
        font-size: 0.625rem;
        color: #000000;
        margin-top: 10px;
    }
    .arrivals-text h4 span {
        font-size: 0.625rem;
        margin-left: 5px;
    }
    .arrivals-text p {
        color: #23569d;
        margin-top: 14px;
        font-size: 0.875rem;
    }
    .arrivals-text p span {
        font-size: 0.625rem;
        margin-left: 5px;
    }
    .sky-new-brands .uk-position-center-left {
        transform: translateY(-50%) translateY(0px) translateX(-50%) translateX(0px);
    }
    .sky-new-brands .uk-position-center-right {
        transform: translateY(-50%) translateY(0px) translateX(-50%) translateX(25px);
    }
}


/*----------- banner-carousel Start -----------*/

.banner-main-container {
    max-width: 1500px;
    padding: 0 40px 40px 40px;
    /* margin: 80px -40px 0; */
    margin: 0 auto;
}

.banner-main-container .banner-shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0);
}

.sky-banner-carousel {
    background-image: url(../content/images/img-shadow-l.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: 50%;
    background-position-y: 10%;
}

.sky-banner-carousel>h3 {}

.sky-banner-carousel .uk-position-center-left {
    transform: translateY(-50%) translateY(-10px) translateX(-10%) translateX(-10px);
}

.sky-banner-carousel .uk-position-center-left img {
    width: 48px;
}

.sky-banner-carousel .uk-position-center-right {
    transform: translateY(-50%) translateY(-10px) translateX(10%) translateX(10px);
}

.sky-banner-carousel .uk-position-center-right img {
    width: 48px;
}

.banner-carousel-bg {
    max-width: 1510px;
    margin: 0 auto;
    margin-top: -610px;
}

.banner-carousel-bg img {
    width: 100%;
}

@media (max-width: 1540px) {
    .sky-banner-carousel {
        background-size: 98%;
        background-position-x: 50%;
        background-position-y: 10%;
    }
}

@media (max-width: 991px) {
    .sky-banner-carousel {
        background-size: 95%;
        background-position-x: 50%;
        background-position-y: 10%;
    }
}

@media (max-width: 640px) {
    .sky-banner-carousel {
        background-size: 91%;
        background-position-x: 50%;
        background-position-y: 10%;
    }
}

@media (max-width: 575px) {
    .sky-banner-carousel .uk-position-center-left {
        transform: translateY(-50%) translateY(-10px) translateX(-20%) translateX(-10px);
    }
    .sky-banner-carousel .uk-position-center-left img {
        width: 30px;
    }
    .sky-banner-carousel .uk-position-center-right {
        transform: translateY(-50%) translateY(-10px) translateX(20%) translateX(10px);
    }
    .sky-banner-carousel .uk-position-center-right img {
        width: 30px;
    }
}

@media (max-width: 480px) {
    .sky-banner-carousel {
        margin-top: 50px;
    }
    .banner-main-container {
        max-width: 1500px;
        padding: 0 15px;
        margin: 50px auto 0 auto;
    }
    .sky-banner-carousel {
        background-image: url();
    }
    .banner-main-container .banner-shadow {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    }
}


/*----------- catalog Start -----------*/

.catalog-main-container {
    padding: 0 30px 30px 0;
    margin: 0 -30px -30px 0;
}

@media (max-width: 991px) {
    .catalog-main-container {
        margin: initial;
    }
}

.catalog-main-container .banner-shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0);
}

.sky-catalog-banner-carousel {
    background-image: url(../content/images/img-shadow-m.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.sky-catalog {
    margin-top: 80px;
}

.catalog-borer {
    border: #dddddd solid 1px;
}

.catalog-text-container {
    margin-top: 15%;
    padding: 0 30px 0 30px;
}

.catalog-text-container h1 {
    margin-bottom: 20px;
    position: relative;
    padding-left: 70px;
}

.sky-catalog .catalog-text-container>h1::before {
    content: "";
    background: url(../content/images/ic_title.svg) no-repeat;
    width: 60px;
    height: 8px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
}

.catalog-text-container h2 {
    margin-bottom: 10px;
    font-weight: bold;
}

.catalog-text-container p {
    line-height: 1.43;
}

.catalog-text-container p:hover {
    color: #000000;
}

.sky-catalog-img-scroll {
    width: 100%;
    height: auto;
    background-color: #000000;
}

.sky-catalog-img>h3 {
    font-weight: 100 !important;
}

.sky-catalog img {
    width: 100%;
}

.catalog-button {
    margin-top: 40px;
    display: inline-block;
}


/* .sky-catalog .catalog-button > .sky-item-button{
	display: inline-block;
	background-color: #23569d;
	color: #ffffff;
	padding: 10px 30px;
	width: 100%;
	font-size: 0.875rem ;
}

.sky-catalog  .catalog-button > .sky-item-button:hover{
	background-color: #23569d00;
	border: #23569d solid 1px;
	color: #23569d;
	-webkit-transition: all 0.4s;
    transition:all 0.4s;
} */

@media (max-width: 1280px) {
    .catalog-text-container {
        margin-top: 10%;
        padding: 0 30px 0 30px;
    }
    .catalog-button {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .catalog-text-container {
        margin-top: 7%;
        padding: 0 15px 0 15px;
    }
    .sky-catalog .catalog-text-container>h1::before {
        content: "";
        background: url(../content/images/ic_title_m.svg) no-repeat;
        width: 30px;
        height: 8px;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%);
        left: 0;
    }
    .catalog-text-container h1 {
        margin-bottom: 10px;
        color: #000000;
        display: block;
        position: relative;
        padding-left: 40px;
    }
    .catalog-text-container h2 {
        margin-bottom: 5px;
    }
    .catalog-text-container p {
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    .catalog-text-container {
        margin-top: 5%;
        margin-bottom: 5%;
        padding: 0 30px;
    }
    .catalog-borer {
        margin-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .catalog-text-container {
        margin-top: 20px;
        padding: 0 15px;
    }
    .catalog-main-container {
        padding: 0 0;
    }
    .catalog-text-container h1 {
        margin-bottom: 15px;
        color: #000000;
        display: block;
        font-size: 0.875rem;
        position: relative;
        padding-left: 40px;
    }
    .sky-catalog-banner-carousel {
        background-image: url();
    }
    .sky-catalog .catalog-text-container>h1::before {
        content: "";
        background: url(../content/images/ic_title_m.svg) no-repeat;
        width: 30px;
        height: 8px;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%);
        left: 0;
    }
}


/*----------- foot Start -----------*/

.foot_bg {
    background-color: #fafafa;
    padding-top: 60px;
    position: relative;
}

.sky-foot a {
    display: inline-block
}

.foot-loog {
    margin-bottom: 20px;
}

.foot-container {
    margin-top: 20px;
}

.sky-foot-sub {
    margin-right: 60px;
}

.foot-border {
    border-left: #dddddd solid 1px;
}

.float-itme-height {
    height: 120px;
}

.foot-itme-1 li {
    margin-left: 10px;
}

.foot-itme-1 li h2 {
    margin-bottom: 20px;
}

.foot-itme-1 li p {
    margin-bottom: 10px;
}

.foot-itme-2>h2 {
    margin-bottom: 20px;
    margin-left: 10px;
}

.foot-itme-2 .itme {
    margin-left: 10px;
    width: 230px;
}

.foot-itme-2 li p {
    margin-bottom: 10px;
}

.foot-icon {
    margin-top: 30px;
}

.foot-icon .foot-icon-itme-1 li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
}

.foot-icon .foot-icon-itme-2 li {
    display: inline-block;
    margin-right: 20px;
}

.foot-itme-3 {
    margin-top: -65px;
}

.foot-itme-3 li {
    margin-bottom: 30px;
}

.foot-container-company {
    margin-top: 60px;
    margin-bottom: 10px;
}

.foot_bg_s {
    background-color: #23569d;
    background-image: url(../content/images/img_footer_right.svg), url(../content/images/img_footer_left.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: left, right;
    background-size: contain, contain;
    height: 20px;
}

@media (max-width: 1330px) {
    .sky-foot-sub {
        margin-right: 25px;
    }
    .foot-itme-2 .itme {
        width: 160px;
    }
}

@media (max-width: 1140px) {
    .foot-icon {
        margin-top: -19px;
    }
    .foot-icon .foot-icon-itme-2 li {
        display: block;
    }
    .foot-icon .foot-icon-itme-2 li:first-child {
        margin-bottom: 10px;
    }
    .foot-icon .foot-icon-itme-1 li {
        width: 12%;
        margin-right: 7px;
        margin-bottom: 15x;
    }
    .foot-itme-3 {
        margin-left: -40px;
    }
}


/*----------- foot-m Start -----------*/

.foot_bg-m {
    background-color: #fafafa;
    padding-top: 40px;
    position: relative;
}

.sky-foot-m a {
    display: block;
    width: 100%;
}

.foot-loog-m {
    margin-bottom: 20px;
}

.foot-container-m {
    margin-top: 0px;
}

.sky-foot-sub-m {
    margin-bottom: 30px;
}

.sky-foot-sub-about-m {
    margin-bottom: 40px;
}

.float-itme-height-m {
    height: 120px;
}

.foot-itme-1-m li {
    margin-left: 10px;
}

.foot-itme-1-m li h2 {
    margin-bottom: 10px;
}

.foot-itme-1-m li p {
    padding: 10px 0;
}

.foot-itme-2-m>h2 {
    margin-bottom: 10px;
    margin-left: 10px;
}

.foot-itme-2-m .itme {
    margin-left: 10px;
    width: 230px;
}

.foot-itme-2-m li {
    padding: 10px 0;
}

.foot-icon-m {
    margin-top: 10px;
    text-align: center;
}

.foot-icon-m .foot-icon-itme-1-m li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
}

.foot-icon-m .foot-icon-itme-2-m li {
    display: inline-block;
}

.foot-icon-m .foot-icon-itme-2-m li:first-child {
    display: inline-block;
    margin-right: 10px;
}

.foot-itme-3-m {
    margin-top: -65px;
}

.foot-itme-3-m li {
    margin-bottom: 30px;
}

.foot-container-company-m {
    margin-top: 50px;
    margin-bottom: 10px;
    text-align: center;
}

.foot_bg_s-m {
    background-color: #23569d;
    background-image: url(../content/images/img-m-footer-left.svg), url(../content/images/img-m-footer-rigjt.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: left, right;
    background-size: contain, contain;
    height: 6px;
}

.foot-about-m {
    text-align: center;
}

.foot-about-m li {
    margin-bottom: 20px;
}

.foot-about-m li small {
    margin-bottom: 5px;
    display: block;
}

.foot-about-m li p:hover:nth-child(2) {
    content: "";
    color: #000000;
}

.sky-foot-m .sky-foot-item {
    background-color: #23569d;
    color: #ffffff;
    padding: 10px 30px;
    width: 100%;
    font-size: 0.875rem;
    margin-bottom: 36px;
    transition: background 0.2s ease-in-out;
}

.sky-foot-m .sky-foot-item.active {
    background-color: #23569d00;
    border: #23569d solid 1px;
    color: #23569d;
}

@media (max-width: 480px) {
    .foot-itme-1-m li h2 {
        font-size: 0.875rem;
        font-weight: bold;
    }
    .foot-itme-2-m li p,
    .foot-itme-1-m li p {
        font-size: 0.75rem;
    }
    .foot-itme-2-m>h2 {
        font-size: 0.875rem;
        font-weight: bold;
    }
    .foot-about-m li p {
        font-size: 0.75rem;
        margin-top: 5px;
    }
}

.overflowHidden {
    position: relative;
    height: 100%;
    overflow-y: hidden;
}

.owl-next.disabled,
.owl-prev.disabled {
    display: none;
}


/* top news start */

.topNews-warp {
    margin-right: -5px;
    display: flex;
}


/* top news end */


/* rightBottomBanner start */

.rightBottomBanner {
    position: relative;
}

.rightBottomBanner .owl-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
}

.rightBottomBanner .owl-nav .owl-next.disabled,
.rightBottomBanner .owl-nav .owl-prev.disabled {
    display: block;
}


/* rightBottomBanner end */


/* custom-gutters start */

.custom-gutters {}


/* custom-gutters end */

.carousel-vertical .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.carousel-vertical .carousel-inner .active.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.carousel-vertical .carousel-inner .active.carousel-item-right,
.carousel-vertical .carousel-inner .carousel-item-next {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.menu_right_banner .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
}

.menu_right_banner .owl-nav .owl-prev,
.menu_right_banner .owl-nav .owl-next {
    display: inline-block;
}

.slider.slider-horizontal {
    width: calc(100% - 20px) !important;
    margin: auto;
    position: relative;
    height: 20px;
}

.slider.slider-horizontal .slider-track {
    height: 6px !important;
}

.slider.slider-horizontal .slider-tick {
    display: none;
}

.slider-handle {
    top: -2px !important;
}

.sky-graphic-itme-box {
    max-height: calc(123px * 3);
    overflow-y: auto;
}


/*----------- product_liqueur -----------*/
.liqueur_warning {
    position: fixed;
    width: 100%;
    text-align: center;
    text-align-last: justify;
    bottom: 0;
    left: 0;
    background-color: rgb(61, 61, 61);
    color: white;
    z-index: 9999;
    font-size: 68px;
    line-height: 1.5;
	min-height:12%;
}

@media (max-width: 480px) {
    .liqueur_warning {
        position: fixed;
        width: 100%;
        text-align: center;
        text-align-last: justify;
        bottom: 0;
        left: 0;
        background-color: rgb(61, 61, 61);
        color: white;
        z-index: 9999;
        font-size: 32px;
        line-height: 1.2;
		min-height:12%;
    }
}

.opacity-0 {
    opacity: 0!important;
}

button.disabled {
  pointer-events: none;
}

.sub_font{
  font-size: 0.75rem!important;
}

.mb-40{
  margin-bottom: 40px;
}

.mb-20{
  margin-bottom: 20px;
}

.myOrderWordingList {
  list-style: decimal;
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
}

.step4WordingList {
  list-style: decimal;
  padding-left: 30px;
  font-size: 14px;
  line-height: 30px;
}
