@charset "UTF-8";
/******************
* Edited by DM 
******************/
/* CSS Document */

/*
:root {
  --brand-color-light: #4cb9a4;
  --brand-color-dark: #0b686a;
  --brand-color-black: #3a3a3a;
  --brand-color-darkgrey: #707070;
  --brand-color-lightgrey: #d5d5d5;
  --brand-font: "Roboto", "Arial", "Microsoft Yahei", "微軟雅黑",
    "Microsoft JhengHei", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  position: relative;
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
  color: #3a3a3a;
  letter-spacing: 0.04em;
  font-family: "Roboto", "Arial", "Microsoft Yahei", "微軟雅黑", "Microsoft JhengHei", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  outline: none;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

a.link {
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
}

*:focus {
  outline: none;
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 0;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
}

b {
  font-weight: 600;
}

p {
  margin-bottom: 0.5rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  height: 0;
}

hr.dark {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
*/

/***** Laptop (col-lg) *****/
/***** Tablet (col-md) *****/
/***** Mobile *****/
.flexCenter, .sw-compare-section-header .sw-compare-section-header-bar-btn, .sw-compare-info-box .sw-compare-basic-dropdown, .sw-compare-info-box .sw-compare-basic-logo, .sw-compare-info-box .sw-compare-basic-photo, .sw-compare-info-box .sw-compare-basic-color-picker, .sw-compare-info-box .sw-compare-basic-color-picker .commonBody-1, .sw-compare-info-box .sw-compare-basic-btn-container, .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-sizeList, .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-photoList, .sw-compare-info-box .sw-compare-info-item-basic-style-bodyTitlePhoto,
.sw-compare-info-box .sw-compare-info-item-basic-style-bodyPhoto,
.sw-compare-info-box .bodyPhoto,
.sw-compare-info-box .bodyTitlePhoto{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
}

.sw-compare-section-split {
  width: 100%;
  height: 1px;
  background-color: #0b686a;
  margin: 0;
}

.sw-compare-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  margin-top: 60px;
  margin-bottom: 0px;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
}

@media all and (max-width: 767px) {
  .sw-compare-section-header {
    margin-top: 40px;
  }
}

.sw-compare-section-header .sw-compare-section-header-title {
  color: #0b686a;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 5px;
  flex: 1 0 auto;
}

.sw-compare-section-header .sw-compare-section-header-bar-btn {
  background-color: #4cb9a4;
  color: white;
  padding: 0.3rem 1rem;
  min-width: 140px;
  border-radius: 30px;
  letter-spacing: 5px;
  text-indent:0.2rem;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  flex: 0 0 auto;
}
.sw-compare-section-header .sw-compare-section-header-bar-btn:hover {
    background-color: #0B686A;
    color: white;
}
@media all and (max-width: 767px) {
  .sw-compare-section-header .sw-compare-section-header-bar-btn {
    min-width: 120px;
  }
}

.sw-flex-column, .sw-compare-info-box .sw-compare-basic-color-picker .sw-compare-basic-color-picker-item, .sw-compare-info-box .sw-compare-basic-btn-container .sw-compare-basic-bar-btn, .sw-compare-info-box .sw-compare-info-item,
.sw-compare-info-box .bodyPhoto,
.sw-compare-info-box .bodyTitlePhoto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
}

.sw-compare-info-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
}

.sw-compare-info-box .sw-compare-basic-dropdown {
    height: auto;
    padding: 2rem 0 1rem;
}

.sw-compare-info-box .sw-compare-basic-logo img {
    height: auto;
    width: auto;
}

@media all and (max-width: 1024px) {
  .sw-compare-info-box .sw-compare-basic-logo img {
    height: auto;
    width: auto;
  }
}

@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-basic-logo img {
    height:100%;
    width: 95%;
  }
}
@media all and (max-width: 480px) {
  .sw-compare-info-box .sw-compare-basic-logo img {
    height:100%;
    width: 95%;
  }
}

.sw-compare-info-box .sw-compare-basic-photo img {
    height: 70%;
    width: 70%;
}

@media all and (max-width: 1024px) {
  .sw-compare-info-box .sw-compare-basic-photo img {
    height: 100%;
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-basic-photo img {
    height: 88%;
    width: 88%;
  }
}
@media all and (max-width: 480px) {
  .sw-compare-info-box .sw-compare-basic-photo img {
    height:90%;
    width: 90%;
  }
}

.sw-compare-info-box .sw-compare-basic-color-picker .sw-compare-basic-color-picker-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0.8rem;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    cursor: pointer;
}
/*@media all and (max-width: 480px) {
  .sw-compare-info-box .sw-compare-basic-color-picker .sw-compare-basic-color-picker-item{
  margin: .5rem .3rem;
  }
}*/

.sw-compare-info-box .sw-compare-basic-color-picker .sw-compare-basic-color-picker-item.sw-compare-basic-color-picker-item-active .sw-compare-basic-color-picker-item-droplet {
  border: 2px solid #707070;
}

.sw-compare-info-box .sw-compare-basic-color-picker .sw-compare-basic-color-picker-item .sw-compare-basic-color-picker-item-droplet {
  width: 36px;
  height: 36px;
  border-radius: 48px;
  border: 1px solid #d5d5d5;
  margin-bottom: 8px;
}

@media all and (max-width: 1024px) {
  .sw-compare-info-box .sw-compare-basic-color-picker .sw-compare-basic-color-picker-item .sw-compare-basic-color-picker-item-droplet {
    width: 30px;
    height: 30px;
  }
}

@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-basic-color-picker .sw-compare-basic-color-picker-item .sw-compare-basic-color-picker-item-droplet {
    width: 30px;
    height: 30px;
  }
}

.sw-compare-info-box .sw-compare-basic-color-picker .sw-compare-basic-color-picker-item .sw-compare-basic-color-picker-item-droplet.sw-compare-basic-color-picker-item-droplet-white {
  background-color: white;
}

.sw-compare-info-box .sw-compare-basic-color-picker .sw-compare-basic-color-picker-item .sw-compare-basic-color-picker-item-droplet.sw-compare-basic-color-picker-item-droplet-pink {
  background-color: #e29ab0;
}
.sw-compare-info-box .sw-compare-basic-color-picker .sw-compare-basic-color-picker-item .sw-compare-basic-color-picker-item-droplet.sw-compare-basic-color-picker-item-droplet-black {
  background-color: black;
}
.sw-compare-info-box .sw-compare-basic-color-picker .sw-compare-basic-color-picker-item .sw-compare-basic-color-picker-item-droplet.sw-compare-basic-color-picker-item-droplet-grey {
  background-color: #31343b;
}
.sw-compare-info-box .sw-compare-basic-color-picker .sw-compare-basic-color-picker-item .sw-compare-basic-color-picker-item-droplet.sw-compare-basic-color-picker-item-droplet-darkblue {
  background-color: #1e445b;
}
.sw-compare-info-box .sw-compare-basic-color-picker .sw-compare-basic-color-picker-item .sw-compare-basic-color-picker-item-droplet.sw-compare-basic-color-picker-item-droplet-darkgreen {
  background-color: #1c4336;
}
.sw-compare-info-box .sw-compare-basic-color-picker .sw-compare-basic-color-picker-item .sw-compare-basic-color-picker-item-droplet.sw-compare-basic-color-picker-item-droplet-green {
  background-color: #a1b97a;
}
.sw-compare-info-box .sw-compare-basic-color-picker .sw-compare-basic-color-picker-item .sw-compare-basic-color-picker-item-droplet.sw-compare-basic-color-picker-item-droplet-blue {
  background-color: #83abd4;
}
.sw-compare-info-box .sw-compare-basic-color-picker .sw-compare-basic-color-picker-item .sw-compare-basic-color-picker-item-droplet.sw-compare-basic-color-picker-item-droplet-purple {
  background-color: #9c88b9;
}
.sw-compare-info-box .sw-compare-basic-color-picker .sw-compare-basic-color-picker-item .sw-compare-basic-color-picker-item-droplet.sw-compare-basic-color-picker-item-droplet-yellow {
  background-color: #eacf68;
}

.sw-compare-info-box .sw-compare-basic-color-picker .sw-compare-basic-color-picker-item .sw-compare-basic-color-picker-item-name {
  font-size: 1rem;
}
@media all and (max-width: 480px) {

  .sw-compare-info-box .sw-compare-basic-color-picker .sw-compare-basic-color-picker-item .sw-compare-basic-color-picker-item-name{
  font-size: 0.9rem;
  }
}
.sw-compare-info-box .sw-compare-basic-btn-container {
  margin: 2rem 0;
}

@media all and (max-width: 1024px) {
  .sw-compare-info-box .sw-compare-basic-btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-basic-btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  margin: 0;
  }
}

.sw-compare-info-box .sw-compare-basic-btn-container .sw-compare-basic-bar-btn {
    margin: 0 1.2rem;
    background-color: #4cb9a4;
    color: white;
    padding: 0.3rem 1rem;
  min-width: 140px;
    border-radius: 30px;
    letter-spacing: 5px;
  text-indent:0.2rem;
    font-size: 15px;
  text-align: center;
}

.sw-compare-info-box .sw-compare-basic-btn-container .sw-compare-basic-bar-btn:hover {
    background-color: #0B686A;
    color: white;
}
@media all and (max-width: 1024px) {
  .sw-compare-info-box .sw-compare-basic-btn-container .sw-compare-basic-bar-btn {
    margin: 10px 0px;
  }
}

@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-basic-btn-container .sw-compare-basic-bar-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 120px;
  }
}

.sw-compare-info-box .sw-compare-info-item {
  height: 130px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  /*margin: 0.75rem 0;*/
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
}

.sw-compare-info-box .bodyPhoto,
.sw-compare-info-box .bodyTitlePhoto{
}

.sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-1-1 {
  height: 112px;
  padding: 0 2rem;
}

@media all and (max-width: 1024px) {
  .sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-1-1 {
    height: 180px;
  }
}

@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-1-1 {
    /*height: 200px;*/
  padding: 0;
  }
}

.sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-1-2 {
  height: 130px;
  padding: 0 2rem;
}

@media all and (max-width: 1024px) {
  .sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-1-2 {
    height: 180px;
  }
}

@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-1-2 {
    /*height: 200px;*/
  padding: 0;
    margin: -20px 0;
  }
}

.sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-1-3 {
  height: 200px;
}

@media all and (max-width: 1024px) {
  .sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-1-3 {
    height: 280px;
  }
}

@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-1-3 {
    /*height: 320px;*/
  }
}

.sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-2-1 {
  height: 220px;
}

@media all and (max-width: 1024px) {
  .sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-2-1 {
    height: 250px;
  }
}

@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-2-1 {
    height: 250px;
  }
}

.sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-2-2 {
  height: 140px;
}

@media all and (max-width: 1024px) {
  .sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-2-2 {
    height: 130px;
  }
}

@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-2-2 {
    height: 120px;
    margin: -25px 0;
  }
}

.sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-2-3 {
  height: 130px;
}

@media all and (max-width: 1024px) {
  .sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-2-3 {
    height: 100px;
  }
}

@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-2-3 {
    height: 90px;
  }
}

.sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-2-4 {
  height: 130px;
}

@media all and (max-width: 1024px) {
  .sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-2-4 {
    height: 110px;
  }
}

@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-2-4 {
    height: 110px;
    margin: -25px 0;
  }
}

.sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-2-5 {
  height: 130px;
}

@media all and (max-width: 1024px) {
  .sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-2-5 {
    height: 110px;
  }
}

@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-2-5 {
    height: 110px;
  }
}

.sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-4-1 {
  height: 140px;
}

@media all and (max-width: 1024px) {
  .sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-4-1 {
    /*height: 180px;*/
  }
}

@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-4-1 {
    /*height: 180px;*/
  }
}

.sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-4-2 {
  height: 130px;
}
.sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-4-2.memories{
	height:200px;
}
.sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-4-2.memories .img1{
	padding-right:10px;
	max-width: 135px; 
}

@media all and (max-width: 1024px) {
  .sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-4-2 {
    height: 200px;
  }
}

@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-4-2 {
    height: 150px;
  }
	.sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-4-2.memories{
		height:250px;
	}
	.sw-compare-info-box .sw-compare-info-item.memories .sw-compare-info-item-photoList div{
		flex-direction: column;
	}
	.sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-4-2.memories .img1{
		padding-right:0;
	}
	.sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-4-2.memories .img1{
		max-width: 125px; 
	}
}

.sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-body {
  font-size: 14px;
  text-align: center;
}

.sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-body-leftAlign {
  text-align: left;
}

.sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-title {
  color: #4cb9a4;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
}

.sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-logo {
  margin-bottom: 0.3rem;
}

.sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-data {
  font-size: 1.6rem;
  font-weight: 100;
  line-height:1;
}

.sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-data span {
  font-size: 2.2rem;
}

@media all and (max-width: 1024px) {
  .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-data {
    font-size: 1.4rem;
  }
  .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-data span {
    font-size: 1.8rem;
  }
}

@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-data {
    font-size: 1.2rem;
  }
  .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-data span {
    font-size: 1.4rem;
  }
}

.sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  margin: 0 30px;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
}

.sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-photo.sw-compare-info-item-photo-badge {
  width: 100px;
  height: 100px;
  margin-left: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
}

@media all and (max-width: 1024px) {
  .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-photo.sw-compare-info-item-photo-badge {
    /*width: 60px;
    height: 60px;*/
    margin-bottom: 1rem;
  }
}

@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-photo.sw-compare-info-item-photo-badge {
    /*width: 60px;
    height: 60px;
    margin-bottom: 20px;*/
  }
}

@media all and (max-width: 1024px) {
  .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-photo {
    width: 100px;
    height: 100px;
  margin-bottom:.75rem;
  }
}

@media all and (max-width: 767px) {
  /*.sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-photo {
    width: 80px;
    height: 80px;
  }*/
}

.sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-photo img {
  width: inherit;
  height: inherit;
}

.sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-sizeList {
  width: inherit;
  height: inherit;
}

.sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-sizeList div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
}

.sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-sizeList div img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 60px;
  width:60px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
}

@media all and (max-width: 1024px) {
  .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-sizeList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-sizeList div {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-sizeList div img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 60px;
  width:60px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-sizeList {
    /*-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;*/
  }
  .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-sizeList div {
  /*  -webkit-box-flex: 0;
        -ms-flex: 0 1 45px;
            flex: 0 1 45px;
    margin: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;*/
  }
  .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-sizeList div img {
    /*-o-object-fit: contain;
       object-fit: contain;
    height: 42px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;*/
  }
}

@media all and (max-width: 480px) {
  .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-sizeList div {
  max-width: calc(100%/2 - 10px)
  }
  .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-sizeList div img{

  }
}

@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-info-item.sw-compare-info-item-4-1{
    height: 200px;
  }
  .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-sizeList {
    height:140px;
    flex-wrap: wrap;
  }
}

.sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-photoList {
  width: auto;
  height: auto;
}

.sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-photoList div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
}

.sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-photoList div img {
  -o-object-fit: contain;
     object-fit: contain;
  /*height: 70px;*/
    min-height: 70px;
    width: 100%;
    height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
}
.sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-photoList .package img{
  /*width: 180px;*/
    width: 100%;
    height: 100%;
}
@media all and (max-width: 1024px) {
  .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-photoList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-photoList div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-photoList div img {
    -o-object-fit: contain;
       object-fit: contain;
    /*height: 70px;*/
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-photoList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-photoList div {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-photoList div img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.sw-compare-info-box .sw-compare-info-item-basic-style-bodyTitlePhoto,
.sw-compare-info-box .sw-compare-info-item-basic-style-bodyPhoto,
  .sw-compare-info-box .bodyTitlePhoto,
  .sw-compare-info-box .bodyPhoto {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
}

@media all and (max-width: 1024px) {
  .sw-compare-info-box .sw-compare-info-item-basic-style-bodyTitlePhoto,
  .sw-compare-info-box .sw-compare-info-item-basic-style-bodyPhoto,
  .sw-compare-info-box .bodyTitlePhoto,
  .sw-compare-info-box .bodyPhoto{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-info-item-basic-style-bodyTitlePhoto,
  .sw-compare-info-box .sw-compare-info-item-basic-style-bodyPhoto,
  .sw-compare-info-box .bodyTitlePhoto,
  .sw-compare-info-box .bodyPhoto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sw-compare-info-box .sw-compare-info-item-basic-style-bodyPhoto,
  .sw-compare-info-box .bodyPhoto {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
}

.sw-compare-info-box .sw-compare-info-item-basic-style-bodyPhoto .sw-flex-column, .sw-compare-info-box .sw-compare-info-item-basic-style-bodyPhoto .sw-compare-basic-color-picker .sw-compare-basic-color-picker-item, .sw-compare-info-box .sw-compare-basic-color-picker .sw-compare-info-item-basic-style-bodyPhoto .sw-compare-basic-color-picker-item, .sw-compare-info-box .sw-compare-info-item-basic-style-bodyPhoto .sw-compare-basic-btn-container .sw-compare-basic-bar-btn, .sw-compare-info-box .sw-compare-basic-btn-container .sw-compare-info-item-basic-style-bodyPhoto .sw-compare-basic-bar-btn, .sw-compare-info-box .sw-compare-info-item-basic-style-bodyPhoto .sw-compare-info-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 185px;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
}

@media all and (max-width: 1024px) {
  .sw-compare-info-box .sw-compare-info-item-basic-style-bodyPhoto,
  .sw-compare-info-box .bodyPhoto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  height: 200px;
  }
}

@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-info-item-basic-style-bodyPhoto,
  .sw-compare-info-box .bodyPhoto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
          height: 180px;
  }
}

@media all and (max-width: 1024px) {
  .sw-compare-info-box .sw-compare-info-item-basic-style-photoList {
    height: 300px;
  }
}

@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-info-item-basic-style-photoList {
    height: 300px;
  }
}

#sizeModal .modal-dialog {
  max-width: 100%;
  width: 800px;
  margin: 2rem auto;
}

@media all and (max-width: 1024px) {
  #sizeModal .modal-dialog {
    /*margin: 0 auto;*/
  max-width: 90%;
  }
}

#sizeModal .modal-header {
  border-bottom: 0;
  padding: 20px 20px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#sizeModal{
  padding-right:0 !important;
}
#sizeModal .modal-body {
  padding: 15px 6.5%;
}

#sizeModal .modal-title {
  position: absolute;
  top: 20px;
  font-size: 30px;
  color: #0B686A;
  font-weight: bold;
    letter-spacing: 5px;
}

#sizeModal .modal-content {
  border: 0;
}

#sizeModal .close {
  font-size: 2.5rem;
  font-weight: 500;
  color: #0b686a;
  opacity: 1;
  cursor: pointer;
}

.sw-modal-size {
  text-align: center;
}

.sw-modal-size thead {
  background-color: #0b686a;
  color: white;
}

.sw-modal-size th[scope="row"] {
  color: #4cb9a4;
  border-top: 0;
}
.sw-modal-size th[scope="row"] img{
  margin: .5rem;
  width: 50px;
  height: 50px;
}
.sw-modal-size th[scope="row"] span{
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  line-height: 1.3;
}
.sw-modal-size th {
  font-size: 17px;
  font-weight: 500;
  border-bottom: 0 !important;
  vertical-align: middle !important;
}

@media all and (max-width: 767px) {
  #sizeModal .modal-body{
    padding: 15px 15px;
  }
  .sw-modal-size th {
    font-size: 14px;
  }
  .sw-modal-size th[scope="row"] span{
    width: 75px;
  }
  
  #sizeModal .modal-title {
    font-size: 26px;
    top:22px;
  }
}

.sw-modal-size tbody tr:nth-child(even) {
  background: #F5F5F5;
}

.sw-modal-size td {
  font-size: 1rem;
  font-weight: 500;
  border-top: 0;
  vertical-align: middle;
}
.sw-modal-size td:nth-child(3),
.sw-modal-size td:nth-child(4){
  text-transform:lowercase;
}

@media all and (max-width: 1024px) {
  .sw-modal-size td {
    padding: 0.5rem;
  }
}

@media all and (max-width: 767px) {
  .sw-modal-size td {
    font-size: 14px;
    padding: 0.25rem;
  }
}
.comparison {
  overflow: hidden;
}

.comparison .bootstrap-select {
  position: relative;
  width: 600px !important;
  max-width: 100%;
  margin-left:-1px !important;
}

.comparison .bootstrap-select > .dropdown-toggle {
  color: #0B686A;
  padding: 3px 10px;
  padding-right: 35px;
  border-radius: 17px;
  border: 2px solid #0b686a;
  height: 35px;
  cursor: pointer;
  line-height:1.6;
  background-color: white;
  font-weight: 500;
  text-transform:uppercase;
    -webkit-transition: border-radius 0.15s ease;
    -o-transition: border-radius 0.15s ease;
    transition: border-radius 0.15s ease;
}

.comparison .bootstrap-select.show > .dropdown-toggle {
  border-radius: 17px 17px 0 0;
}

.comparison .bootstrap-select .dropdown-menu {
  width: 600px;
  max-width: 100%;
  top: 31px !important;
  left: 0px !important;
  -webkit-transform: none !important;
          transform: none !important;
  border: 2px solid #0B686A;
  border-radius: 0 0 17px 17px;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  z-index: 3;
  max-height: 350px;
  text-transform:uppercase;
}

.comparison .bootstrap-select > button.dropdown-toggle:focus {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.comparison .btn-light:not(:disabled):not(.disabled).active:focus, 
.comparison .btn-light:not(:disabled):not(.disabled):active:focus, 
.comparison .show>.btn-light.dropdown-toggle:focus{
  -webkit-box-shadow: none;
          box-shadow: none;
}

.comparison .bootstrap-select > .dropdown-toggle:after {
  content: "";
  border: 0;
  margin-left: 0;
  vertical-align: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px;
  margin-top: 0 !important;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.92375 0L0 1.85014L9.5 11L19 1.85014L17.0763 0L9.5 7.29285L1.92375 0Z' fill='%230B686A'/%3E%3C/svg%3E%0A");
}
@media all and (max-width: 767px) {
  .comparison .bootstrap-select > .dropdown-toggle {
    padding: 3px 12px;
    padding-right: 25px;
  }
  .comparison .bootstrap-select > .dropdown-toggle:after {
    right: 8px;
    padding: 8px;
  }
  .comparison .bootstrap-select .dropdown-menu {
     max-height: 300px !important;
   }
   .comparison .bootstrap-select .dropdown-menu .inner{
       max-height:200px !important;
   }
}

.comparison .bootstrap-select.show > .dropdown-toggle:after {
  /*background-image: url("data:image/svg+xml,%3Csvg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.92375 11L0 9.14986L9.5 3.25839e-07L19 9.14986L17.0763 11L9.5 3.70715L1.92375 11Z' fill='%230B686A'/%3E%3C/svg%3E%0A");*/
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center;
}


.comparison .bs-searchbox:after {
  content: "";
  position: absolute;
  top: 19px;
  right: 17px;
  padding: 8px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20L15.514 15.506L20 20ZM18 9.5C18 11.7543 17.1045 13.9163 15.5104 15.5104C13.9163 17.1045 11.7543 18 9.5 18C7.24566 18 5.08365 17.1045 3.48959 15.5104C1.89553 13.9163 1 11.7543 1 9.5C1 7.24566 1.89553 5.08365 3.48959 3.48959C5.08365 1.89553 7.24566 1 9.5 1C11.7543 1 13.9163 1.89553 15.5104 3.48959C17.1045 5.08365 18 7.24566 18 9.5V9.5Z' stroke='%23D5D5D5' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.comparison .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-align: center;
  white-space: nowrap;
  text-overflow:ellipsis;
  overflow: hidden;
}

.comparison .btn-light:hover,
.comparison .btn-light:focus,
.comparison .btn-light:not(:disabled):not(.disabled).active,
.comparison .btn-light:not(:disabled):not(.disabled):active,
.comparison .show > .btn-light.dropdown-toggle {
  color: #0b686a !important;
  background-color: white !important;
  border-color: #0b686a !important;
  outline: none !important;
}

@media all and (max-width: 480px) {
/*
  .comparison .btn-light:hover,
  .comparison .btn-light:focus,
  .comparison .btn-light:not(:disabled):not(.disabled).active,
  .comparison .btn-light:not(:disabled):not(.disabled):active,
  .comparison .show > .btn-light.dropdown-toggle {
    width: 375px;
    z-index: 1;
    transition: width 0.15s ease;
  }
  .comparison .bootstrap-select > button.dropdown-toggle:focus {
    width: 100%;
  }
  .comparison .dropdown-menu.show{
    width: 375px;
    max-width:375px;
  }
  .comparison .bootstrap-select .dropdown-menu.inner{
    max-width: 100%;
  }
  .comparison .sw-compare-b .btn-light:not(:disabled):not(.disabled).active,
  .comparison .sw-compare-b .btn-light:not(:disabled):not(.disabled):active,
  .comparison .sw-compare-b .show > .btn-light.dropdown-toggle {
    position: relative;
    right: 100%;
  }
  .comparison .sw-compare-b .dropdown-menu.show{
    left: -100% !important;
  }*/
  .comparison .sw-compare-a .bootstrap-select.show,
  .comparison .sw-compare-b .bootstrap-select.show {
    z-index: 1;
    min-width: 388px;
  }
  .comparison .sw-compare-a .bootstrap-select.show {
    transform: translateX(105px);
  }
  .comparison .sw-compare-b .bootstrap-select.show {
    transform: translateX(-105px);
  }
  /* .sw-compare-a .sw-compare-info-box.selectGrow:hover{
    align-items: flex-start;
  }
  .sw-compare-b .sw-compare-info-box.selectGrow:hover{
    align-items: flex-end;
  }
  .sw-compare-info-box.selectGrow:hover .sw-compare-basic-dropdown{
    max-width: 190%;
    z-index:2;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
  } */
}

.comparison .bs-searchbox .form-control,
.comparison .bs-searchbox .form-control:focus {
  height: calc(1.3em + 0.5rem + 2px);
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
  padding-right: 1.5rem;
}

.comparison .bs-searchbox .form-control:focus {

 }

.comparison .dropdown-header.optgroup-1,
.comparison .dropdown-header.optgroup-2,
.comparison .dropdown-header.optgroup-3,
.comparison .dropdown-header.optgroup-4,
.comparison .dropdown-header.optgroup-5,
.comparison .dropdown-header.optgroup-6,
.comparison .dropdown-header.optgroup-7 {
  font-size: 18px;
  font-weight: 700;
  color: #0B686A;
  border-bottom: 1px solid #0B686A;
  padding-bottom: 3px;
  margin-bottom: 4px;
  padding-left: 10px;
  margin-top: .8rem;
}
.comparison .dropdown-header.optgroup-1 span.text,
.comparison .dropdown-header.optgroup-2 span.text,
.comparison .dropdown-header.optgroup-3 span.text,
.comparison .dropdown-header.optgroup-4 span.text,
.comparison .dropdown-header.optgroup-5 span.text,
.comparison .dropdown-header.optgroup-6 span.text,
.comparison .dropdown-header.optgroup-7 span.text {
  white-space: normal;
  word-break: normal;
  word-wrap: normal;
}

.comparison .bootstrap-select .dropdown-menu li a.opt {
    padding-left: 20px !important;
    color: #0B686A;
    font-weight: 300;
    font-size: 14px;
}

@media all and (max-width: 768px) {
  .comparison .bootstrap-select .dropdown-menu li a.opt {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 15px;
  }
}

@media all and (max-width: 480px) {
  .comparison .bootstrap-select .dropdown-menu li a.opt {
    font-size: 14px;
    padding-left: 20px !important;
  }
}

.comparison .bootstrap-select .dropdown-menu li a.opt span.text {
  white-space: normal;
  word-break: normal;
  /*word-break: ;*/
}

.comparison .bootstrap-select .dropdown-item.active,
.comparison .bootstrap-select .dropdown-item:active {
  color: white !important;
  background-color: #4CB9A4 !important;
  font-weight: 400 !important;
}

@media all and (min-width: 768px) {

.comparison .bootstrap-select .dropdown-item:focus,
.comparison .bootstrap-select .dropdown-item:hover {
  color: white !important;
  background-color: #4CB9A4 !important;
  font-weight: 400 !important;
}
}

.comparison .bootstrap-select .no-results {
  background: transparent !important;
}

/* clears the clear */
.bootstrap-select input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.bootstrap-select input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.bootstrap-select input[type="search"]::-webkit-search-decoration,
.bootstrap-select input[type="search"]::-webkit-search-cancel-button,
.bootstrap-select input[type="search"]::-webkit-search-results-button,
.bootstrap-select input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/*# sourceMappingURL=style.css.map */

/*/////add-on style////*/
.sw-compare-info-basic-a .sw-compare-info-box,
.sw-compare-info-basic-b .sw-compare-info-box {
    animation: fadeIn 0.3s ease-out both;
}
@keyframes fadeIn {
    from{opacity: 0;}
    to{opacity: 1;}
}
.sw-compare-info-box .sw-compare-basic-color-picker .commonBody-1{
  margin: .5rem 0;
    flex-wrap:wrap;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    align-items: flex-start;
  }


.sw-compare-info-box .sw-compare-basic-color-picker .sw-compare-basic-color-picker-item{
  margin: .3rem .8rem;
}
@media all and (max-width: 767px) {
  .sw-compare-info-box .sw-compare-basic-color-picker .multi-color .sw-compare-basic-color-picker-item{
    margin: .3rem 0;
  }
}

.sw-compare-info-box .sw-compare-basic-color-picker .sw-compare-basic-color-picker-item .sw-compare-basic-color-picker-item-name{
    max-width: 75px;
    min-width: 75px;
  text-align:center;
}
@media all and (max-width: 480px) {
  .sw-compare-info-box .sw-compare-basic-color-picker .sw-compare-basic-color-picker-item .sw-compare-basic-color-picker-item-name{
    max-width: 50px;
    min-width: 50px;
  }
}
.sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-body-l p{
  margin-bottom: 1rem;
}
.sw-compare-info-box .sw-compare-info-item .sw-compare-info-item-body-l p:last-child{
  margin-bottom: 0;
}
.sw-compare-info-item-none{
    font-weight: 700;
}
.sw-compare-info p{
  margin:0;
}
.comparison .bootstrap-select .no-results{
  white-space: normal;
}
.comparison .dropdown-divider{
  display:none;
}
.comparison{
  padding-bottom: 60px;
}
.sw-compare-info-item-1-3{
  justify-content:flex-start !important;
  padding-top: 25px !important;
}


.sw-compare-info-box .sw-compare-basic-logo{
  min-height: 58px;
}
.sw-compare-info-box .sw-compare-basic-photo{
  min-height: 145px;
}
@media all and (min-width: 468px) {
  .sw-compare-info-box .sw-compare-basic-logo{
    min-height: 68px;
  }
  .sw-compare-info-box .sw-compare-basic-photo{
    min-height: 198px;
  }
}
@media all and (min-width: 768px) {
  .sw-compare-info-box .sw-compare-basic-logo{
    min-height: 100px;
  }
  .sw-compare-info-box .sw-compare-basic-photo{
    min-height: 260px;
  }
}
@media all and (min-width: 1025px) {
  .sw-compare-info-box .sw-compare-basic-photo{
    min-height: 300px;
  }
}
@media all and (min-width: 1200px) {
  .sw-compare-info-box .sw-compare-basic-photo{
    min-height: 370px;
  }
}



.comparison a.select-btn{
	position: fixed;
	right: 0;
	top: 130px;
	background-color: var(--brand-color-dark);
	padding: 1rem 1rem 1rem .8rem;
	box-shadow: 0 0 10px #ccc;
	z-index: 1;
	border-radius: 10px 0 0 10px;
	color: white;
	line-height: 1.3;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	text-align: right;
	transition: all .3s ease;
}
html[lang^=ja] .comparison a.select-btn span,
html[lang^=zh-HK] .comparison a.select-btn span{
	writing-mode: vertical-rl;
	text-orientation: upright;
	letter-spacing: 5px;
}
html[lang^=en] .comparison a.select-btn{
	font-size: 14px;
}
.comparison a.select-btn.active{
	visibility: visible;
	opacity: .5;
	right: -8px;
	transition: all .3s ease;
}
.comparison a.select-btn:hover{
	right: 0;
	opacity: 0.8;
	color: white;
	transition: all .3s ease;
}
@media  (max-width: 767px){
	.comparison a.select-btn{
		font-size: 14px;
	}
	html[lang^=en] .comparison a.select-btn{
		font-size: 12px;
	}
	.comparison a.select-btn:hover{
		right: -8px;
	}
}


/*************************************************************
 * HOME
*************************************************************/
/*** Home Slider ***/
.home-banner .banner-item {
  width: 100%;
  position: relative;
}
.home-banner .banner-item {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.home-banner .slick-dots {
  /*position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding-left: 5vw;*/
    position: absolute;
    display: flex;
    transform: translateX(-50%);
    left: 50%;
    bottom: -6%; 
    z-index: 2;
}
.home-banner .slick-dots li {
  list-style: none;
  margin: 0;
}
.home-banner .slick-dots li button {
  /*border-radius: 50%;
  width: 10px;
  height: 10px;
  border: none;
  background-color: #B4B4B4;
  text-indent: -9999px;
  outline: 0;
  cursor: pointer;*/
    width: 22px;
    height: 22px;
    background-color: rgba(0, 0, 0, 0.1);
    text-indent: -9999px;
    outline: 0;
    cursor: pointer;
    margin: 0 5px;
    /*border-bottom: 6px solid rgba(0, 0, 0, 0.4);*/
    font-size: 10px;
    border-radius: 50%;
    color: white;
    line-height: 1;
    letter-spacing: 0;
}
.home-banner .slick-dots li.slick-active button,
.home-banner .slick-dots li button:hover {
  /*background-color: #4CB9A4;*/
    text-indent: 0;
    background-color: #4CB9A4;
    /*line-height: 26px;
    height: 26px;
    border-color: #0b686a;*/
}
.home-banner .slick-slide {
  height: 76vh !important;
  min-height:600px !important;
  /*height: 720px !important;*/
}
/* Slick Slider */
.home-banner .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.home-banner .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.home-banner .slick-list:focus {
  outline: none;
}
.home-banner .slick-slider .slick-track,
.home-banner .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.home-banner .slick-track:before,
.home-banner .slick-track:after {
  content: '';
  display: table;
}
.home-banner .slick-track:after {
  clear: both;
}
.home-banner .slick-loading .slick-track {
  visibility: hidden;
}
.home-banner .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.home-banner .slick-slide img {
  display: block;
}
.home-banner .slick-slide.slick-loading img {
  display: none;
}
.home-banner .slick-slide.dragging img {
  pointer-events: none;
}
.home-banner.slick-initialized .slick-slide {
  display: block;
}
.home-banner .slick-loading .slick-slide {
  visibility: hidden;
}
.home-banner .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.home-banner .slick-arrow.slick-hidden {
  display: none;
}
.home-banner button.slick-arrow{
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  background-color: transparent;
  display: inline-block;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
}
.home-banner:hover button.slick-arrow{
  background-color: rgba(255,255,255, .8);
  box-shadow: 0 2px 6px rgba(0,0,0, .3);
}
.home-banner .slick-prev{
  left: 2%;
}
.home-banner .slick-next{
  right: 2%;
}
.home-banner .slick-next .right-a,
.home-banner .slick-prev .left-a{
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    border: 0.3rem solid transparent;
    border-radius: 50%;
}
.home-banner .slick-next .right-a:after,
.home-banner .slick-prev .left-a:after{
  content: '';
  display: inline-block;
    margin-top: .8rem;
    width: 1.4rem;
    height: 1.4rem;
    border-color: rgba(255,255,255, .8);
    border-width: 0.4rem;
    border-bottom: 0;
    border-left: 0;
    border-style: solid;
}

.home-banner:hover .slick-arrow .left-a:after,
.home-banner:hover .slick-arrow .right-a:after{
    border-color: rgba(0,0,0, .5);
}

.home-banner .slick-next:hover .right-a:after,
.home-banner .slick-prev:hover .left-a:after{
    border-color: #4CB9A4;
}
.home-banner .slick-prev .left-a:after{
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
    margin-left: 0.5rem;
}
.home-banner .slick-next .right-a:after{
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
    margin-right: 0.5rem;
}

/*** Section Title ***/
.home-header {
  font-size: 2rem;
  font-family: var(--brand-font-tc);
  font-weight: 700;
  letter-spacing: 5px;
}
.home-section-title {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  min-height: 140px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-section-title {
      height: 140px;
  }
}
.home-bg{
  position:relative;
}
.home-bg-pattern {
  background-image: url('../img/home/bg-pattern.jpg?id=1');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
}
.home-section-title > .home-header {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: #0B686A;
}
.home-section-title > .home-header:after {
  content: "";
  display: block;
  margin-top: 5px;
  width: 80px;
  height: 3px;
  background: #4CB9A4;
}
/*** Section Subtitle ***/
.home-section-subtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  padding: 50px 20px;
}
.home-section-subtitle > div {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #0B686A;
  margin-bottom: 20px;
}
/*** Home Button ***/
a.btn-home {
  font-size: 16px;
  letter-spacing: 5px;
  padding: 2px 18px;
  color: #707070;
  border: 1px solid #B4B4B4;
  border-radius: 20px;
  transition: 0.3s ease-out all;
}
a.btn-home:hover {
  color: #0B686A;
  border-color: #0B686A;
}
/*** Home Features ***/
.home-features {
  display: flex;
  justify-content: center;
  border-top: 1px solid #B4B4B4;
  border-bottom: 1px solid #B4B4B4;
}
.home-features.first {
  border-bottom: 0;
}
.home-features .feature {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  height: 28vw;
  max-height: 320px;
}
.home-features .feature:nth-child(odd) {
  border-right: 1px solid #B4B4B4;
}
.home-features .feature .content {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.home-features .feature .content img {
  /*max-width: 100%;
  max-height: 50px;
  width: auto;*/
  max-height:50px;
  transition: all .3s;
}
.home-features .feature .content p {
  margin: 20px 0;
}
.home-features .feature .image {
  display: inline-flex;
  align-items: center;
  padding: 0;
}
.home-features .feature .image img {
  max-width: 100%;
  height: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 .home-features .feature .content,
 .home-features .feature .image {
      display: block;
  }
}
/*** Home Product Slider ***/
.home-product-slider {
  max-width: 100%;
  height: auto;
}
.home-product-slider .title {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-product-slider .header {
  font-size: 25px;
  font-family: var(--brand-font-tc);
  font-weight: 700;
  letter-spacing: 5px;
  color: #0B686A;
  margin-bottom: 10px;
    text-align: center;
}
.home-product-slider .carousel {
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.home-product-slider .carousel .item {
  padding: 10px;
}
.home-product-slider .carousel .item img {
  height: 210px;
}
.home-product-slider .carousel .slick-dots {
  position: absolute;
  display: flex;
  /* flex-direction: row-reverse; */
  width: 100%;
  top: 80px;
  background: white;
  border: 1px solid #d5d5d5;
}
.home-product-slider .carousel .slick-dots li {
  display: flex;
  width: 100%;
  height: 6px;
  background: #4CB9A4;
  transform-origin: left center;
}
.home-product-slider .carousel .slick-dots li button {
  color: transparent;
  background: transparent;
  width: 100%;
}
.home-product-slider .carousel .slick-dots li.slick-active ~ li {
  background: white;
}
.home-product-slider .carousel .slick-dots li.slick-active {
  background: #4CB9A4;
  animation: sliderDotAn 0.2s ease-out both;
}
@keyframes sliderDotAn {
  from {
      transform: scaleX(0);
  }
  to {
      transform: scaleX(1);
  }
}
/*** Home Highlights ***/
.home-highlights {
  border-top: 1px solid #B4B4B4;
  border-bottom: 1px solid #B4B4B4;
}
.home-highlights .double-cover {
  /*height: 400px;*/
  height:auto;
  min-height: 400px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  border-left: 1px solid #B4B4B4;
  border-right: 1px solid #B4B4B4;
}
.home-highlights .single-cover{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #B4B4B4;
  border-right: 1px solid #B4B4B4;
}
.home-highlights .single-cover:first-child,
.home-highlights .double-cover:first-child{
  border-right: 0;
}
.home-highlights img.cover {
  width: 330px;
  height: auto;
}
.home-highlights .title {
  font-size: 3rem;
  border: 3px solid #0B686A;
    padding: 0 5px;
    border-radius: 20px;
  color:#0B686A;
  font-family: var(--brand-font-tc);
  font-weight: 600;
  letter-spacing: 5px;
  text-indent:5px;
}
.home-highlights .desc {
    padding: 0 5px;
  color:#0B686A;
    width: 340px;
    text-align: center;
    margin: 1rem;
    font-weight: 300;
}
.home-highlights p {
  font-size: 20px;
  font-family: var(--brand-font-tc);
  font-weight: 600;
  letter-spacing: 5px;
  color: #0B686A;
  margin: 5px 0 20px;
}
/*** Home Clients ***/
.home-clients {
  margin-top: -30px;
}
.home-clients .client-list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.home-clients .client-list-item{
  flex-basis: 20%;
}
.home-clients .client-list img {
  /*height: 160px;
  width: auto;*/
  max-width: 100%;
  padding: 10px;
  animation: fadeIn 0.3s ease-out both;
}
.home-clients .show-more {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  width: 100%;
  margin: 30px 0;
  color: #707070;
}
.home-clients .show-more p {
  color: #707070;
  text-align: center;
  margin: 20px;
}
.home-clients .show-more img {
  width: auto;
  height: 40px;
  padding: 0 20px;
}
.home-clients .show-more img.show-more-icon{
  cursor: default;
}
/*** Home IP list ***/
.home-ip {
  margin-bottom:50px;
}
.home-ip .ip-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.home-ip .ip-list-item{
  padding: 1rem 3rem;
  width: calc(100% / 3);
  text-align: center;
}
.home-ip .ip-list-name{
  padding: 1rem;
  font-weight: 600;
  text-align: center;
  display: block;
}
.home-ip .ip-list-name:hover{
  color: #4CB9A4;
}
.home-ip .ip-list-item a:hover .ip-list-name{
  color: #4CB9A4;
}
.home-ip .ip-list-item img{
  max-width:100%;
  height: 120px;
}
/*** Home Slogan ***/
.home-slogan {
  height: calc(10vw + 200px);
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(rgba(25,81,82,0.5),rgba(25,81,82,0.5)), url('../img/home/bg-panorama.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home-slogan .text {
  color: white;
  font-size: 4rem;
  font-family: var(--brand-font-tc);
  font-weight: 700;
  letter-spacing: 10px;
}
/*** Home Counter ***/
.home-counter {
  font-family: var(--brand-font-tc);
  font-weight: 700;
  margin-bottom: 30px;
}
.home-counter .counter-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #195152;
}
.home-counter .counter-box .number {
  font-size: 8rem;
  line-height: 1;
    min-height: 70px;
}
.home-counter .counter-box .unit {
  font-size: 2.5rem;
  line-height: 1.7;
}
.home-counter .desc{
  color: #707070;
  text-align: center;
  letter-spacing: 5px;
}
/*** Home Certificate Slider ***/
.home-certificate-slider {
  margin-bottom: 80px;
}
.home-certificate-slider .item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-certificate-slider .approval {
  color: #707070;
  margin-bottom: 15px;
}
.home-certificate-slider .approval:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(../img/home/icon-checkbox.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  transform: translate(-4px, 6px);
}
.home-certificate-slider .carousel {
  width: 100%;
}
.home-certificate-slider .carousel .item {
  padding: 20px;
}
.home-certificate-slider .carousel .item img {
  width: 100%;
    border: 1px solid #d5d5d5;
}
.home-certificate-slider .carousel .slick-dots {
  position: absolute;
  display: flex;
  /* flex-direction: row-reverse; */
  width: 100%;
  bottom: -20px;
  background: white;
  border: 1px solid #B4B4B4;
}
.home-certificate-slider .carousel .slick-dots li {
  display: flex;
  width: 100%;
  height: 6px;
  background: #4CB9A4;
  transform-origin: left center;
}
.home-certificate-slider .carousel .slick-dots li button {
  color: transparent;
  background: transparent;
  width: 100%;
}
.home-certificate-slider .carousel .slick-dots li.slick-active ~ li {
  background: white;
}
.home-certificate-slider .carousel .slick-dots li.slick-active {
  background: #4CB9A4;
  animation: sliderDotAn 0.2s ease-out both;
}
/*** Home Certificate Slider ***/
.home-branding {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  /* min-height: 90vh; */
  height: 90vh;
}
.home-branding > .logo {
  max-width: 300px;
  width: 50%;
}
.home-branding > .text {
  font-size: 20px;
  color: #0B686A;
  max-width: 790px;
  text-align: justify;
  margin: 50px;
}
.home-branding-bg{
  background-image: url('../img/home/bg-pattern.jpg?id=1');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
    position: absolute;
    height: 100%;
    width: 100%;
  z-index: -1;
  opacity:.5;
}

/* Laptop */
@media screen and (max-width: 1200px) {
  .home-clients .client-list {
      justify-content: center;
  }
  .home-banner .slick-slide {
      height: 52vw !important;
    min-height:1px !important;
  }
}
/* Tablet */
@media screen and (max-width: 1024px) {
  .home-features .feature {
      width: 50%;
      height: auto;
      max-height: 100%;
  }
  .home-features .feature .content {
      align-items: center;
      margin-bottom: 40px;
  }
  .home-features .feature .image {
      justify-content: center;
  }
  .home-features .feature .image img {
      width: 100%;
      max-width: 170px;
  }
  .home-product-slider .title {
      padding: 30px 0 0;
  }
  .home-product-slider .carousel {
      min-height: auto;
  }
  .home-product-slider .carousel .item img {
      height: 140px;
  }
  .home-product-slider .carousel .slick-dots {
      top: auto;
      bottom: -10px;
  }
  .home-highlights .double-cover {
      height: 58vw;
      border-left: 0;
      border-right: 0;
  }
  .home-highlights img.cover {
      width: 250px;
  }
  .home-highlights p {
      font-size: 16px;
  }
  /*** Home IP list ***/
  .home-ip .ip-list-item{
    padding: 1rem 1.5rem;
  }
  .home-ip .ip-list-name{
    padding: 1rem 0;
  }
  .home-highlights .title {
    font-size: 2rem;
    border-radius: 17px;
  }
  .home-highlights .desc {
    padding: 0 5px;
    width: 340px;
    margin: 1rem;
  }
}
/* Mobile */
@media screen and (max-width: 767px) {
  /*.home-clients .client-list img {
      height: 96px;
  }*/
  .home-clients .client-list-item{
  flex-basis: calc(100% / 3);
  }
  .home-slogan .text {
      font-size: 2rem;
  }
  .home-features .feature .content {
      padding:0;
      align-items: flex-start;
  }
  .home-features .feature .content img {
    max-height:30px;
  }
  .home-header {
    font-size: 1.5rem;
  }
  .home-certificate-slider .approval:before {
    width: 100%;
    display: block;
    transform: translate(0);
    margin-bottom:3px;
  }
  .home-highlights .single-cover {
      border-left: 0;
      border-right: 0;
  }
  /*** Home IP list ***/
  .home-ip .ip-list-item{
    width: calc(100% / 2);
  }
  .home-ip .ip-list-name{
    padding: 1rem 0;
  }
  .home-ip .ip-list-item img{
    height: 80px;
  }
  .home-banner .slick-slide {
      height: 50vw !important;
  }
  .home-banner .slick-dots {
    bottom: -15%;
  }
  .home-banner .slick-dots li button{
    width: 16px;
    height: 16px;
    margin: 0 6px;
  }
  .home-banner .slick-dots li.slick-active button, .home-banner .slick-dots li button:hover{
    text-indent: -9999px;
  }
  .home-banner button.slick-arrow{
    transform: scale(0.6);
    transform-origin: top;
  }
  .home-section-title {
    min-height: 85px;
  }
}
/*
@media screen and (max-width: 576px) {
  .home-banner .slick-dots{
    display: flex;
    transform: translateX(-50%);
    left: 50%;
    top: auto; 
    padding: 1rem 0;
    z-index:2;
  }
  .home-banner .slick-dots li{
    padding: 0 5px;
  }
}*/
@media screen and (max-width: 480px) {
  .home-clients .show-more img.show-more-icon{
      cursor: pointer;
  }
  /*** Home IP list ***/
  .home-ip .ip-list-item{
    padding: 1rem 1rem;
  }
  .home-ip .ip-list-item img{
    height: 65px;
  }
  .home-ip .ip-list-name{
    font-size: 15px;
  }
  .home-branding > .text{
    font-size: 16px;
  }
  .home-counter .counter-box .number{
    font-size: 5rem;
  }
  .home-counter .counter-box .unit{
    line-height: 1.3;
  }
}
.home-features .feature .row{
  transition: .3s;
}
@media screen and (min-width: 1500px) {
  .home-features .feature .row{
    padding-left: 4rem;
    padding-right: 4rem;
    transition: .3s;
  }
}