/*------------------------------------------------------------------
Project:
Version:
Last change:
Assigned to:  Le Xuan Bach
Primary use:  Company
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[LAYOUT]

* body
  + Header / header
  + Page Content / .page-content .name-page
        + Section Layouts / section .name-section
        ...
  + Footer / footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[COLOR CODES]

# Text Color      :
# Primary Color 01:
# Primary Color 02:
# Primary Color 03:

------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TYPOGRAPHY]

Body            : 1.171303074670571vw/1.6 '', Arial, sans-serif;
Title           : 1.3177159590043923vw/1.6 '', Arial, sans-serif;
Paragrap        : 1.3177159590043923vw/1.6 '', Arial, sans-serif;
Input, textarea : 1.0248901903367496vw/1.6 '', Arial, sans-serif;
-------------------------------------------------------------------*/



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/


@font-face {
    font-family: SFPRODISPLAYREGULAR;
    src: url('../fonts/SFPRODISPLAYREGULAR.OTF');
}

@font-face {
    font-family: SFPRODISPLAYLIGHT;
    src: url('../fonts/FontsFree-Net-SFProDisplay-Light.ttf');
}

@font-face {
    font-family: SFPRODISPLAYMEDIUM;
    src: url('../fonts/SFPRODISPLAYMEDIUM.OTF');
}

@font-face {
    font-family: SFPRODISPLAYBOLD;
    src: url('../fonts/SFPRODISPLAYBOLD.OTF');
}
/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/

/*------------------------------------------------------------------
[ Bootstrap ]*/
.container {max-width: 1380px;}

@media (max-width: 1600px) {
  .container {max-width: 1200px;}
}

/*------------------------------------------------------------------
[ Slick2 ]*/
.slick-slide {outline: none !important;}



a {
    color: #1A5468;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

/*//////////////////////////////////////////////////////////////////
[ LOADDING ]*/
.animsition-loading-1 {
  position: absolute;
  top: 50%;
  left: 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%);
}

.loader05 {
  width: 4.099560761346998vw;
  height: 4.099560761346998vw;
  border: 0.29282576866764276vw solid #00A7D1;
  border-radius: 50%;
  position: relative;
  animation: loader-scale 1s ease-out infinite;
  top: 50%;
  margin: -2.049780380673499vw auto 0 auto;
}

@keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; }
}

/*//////////////////////////////////////////////////////////////////
[ BUTTON BACK TO TOP ]*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 2.9282576866764276vw;
  height: 2.781844802342606vw;
  bottom: 0vw;
  right: 2.9282576866764276vw;
  background-color: #00A7D1;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
  font-size: 1.8301610541727673vw;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  opacity: 1;
  background-color: #00A7D1;
}

@media (max-width: 575px) {
  .btn-back-to-top {
    bottom: 0vw;
    right: 1.0980966325036603vw;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Header ]*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Desktop ]*/

.container-menu-desktop {
  height: auto;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.header-v2 .container-menu-desktop {
  height: 6.149341142020498vw;
}

.header-v3 .container-menu-desktop {
  height: auto;
}

.header-v4 .container-menu-desktop {
  height: 9.077598828696924vw;
}


/*==================================================================
[ Top bar ]*/
.top-bar {
  height: 2.9282576866764276vw;
  background-color: #222;
}

/*---------------------------------------------*/
.left-top-bar {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 0.8784773060029283vw;
  line-height: 1.8;
  color: #b2b2b2;
}


/*---------------------------------------------*/
.right-top-bar a {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 0.8784773060029283vw;
  line-height: 1.8;

  height: 100%;
  color: #b2b2b2;
  border-right: 0.07320644216691069vw solid rgba(255,255,255,0.3);
}

.right-top-bar a:first-child {
  border-left: 0.07320644216691069vw solid rgba(255,255,255,0.3);
}

.right-top-bar a:hover {
  color: #1A5468;
}


/*---------------------------------------------*/
.topbar-mobile li {
  padding: 0.5856515373352855vw 1.4641288433382138vw;
  border-top: 0.07320644216691069vw solid rgba(255,255,255,0.05);
  background-color: #222;
}



/*==================================================================
[ Menu ]*/

.wrap-menu-desktop {
  position: fixed;
  z-index: 1100;
  background-color: transparent;
  width: 100%;
  height: 8.149341vw;
  top: 2.9282576866764276vw;
  left: 0vw;

  -webkit-transition: height 0.3s, background-color 0.3s;
  -o-transition: height 0.3s, background-color 0.3s;
  -moz-transition: height 0.3s, background-color 0.3s;
  transition: height 0.3s, background-color 0.3s;
}

.header-v2 .wrap-menu-desktop {
  background-color: #fff;
  top: 0;
}

.header-v3 .wrap-menu-desktop {
  background-color: transparent;
  top: 0;
  border-bottom: 0.07320644216691069vw solid rgba(255,255,255,0.1);
}

.header-v4 .wrap-menu-desktop {
  background-color: #fff;
}


/*---------------------------------------------*/
.limiter-menu-desktop {
  height: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
  margin: 0 7vw;
    padding: 0;
    border-bottom: 1px solid #DBDBDB;
}
.nav-menu-list{
      margin-top: 4.685212298682284vw;
}


/*------------------------------------------------------------------
[ Logo ]*/
.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 65%;
  margin-right: 4.026354319180088vw;
}

.logo img {
  max-width: 100%;
  max-height: 100%;
}



/*------------------------------------------------------------------
[ Menu ]*/

.menu-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
}

.main-menu {
  list-style-type: none;
  margin: 0;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.main-menu > li {
  display: block;
  position: relative;
  padding: 1.4641288433382138vw 0.7320644216691069vw 1.4641288433382138vw 0vw;
  margin: 0vw 0.29282576866764276vw 0vw 1.0248901903367496vw;
}

.main-menu > li > a {
  font-family: SFPRODISPLAYMEDIUM;
  font-size: 1.0248901903367496vw;
  color: #1A5468;
  padding: 0.36603221083455345vw 0vw;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.header-v3 .main-menu > li > a {
  color: #fff;
}
.container-new{
  width: 100%;
  margin: 0 7vw;
}
/*---------------------------------------------*/
.sub-menu {
  list-style-type: none;
  position: absolute;
  top:0;
  left:100%;
  min-width: 13.030746705710103vw;
  max-width: 23.471449487554906vw;
width:23vw;
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  padding: 0.36603221083455345vw 0;

  box-shadow: 0 0.07320644216691069vw 0.36603221083455345vw 0vw rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0.07320644216691069vw 0.36603221083455345vw 0vw rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0.07320644216691069vw 0.36603221083455345vw 0vw rgba(0,0,0,0.2);
  -o-box-shadow: 0 0.07320644216691069vw 0.36603221083455345vw 0vw rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0.07320644216691069vw 0.36603221083455345vw 0vw rgba(0,0,0,0.2);

  visibility: hidden;
  opacity: 0;
}

.sub-menu li {
  position: relative;
  background-color: transparent;

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.main-menu > li > .sub-menu {
  top:100%;
  left: 0;
}

.sub-menu a {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 1.0248901903367496vw;
  line-height: 1.5;
  color: #555;

  display: block;
  padding: 0.5856515373352855vw 1.4641288433382138vw;
  width: 100%;

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

/*---------------------------------------------*/
.main-menu > li:hover > a {
  text-decoration: none;
  color: #1A5468;
}

.main-menu > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.sub-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.sub-menu li:hover {
  background-color: transparent;
}

.sub-menu > li:hover > a {
  color: #1A5468;
  text-decoration: none;
}

@media (max-width: 1300px) {
  .main-menu > .respon-sub-menu .sub-menu {
    right: 100%;
    left: auto;
  }

  .main-menu > .respon-sub-menu > .sub-menu {
    right: 0vw;
    left: auto;
  }
}

/*------------------------------------------------------------------
[ Icon header ]*/

.wrap-icon-header {
  flex-grow: 1;
}

.icon-header-item {
  position: relative;
  font-size: 1.5033674963396778vw;
  line-height: 1;
  cursor: pointer;
}


/*---------------------------------------------*/
.icon-header-noti::after {
  content: attr(data-notify);
  font-family: SFPRODISPLAYREGULAR;
  font-size: 0.8784773060029283vw;
  color: #fff;
  line-height: 1.0980966325036603vw;
  text-align: center;

  display: block;
  position: absolute;
  top: -0.5124450951683748vw;
  right: 0;
  min-width: 1.0980966325036603vw;
  height: 1.0980966325036603vw;
  padding: 0 0.21961932650073207vw;
  background-color: #00A7D1;
}

/*---------------------------------------------*/
.wrap-header-mobile .wrap-icon-header {
  flex-grow: unset;
}


/*------------------------------------------------------------------
[ Modal search ]*/
.modal-search-header {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  bottom: 101%;
  left: 0;
  background-color: rgba(255,255,255,0.9);
  padding: 3.6603221083455346vw 1.0980966325036603vw 7.320644216691069vw 1.0980966325036603vw;
}

.show-modal-search {
  bottom: 0;
}

.container-search-header {
  width: auto;
  max-width: 100%;
  position: relative;
}

/*---------------------------------------------*/
.btn-hide-modal-search {
  position: absolute;
  padding: 0.36603221083455345vw;
  right: 0;
  top: -3.294289897510981vw;
  opacity: 0.8;
}

.btn-hide-modal-search:hover {
  opacity: 1;
}

.wrap-search-header {
  width: 63.278184vw;
    max-width: 100%;
    height: 5.784773vw;
    border: 0.14641288433382138vw solid #e6e6e6;
    background: #fff;
}

/*---------------------------------------------*/
.wrap-search-header input {
  font-family: SFPRODISPLAYLIGHT;
font-size: 2.660322vw;
line-height: 1.2;
color: #333;
padding: 0vw 2.196193vw 0vw 0vw;
width: calc(100% - 5.124451vw);
height: 100%;
background-color: transparent;

  padding: 0vw 2.1961932650073206vw 0vw 0vw;
  width: calc(100% - 5.124450951683748vw);
  height: 100%;
  background-color: transparent;
}

.wrap-search-header button {
  font-size: 3.6603221083455346vw;
  color: #333;
  width: 5.124450951683748vw;
  height: 100%;
}

.wrap-search-header button:hover {
  color: #1A5468;
}

/*---------------------------------------------*/
@media (max-width: 767px) {
  .wrap-search-header input,
  .wrap-search-header button {
    font-size: 2.1961932650073206vw;
  }

  .wrap-search-header {
    height: 6.588579795021962vw;
  }
}

@media (max-width: 575px) {
  .wrap-search-header input,
  .wrap-search-header button {
    font-size: 1.4641288433382138vw;
  }

  .wrap-search-header button {
    width: 2.9282576866764276vw;
  }

  .wrap-search-header {
    height: 5.856515373352855vw;
  }
}


/*==================================================================
[ Fixed menu desktop ]*/

.fix-menu-desktop .wrap-menu-desktop {
  height: 8.149341vw;
  background-color: rgba(255,255,255,1);
  box-shadow: 0 0vw 0.21961932650073207vw 0vw rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0vw 0.21961932650073207vw 0vw rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0vw 0.21961932650073207vw 0vw rgba(0,0,0,0.2);
  -o-box-shadow: 0 0vw 0.21961932650073207vw 0vw rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0vw 0.21961932650073207vw 0vw rgba(0,0,0,0.2);
}

.header-v2 .fix-menu-desktop.container-menu-desktop {
  height: 5.124450951683748vw;
}

.header-v3 .fix-menu-desktop .wrap-menu-desktop {
  background-color: #222;
  border-color: #222;
}

.header-v4 .fix-menu-desktop.container-menu-desktop {
  height: 8.052708638360176vw;
}

/*---------------------------------------------*/
.main-menu > li.active-menu > a {
  color: #1A5468;
}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Mobile ]*/
.wrap-header-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 5.124450951683748vw;
  background-color: #fff;
  padding: 1.0980966325036603vw;
  display: none;

  box-shadow: 0 0vw 0.21961932650073207vw 0vw rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0vw 0.21961932650073207vw 0vw rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0vw 0.21961932650073207vw 0vw rgba(0,0,0,0.2);
  -o-box-shadow: 0 0vw 0.21961932650073207vw 0vw rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0vw 0.21961932650073207vw 0vw rgba(0,0,0,0.2);
}

/*------------------------------------------------------------------
[ Logo mobile ]*/
.logo-mobile {
  display: block;
  position: relative;
  height: 80%;
  padding-right: 1.8301610541727673vw;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}

.logo-mobile img {
  max-width: calc(100% - 1.4641288433382138vw);
  max-height: 100%;
  position:absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}



/*------------------------------------------------------------------
[ btn show menu ]*/
.hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

.hamburger:hover {
  opacity: 1;
}

/*---------------------------------------------*/
@media (max-width: 991px){
  .wrap-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .container-menu-desktop {display: none;}
}

/*==================================================================
[ Menu mobile ]*/
.menu-mobile {
  width: 100%;
  background-color: white;
  display: none;
}

.main-menu-m {
  padding-top: 0.7320644216691069vw;
  padding-bottom: 0.7320644216691069vw;
  background-color: #00A7D1;
}

.main-menu-m > li > a {
  font-family: SFPRODISPLAYMEDIUM;
  font-size: 1.0248901903367496vw;
  color: white;
  line-height: 2.8;
  padding: 0.5856515373352855vw 1.4641288433382138vw 0.5856515373352855vw 1.4641288433382138vw;
}

.main-menu-m > li {
  color: white;
  position: relative;
}

.arrow-main-menu-m {
  font-size: 1.0248901903367496vw;
  color: #fff;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0.7320644216691069vw;
  top: 0.14641288433382138vw;
  padding: 0.7320644216691069vw;
  cursor: pointer;
}

.arrow-main-menu-m i {
  transform-origin: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.turn-arrow-main-menu-m i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*---------------------------------------------*/
.sub-menu-m {
  background-color: #fff;
  padding: 0.7320644216691069vw 1.0980966325036603vw 0.7320644216691069vw 2.342606149341142vw;
  display: none;
}

.sub-menu-m a {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 1.0248901903367496vw;
  color: #666;
  line-height: 2.5;
  padding: 0.36603221083455345vw 0 0.36603221083455345vw 0;
}

.sub-menu-m a:hover {
  text-decoration: none;
  color: #555555;
}

@media (min-width: 992px){
  .menu-mobile {
    display: none;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Sidebar ]*/
.wrap-sidebar {
  position: fixed;
  z-index: 1100;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0,0.0);
  visibility: hidden;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.sidebar {
  position: fixed;
  z-index: 1100;
  width: 28.55051244509517vw;
  max-width: calc(100% - 2.1961932650073206vw);
  height: 100vh;
  top: 0;
  right: -29.282576866764277vw;
  background-color: #fff;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;
  transition: all 0.4s;

  box-shadow: 0 0.21961932650073207vw 0.43923865300146414vw 0vw rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0.21961932650073207vw 0.43923865300146414vw 0vw rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 0.21961932650073207vw 0.43923865300146414vw 0vw rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 0.21961932650073207vw 0.43923865300146414vw 0vw rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 0.21961932650073207vw 0.43923865300146414vw 0vw rgba(0, 0, 0, 0.18);
}

.show-sidebar {
  visibility: visible;
  background-color: rgba(0,0,0,0.6);
}

.show-sidebar .sidebar {
  right: 0;
}

@media (max-width: 991px) {
  .wrap-sidebar {
    display: none;
  }
}

/*---------------------------------------------*/
.sidebar-content {
  flex-grow: 1;
  overflow: auto;
  align-content: space-between;
}

/*---------------------------------------------*/
.wrap-item-gallery {
  width: calc((100% - 1.4641288433382138vw) / 3);
}

.item-gallery {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.item-gallery::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(103,117,214,0.8);
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;
  transition: all 0.4s;
}

.item-gallery:hover:after {
  opacity: 1;
}


/*//////////////////////////////////////////////////////////////////
[ Header cart ]*/
.wrap-header-cart {
  position: fixed;
  z-index: 1100;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0,0.0);
  visibility: hidden;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.header-cart {
  position: fixed;
  z-index: 1100;
  width: 28.55051244509517vw;
  max-width: calc(100% - 2.1961932650073206vw);
  height: 100vh;
  top: 0;
  right: -29.282576866764277vw;
  background-color: #fff;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;
  transition: all 0.4s;

  box-shadow: 0 0.21961932650073207vw 0.43923865300146414vw 0vw rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0.21961932650073207vw 0.43923865300146414vw 0vw rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 0.21961932650073207vw 0.43923865300146414vw 0vw rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 0.21961932650073207vw 0.43923865300146414vw 0vw rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 0.21961932650073207vw 0.43923865300146414vw 0vw rgba(0, 0, 0, 0.18);
}

.header-cart::after {
  content: "";
  display: block;
  width: 100%;
  height: 9%;
  min-height: 2.1961932650073206vw;
}

.show-header-cart {
  visibility: visible;
  background-color: rgba(0,0,0,0.6);
}

.show-header-cart .header-cart {
  right: 0;
}

/*---------------------------------------------*/
.header-cart-title {
  width: 19.03367496339678vw;
  max-width: 100%;
  height: 16.5%;
  min-height: 6.222547584187408vw;
}

.header-cart-content {
  flex-grow: 1;
  overflow: auto;
  align-content: space-between;
}

.header-cart-wrapitem {
  flex-grow: 1;
}

/*---------------------------------------------*/
.header-cart-item-img {
  width: 4.392386530014641vw;
  position: relative;
  margin-right: 1.4641288433382138vw;
  cursor: pointer;
}

.header-cart-item-img img {
  width: 100%;
}

.header-cart-item-img::after {
  content: '\e870';
  font-family: Linearicons-Free;
  font-size: 1.171303074670571vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

.header-cart-item-img:hover:after {
  opacity: 1;
}

/*---------------------------------------------*/
.header-cart-item-txt {
  width: calc(100% - 5.856515373352855vw);
}

.header-cart-item-name {
  display: block;
  font-family: SFPRODISPLAYREGULAR;
  font-size: 1.0248901903367496vw;
  color: #555;
  line-height: 1.3;
}

.header-cart-item-info {
  display: block;
  font-family: SFPRODISPLAYREGULAR;
  font-size: 1.0248901903367496vw;
  color: #888;
  line-height: 1.5;
}

.header-cart-total {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 1.3177159590043923vw;
  color: #222;
  line-height: 1.3;
}

/*---------------------------------------------*/
@media (max-width: 575px) {
  .header-cart {
    padding: 2.1961932650073206vw;
  }

  .header-cart-title {
    padding-bottom: 2.562225475841874vw;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Restyle Select2 ]*/

.rs1-select2 .select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.rs1-select2 .select2-container .select2-selection--single {
  height:3.294289897510981vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 0vw;
  position: relative;
}

/*------------------------------------------------------------------
[ in select ]*/
.rs1-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 0.9516837481698389vw;
  color: #555;
  line-height: 1.2;
  padding-left: 1.4641288433382138vw;
  background-color: transparent;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 2.781844802342606vw;
  height: 1.4641288433382138vw;
  top: calc(50% - 0.7320644216691069vw);
  right: 0.36603221083455345vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 0.07320644216691069vw solid #e6e6e6;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 0.9516837481698389vw;
  color: #808080;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow:hover:after {
  color: #1A5468;
}


/*------------------------------------------------------------------
[ Dropdown option ]*/
.rs1-select2 .select2-container--open .select2-dropdown {
  z-index: 1251;
  width: 100%;
  border: 0.07320644216691069vw solid #fff;
  border-radius: 0vw;
  overflow: hidden;
  background-color: white;
  left: 0vw;

  box-shadow: 0 0.21961932650073207vw 0.7320644216691069vw 0vw rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.21961932650073207vw 0.7320644216691069vw 0vw rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.21961932650073207vw 0.7320644216691069vw 0vw rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0.21961932650073207vw 0.7320644216691069vw 0vw rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0.21961932650073207vw 0.7320644216691069vw 0vw rgba(0, 0, 0, 0.2);
}

.rs1-select2 .select2-dropdown--above {top: -0.14641288433382138vw;}
.rs1-select2 .select2-dropdown--below {top: 0.14641288433382138vw;}

.rs1-select2 .select2-container .select2-results__option[aria-selected] {
  padding-top: 0.7320644216691069vw;
  padding-bottom: 0.7320644216691069vw;
  padding-left: 1.4641288433382138vw;
}

.rs1-select2 .select2-container .select2-results__option[aria-selected="true"] {
  background: #1A5468;
  color: white;
}

.rs1-select2 .select2-container .select2-results__option--highlighted[aria-selected] {
  background: #1A5468;
  color: white;
}

.rs1-select2 .select2-results__options {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 0.9516837481698389vw;
  color: #555;
  line-height: 1.2;
}

.rs1-select2 .select2-search--dropdown .select2-search__field {
  border: 0.07320644216691069vw solid #aaa;
  outline: none;
  font-family: SFPRODISPLAYREGULAR;
  font-size: 0.9516837481698389vw;
  color: #555;
  line-height: 1.2;
}

/*------------------------------------------------------------------
[ rs2 ]*/
.rs2-select2 .select2-container .select2-selection--single {
  height: 2.9282576866764276vw;
}

.rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1.0980966325036603vw;
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 2.562225475841874vw;
  right: 0vw;
  border-left: none;
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "\f0d7";
}



/*//////////////////////////////////////////////////////////////////
[ Slick1 ]*/
.wrap-slick1 {
  position: relative;
}

.item-slick1 {
  height: calc(100vh - 2.9282576866764276vw);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.rs1-slick1 .item-slick1 {
  height: calc(100vh - 6.149341142020498vw);
}

.rs2-slick1 .item-slick1 {
  height: 100vh;
}

@media (max-width: 991px) {
  .item-slick1 {
    height: calc(100vh - 5.124450951683748vw) !important;
  }
}

.arrow-slick1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 5.856515373352855vw;
  color: rgba(0,0,0,0.3);
  position: absolute;
  opacity: 0;

  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);

  z-index: 200;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1 {
  opacity: 1;
}

.arrow-slick1:hover {
  color: #7280e0;
}

.next-slick1 {
  right: 3.6603221083455346vw;
  left: auto;
}

.prev-slick1 {
  left: 3.6603221083455346vw;
  right: auto;
}

@media (max-width: 991px) {
  .next-slick1 {
    right: 1.0980966325036603vw;
  }

  .prev-slick1 {
    left: 1.0980966325036603vw;
  }
}

/*---------------------------------------------*/
.rs2-slick1 .arrow-slick1 {
  color: rgba(255,255,255,0.3);
}

.rs2-slick1 .arrow-slick1:hover {
  color: #7280e0;
}

.wrap-slick1-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.392386530014641vw;
}

.slick1-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.slick1-dots li {
  max-width: 0.90922401171303vw;
  position: relative;
  cursor: pointer;
  margin-right: 0.07320644216691069vw;
}

.slick1-dots li img {
  width: 100%;
}

.caption-dots-slick1 {
  font-family: SFPRODISPLAYLIGHT;
  font-size: 1.171303074670571vw;
  line-height: 1.3;
  color: #fff;
  text-align: center;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.36603221083455345vw;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.slick1-dots li:hover .caption-dots-slick1 {
  opacity: 1;
  background-image: url(../images/7.png);
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.29282576866764276vw;
}

.slick1-dots li.slick-active .caption-dots-slick1 {
  opacity: 1;
  background-image: url(../images/7.png);
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.29282576866764276vw;
}

@media (max-width: 575px) {
  .caption-dots-slick1 {
    font-size: 0.9516837481698389vw;
  }

  .wrap-slick1-dots {
    bottom: 1.8301610541727673vw;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Slick2 ]*/

.wrap-slick2 {
  position: relative;
  margin-right: -1.0980966325036603vw;
  margin-left: -1.0980966325036603vw;
}

/* ------------------------------------ */
.arrow-slick2 {
  position: absolute;
  z-index: 100;
  top: calc((100% - 4.392386530014641vw) / 2);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.8550512445095166vw;
  color: #ccc;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.arrow-slick2:hover {
  color: #666;
}

.next-slick2 {
  right: -2.9282576866764276vw;
}

.prev-slick2 {
  left: -2.9282576866764276vw;
}

@media (max-width: 1300px) {
  .next-slick2 {
    right: 0vw;
  }

  .prev-slick2 {
    left: 0vw;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Slick3 ]*/
.wrap-slick3 {
  position: relative;
}

/*---------------------------------------------*/
.wrap-slick3-arrows {
  position: absolute;
  z-index: 100;
  width: 83.333333%;
  right: 0;
  top: calc(50% - 1.4641288433382138vw);
}

.arrow-slick3 {
  font-size: 1.8301610541727673vw;
  color: #fff;

  position: absolute;
  top: 0;
  width: 2.9282576866764276vw;
  height: 2.9282576866764276vw;
  background-color: rgba(0,0,0,0.5);

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.arrow-slick3:hover {
  background-color: rgba(0,0,0,0.9);
}

.prev-slick3 {left: 0vw;}
.next-slick3 {right: 0vw;}

/*---------------------------------------------*/
.wrap-slick3-dots {
  width: 11.111111%;
}

.slick3 {
  width: 83.333333%;
}

.slick3-dots li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 1.9765739385065886vw;
}

.slick3-dots li img {
  width: 100%;
}

.slick3-dot-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  border: 0.14641288433382138vw solid transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}




/*//////////////////////////////////////////////////////////////////
[ RS Magnific-Popup ]*/
.mfp-bg {
  z-index: 10000;
  background-color: #000;
  opacity: 0.9;
}

.mfp-wrap {
  z-index: 10000;
}

.mfp-arrow:after,
.mfp-arrow:before {
  display: none;
}

.mfp-arrow {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

button.mfp-arrow-right {
  background-image: url(../images/icons/icon-next.png);
  background-position: center center;
  background-repeat: no-repeat;
}

button.mfp-arrow-left {
  background-image: url(../images/icons/icon-prev.png);
  background-position: center center;
  background-repeat: no-repeat;
}

button.mfp-close {
  width: 5.490483162518301vw !important;
  height: 4.24597364568082vw !important;
  line-height: 3.22108345534407vw;
  position: fixed;
  right: 0;
  top: 0;
  color: transparent !important;
  background-image: url(../images/icons/icon-close.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/*//////////////////////////////////////////////////////////////////
[ Tab01 ]*/
.tab01 .nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: none;
}

.tab01 .nav-tabs .nav-item {
  margin: 0vw 1.0980966325036603vw;
}

.tab01 .nav-link {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 1.0980966325036603vw;
  color: #888;
  line-height: 1.2;

  padding: 0;
  border-radius: 0vw;
  border: none;
  border-bottom: 0.07320644216691069vw solid transparent;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.tab01 .nav-link.active {
  color: #333;
  border-color: #797979;
}

.tab01 .nav-link:hover {
  color: #333;
  border-color: #797979;
}



/*//////////////////////////////////////////////////////////////////
[ RS sweet alert ]*/
.swal-overlay {overflow-y: auto;}

.swal-button:focus {
    outline: none;
    box-shadow: none;
}

.swal-button {
  background-color: #00A7D1;
  font-family: SFPRODISPLAYREGULAR;
  font-size: 1.171303074670571vw;
  color: white;
  text-transform: uppercase;
  font-weight: unset;
  border-radius: 0.29282576866764276vw;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.swal-button:hover {
  background-color: #333;
}

.swal-button:active {
  background-color: #333;
}

.swal-title {
  font-family: SFPRODISPLAYBOLD;
  color: #333333;
  font-size: 1.3177159590043923vw;
  line-height: 1.5;
  padding: 0 1.0980966325036603vw;
}

.swal-text {
  font-family: SFPRODISPLAYREGULAR;
  color: #555555;
  font-size: 1.171303074670571vw;
  line-height: 1.666667;
  text-align: center;
}

.swal-footer {
    margin-top: 0;
}


/*//////////////////////////////////////////////////////////////////
[ Filter ]*/
.show-search .icon-search,
.show-filter .icon-filter {display: none;}

.show-search .icon-close-search,
.show-filter .icon-close-filter {display: unset;}

.show-search,
.show-filter {
  background-color: #f2f2f2;
  border-color: #e7e7e7;
  position: relative;
}

.show-search::after,
.show-filter::after {
  content: "";
  position: absolute;
  display: block;

  width: 1.0248901903367496vw;
  height: 1.0248901903367496vw;
  background-color: #f2f2f2;
  border-left: 0.07320644216691069vw solid #e7e7e7;
  border-bottom: 0.07320644216691069vw solid #e7e7e7;

  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

  left: calc(50% - 0.5124450951683748vw);
  bottom: -0.5856515373352855vw;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.show-search:hover:after,
.show-filter:hover:after {
  background-color: #00A7D1;
  border-color: #00A7D1;
}

/*---------------------------------------------*/
.filter-col1 {width: 27%;}
.filter-col2 {width: 27%;}
.filter-col3 {width: 26%;}
.filter-col4 {width: 20%;}

/*---------------------------------------------*/
.filter-link {
  color: #aaa;
  border-bottom: 0.07320644216691069vw solid transparent;
}

.filter-link:hover {
  color: #1A5468;
  border-bottom: 0.07320644216691069vw solid #1A5468;
}

.filter-link-active {
  color: #1A5468;
  border-bottom: 0.07320644216691069vw solid #1A5468;
}

@media (max-width: 767px) {
  .filter-col1,
  .filter-col2,
  .filter-col3,
  .filter-col4 {width: 50%;}
}

@media (max-width: 575px) {
  .filter-col1,
  .filter-col2,
  .filter-col3,
  .filter-col4 {width: 100%;}
}



/*//////////////////////////////////////////////////////////////////
[ Num Product ]*/
.wrap-num-product {
  width: 10.248901903367496vw;
  height:3.294289897510981vw;
  border: 0.07320644216691069vw solid #e6e6e6;
  border-radius: 0.21961932650073207vw;
  overflow: hidden;
}

.btn-num-product-up,
.btn-num-product-down {
  width:3.294289897510981vw;
  height: 100%;
  cursor: pointer;
}

.num-product {
  width: calc(100% - 6.588579795021962vw);
  height: 100%;
  border-left: 0.07320644216691069vw solid #e6e6e6;
  border-right: 0.07320644216691069vw solid #e6e6e6;
  background-color: #f7f7f7;
}

input.num-product {
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none;
}

input.num-product::-webkit-outer-spin-button,
input.num-product::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*//////////////////////////////////////////////////////////////////
[ Tolltip100 ]*/
.tooltip100 {
  position: relative;
}

.tooltip100::after {
  content: attr(data-tooltip);
  font-family: SFPRODISPLAYREGULAR;
  font-size: 0.8784773060029283vw;
  color: #888;
  line-height: 1.3177159590043923vw;
  white-space: nowrap;

  display: block;
  position: absolute;
  background: #fff;
  border: 0.07320644216691069vw solid #ccc;
  height: 1.4641288433382138vw;
  padding: 0vw 0.5856515373352855vw;
  top: -2.562225475841874vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);

  box-shadow: 0 0.21961932650073207vw 0.43923865300146414vw 0vw rgba(0,0,0,0.18);
  -moz-box-shadow: 0 0.21961932650073207vw 0.43923865300146414vw 0vw rgba(0,0,0,0.18);
  -webkit-box-shadow: 0 0.21961932650073207vw 0.43923865300146414vw 0vw rgba(0,0,0,0.18);
  -o-box-shadow: 0 0.21961932650073207vw 0.43923865300146414vw 0vw rgba(0,0,0,0.18);
  -ms-box-shadow: 0 0.21961932650073207vw 0.43923865300146414vw 0vw rgba(0,0,0,0.18);

  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;

  visibility: hidden;
  opacity: 0;
}

.tooltip100:hover:after {
  visibility: visible;
  opacity: 1;
}


/*//////////////////////////////////////////////////////////////////
[ Modal1 ]*/
.wrap-modal1 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal1 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal1 {
  visibility: visible;
  opacity: 1;
}

/*//////////////////////////////////////////////////////////////////
[ Table Shopping Cart ]*/

.wrap-table-shopping-cart {
  overflow: auto;
  border-left: 0.07320644216691069vw solid #e6e6e6;
  border-right: 0.07320644216691069vw solid #e6e6e6;
}

.table-shopping-cart {
  border-collapse: collapse;
  width: 100%;
  min-width: 49.780380673499266vw;
}

.table-shopping-cart tr {
  border-top: 0.07320644216691069vw solid #e6e6e6;
  border-bottom: 0.07320644216691069vw solid #e6e6e6;
}

.table-shopping-cart .column-1 {
  width: 9.736456808199122vw;
  padding-left: 3.6603221083455346vw;
}

.table-shopping-cart .column-2 {
  width: 16.105417276720353vw;
  font-size: 1.0980966325036603vw;
}

.table-shopping-cart .column-3 {
  width:8.784773060029282vw;
  font-size: 1.171303074670571vw;
}

.table-shopping-cart .column-4 {
  width: 10.61493411420205vw;
  text-align: right;
}

.table-shopping-cart .column-5 {
  width: 12.591508052708638vw;
  padding-right: 3.6603221083455346vw;
  text-align: right;
  font-size: 1.171303074670571vw;
}

.table-shopping-cart .table_row {
  height: 13.543191800878477vw;
}

.table-shopping-cart .table_row td {
  padding-bottom: 1.4641288433382138vw;
}

.table-shopping-cart .table_row td.column-1 {
  padding-bottom: 2.1961932650073206vw;
}

.table-shopping-cart .table_head th {
  font-family: SFPRODISPLAYBOLD;
  font-size: 0.9516837481698389vw;
  color: #555;
  text-transform: uppercase;
  line-height: 1.6;
  padding-top: 1.0980966325036603vw;
  padding-bottom: 1.0980966325036603vw;
}

.table-shopping-cart td {
  font-family: SFPRODISPLAYREGULAR;
  color: #555;
  line-height: 1.6;
}



/*//////////////////////////////////////////////////////////////////
[ Block1 ]*/
.block1 {
  position: relative;
  border: 0.07320644216691069vw solid #e6e6e6;
}

.block1-txt {
  background-color: rgba(103,117,214,0.0);
}

/*---------------------------------------------*/
.block1-name {color: #333;}
.block1-info {color: #555;}

/*---------------------------------------------*/
.block1-txt-child2 {
  border-bottom: 0.14641288433382138vw solid #fff;
  overflow: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.block1-link {
  -webkit-transform: translateY(250%);
  -moz-transform: translateY(250%);
  -ms-transform: translateY(250%);
  -o-transform: translateY(250%);
  transform: translateY(250%);
}

/*---------------------------------------------*/
.block1-txt:hover {
  background-color: rgba(103,117,214,0.8);
}

.block1-txt:hover .block1-txt-child2 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.block1-txt:hover .block1-link {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.block1-txt:hover .block1-name,
.block1-txt:hover .block1-info {
  color: #fff;
}

/*//////////////////////////////////////////////////////////////////
[ Block2 ]*/
.block2-pic {
  position: relative;
}

.block2-btn {
  position: absolute;
  bottom: -3.6603221083455346vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.block2-pic:hover .block2-btn {
  bottom: 1.4641288433382138vw;
}

/*---------------------------------------------*/
.block2-txt-child1 {
  width: calc(100% - 2.1961932650073206vw);
}

.block2-txt-child2 {
  width: 2.1961932650073206vw;
}

.btn-addwish-b2 .icon-heart2 {
  opacity: 0;
}

.btn-addwish-b2:hover .icon-heart2 {
  opacity: 1;
}

.btn-addwish-b2:hover .icon-heart1 {
  opacity: 0;
}

.js-addedwish-b2 .icon-heart2 {
  opacity: 1;
}

.js-addedwish-b2 .icon-heart1 {
  opacity: 0;
}

/*---------------------------------------------*/
.label-new {
  position: relative;
}

.label-new::after {
  content: attr(data-label);
  font-family: SFPRODISPLAYREGULAR;
  font-size: 0.8784773060029283vw;
  color: #fff;
  line-height: 1.2;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  min-width: 3.6603221083455346vw;
  height: 1.610541727672035vw;
  border-radius: 0.8052708638360175vw;
  padding: 0 0.43923865300146414vw;
  background-color: #66a8a6;
  top: 3.074670571010249vw;
  left: 0.8784773060029283vw;
}



/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/
.cl0 {color: #fff;}
.cl1 {color: #00A7D1;}
.cl2 {color: #333;}
.cl3 {color: #666;}
.cl4 {color: #999;}
.cl5 {color: #222;}
.cl6 {color: #888;}
.cl7 {color: #b2b2b2;}
.cl8 {color: #555;}
.cl9 {color: #aaa;}
.cl10 {color: #1d1d1d;}
.cl11 {color: #f9ba48;}
.cl12 {color: #ccc;}

/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/
.stext-101 {
  font-family: SFPRODISPLAYMEDIUM;
  font-size: 1.0980966325036603vw;
  line-height: 1.466667;
  text-transform: uppercase;
}

.stext-102 {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 1.0248901903367496vw;
  line-height: 1.7;
}

.stext-103 {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 1.0980966325036603vw;
  line-height: 1.466667;
}

.stext-104 {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 1.0248901903367496vw;
  line-height: 1.466667;
}

.stext-105 {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 1.0248901903367496vw;
  line-height: 1.466667;
  letter-spacing: 0.07320644216691069vw;
}

.stext-106 {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 1.0980966325036603vw;
  line-height: 1.2;
}

.stext-107 {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 0.9516837481698389vw;
  line-height: 1.923;
}

.stext-108 {
  font-family: SFPRODISPLAYLIGHT;
  font-size: 1.0248901903367496vw;
  line-height: 1.7143;
}

.stext-109 {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 0.8784773060029283vw;
  line-height: 1.833333;
}

.stext-110 {
  font-family: SFPRODISPLAYMEDIUM;
  font-size: 1.0980966325036603vw;
  line-height: 1.466667;
}

.stext-111 {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 0.9516837481698389vw;
  line-height: 1.6923;
}

.stext-112 {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 0.9516837481698389vw;
  line-height: 1.6923;
  text-transform: uppercase;
}

.stext-113 {
  font-family: SFPRODISPLAYLIGHT;
  font-size: 1.0248901903367496vw;
  line-height: 1.7857;
}

.stext-114 {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 1.0980966325036603vw;
  line-height: 1.666667;
}

.stext-115 {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 1.0980966325036603vw;
  line-height: 1.666667;
}

.stext-116 {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 1.0980966325036603vw;
  line-height: 1.266667;
}

.stext-117 {
  font-family: SFPRODISPLAYLIGHT;
  font-size: 1.0980966325036603vw;
  line-height: 1.666667;
}


/*---------------------------------------------*/
.stext-301 {
  font-family: SFPRODISPLAYBOLD;
  font-size: 1.0980966325036603vw;
  line-height: 1.6;
  text-transform: uppercase;
}


/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/
.mtext-101 {
  font-family: SFPRODISPLAYMEDIUM;
  font-size: 1.3177159590043923vw;
  line-height: 1.333333;
}

.mtext-102 {
  font-family: SFPRODISPLAYBOLD;
  font-size: 1.171303074670571vw;
  line-height: 1.6;
}

.mtext-103 {
  font-family: SFPRODISPLAYBOLD;
  font-size: 1.3177159590043923vw;
  line-height: 1.333333;
  text-transform: uppercase;
}

.mtext-104 {
  font-family: SFPRODISPLAYMEDIUM;
  font-size: 1.171303074670571vw;
  line-height: 1.6;
}

.mtext-105 {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 1.7569546120058566vw;
  line-height: 1.5;
}

.mtext-106 {
  font-family: SFPRODISPLAYBOLD;
  font-size: 1.3177159590043923vw;
  line-height: 1.388888;
}

.mtext-107 {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 1.171303074670571vw;
  line-height: 1.625;
}

.mtext-108 {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 1.4641288433382138vw;
  line-height: 1.3;
}

.mtext-109 {
  font-family: SFPRODISPLAYBOLD;
  font-size: 1.4641288433382138vw;
  line-height: 1.3;
  text-transform: uppercase;
}

.mtext-110 {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 1.3177159590043923vw;
  line-height: 1.222222;
}

.mtext-111 {
  font-family: SFPRODISPLAYBOLD;
  font-size: 1.8301610541727673vw;
  line-height: 1.2;
}

.mtext-112 {
  font-family: SFPRODISPLAYBOLD;
  font-size: 1.610541727672035vw;
  line-height: 1.333333;
}

.mtext-113 {
  font-family: SFPRODISPLAYBOLD;
  font-size: 1.610541727672035vw;
  line-height: 1.333333;
  text-transform: uppercase;
}


/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.ltext-101 {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 2.049780380673499vw;
  line-height: 1.2857;
}

.ltext-102 {
  font-family: SFPRODISPLAYBOLD;
  font-size: 2.049780380673499vw;
  line-height: 1.1;
}

.ltext-103 {
  font-family: SFPRODISPLAYBOLD;
  font-size: 2.6354319180087846vw;
  line-height: 1.1;
  text-transform: uppercase;
}

.ltext-104 {
  font-family: SFPRODISPLAYBOLD;
  font-size: 4.392386530014641vw;
  line-height: 1.1;
width: 75%;
    margin-left: 12.5%;
  
}

.ltext-105 {
  font-family: SFPRODISPLAYBOLD;
  font-size: 3.6603221083455346vw;
  line-height: 1.1;
}

.ltext-106 {
  font-family: SFPRODISPLAYBOLD;
  font-size: 2.6354319180087846vw;
  line-height: 1.2;
}

.ltext-107 {
  font-family: SFPRODISPLAYBOLD;
  font-size: 2.1961932650073206vw;
  line-height: 1.1;
}

.ltext-108 {
  font-family: SFPRODISPLAYBOLD;
  font-size: 1.9033674963396778vw;
  line-height: 1.3846;
}

.ltext-109 {
  font-family: SFPRODISPLAYBOLD;
  font-size: 2.6354319180087846vw;
  line-height: 1.2;
}


/*---------------------------------------------*/
.ltext-201 {
  font-family: SFPRODISPLAYBOLD;
  font-size: 4.392386530014641vw;
  line-height: 1.1;
  text-transform: uppercase;
}

.ltext-202 {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 2.049780380673499vw;
  line-height: 1.2857;
}




/*==================================================================
    SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE
==================================================================*/


/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size-101 {
  min-width: 11.78623718887262vw;
  height: 3.3674963396778916vw;
}

.size-102 {
  min-width: 10.175695461200586vw;
  height: 2.9282576866764276vw;
}

.size-103 {
  min-width: 13.103953147877013vw;
  height: 3.3674963396778916vw;
}

.size-104 {
  min-width: 6.881405563689604vw;
  height: 2.9282576866764276vw;
}

.size-105 {
  min-width: 8.125915080527086vw;
  height: 2.9282576866764276vw;
}

.size-106 {
  width: 6.44216691068814vw;
  height: 100%;
}

.size-107 {
  min-width: 10.61493411420205vw;
  height: 2.9282576866764276vw;
}

.size-108 {
  width: 2.9282576866764276vw;
  height: 2.9282576866764276vw;
}

.size-109 {
  width: 4.392386530014641vw;
  height: 4.392386530014641vw;
}

.size-110 {
  width: 100%;
  min-height: 7.320644216691069vw;
}

.size-111 {
  width: 100%;
  height: 2.9282576866764276vw;
}

.size-112 {
  min-width: 9.809663250366032vw;
  height: 3.1478770131771596vw;
}

.size-113 {
  width: 2.781844802342606vw;
  height: 4.392386530014641vw;
}

.size-114 {
  width: calc(100% - 2.781844802342606vw);
  height: 4.392386530014641vw;
}

.size-115 {
  min-width: 13.543191800878477vw;
  height:3.294289897510981vw;
}

.size-116 {
  width: 100%;
  height: 3.6603221083455346vw;
}

.size-117 {
  width: 16.105417276720353vw;
  height:3.294289897510981vw;
}

.size-118 {
  min-width: 11.932650073206442vw;
  height:3.294289897510981vw;
}

.size-119 {
  min-width: 11.420204978038067vw;
  height:3.294289897510981vw;
}

.size-120 {
  width: 100%;
  min-height: 14.568081991215227vw;
}

.size-121 {
  width: 100%;
  height: 3.3674963396778916vw;
}

.size-122 {
  width: 4.026354319180088vw;
  height: 100%;
}

.size-123 {
  width: 5.124450951683748vw;
  min-height: 5.124450951683748vw;
}

.size-124 {
  width: 100%;
  min-height: 10.980966325036603vw;
}

.size-125 {
  min-width: 13.177159590043924vw;
  height: 2.9282576866764276vw;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.size-201 {
  max-width: 19.765739385065885vw;
}

.size-202 {
  width: calc(100% / 3);
}

.size-203 {
  width: 7.686676427525622vw;
}

.size-204 {
  width: calc(100% - 7.686676427525622vw);
}

.size-205 {
  width: 10.61493411420205vw;
}

.size-206 {
  width: calc(100% - 10.61493411420205vw);
}

.size-207 {
  width: calc(100% - 5.710102489019033vw);
}

.size-208 {
  width: 34.5%;
}

.size-209 {
  width: 65.5%;
}

.size-210 {
  width: 50%;
}

.size-211 {
  width: 4.392386530014641vw;
}

.size-212 {
  width: calc(100% - 4.392386530014641vw);
}

.size-213 {
  max-width: 17.93557833089312vw;
}

.size-214 {
  width: 6.588579795021962vw;
}

.size-215 {
  width: calc(100% - 8.052708638360176vw);
}

.size-216 {
  width: 4.026354319180088vw;
}

.size-217 {
  width: calc(100% - 4.026354319180088vw);
}

.size-218 {
  max-width: 20.937042459736457vw;
}



/*//////////////////////////////////////////////////////////////////
[ Height ]*/
.size-301 {
  min-height: 2.1961932650073206vw;
}

.size-302 {
  min-height: 5.856515373352855vw;
}

.size-303 {
  height: 28.55051244509517vw;
}


/*==================================================================
   BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND
==================================================================*/
.bg-none {background-color: transparent;}
.bg0 {background-color: #fff;}
.bg1 {background-color: #00A7D1;}
.bg2 {background-color: #e6e6e6;}
.bg3 {background-color: #222;}
.bg5 {background-color: rgba(0,0,0,0.5);}
.bg6 {background-color: #f2f2f2;}
.bg7 {background-color: #333;}
.bg8 {background-color: #f3f3f3;}
.bg9 {background-color: rgba(255,255,255,0.9);}

/*---------------------------------------------*/
.bg-overlay1::before {
  content: "";
  position: absolute;
  z-index: -100;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}

/*---------------------------------------------*/
.bg-img1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}




/*==================================================================
       BORDER BORDER  BORDER  BORDER  BORDER  BORDER  BORDER  BORDER
==================================================================*/
.bor0 {border-radius: 50%;}

.bor1 {
  border-radius: 1.6837481698389458vw;
}

.bor2 {
  border-radius: 1.4641288433382138vw;
}

.bor3 {
  border-bottom: 0.07320644216691069vw solid transparent;
}

.bor4 {
  border: 0.07320644216691069vw solid #e6e6e6;
  border-radius: 0.21961932650073207vw;
}

.bor5 {
  border-left: 0.07320644216691069vw solid #e5e5e5;
  border-right: 0.07320644216691069vw solid #e5e5e5;
}

.bor6 {border-right: 0.07320644216691069vw solid rgba(255,255,255,0.1);}

.bor7 {
  border: 0.07320644216691069vw solid #ccc;
  border-radius: 1.0980966325036603vw;
}

.bor8 {
  border: 0.07320644216691069vw solid #e6e6e6;
  border-radius: 0.14641288433382138vw;
}

.bor9 {
  border-right: 0.07320644216691069vw solid #e6e6e6;
}

.bor10 {
  border: 0.07320644216691069vw solid #e6e6e6;
}

.bor11 {
  border-radius: 1.5373352855051245vw;
}

.bor12 {
  border-bottom: 0.07320644216691069vw dashed #d9d9d9;
}

.bor13 {
  border: 0.07320644216691069vw solid #e6e6e6;
  border-radius: 1.610541727672035vw;
}

.bor14 {
  border-radius: 1.8301610541727673vw;
}

.bor15 {
  border-left: 0.07320644216691069vw solid #e6e6e6;
  border-right: 0.07320644216691069vw solid #e6e6e6;
  border-bottom: 0.07320644216691069vw solid #e6e6e6;
}

.bor16 {
  border-left: 0.21961932650073207vw solid #e6e6e6;
}

.bor17 {
  border: 0.07320644216691069vw solid #e6e6e6;
  border-radius: 1.8301610541727673vw;
}

/*---------------------------------------------*/
.bor18 {
  border-top: 0.07320644216691069vw solid #e6e6e6;
}

.bor18:last-child {
  border-bottom: 0.07320644216691069vw solid #e6e6e6;
}

/*---------------------------------------------*/
.bor19 {
  border: 0.07320644216691069vw solid #d9d9d9;
  border-radius: 0.14641288433382138vw;
}


/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW
==================================================================*/
.plh0::-webkit-input-placeholder { color: #999999;}
.plh0:-moz-placeholder { color: #999999;}
.plh0::-moz-placeholder { color: #999999;}
.plh0:-ms-input-placeholder { color: #999999;}

.plh1::-webkit-input-placeholder { color: #b2b2b2;}
.plh1:-moz-placeholder { color: #b2b2b2;}
.plh1::-moz-placeholder { color: #b2b2b2;}
.plh1:-ms-input-placeholder { color: #b2b2b2;}

.plh2::-webkit-input-placeholder { color: #333;}
.plh2:-moz-placeholder { color: #333;}
.plh2::-moz-placeholder { color: #333;}
.plh2:-ms-input-placeholder { color: #333;}

.plh3::-webkit-input-placeholder { color: #555;}
.plh3:-moz-placeholder { color: #555;}
.plh3::-moz-placeholder { color: #555;}
.plh3:-ms-input-placeholder { color: #555;}

.plh4::-webkit-input-placeholder { color: #888;}
.plh4:-moz-placeholder { color: #888;}
.plh4::-moz-placeholder { color: #888;}
.plh4:-ms-input-placeholder { color: #888;}

/*---------------------------------------------*/
.js-addedwish-detail {
  color: #1A5468;
}

/*---------------------------------------------*/
.label1 {
  position: relative;
}

.label1::after {
  content: attr(data-label1);
  font-family: SFPRODISPLAYREGULAR;
  font-size: 0.7320644216691069vw;
  line-height: 1.0980966325036603vw;
  color: #fff;
  text-transform: uppercase;
  text-align: center;

  display: block;
  position: absolute;
  top: 0.21961932650073207vw;
  right: -0.6588579795021962vw;
  height: 1.0980966325036603vw;
  min-width: 2.342606149341142vw;
  border-radius: 0.5124450951683748vw;
  padding: 0 0.29282576866764276vw;
  background-color: #f74877;
}

.label1.rs1::after {
  top: calc(50% - 0.5856515373352855vw);
  right: auto;
  left: 90%;
}

/*---------------------------------------------*/
.how-active1 {
  color: #333;
  border-color: #797979;
}


/*---------------------------------------------*/
.wrap-input1 {
  position: relative;
  border-bottom: 0.14641288433382138vw solid rgba(204,204,204, 0.1);
}

.input1 {
  background-color: transparent;
  width: 100%;
}

.focus-input1 {
  position: absolute;
  width: 0%;
  height: 0.14641288433382138vw;
  background-color: #6774d5;
  left: 0;
  bottom: -0.14641288433382138vw;
}

.input1:focus + .focus-input1 {
  width: 100%;
}


/*---------------------------------------------*/
.how-pagination1 {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 1.0248901903367496vw;
  color: #808080;

  width: 2.6354319180087846vw;
  height: 2.6354319180087846vw;
  border-radius: 50%;
  border: 0.07320644216691069vw solid #e6e6e6;
}

.how-pagination1:hover {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

.active-pagination1 {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

/*---------------------------------------------*/
.how-shadow1 {
  box-shadow: 0 0vw 0.21961932650073207vw 0vw rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0vw 0.21961932650073207vw 0vw rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0vw 0.21961932650073207vw 0vw rgba(0,0,0,0.2);
  -o-box-shadow: 0 0vw 0.21961932650073207vw 0vw rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0vw 0.21961932650073207vw 0vw rgba(0,0,0,0.2);
}

/*---------------------------------------------*/
.how-pos1 {
  position: absolute;
  top: 0.7320644216691069vw;
  right: 0.7320644216691069vw;
}

/*---------------------------------------------*/
.how-pos2 {
  padding-left: 10.7%;
  padding-right: 11%;
}

@media (max-width: 991px) {
  .how-pos2 {
    padding-left: 8%;
    padding-right: 8%;
  }
}

/*---------------------------------------------*/
.how-pos3-parent {
  position: relative;
}

.how-pos3 {
  position: absolute;
  top: - 2.562225475841874vw;
  right: 0vw;
}

/*---------------------------------------------*/
.how-pos4-parent {
  position: relative;
}

.how-pos4 {
  position: absolute;
  top: calc(50% - 0.6588579795021962vw);
  left: 2.049780380673499vw;
}

/*---------------------------------------------*/
.how-pos5-parent {
  position: relative;
}

.how-pos5 {
  position: absolute;
  top: 1.0980966325036603vw;
  left: 0.7320644216691069vw;
}



/*---------------------------------------------*/
.how-itemcart1 {
  width: 4.392386530014641vw;
  position: relative;
  margin-right: 1.4641288433382138vw;
  cursor: pointer;
}

.how-itemcart1 img {
  width: 100%;
}

.how-itemcart1::after {
  content: '\e870';
  font-family: Linearicons-Free;
  font-size: 1.171303074670571vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

.how-itemcart1:hover:after {
  opacity: 1;
}

/*---------------------------------------------*/
.how-bor2,
.how-bor1 {
  position: relative;
  z-index: 1;
}

.how-bor2::before,
.how-bor1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 0.21961932650073207vw solid #ccc;
}

.how-bor1::before {
  bottom: -1.5373352855051245vw;
  left: -1.5373352855051245vw;
}

@media (max-width: 767px) {
  .how-bor1::before {
    bottom: -1.5373352855051245vw;
    right: -1.5373352855051245vw;
    left: auto;
  }
}

.how-bor2::before {
  bottom: -1.5373352855051245vw;
  right: -1.5373352855051245vw;
}



/*==================================================================
      PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder { color:transparent; }
.focus-in0:focus:-moz-placeholder { color:transparent; }
.focus-in0:focus::-moz-placeholder { color:transparent; }
.focus-in0:focus:-ms-input-placeholder { color:transparent; }




/*//////////////////////////////////////////////////////////////////
[ Hover ]*/

.hov-cl0:hover {color: #fff;}
.hov-bg0:hover {background-color: #fff;}
.hov-cl1:hover {color: #00A7D1;}
.hov-bg1:hover {background-color: #00A7D1;}

/*---------------------------------------------*/
.hov-img0 {
  display: block;
  overflow: hidden;
}

.hov-img0 img{
  width: 100%;
  -webkit-transition: transform 0.9s ease;
  -o-transition: transform 0.9s ease;
  -moz-transition: transform 0.9s ease;
  transition: transform 0.9s ease;
}

.hov-img0:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*---------------------------------------------*/
.hov-btn1:hover {
  border-color: #222;
  background-color: #222;
  color: #fff;
}

.hov-btn1:hover i {
  color: #fff;
}

/*---------------------------------------------*/
.hov-btn2:hover {
  border-color: #fff;
  background-color: #fff;
  color: #00A7D1;
}

/*---------------------------------------------*/
.hov-btn3:hover {
  border-color: #00A7D1;
  background-color: #00A7D1;
  color: #fff;
}

.hov-btn3:hover i {
  color: #fff;
}

/*---------------------------------------------*/
.hov-tag1:hover {
  color: #00A7D1;
  border-color: #00A7D1;
}


/*---------------------------------------------*/
.hov-ovelay1 {
  position: relative;
}

.hov-ovelay1::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(103,117,214,0.8);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.hov-ovelay1:hover:after {
  opacity: 1;
}


/*---------------------------------------------*/
.hov1:hover {
  color: #333;
  border-color: #797979;
}

/*---------------------------------------------*/
.hov2:hover {
  background-color: #f2f2f2;
}

/*---------------------------------------------*/
.hov3 {
  opacity: 0.6;
}

.hov3:hover {
  opacity: 1;
}




/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1199px) {
  .m-0-xl {margin: 0;}
  .m-lr-0-xl {margin-left: 0; margin-right: 0;}
  .m-lr-15-xl {margin-left: 1.0980966325036603vw; margin-right: 1.0980966325036603vw;}
  .m-l-0-xl {margin-left: 0;}
  .m-r-0-xl {margin-right: 0;}
  .m-l-15-xl {margin-left: 1.0980966325036603vw;}
  .m-r-15-xl {margin-right: 1.0980966325036603vw;}

  .p-0-xl {padding: 0;}
  .p-lr-0-xl {padding-left: 0; padding-right: 0;}
  .p-lr-15-xl {padding-left: 1.0980966325036603vw; padding-right: 1.0980966325036603vw;}
  .p-l-0-xl {padding-left: 0;}
  .p-r-0-xl {padding-right: 0;}
  .p-l-15-xl {padding-left: 1.0980966325036603vw;}
  .p-r-15-xl {padding-right: 1.0980966325036603vw;}

  .w-full-xl {width: 100%;}

  /*---------------------------------------------*/

}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 991px) {
  .m-0-lg {margin: 0;}
  .m-lr-0-lg {margin-left: 0; margin-right: 0;}
  .m-lr-15-lg {margin-left: 1.0980966325036603vw; margin-right: 1.0980966325036603vw;}
  .m-l-0-lg {margin-left: 0;}
  .m-r-0-lg {margin-right: 0;}
  .m-l-15-lg {margin-left: 1.0980966325036603vw;}
  .m-r-15-lg {margin-right: 1.0980966325036603vw;}

  .p-0-lg {padding: 0;}
  .p-lr-0-lg {padding-left: 0; padding-right: 0;}
  .p-lr-15-lg {padding-left: 1.0980966325036603vw; padding-right: 1.0980966325036603vw;}
  .p-l-0-lg {padding-left: 0;}
  .p-r-0-lg{padding-right: 0;}
  .p-l-15-lg {padding-left: 1.0980966325036603vw;}
  .p-r-15-lg {padding-right: 1.0980966325036603vw;}

  .w-full-lg {width: 100%;}

  /*---------------------------------------------*/
  .respon4 {
    width: 50%;
  }

  /*---------------------------------------------*/
  .respon5 {
    padding-top: 3.6603221083455346vw;
    padding-bottom: 3.6603221083455346vw;
  }
}


/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 767px) {
  .m-0-md {margin: 0;}
  .m-lr-0-md {margin-left: 0; margin-right: 0;}
  .m-lr-15-md {margin-left: 1.0980966325036603vw; margin-right: 1.0980966325036603vw;}
  .m-l-0-md {margin-left: 0;}
  .m-r-0-md {margin-right: 0;}
  .m-l-15-md {margin-left: 1.0980966325036603vw;}
  .m-r-15-md {margin-right: 1.0980966325036603vw;}

  .p-0-md {padding: 0;}
  .p-lr-0-md {padding-left: 0; padding-right: 0;}
  .p-lr-15-md {padding-left: 1.0980966325036603vw; padding-right: 1.0980966325036603vw;}
  .p-l-0-md {padding-left: 0;}
  .p-r-0-md{padding-right: 0;}
  .p-l-15-md {padding-left: 1.0980966325036603vw;}
  .p-r-15-md {padding-right: 1.0980966325036603vw;}

  .w-full-md {width: 100%;}

  /*---------------------------------------------*/
  .respon4 {
    width: 100%;
  }

}


/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 575px) {
  .m-0-sm {margin: 0;}
  .m-lr-0-sm {margin-left: 0; margin-right: 0;}
  .m-lr-15-sm {margin-left: 1.0980966325036603vw; margin-right: 1.0980966325036603vw;}
  .m-l-0-sm {margin-left: 0;}
  .m-r-0-sm {margin-right: 0;}
  .m-l-15-sm {margin-left: 1.0980966325036603vw;}
  .m-r-15-sm {margin-right: 1.0980966325036603vw;}

  .p-0-sm {padding: 0;}
  .p-lr-0-sm {padding-left: 0; padding-right: 0;}
  .p-lr-15-sm {padding-left: 1.0980966325036603vw; padding-right: 1.0980966325036603vw;}
  .p-l-0-sm {padding-left: 0;}
  .p-r-0-sm{padding-right: 0;}
  .p-l-15-sm {padding-left: 1.0980966325036603vw;}
  .p-r-15-sm {padding-right: 1.0980966325036603vw;}

  .w-full-sm {width: 100%;}

  /*---------------------------------------------*/
  .respon1 {
    font-size: 2.9282576866764276vw;
  }

  /*---------------------------------------------*/
  .respon2 {
    font-size: 1.4641288433382138vw;
  }

  /*---------------------------------------------*/
  .respon6 {
    width: 4.758418740849195vw;
  }

  .respon6-next {
    width: calc(100% - 4.758418740849195vw);
  }

  /*---------------------------------------------*/
  .respon7 {
    padding-left: 4.392386530014641vw;
  }


}
.logo-footer{
      width: 10% !important;
}

/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
  .m-0-ssm {margin: 0;}
  .m-lr-0-ssm {margin-left: 0; margin-right: 0;}
  .m-lr-15-ssm {margin-left: 1.0980966325036603vw; margin-right: 1.0980966325036603vw;}
  .m-l-0-ssm {margin-left: 0;}
  .m-r-0-ssm {margin-right: 0;}
  .m-l-15-ssm {margin-left: 1.0980966325036603vw;}
  .m-r-15-ssm {margin-right: 1.0980966325036603vw;}

  .p-0-ssm {padding: 0;}
  .p-lr-0-ssm {padding-left: 0; padding-right: 0;}
  .p-lr-15-ssm {padding-left: 1.0980966325036603vw; padding-right: 1.0980966325036603vw;}
  .p-l-0-ssm {padding-left: 0;}
  .p-r-0-ssm{padding-right: 0;}
  .p-l-15-ssm {padding-left: 1.0980966325036603vw;}
  .p-r-15-ssm {padding-right: 1.0980966325036603vw;}

  .w-full-ssm {width: 100%;}

  /*---------------------------------------------*/
  .respon3 {
    padding: 1.4641288433382138vw;
  }

}
.slick-list{
  height: 86.77165354330708vh;
}
.veiw-product{
  background: #00A7D1;
color: #fff;
padding: 0.2vw 1vw;
border-radius: 10vw;
font-size: 1vw;
}
.sochialmedia-width{
      height: 1.2033674963396779vw;
}
.serach-icon-style{
      margin-top: 0.5124450951683748vw;
      color: #000;
}
.width-slider-text{
      width: 50%;
      margin-left: 25%;
}
.brand-class{
  width: 100%;
background-size: cover;
margin: 1vh;
height: 13.177159590043924vw;
border-radius: 15px;
cursor: pointer;
}
.brand-class-img1{
  width: 35%;
margin-left: 1vw;
    margin-top: 0.5vw;
}
.brand-class-img2{
  width: 15%;
margin-right: 1vw;
margin-top: -3vw;
}
.brand-class-p2{
  text-align: right;
    margin-top: 7.2vw;
}
.brand-class:hover{
  width: 100%;
background-size: cover;
margin: 1vh;
}
.brand-class:hover .brand-class-p2{
  text-align: center;
  padding-bottom: 3.6vw;
    margin-top: 0;
}
.brand-class:hover .brand-class-p1{
  text-align: center;
  padding-top: 23.5%;
      height: 7.8vw;

}
.brand-class:hover .brand-class-img2,.brand-class:hover .brand-class-img1{
margin-left: 0vw;
margin-right: 0vw;
margin-top: 0vw;
}
.brand-title{
  margin-top: 0;
    color: #000;
    font-family: 'SFPRODISPLAYBOLD';
}
.hr-title{
  width: 8%;
    border-top: 0.21961932650073207vw solid #0079BF;
    margin: 0.5856515373352855vw 0 2.9282576866764276vw;
}
.hr-title1{
  width: 8%;
    border-top: 0.21961932650073207vw solid #0079BF;
    margin: 0.29282576866764276vw 0;
}
.margin-ssec{
      margin: 4.392386530014641vw auto;
}
.col-md-3-5 {
    -ms-flex: 0 0 25%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 1.0980966325036603vw;
padding-left: 1.0980966325036603vw;
}
.sub-scribe{
  padding: 3.074670571010249vw 0;
      text-align: center;
      color: #fff;
}
.sub-scripe-input{
  background: transparent;
  border-bottom: 0.07320644216691069vw solid #fff;
  width: 100%;
  color: #fff;
}
.sub-scripe-input::placeholder{
  color: #fff;
}
.sub-scripe-submit{
  background: #91E9FF;
    color: #fff;
    width: 11.4%;
    padding: 0.36603221083455345vw 2.9282576866764276vw;
    margin-left: 44.3%;
    margin-top: 1.9033674963396778vw;
    text-transform: uppercase;
    font-family: 'SFPRODISPLAYMEDIUM';
    cursor: pointer;
}
.sub-scribe-h2{
  font-family: 'SFPRODISPLAYMEDIUM';
    text-transform: uppercase;
    font-size: 2.9282576866764276vw;
}
.sub-scribe-p{
  font-family: 'SFPRODISPLAYLIGHT';
    font-size: 1.3177159590043923vw;
    margin-bottom: 2.9282576866764276vw;

}
.footer-p{
  padding: 1vw 28.8vw;
font-size: 1vw;
color: #1A5468;
font-family: 'SFPRODISPLAYREGULAR';
line-height: 1;
}
.footer-menu{
  justify-content: space-around;
padding: 0.7320644216691069vw 18.08199121522694vw;
color: #1A5468;
font-family: 'SFPRODISPLAYBOLD';
}
.m-all-1 img{
    width: 70%;
  }
  .m-all-1-img img{
    width: 100%;
    padding: 0 0.5856515373352855vw;
    }
    .footer-logos{
      padding: 0 7.46705710102489vw;
    }
.Banner-text{
      padding: 0vw 18.740849194729137vw;
}
.general-text{
  font-family: 'SFPRODISPLAYREGULAR';
    font-size: 1.3177159590043923vw;
    color: #1A5468;
        line-height: 1.8;
}
.footer-Copyright{
  padding: 1.0980966325036603vw;
  background: #1A5468;
   text-align: center;color: #fff;
   font-family: SFPRODISPLAYBOLD;
   font-size: 0.9116837481698389vw;
}
.footer-Copyright a img{
width: 7.320644216691069vw;
}
.about-img{
  width:100%;
  margin: 2.9282576866764276vw 0px
}
.image-list-style{
      width: 0.8784773060029283vw;
}
.referance-class{
  width: 100%;
background-size: cover;
margin: 1vh;
height: 13.177159590043924vw;
border-radius: 15px;
cursor: pointer;
}
.referance-text{
  text-align: center;
font-size: 1.080966325036603vw;
padding: 0 2.992386530014641vw;
height: 13.177159590043924vw;
display: flex;
color: #fff;
flex-direction: column;
justify-content: center;
font-family: 'SFPRODISPLAYREGULAR';
}
.referance-more{
  background: #1A5468;
color: #fff;
font-family: 'SFPRODISPLAYMEDIUM';
text-transform: uppercase;
border: navajowhite;
padding: 0.7320644216691069vw 2.9282576866764276vw;
margin-bottom: 2.9282576866764276vw !important;
}
.product-title{
  color: #fff;
    margin-left: 0.7320644216691069vw;
    padding-top: 0.7320644216691069vw;
    height: 4.365592972181552vw;
    font-family: 'SFPRODISPLAYMEDIUM';
    overflow: hidden;
}
.text-margin-bottom{
  margin-bottom: 1.4641288433382138vw;
}
.general-title {
    font-family: 'SFPRODISPLAYBOLD';
    font-size: 1.3177159590043923vw;
    color: #000;
    line-height: 1.8;
}
.contactus-input{
  background: transparent;
  border-bottom: 0.07320644216691069vw solid #707070;
  width: 100%;
  color: #000;
  margin-top: 2.1961932650073206vw;
}
.contactus-input::placeholder{
  color: #707070;
}
.contactus-btn {
    background: #1A5468;
    color: #fff;
    font-family: 'SFPRODISPLAYMEDIUM';
    text-transform: uppercase;
    border: navajowhite;
    padding: 0.7320644216691069vw 2.9282576866764276vw;
    margin-bottom: 2.9282576866764276vw !important;
    float: right;
    border-radius: 0;
}
.contactus-text {
    font-family: 'SFPRODISPLAYREGULAR';
    font-size: 1.0177159590043923vw;
    color: #1A5468;
    line-height: 1.3;
    width: 70%;
}
.contactus-info{
    color: #00A7D1;
    font-family: 'SFPRODISPLAYREGULAR';
    font-size: 1vw;
}
.contactus-row{
  align-items: center;
margin: 0.7320644216691069vw -15px;
}
.contactus-hr{
  margin-right: 2.4890190336749636vw;
margin-left: 2.4890190336749636vw;
border: 0;
border-left: 0.07320644216691069vw solid #707070;
height: 100%;
}
.countries_slider{
width: 100%;
border-bottom: 0.14641288433382138vw solid #9E9E9E;
margin-bottom: 0.7320644216691069vw;
padding-bottom: 0.7320644216691069vw;
}
.link {
	color: #9E9E9E !important;
    font-family: 'SFPRODISPLAYMEDIUM';
    margin-right: 1.4641288433382138vw;
        cursor: pointer;
}
.specification-text {
    font-family: 'SFPRODISPLAYREGULAR';
    font-size: 1.2177159590043923vw;
    color: #1A5468;
    line-height: 1.3;
    width: 100%;
}
.specification-info {
    color: #00A7D1;
    font-family: 'SFPRODISPLAYBOLD';
    font-size: 1.2177159590043923vw;
}
.specification-row {
    align-items: baseline;
    margin: 0.7320644216691069vw 0vw !important;
}
.pdf-btn {
    background: #1A5468;
    color: #fff;
    font-family: 'SFPRODISPLAYMEDIUM';
    text-transform: uppercase;
    font-size: 0.9vw !important;
    border: navajowhite;
    padding: 0.2320644216691069vw 1.9282576866764276vw !important;
    margin: 1.9282576866764276vw 0 !important;
    width: 58%;
    margin-left: 21% !important;
    border-radius: 0;
}
.pdf-cyr{
  cursor: pointer;
}
.col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.web-style{
  display: block;
}
.mobile-style{
  display: none;
}
@media only screen and (max-width: 900px) {

  .logo-mobile {
      display: block;
      position: relative;
      height: 100%;
      padding-right: 1.8301610541727673vw;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
  }
  .icon-header-item {
    position: relative;
    font-size: 2.503367vw;
    line-height: 1;
    cursor: pointer;
}
.sochialmedia-width {
    height: 2.003367vw;
}
.main-menu-m > li > a{
      font-size: 1.52489vw;
      color: #00A7D1;
}
.main-menu-m {
  padding-top: 0.7320644216691069vw;
  padding-bottom: 0.7320644216691069vw;
  background-color: #fff;
}
.arrow-main-menu-m {
  font-size: 3.02489vw;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 6.732064vw;
  top: 0.14641288433382138vw;
  padding: 0.7320644216691069vw;
  cursor: pointer;
}
.sub-menu-m a {
    font-family: SFPRODISPLAYREGULAR;
    font-size: 1.52489vw;
    color: #666;
    line-height: 2.5;
    padding: 0.36603221083455345vw;
 0 0.36603221083455345vw 0;
}
.sub-menu-m {
  background-color: #fff;
  padding: 0.7320644216691069vw 1.0980966325036603vw 0.732064vw 6.342606vw;
  display: none;
}
.veiw-product {
    background: #00A7D1;
    color: #fff;
    padding: 0.7vw 4vw;
    border-radius: 10vw;
    font-size: 1.5vw;
}
.width-slider-text {
    width: 80%;
    margin-left: 10%;
    font-size: 1.7vw;
}
.brand-title {
    margin-top: 0;
    color: #000;
    font-family: 'SFPRODISPLAYBOLD';
    font-size: 3vw;
}
.hr-title1 {
    width: 9%;
    border-top: 0.319619vw solid #0079BF;
    margin: 0.29282576866764276vw;
}
.hr-title {
    width: 9%;
    border-top: 0.31961932650073205vw solid #0079BF;
    margin: 0.5856515373352855vw 0 2.9282576866764276vw;
}
.col-md-3-5 {
    -ms-flex: 0 0 25%;
    flex: 0 0 33.2%;
    max-width: 33.2%;
    padding-right: 1.0980966325036603vw;
    padding-left: 1.0980966325036603vw;
}
.brand-class {
    width: 100%;
    background-size: cover;
    margin: 2vh 1vh;
    height: 25.17716vw;
    border-radius: 15px;
    cursor: pointer;
}
.brand-class-p2 {
    text-align: right;
    margin-top: 13.2vw;
}
.web-style{
  display: none !important;
}
.mobile-style{
  display: block !important;
}
.col-mob-hidden{
  display: none;
}
.col-md-3{
  flex: 0 0 50%;
    max-width: 50%;
}
.sub-scripe-input {
    background: transparent;
    border-bottom: 0.07320644216691069vw solid #fff;
    width: 100%;
    color: #fff;
    font-size: 1.5vw;
}
.sub-scripe-submit {
    background: #91E9FF;
    color: #fff;
    width: 15.4%;
    padding: 0.36603221083455345vw 2.9282576866764276vw;
    margin-left: 42.3%;
    margin-top: 2.903367vw;
    text-transform: uppercase;
    font-family: 'SFPRODISPLAYMEDIUM';
    cursor: pointer;
    font-size: 1.5vw;
}
.logo-footer {
    width: 17% !important;
}
.footer-p {
    padding: 1vw 26.8vw;
    font-size: 1.5vw;
    color: #1A5468;
    font-family: 'SFPRODISPLAYREGULAR';
    line-height: 1;
}
.footer-menu {
    justify-content: space-around;
    padding: 0.7320644216691069vw 18.08199121522694vw;
    color: #1A5468;
    font-family: 'SFPRODISPLAYBOLD';
    font-size: 1.8vw;
}
.footer-logos {
    padding: 3vw 7.46705710102489vw;
    flex-wrap: wrap;
}
.footer-logos a {
    padding: 0;
    flex-wrap: wrap;
    width: 20%;
}
.m-all-1 img {
    width: 65%;
}
.footer-sochialmedia{
  padding: 2vw 0 0;
}
.footer-sochialmedia a{
  margin: 0 2vw;
}
.footer-Copyright{
  padding: 1.098097vw;
  background: #1A5468;
  text-align: center;
  color: #fff;
  font-family: SFPRODISPLAYBOLD;
  font-size: 1.511684vw;
}
.footer-Copyright a img {
    width: 8.320644vw;
}
.btn-back-to-top {
    display: none;
    position: fixed;
    width: 4.928258vw;
    height: 4.781845vw;
    bottom: 0vw;
    right: 2.9282576866764276vw;
    background-color: #00A7D1;
    opacity: 0.5;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.general-text {
    font-family: 'SFPRODISPLAYREGULAR';
    font-size: 2.0177159590043923vw;
    color: #1A5468;
    line-height: 1.8;
}
.product-title {
    color: #fff;
    margin-left: 0.7320644216691069vw;
    padding-top: 0.7320644216691069vw;
    height: 9.065593vw;
    font-family: 'SFPRODISPLAYMEDIUM';
    font-size: 2.5vw;
    overflow: hidden;
}
.link {
    color: #9E9E9E !important;
    font-family: 'SFPRODISPLAYMEDIUM';
    margin-right: 1.4641288433382138vw;
    cursor: pointer;
    font-size: 1.8vw;
}
.general-title {
    font-family: 'SFPRODISPLAYBOLD';
    font-size: 1.817716vw;
    color: #000;
    line-height: 1.8;
}
.specification-text {
    font-family: 'SFPRODISPLAYREGULAR';
    font-size: 1.8177159590043923vw;
    color: #1A5468;
    line-height: 1.3;
    width: 100%;
}
.specification-info {
    color: #00A7D1;
    font-family: 'SFPRODISPLAYBOLD';
    font-size: 1.6177159590043923vw;
}
.pdf-btn {
    background: #1A5468;
    color: #fff;
    font-family: 'SFPRODISPLAYMEDIUM';
    text-transform: uppercase;
    font-size: 1.4vw !important;
    border: navajowhite;
    padding: 0.2320644216691069vw 1.9282576866764276vw !important;
    margin: 1.9282576866764276vw 0 !important;
    width: 58%;
    margin-left: 21% !important;
    border-radius: 0;
}
.referance-class {
    width: 100%;
    background-size: cover;
    margin: 1vh;
    height: 16.17716vw !important;
    border-radius: 15px;
    cursor: auto;
}
.referance-text {
    text-align: center;
    font-size: 1.380966325036603vw;
    padding: 0 2.992386530014641vw;
    height: 16.177159590043924vw;
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    font-family: 'SFPRODISPLAYREGULAR';
}
.referance-more {
    background: #1A5468;
    color: #fff;
    font-family: 'SFPRODISPLAYMEDIUM';
    text-transform: uppercase;
    border: navajowhite;
    padding: 0.7320644216691069vw 4.928258vw;
    margin-bottom: 2.9282576866764276vw !important;
    font-size: 1.5vw;
}
.contactus-input {
    background: transparent;
    border-bottom: 0.07320644216691069vw solid #707070;
    width: 100%;
    color: #000;
    margin-top: 3.1961932650073206vw;
    font-size: 1.5vw;
}
.contactus-btn {
    background: #1A5468;
    color: #fff;
    font-family: 'SFPRODISPLAYMEDIUM';
    text-transform: uppercase;
    border: navajowhite;
    padding: 0.732064vw 5.928258vw;
    margin-bottom: 2.9282576866764276vw !important;
    font-size: 1.5vw;
    float: right;
    border-radius: 0;
}
.brand-class:hover .brand-class-p1 {
    text-align: center;
    padding-top: 30.5%;
    height: auto;
    overflow: hidden;
    height: 17.065593vw !important;
}
}
@media only screen and (max-width: 600px) {
  .web-style{
    display: none !important;
  }
  .mobile-style{
    display: block !important;
  }
  .wrap-header-mobile{
        height: 15.124451vw;
            padding: 3.098097vw;
  }
  .icon-header-item{
        font-size: 5.503367vw;
  }
  .sochialmedia-width {
    height: 4.203367vw;
  }
  .main-menu-m > li > a{
        font-size: 3.52489vw;
        color: #00A7D1;
  }
  .main-menu-m {
    padding-top: 0.7320644216691069vw;
    padding-bottom: 0.7320644216691069vw;
    background-color: #fff;
  }
  .arrow-main-menu-m {
    font-size: 7.02489vw;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 6.732064vw;
    top: 0.14641288433382138vw;
    padding: 0.7320644216691069vw;
    cursor: pointer;
}
.sub-menu-m a {
    font-family: SFPRODISPLAYREGULAR;
    font-size: 3.02489vw;
    color: #666;
    line-height: 2.5;
    padding: 0.36603221083455345vw 0 0.36603221083455345vw 0;
}
.sub-menu-m {
    background-color: #fff;
    padding: 0.7320644216691069vw 1.0980966325036603vw 0.732064vw 6.342606vw;
    display: none;
}
.slick-list {
    height: 60.771654vh;
}
.h-full {
    height: 82%;
}
.ltext-104 {
    font-family: SFPRODISPLAYBOLD;
    font-size: 4.392386530014641vw;
    line-height: 1.1;
    width: 100%;
    margin-left: 0;
}
.respon1 {
    font-size: 4.928258vw;
}
.width-slider-text {
    width: 100%;
    margin-left: 0;
}
.slick1-dots li {
    max-width: 3.909224vw;
    position: relative;
    cursor: pointer;
    margin-right: 2.073206vw;
}
.brand-title {
    margin-top: 0;
    color: #000;
    font-family: 'SFPRODISPLAYBOLD';
    font-size: 5.5vw;
}
.hr-title {
    width: 17%;
    border-top: 0.519619vw solid #0079BF;
    margin: 0.5856515373352855vw 0 2.9282576866764276vw;
}
.hr-title1 {
    width: 17%;
    border-top: 0.519619vw solid #0079BF;
    margin: 0.29282576866764276vw 0;
}
.col-md-3-5 {
    -ms-flex: 0 0 25%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 5.098097vw;
    padding-left: 1.098097vw;
}
.brand-class {
    width: 100%;
    background-size: cover;
    margin: 1vh;
    height: 35.17716vw;
    border-radius: 15px;
    cursor: pointer;
}
.brand-class-img1 {
    width: 30%;
    margin-left: 1vw;
    margin-top: 0.5vw;
}
.brand-class-img2 {
    width: 14%;
    margin-right: 2vw;
    margin-top: -1vw;
}
.brand-class-p2 {
    text-align: right;
    margin-top: 16.2vw;
}
.general-text {
    font-family: 'SFPRODISPLAYREGULAR';
    font-size: 3.317716vw;
    color: #1A5468;
    line-height: 1.8;
}
.sub-scribe-h2 {
    font-family: 'SFPRODISPLAYMEDIUM';
    text-transform: uppercase;
    font-size: 4.928258vw;
}
.sub-scribe-p {
    font-family: 'SFPRODISPLAYLIGHT';
    font-size: 2.317716vw;
    margin-bottom: 3.928258vw;
}
.col-mob-hidden{
  display: none !important;
}
.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 50%;
    max-width: 50%;
}
.sub-scripe-input {
    background: transparent;
    border-bottom: 0.073206vw solid #fff;
    width: 100%;
    color: #fff;
    font-size: 2.5vw;
}
.sub-scripe-submit {
    background: #91E9FF;
    color: #fff;
    width: 25.4%;
    padding: 1.366032vw 3.928258vw;
    margin-left: 36.3%;
    margin-top: 3.903367vw;
    text-transform: uppercase;
    font-family: 'SFPRODISPLAYMEDIUM';
    cursor: pointer;
    font-size: 2vw;
}
.logo-footer{
      width: 40% !important;
}
.footer-p {
    padding: 2vw 0;
    font-size: 3vw;
    color: #1A5468;
    font-family: 'SFPRODISPLAYREGULAR';
    line-height: 1;
}
.footer-menu {
    justify-content: space-around;
    padding: 1.732064vw 0vw;
    color: #1A5468;
    font-family: 'SFPRODISPLAYBOLD';
}
.footer-menu {
    justify-content: space-around;
    padding: 1.732064vw 0vw;
    color: #1A5468;
    font-family: 'SFPRODISPLAYBOLD';
    font-size: 3vw;
}
.footer-logos {
    padding: 3vw 7.46705710102489vw;
    flex-wrap: wrap;
}
.footer-logos a {
    padding: 0;
    flex-wrap: wrap;
    width: 30%;
}
.footer-sochialmedia{
  padding: 2vw 0 0;
}
.footer-sochialmedia a{
  margin: 0 2vw;
}
.footer-Copyright{
  padding: 3.098097vw;
background: #1A5468;
text-align: center;
color: #fff;
font-family: SFPRODISPLAYBOLD;
font-size: 2.911684vw;
}
.footer-Copyright a img{
width: 16.320644216691069vw;
}
.btn-back-to-top {
    display: none;
    position: fixed;
    width: 7.928258vw;
    height: 9.781845vw;
    bottom: 0vw;
    right: 2.9282576866764276vw;
    background-color: #00A7D1;
    opacity: 0.5;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.symbol-btn-back-to-top {
    font-size: 7.830161vw;
    color: white;
    line-height: 1em;
}
.product-title {
    color: #fff;
    margin-left: 1.732064vw;
    padding-top: 0.732064vw;
    height: 11.465592972181552vw;
    font-family: 'SFPRODISPLAYMEDIUM';
    font-size: 3.3vw;
    overflow: hidden;
}
.ltext-105 {
    font-family: SFPRODISPLAYBOLD;
    font-size: 9.660322vw;
    line-height: 1.1;
}
.link {
    color: #9E9E9E !important;
    font-family: 'SFPRODISPLAYMEDIUM';
    margin-right: 1.4641288433382138vw;
    font-size: 3vw;
    cursor: pointer;
}
.pdf-btn {
    background: #1A5468;
    color: #fff;
    font-family: 'SFPRODISPLAYMEDIUM';
    text-transform: uppercase;
    font-size: 2.5vw !important;
    border: navajowhite;
    padding: 0.2320644216691069vw 1.9282576866764276vw !important;
    margin: 3.928258vw 0 !important;
    width: 58%;
    margin-left: 21% !important;
    border-radius: 0;
}
.general-title {
    font-family: 'SFPRODISPLAYBOLD';
    font-size: 4.317716vw;
    color: #000;
    line-height: 1.8;
}
.specification-info {
    color: #00A7D1;
    font-family: 'SFPRODISPLAYBOLD';
    font-size: 3.017716vw;
}
.specification-text {
    font-family: 'SFPRODISPLAYREGULAR';
    font-size: 3.217716vw;
    color: #1A5468;
    line-height: 1.3;
    width: 100%;
}
.image-g {
    padding: 0 2.5%;
    margin-bottom: 3.516837vw;
    height: 46.087848vw;
}
.referance-text {
    text-align: center;
    font-size: 3.080966vw;
    padding: 0 2.992386530014641vw;
    height: 32.17716vw;
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    font-family: 'SFPRODISPLAYREGULAR';
}
.referance-class {
    width: 100%;
    background-size: cover;
    margin: 1vh;
    height: 32.17716vw !important;
    border-radius: 15px;
    cursor: auto;
}
.referance-more {
    background: #1A5468;
    color: #fff;
    font-family: 'SFPRODISPLAYMEDIUM';
    text-transform: uppercase;
    border: navajowhite;
    padding: 0.7320644216691069vw 2.9282576866764276vw;
    margin-bottom: 2.9282576866764276vw !important;
    font-size: 3vw;
}
.Banner-text {
    padding: 0;
}
.contactus-input {
    background: transparent;
    border-bottom: 0.07320644216691069vw solid #707070;
    width: 100%;
    color: #000;
    margin-top: 4.196193vw;
    font-size: 2.5vw;
}
.contactus-btn {
    background: #1A5468;
    color: #fff;
    font-family: 'SFPRODISPLAYMEDIUM';
    text-transform: uppercase;
    border: navajowhite;
    padding: 1.732064vw 7.928258vw;
    margin-bottom: 3.928258vw !important;
    float: right;
    border-radius: 0;
    font-size: 3vw;
}
.contactus-text {
    font-family: 'SFPRODISPLAYREGULAR';
    font-size: 3.317716vw;
    color: #1A5468;
    line-height: 1.3;
    width: 100%;
}
.main-menu-m > li {
    color: white;
    position: relative;
    border-bottom: 1px solid #dbdb;
}
.veiw-product {
    background: #00A7D1;
    color: #fff;
    padding: 1.2vw 5vw;
    border-radius: 10vw;
    font-size: 3vw;
}
.brand-class:hover .brand-class-p1 {
    text-align: center;
    padding-top: 30.5%;
    height: auto;
    overflow: hidden;
    height: 24.065593vw !important;
}
}
.container {
    max-width: 87.84773060029282vw !important;
}
.pdf-cyr img{
    height: 20.7vw;
    object-fit: contain;
}
.style-logo-menu{
vertical-align: middle;
    border-style: none;
    width: 2vw;
    margin-right: 1vw;
}
.referances-new-p{
  padding-top: 1vw;
padding-bottom: 1vw;
font-family: 'SFPRODISPLAYREGULAR';
font-size: 1.017716vw;
color: #1A5468;
line-height: 1.8;
  height: 6vw;
}
.referance-class-new{
  display: block;
    margin: 1vw;
    text-align: center;
    box-shadow: 0px 0px 8px 0 #00000000, 0 6px 20px 0 #00000029;
}