body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Noto Sans TC;
    /* font-family: Microsoft JhengHei; */
}

* {
    /* -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease; */
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    /* 英文段行 */
    word-wrap: break-word;
    -webkit-overflow-scrolling: touch;
}

button:focus {
    outline: 0;
}

/* [type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus,
.form-control:focus {
    border: none;
    box-shadow: none;
} */

html {
    font-size: 16px;
    height: inherit;
}

img {
    width: 100%;
    height: auto;
}
#rightIntroBox img {
    width: auto;
    height: auto;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
i {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

body {
    min-width: 320px;
    /* min-height: 568px; */
    overflow-x: hidden;
    overflow-y: scroll;
}
.panel ul li.marketing a{
    text-decoration: none;
    color: #fc5d15;
}
.panel ul li.marketing:hover a{
    color: #fff;
}

.mb-5pct {
    margin-bottom: 5%;
}

/* goTop start*/
a.goTop {
    display: none;
    position: fixed;
    bottom: 1.8rem;
    right: .6rem;
    background-color: #202737;
    text-decoration: none;
    z-index: 800;
    color: #fff;
    padding:1rem .5rem;
}

a.goTop i {
    font-size: 1.5rem;
    font-weight: 500;
}

a.goTop:hover {
    background-color: #080a0e;
}

/* loader start--------------------------------------------------------- */
.preloader-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}

#preloader {
    position: fixed;
    display: table;
    table-layout: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 3px solid rgba(17, 17, 17, .15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.loader span {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -3px;
    left: -3px;
    border: 3px solid transparent;
    border-top: 3px solid rgba(17, 17, 17, .75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* loader end---------------------------------------------------------*/
body{
    background-color: #fff;
    /* border: 4.375rem solid #F2F2F2; */
}

body{
  width: 100%!important;
}
.wrapper{
  width: 100%;
  overflow: hidden;
}

.desktopMenu .topLink {
    margin: 0px;
    margin-bottom: .75rem;
    display: block;
}

.desktopMenu .topLink ul {
    margin: 0px;
    display: inline-block;
    float: right;
}

.desktopMenu .topLink ul li {
    float: left;
    padding: 0px .35rem;
    font-size: 1.25rem;
}

.desktopMenu .topLink ul li a {
    font-size: 1.25rem;
    color: #202737;
    font-family: 'Noto Sans TC', sans-serif;
    text-decoration: none;
}

.desktopMenu .topLink ul li a:hover {
    color: #FC5E16;
}

.desktopMenu .topLink ul li a.active {
    color: #FC5E16;
}


.desktopMenu .bottomLink a {
    text-decoration: none;
    font-family: 'Noto Sans TC', sans-serif;
    display: inline-block;
    margin-left: 2rem;
}
.desktopMenu .bottomLink a:hover {
    color: #fff;
}
.desktopMenu .bottomLink a i {
    font-size: 2rem;
    color: #FC5E16;
    margin-right: .5rem;
}

.desktopMenu .bottomLink a h4 {
    font-size: 1.125rem;
    color: #202737;
}

.desktopMenu .bottomLink a span {
    font-size: 12px;
    color: #666666;
    position: relative;
    top: -.3rem;
}


/* tagBtn Hover Strat */
.tagBtn {
    overflow: hidden;
    position: relative;
}

a.tagBtn:hover {
    font-weight: 500;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}

.tagBtn span {
    z-index: 20;
}

.tagBtn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .3;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.tagBtn:hover:after {
    left: 120%;
    transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
}
/* end */


/* banner strat*/
#indexBanner{
  background-color: #0D1119;
  width: 100%;
}

#indexBanner .item {
    opacity: 0.4;
    transition: .4s ease all;
    transform: scale(.85);
}

@media(max-width:1000px) {
    #indexBanner .item {
        margin: 0;
        transform: scale(.9)
    }
}

#indexBanner .active .item {
    opacity: 1;
    transform: scale(1);
}

#indexBanner .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

#indexBanner .item {
    display: block;
    /* width: 100%; */
    padding-bottom: 55%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}


#indexBanner .owl-carousel{
  position: relative;
}



@media (min-width: 1660px){
    #indexBanner .owl-nav {
        padding: 0px 6rem;
    }
}

#indexBanner .owl-nav{
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#indexBanner .owl-nav .icon-left_arrow,#indexBanner .owl-nav .icon-right_arrow{
  font-size: 4.5rem;
  color: #FC5E16;
}

#indexBanner .owl-nav button.owl-prev{
  float: left;
  margin-left: 1rem;
}
#indexBanner .owl-nav button.owl-next{
  float: right;
  margin-right: 1rem;
}
@media (max-width: 576px) {
    #indexBanner .owl-nav .icon-left_arrow,.owl-nav .icon-right_arrow{
      font-size: 2rem;
    }
}
#indexBanner .inner {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

#indexBanner .inner span{
    font-size: 2.5rem;
    color: #fff;
    text-decoration: none;
    transition: .3s ease border-color;
    opacity: 0.8;
    letter-spacing: 1.5px;
    font-weight: 500;
}

#indexBanner .inner span:hover {
    border-color: #fff;
    opacity: 1;
}

/* end*/



/* serch start */

.searchBox{
  height: 7.5rem;
  background-color: #F2F2F2;  
}
.stroeSearchBox{
  background-color: #f2f2f2;
  height: 100%;
}
.bestStoreLink {
  background-color: #202737;
  height: 100%;
}

.stroeSearchLink {
  background-color: #FC5E16;
  height: 100%;
}
.stroeSearchLink{
  position: relative;
}

.diamondRightArrow{
  position: absolute;
  right: 0px;
  top: 50%;
  z-index:33;
  display: inline-block;
  width:30px;
  height:30px;
  background-color: #FC5E16;
  -webkit-transform:rotate(45deg) translateY(-50%);
  -moz-transform:rotate(45deg) translateY(-50%);
  -ms-transform:rotate(45deg) translateY(-50%);
  -o-transform:rotate(45deg) translateY(-50%);
  transform:rotate(45deg) translateY(-50%);
}
.diamondBottomArrow {
  display: none;
  position: absolute;
  right: 50%;
  bottom: 0px;
  z-index: 33;
  width:30px;
  height:30px;
  background-color: #FC5E16;
  -webkit-transform:rotate(45deg) translateX(50%);
  -moz-transform:rotate(45deg) translateX(50%);
  -ms-transform:rotate(45deg) translateX(50%);
  -o-transform:rotate(45deg) translateX(50%);
  transform:rotate(45deg) translateX(50%);
}
.bestStoreLink a ,.stroeSearchLink a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  display:flex;
  align-items:center;
  justify-content:center;
  position: relative;
  z-index: 99;
}

.bestStoreLink a i ,.stroeSearchLink a i{
  font-size: 2.8rem;
}
.bestStoreLink .leftIcon ,.stroeSearchLink .leftIcon{
  display: block;
  float: left;
  margin-right: 1rem;
}

.rightContent h5{
    font-weight: 300;
}


.bestStoreLink .rightContent ,.stroeSearchLink .rightContent{
  display: block;
  float: left;
}

.stroeSearchBox .row{
  width: 100%;
  /* height: 40px; */
  margin: 0px;
}

.searchBox .stroeSearchBox {
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 0px 1rem;
}

.stroeSearchBox .paddingTopBox .col-6:first-child{
  padding-left: 0px;
  padding-right: 3px;  
}
.stroeSearchBox .paddingTopBox .col-6:last-child{
  padding-left: 3px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .stroeSearchBox .paddingTopBox{
    padding-right: 3px;  
  }
  .stroeSearchBox .paddingBottomBox{
    padding-left: 3px;  
  }
}
@media (max-width: 991px) {
  .searchBox .stroeSearchBox {
  display:block;
  /* align-items:center; */
  /* justify-content:center; */
    padding: 2.5rem 1rem;

  }
  .stroeSearchBox .paddingTopBox{
    margin-bottom: 6px;
  }

  .searchBox {
      height: inherit;
  }
  .searchBox .bestStoreLink,.searchBox   .stroeSearchLink{
    padding: 1rem 0px;
  }
}
/* serch end */


/* about us start*/

section.topContentBox{
  border-right: 4.375rem solid #F2F2F2;
  border-left: 4.375rem solid #F2F2F2;
}
@media (max-width: 991px){
  section.topContentBox {
    border-right: 29px solid #F2F2F2;
    border-left: 29px solid #F2F2F2;
  }
}

/* .aboutUSBox{
  border-bottom: 3px solid #F2F2F2;
} */
.aboutUSBox .aboutContent h2{
  color: #202737;
  font-size: 2.125rem;
  margin-bottom: 5px;
  font-weight: 500;
}

.aboutUSBox .aboutContent h4{
  color: #FC5E16;
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 1.15rem;
}

.aboutUSBox .aboutContent p{
  color: #666;
  font-size: 1.125rem;
  text-align: justify;
  letter-spacing: 1.5px;
  line-height: 1.85rem;
  font-weight: 300;
}

.aboutUSBox .aboutContent{
  padding: 6.875rem 4.75rem;
}

.aboutImgBox{
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutUSBox .bgImg {
    width: 100%;
    height: 100%;
    max-height: 325px;
    /* max-width: : 390px; */
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center right;
    /* min-height: 300px; */
}
@media (max-width: 991px) {
  .aboutUSBox .aboutContent{
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .aboutUSBox .bgImg {
    padding-top: 50%;
    background-position: center;
  }
  .aboutUSBox .aboutContent {
      padding: 1rem 2rem;
  }
  .aboutUSBox{
    padding: 2rem 0px;
  }
}

/* about us end*/

/* popularSlide start */
.popularStoreBox{
  padding: 2.5rem 0px;
}
.classification.titleBox{
  padding: 10px 15px;
  margin-bottom: 1.5rem;
}
.classification.titleBox div{
  text-align: center;
}
.classification.titleBox h2{
  display: inline;
  position: relative;
}
.classification.titleBox div span.CN{
  font-size: 2.125rem;
  color: #202737;
  font-family: 'Noto Sans TC', sans-serif;
  margin-right:8px;
}

.classification.titleBox div span.EN{
  font-size: 2.125rem;
  color: #ccc;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 300;
}
.classification.titleBox i.icon-search_left{
  color: #ccc;
  position: absolute;
  top: -10px;
  left: -25px;
}


.classification.titleBox i.icon-search_right{
  color: #ccc;
  position: absolute;
  bottom: -10px;
  right: -20px;
}
@media (max-width: 576px) {
/*   .classification.titleBox div span{
    display: inline-block;
  } */
}

/* popularSlide */
.bgImg-responsive-14halfBy9{
    width: 100%;
    padding-bottom: 62%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:center;
}
#popularSlide a{
  text-decoration: none;
}
#popularSlide .contentBox{
  background-color: rgba(255,255,255,0.7);
  position: relative;
  top: -1.35rem;
  padding: 1.55rem 1.35rem .75rem;
}
#popularSlide .contentBox h3{
  font-size: 1.5rem;
  color: #202737;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #E6E6E6;
  text-align:justify;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
#popularSlide .pdSpacing{
  padding: 0px 1.625rem;
}

.boxShadow:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: inherit;
  height: inherit;
  z-index: -2;
  -webkit-border-radius: inherit;
  -webkit-background-clip: padding-box;
  -moz-border-radius: inherit;
  -moz-background-clip: padding;
  border-radius: inherit;
  background-clip: padding-box;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.15);
}
.boxShadow:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: inherit;
  height: inherit;
  z-index: -2;
  -webkit-border-radius: inherit;
  -webkit-background-clip: padding-box;
  -moz-border-radius: inherit;
  -moz-background-clip: padding;
  border-radius: inherit;
  background-clip: padding-box;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.16);
}

#popularSlide .owl-nav{
  float: left;
  margin: 0px;
}


#popularSlide .moreLinkBox{
  float: right;
}
#popularSlide .owl-nav .icon-left_arrow,#popularSlide .owl-nav .icon-right_arrow {
    font-size: 3.8rem;
    color: #fff;
    background-color: #CCCCCC;

    padding: 0px 1rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#popularSlide .owl-theme .owl-nav [class*=owl-]:hover {
    background: inherit;
    color: inherit;
    text-decoration: none;
}
#popularSlide .moreLinkBox{
  background-color: #202737;
  padding:0px 1.25rem;
  box-sizing: border-box;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#popularSlide .moreLinkBox a{
  text-decoration: none;
  font-size: 1.125rem;
  color: #fff;
}

#popularSlide .tagClassBox span.tag{
  font-size: 1.125rem;
  color: #999999;
  font-weight: 300;
}
#popularSlide .tagClassBox span.icon-triangleArrow{
  font-size: 12px;
  color: #999999;
}
#popularSlide .tagClassBox span.more{
  float: right;
}
#popularSlide .tagClassBox span.more i.icon-more_link{
  color: #202737;
}


/* popularSlide end */





/* newStoreSlide start*/

section.mediumContentBox{
  background-color: #F2F2F2;
}
.newStoreBox {
    padding: 2.5rem 0px;
}
.bgImg-responsive-14halfBy9{
    width: 100%;
    padding-bottom: 62%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:center;
}
.bgImg-responsive-7halfBy9{
    width: 100%;
    padding-bottom: 120%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:center;
}
#newStoreSlide a{
  text-decoration: none;
}
#newStoreSlide .contentBox{
  /* background-color: rgba(255,255,255,0.7); */
  /* position: relative; */
  /* top: -1.35rem; */
  /* padding: 1.55rem 1.35rem .75rem; */
  padding-bottom: .5rem;
  border-bottom: 1px solid #B3B3B3;
}
#newStoreSlide .contentBox h3{
  font-size: 1.5rem;
  color: #202737;
  /* padding-bottom: .5rem; */
  margin-bottom: .5rem;
  /* border-bottom: 1px solid #E6E6E6; */
  text-align:justify;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
#newStoreSlide .pdSpacing{
  padding: 1rem 0px;
}


#newStoreSlide .owl-nav{
  float: left;
  margin: 0px;
}
#newStoreSlide .moreLinkBox{
  float: right;
}
#newStoreSlide .owl-nav .icon-left_arrow,#newStoreSlide .owl-nav .icon-right_arrow {
    font-size: 3.8rem;
    color: #fff;
    background-color: #CCCCCC;

    padding: 0px 1rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#newStoreSlide .owl-theme .owl-nav [class*=owl-]:hover {
    background: inherit;
    color: inherit;
    text-decoration: none;
}
#newStoreSlide .moreLinkBox{
  background-color: #202737;
  padding:0px 1.25rem;
  box-sizing: border-box;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#newStoreSlide .moreLinkBox a{
  text-decoration: none;
  font-size: 1.125rem;
  color: #fff;
}

#newStoreSlide .tagClassBox span.tag{
  font-size: 1.125rem;
  color: #999999;
  font-weight: 300;
}
#newStoreSlide .tagClassBox span.icon-triangleArrow{
  font-size: 12px;
  color: #999999;
}
#newStoreSlide .tagClassBox span.more{
  float: right;
}
#newStoreSlide .tagClassBox span.more i.icon-more_link{
  color: #202737;
}

#newStoreSlide .content p{
  font-size: 1.125rem;
  color: #333;
  /* padding-bottom: .5rem; */
  /* margin-bottom: .25rem; */
  /* border-bottom: 1px solid #E6E6E6; */
  text-align:justify;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-weight: 300;
}
section.mediumContentBox{
    border-right: 4.375rem solid #F2F2F2;
    border-left: 4.375rem solid #F2F2F2;
}
@media (max-width: 991px){
  section.mediumContentBox {
      border-right: 29px solid #F2F2F2;
      border-left: 29px solid #F2F2F2;
  }
}
/* newStoreSlide end */


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (max-width: 1440px){
  #popularSlide .owl-nav{
    margin-left: .75rem;
  }
  #popularSlide .moreLinkBox{
    margin-right:.75rem;
  }
  #newStoreSlide .owl-nav{
    margin-left: .75rem;
  }
  #newStoreSlide .moreLinkBox{
    margin-right:.75rem;
  }
}


@media (max-width: 576px) {
  #popularSlide .owl-nav .icon-left_arrow, #popularSlide .owl-nav .icon-right_arrow{
   font-size: 2.2rem; 
   height: 1.8rem;
  }
  #popularSlide .moreLinkBox a{
    font-size: 12px;
  }
  #popularSlide .moreLinkBox{
    height: 1.8rem;
  }

  #newStoreSlide .owl-nav .icon-left_arrow, #newStoreSlide .owl-nav .icon-right_arrow{
   font-size: 2.2rem; 
   height: 1.8rem;
  }
  #newStoreSlide .moreLinkBox a{
    font-size: 12px;
  }
  #newStoreSlide .moreLinkBox{
    height: 1.8rem;
  }
  #popularSlide .pdSpacing {
    padding: 0px .75rem;
  }
}


/* bottomContentBox start*/

section.bottomContentBox{
    border-right: 4.375rem solid #F2F2F2;
    border-left: 4.375rem solid #F2F2F2;
}
@media (max-width: 991px){
  section.bottomContentBox {
      border-right: 29px solid #F2F2F2;
      border-left: 29px solid #F2F2F2;
  }
}
.sponsorBox{
  padding: 2.5rem 0px;
}
/* bottomContentBox end*/





/* sponsorStoreSlide start */

.bottomContentBox .container-fluid{
  max-width: 1920px;
  margin: 0px auto;
}
#sponsorStoreSlide{
  padding: 0px 1rem;  
}

#sponsorStoreSlide .item{
  background-color: #F2F2F2;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: .75rem 1rem;
}
#sponsorStoreSlide .roundBox{

  width: 5rem;  /* 80 */
  height: 5rem;
  border-radius: 50%;
  background-color: #fff;
  display:flex;
  align-items:center;
  justify-content:center;
  float: left;
  margin-right: .55rem;
}
#sponsorStoreSlide .roundBox i{
  font-size: 3rem;
}
#sponsorStoreSlide .storeName{
  float: right;
}
#sponsorStoreSlide .storeName h3{
  font-size: 1.5rem;
  color: #202737;
  font-weight: 500;
}
#sponsorStoreSlide .storeName span{
  font-size: 1.125rem;
  color: #999999;
  font-weight: 300;
}
.hrLine{
  /* border-bottom: 3px solid #F2F2F2; */
  width: 100%;
  height: 3px;
  background-color: #F2F2F2;
}

#sponsorStoreSlide{
  overflow: hidden;
}

/* sponsorStoreSlide end */



/* store sort Box start */
.storeSortBox{
  padding: 2.5rem 0px;
}
.storeSortBox a{
  text-decoration: none;
}
.storeSortBox h3{
  color: #202737;
  font-size: 1.5rem;
  text-align: center;
  margin-top: .5rem;
}

.storeSortBox .innerSpacing{
  padding: 0px;
}

.storeSortBox .innerSpacing{
  padding: 0px 3.75rem;
}
@media (max-width: 1440px){
  .storeSortBox .row{
    padding: 0px 1.5rem;
  }
  .storeSortBox .innerSpacing{
    padding: 0px 1.5rem;
  }
}


.storeSortBox .roundBox{
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  position: relative;
}
.storeSortBox .roundBox i{
  font-size: 4rem; 
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@media (max-width: 767px) {
  .storeSortBox .innerSpacing{
    padding:0px 3.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .storeSortBox .innerSpacing{
    padding:0px 2rem;
  }
  .storeSortBox .roundBox i{
   font-size: 3rem; 
  }
  .storeSortBox h3{
    font-size: 1rem;
  }
}
@media (max-width: 390px) {
  .storeSortBox .innerSpacing{
    padding:0px 1rem;
  }
}
.bsColor{
  background-color: #ED6D2B;
}
.lfColor{
  background-color: #FFA617;
}
.lsColor{
  background-color: #56BF81;
}
.fdColor{
  background-color: #9E3688;
}
.tfColor{
  background-color: #3699D6;
}
.syColor{
  background-color: #ED4575;
}

/* store sort Box end */

/* storePlaceBox start */
.storePlaceBox{
  padding: 2.5rem 0px;
}
.storePlaceBox .contactUsBox{
  margin-bottom: 2rem;
}
.storePlaceBox .contactUsBox > div{
  display:flex;
  justify-content:center;  
}
.storePlaceBox .contactUsBox p{
  text-align: center;
  font-size: 1.125rem;
  color: #666;
  margin-bottom: 1.5rem;
  font-weight: 300;
}
.storePlaceBox .contactUsBox a{
  text-decoration: none;
  margin: 0px auto ;
  background-color: #202737;
  padding: 0px 1.25rem;
  box-sizing: border-box;
  height: 2.5rem;
  display: inline-block;
  display:flex;
  align-items:center;
  justify-content:center;
  color: #fff;
}

.storePlaceBox .contactUsBox a:hover{
  background-color: #FC5E16;
}
.placeBGImg{
    width: 100%;
    padding-top: 100%;
    /* height: 100%; */
    /* max-height: 325px; */
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center center;
    /* min-height: 300px; */
}
.storePlaceBox .classBox{
    text-align: center;
    padding: 1.5rem 0px;
}
.storePlaceBox .classBox i{
    font-size: 5rem;
}
.storePlaceBox .classBox h3{
    font-size: 1.5rem;
    color: #666666;
    font-weight: 300;
    padding: .5rem 0px;
}
.storePlaceBox .classBox span{
    font-size: 2.875rem;
    line-height: 2.5rem;  
    color: #666666;
    font-family: Prompt;
    font-weight: 300;
}

.storePlaceBox .insideCenter{
    display:flex;
    align-items:center;
    justify-content:center;
}

.storePlaceBox .innerSpacing{
    padding: 1rem;
}
@media (max-width: 576px) {
  .storePlaceBox .classBox h3{
    font-size: 14px;
  }
  .storePlaceBox .classBox span{
    font-size: 1.875rem;
    line-height: 1.5rem;
  }
}

/* storePlaceBox end */
footer{
  background-color: #F2F2F2;
  border-right: 4.375rem solid #F2F2F2;
  border-left: 4.375rem solid #F2F2F2;
  padding: 1rem 0px;
}
a.tel,a.email{
  text-decoration: none;
  margin-right: 1rem;
}
footer a,footer span,footer p{
  color: #808080;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
}
footer img{
  width: auto;
  height: auto;
}
@media (max-width: 991px){
  footer{
    border-right: 29px solid #F2F2F2;
    border-left: 29px solid #F2F2F2;
  }
  footer img{
    max-width:120px;
  }
}

footer .inforBox{
  text-align: right;
}
footer p.copyright{
  display:block;
}
@media (max-width: 767px){
  footer .logoBox{
    display: none;
  }
  footer .inforBox{
    text-align: center;
  }
  footer a,footer span,footer p{
    font-size: 12px;
  }

}



/* store intro start */
/* flex start */
#storeContentBox {
    display: -ms-flexbox;
    display: flex;
    padding: 1.4rem 0px;
}

.flex-fixed-width-item {
    flex: 0 0 450px;
    padding-right: 15px
}

@media screen and (max-width : 1199px) {
    .flex-fixed-width-item {
        flex: 0 0 300px;
    }
}

@media screen and (max-width : 991px) {
    #storeContentBox {
        flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
    }

    .flex-fixed-width-item {
        flex: 0 0 auto;
        padding-right: 0px;

    }

    .flex-fixed-width-item {
        order: 0;
    }
}

#rightIntroBox {
    flex: 1 1 100%;
}

#rightIntroBox {
    width: calc(100% - 450px);
    /* padding: 0px 1.5rem; */
}

.innerBox {
    width: 100%;
}

@media screen and (max-width : 1199px) {
    #rightIntroBox {
        width: calc(100% - 300px);
    }
}

@media screen and (max-width : 991px) {
    #rightIntroBox {
        width: 100%;
    }
}

/* flex end */

.owl-theme .owl-nav [class*='owl-'] {
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

.innerBox {
    padding: 0px 1rem;
}

@media screen and (max-width : 991px) {
    .innerBox {
        padding: 0px;
    }
}
#sync1{
  margin-bottom: 10px;
}
#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}



p.currentPosBox {
    font-size: 1.125rem;
    color: #999999;
    padding: 1.4rem 0px;
    border-bottom: 1px solid #F2F2F2;
    font-weight: 300;
}

 p.currentPosBox a{
        text-decoration: none;
        color: #999999;
    }

p.currentPosBox span.triangleArrow {
    font-size: 12px;
    color: #999999;
    position: relative;
    top: -1px;
}
#storeContentBox .leftBox{
  margin-bottom: 2rem;
}
#storeContentBox .leftBox h2 {
    color: #202737;
    font-size: 2.125rem;
    font-weight: 500;
    margin-bottom: 1.4rem;
}

#storeContentBox .corpBasicInfor ul li {
    line-height: 2rem;
    display: flex;
    align-items: center;
}

#storeContentBox .corpBasicInfor ul li i {
    color: #FC5E16;
    font-size: 1.2rem;
    margin-right: 5px;
}

#storeContentBox .corpBasicInfor ul li a,
.corpBasicInfor ul li span {
    text-decoration: none;
    color: #666666;
    font-weight: 300;
}

#storeContentBox .topCol {
    margin-bottom: 1.25rem;
}

#storeContentBox .btmCol {
    margin-bottom: 1.25rem;
}


#storeContentBox .btmCol h4 {
    color: #666666;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 2rem;
    display: flex;
    align-items: center;
    /* margin-bottom: .35rem; */
}

#storeContentBox .btmCol h4 i {
    color: #FC5E16;
    font-size: 1.2rem;
    margin-right: 5px;
}

#storeContentBox .btmCol .mbSpacing {
    margin-bottom: 1rem;
}

 .mbSpacing div.tag span a{
        text-decoration: none;
        color: #666666;
    }

.mbSpacing div.tag span {
    color: #666666;
    font-size: 1.125rem;
    font-weight: 300;
}

 .mbSpacing div.tag span a{
      text-decoration: none;
      color: #666666;
    }

.mbSpacing div.tag span::after {
    content: "￨";
}

.mbSpacing p {
    color: #666666;
    font-size: 1.125rem;
    font-weight: 300;
    text-align: justify;
}

.rightBox .mb-spacing{
  margin-bottom: 2rem;
}

.rightBox .introContentBox{
  margin-bottom: 2rem;
}
.rightBox .introContentBox h2{
  font-size: 2.125rem;
  color: #202737;
  font-weight: 500;
}
.rightBox .introContentBox h4{
  font-size: 1.75rem;
  color: #FC5E16;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.rightBox .introContentBox p{
  font-size: 1.125rem; 
  color: #666666;
  font-weight: 300;
  text-align: justify;
}
/* lightbox start*/
#lightModal .modal-dialog{
  max-width: 991px;
}
#lightModal .modal-content{
  border-radius: 0px;
}

/* lightbox end*/

/* /////////////// */
/* google map start*/
/* /////////////// */

.iframe-rwd {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width : 991px) {
    .iframe-rwd {
        padding-bottom: 30%;
    }
}
section.topContentBox.introBox{
  padding-bottom:4rem;
  min-height: 100vh;
}

/* google map end*/
/* store intro end */

/* store search list start */
    section.topContentBox.storeListBox{
      padding-bottom:4rem;
      min-height: 100vh;
    }

    .storeSearchListBox{
      padding: 2rem 0px;
    }

    .storeSearchListBox div.row{
      padding: 0px .5rem;
    }

    .storeSearchListBox .storeIntroBox{
      padding: 0px .5rem;
      margin-bottom: 1rem;
    }
    .storeSearchListBox .storeIntroBox a{
      text-decoration: none;
    }

    .storeIntroBox .contentBox{
      background-color: #F2F2F2;
      padding: 1rem;
      margin-top: 6px;
    }

    .storeIntroBox .contentBox .topContent {
      margin-bottom: 1rem;
    }

    .storeIntroBox .contentBox .topContent h4{
      font-size: 1.5rem;
      color: #202737;
      font-weight: 500;
      overflow: hidden;
      text-overflow:ellipsis;
      white-space: nowrap;
      letter-spacing: .5px;
      line-height: 2.5rem;
    }

    .storeIntroBox .contentBox .topContent p{
      font-size: 1.125rem;
      color: #202737;
      font-weight: 300;
      overflow: hidden;
      text-overflow:ellipsis;
      white-space: nowrap;
    }
    .storeIntroBox .tagBox{
       padding-top: .75rem; 
       border-top: 2px solid #fff;
    }
    .storeIntroBox .tagBox span{
      font-size: 1.125rem;
      color: #999999 ;
      font-weight: 100; 
    }
    .storeIntroBox .tagBox span.triangleArrow i{
      font-size: 12px;
      color: #999999 ;
    }


    nav.paginationBox ul.pagination li{
      margin: 0px 4px;
    }
    nav.paginationBox .page-link{
      border:none ;
      background-color: #F2F2F2;
      color: #999999;
      font-size: 1.125rem;
      padding: 1rem;

    }
    nav.paginationBox .page-item.active .page-link{
      color: #fff;
      background-color: #202737;
    }
    nav.paginationBox .page-link:hover{
      color: #fff;
      background-color: #202737;
    }
    nav.paginationBox .page-item:last-child .page-link,nav.paginationBox .page-item:first-child .page-link{
      border-radius: 0px;
    }
    nav.paginationBox .page-link:focus {
      box-shadow: none;
    }
    @media (max-width: 576px) {
      nav.paginationBox ul.pagination li{
        margin: 0px 3px;
      }
      nav.paginationBox .page-link{
        font-size: 12px;        
        padding: .65rem;
      }
    }
/* store search list end */


/* contact us start*/
.bgImg-responsive-23halfBy9{
    width: 100%;
    padding-bottom: 40%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:center;
}

.contactBox .contentBox >div.row {
  padding: 0px 5rem;
}
.contactBox .contentBox >div.row >div{
  /* background-color: rgba(255,255,255,.75); */
      box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
  position: relative;
  top: -2.8rem;
  padding: 3.2rem;
}

.contactBox .contentBox .pd{
  padding: 0px .5rem;
}
.contactBox .contentBox a{
  text-decoration: none;
  color: #999999;
  background-color: inherit;
}
@media (max-width: 1440px){
  .contactBox .contentBox >div.row{
    padding: 0px 2rem;
  }
  .contactBox .contentBox >div.row >div{
    top: -1.8rem;
    padding:2.8rem 2.2rem;
  }
}
@media (max-width: 576px) {
  .contactBox .contentBox >div.row{
    padding: 0px 1rem;
  }
  .contactBox .contentBox >div.row >div{
    top: -1.2rem;
    padding:2rem .8rem;
  }
}
.contactBox .leftBox ,.contactBox .rightBox{
  margin-bottom: 2rem;
} 

.contactBox .leftBox h3{
  font-size: 2.125rem;
  color: #666666;
  font-weight: 500;
  margin-bottom: 1rem;
}
.contactBox .leftBox p{
  font-size: 1.25rem;
  color: #B3B3B3;
  font-weight: 300;
  line-height: 2rem;
}
.contactBox .rightBox p{
  font-size: 1rem;
  color: #999999;
  font-weight: 300;
  line-height: 1.8rem;
}
.contactBox .rightBox p i{
  font-size: 1.25rem;
  color: #FC5E16;
  margin-right: .5rem;
}
@media screen and (min-width: 577px) and (max-width: 991px){
  section.storeListBox .container {
      max-width: 991px;
  }
}

@media (max-width: 576px) {
  .contactBox .bgImg-responsive-23halfBy9{
    padding-bottom: 55%;
  }
}

@media (max-width: 420px) {
  .contentBox .iconBox,.contentBox .iconBox{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
.storeSearchListBox div.row.contactBox{
  padding: 0px;
}

.storeSearchListBox .contactBox .imgBox{
  padding: 0px;
}
.storeSearchListBox .contactBox .contentBox{
  padding: 0px;
}


}

.contactForm label{
  font-size:  1.125rem;
  color: #B3B3B3;
  font-weight: 300;
}

.contactForm .form-control{
  border-radius: 0px;
}
.contactForm .submitBox{
  text-align: center;
}
button.submitBtn {
  margin: 0 auto;
  font-size: 1.125rem;
  padding: .55rem 1.55rem;
  display: block;
  background-color: #666666;
  color: #fff;
  font-weight: 300;
  -webkit-border-radius: 0px;
  border-radius:0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
}

button.submitBtn:hover {
  background-color: #FC5E16;
  color: #fff;
  border: none;
}
/* contact us end*/



/* articleIntroBox start */
.articleIntroBox .contactBox .contentBox >div.row >div {
  z-index: 1;
}

.articleIntroBox .contactBox .contentBox h3{
  font-size: 2.125rem;
  color: #202737;
  /* margin-bottom: .5rem; */
}
.articleIntroBox .contactBox .contentBox span.subtitle{
  font-size: 1.55rem;
  color: #FC5E16;
  margin-bottom: 1.25rem;
  display: inline-block;
  font-weight: 300;
}
.articleIntroBox .contactBox .contentBox p{
  font-size: 1.125rem;
  color: #666666;
  font-weight: 300;
}

.articleIntroBox .contactBox .contentBox .videoBox{
  margin-top: 2rem;
}

@media (max-width: 576px){
  .articleIntroBox .contactBox .bgImg-responsive-23halfBy9 {
      padding-bottom: 55%;
  }
}
@media (max-width: 420px){
  .articleIntroBox div.row.contactBox {
      padding: 0px;
  }
  .articleIntroBox .contactBox .imgBox {
      padding: 0px;
  }
}

/* articleIntroBox end */

/* 0711 add style */

.classification.titleBox {
    padding: 10px 5rem;
    margin-bottom: 1.5rem;
}

.aboutUSBox .aboutContent p{
  color: #292929;
}
#popularSlide .tagClassBox span.tag{
  color: #292929; 
}
#popularSlide .tagClassBox span.icon-triangleArrow{
  color: #292929;
}

#popularSlide .tagClassBox span.icon-triangleArrow{
  color: #292929;
}
#newStoreSlide .tagClassBox span.icon-triangleArrow{
  color: #292929;
}

#newStoreSlide .tagClassBox span.tag{
  color: #292929;
}

.storePlaceBox .contactUsBox p{
  color: #292929;
}

.storePlaceBox .classBox h3{
  color: #292929;
}

p.currentPosBox{
  color: #292929;
}
p.currentPosBox span.triangleArrow{
  color: #292929;
}
#storeContentBox .corpBasicInfor ul li a, .corpBasicInfor ul li span{
  color: #292929;
}
#storeContentBox .btmCol h4{
  color: #292929;
}
.mbSpacing div.tag span{
  color: #292929;
}

.mbSpacing p{
  color: #292929;
}
.rightBox .introContentBox p{
  color: #292929;
}
footer a, footer span, footer p{
  color: #292929;
}
/* 0711 add end */
