/*==================================================
    General
==================================================*/
 
 
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap&subset=thai');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap&subset=thai');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

html,body{
  padding: 0;
  margin: 0; 
  height: 100%
}  
body{  
  font-family:'Kanit','Rubik', sans-serif; 
  color:#000000;
  font-size:16px; 
  font-weight:300;
  font-style: normal;
  line-height: 1.55;
  margin: 0px;
  padding:0;
  background-color: #ffffff;  
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  image-rendering: -webkit-optimize-contrast;

  position: relative;
  overflow-x: hidden;
}
 
b, strong{
  font-weight: 300; 
  font-family: inherit;
}
h1,h2,h3,h4,h5,h6{   
  margin:0;  
  color:inherit; 
  line-height:inherit; 
  font-weight: 500; 
  font-family: inherit;
}  

.nowrap{ white-space: nowrap; }
 
a{
  color:inherit;
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
a:hover{ text-decoration: none; color:inherit; }
 
.star{ color: red }
.form-control{
 -webkit-appearance: none;
  font-family: inherit;
  border-radius:3px; 
  color: inherit ;  
  padding:0 15px;
  font-size: inherit;
  font-weight: inherit;
  height: 45px;
  line-height: 43px ;
  border:1px solid #E0E0E0;  
  background-color: #ffffff;
  font-family: inherit;

    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
 
.form-control:focus{
  border-color: #80bdff !important; 
}
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.text-bottom {
  margin-top: -30px;
  text-align: center;
  padding-bottom: 20px;
}

.text-bottom:hover {
  color: #69a5d6;
}

.custom-select{
  height: 45px;
  line-height: 43px ;
  border:1px solid #E0E0E0; 
  padding: 0 15px;
 
  background-color: #fff;
  background-position: 97% 20px;
  background-size: 13px;
  background-repeat: no-repeat;
  background-image: url(../img/icons/icon-arrow-option.svg);
}

.select-hidden {
  /*display: none;*/
  opacity: 0;
  visibility: hidden;
  padding-right: 0;

  width: 100%;
  height: 50px;

  position: relative;
  z-index: 99
}
.select {
  position:relative;
  padding-left:0 !important;
  padding-right: 0;
  cursor:pointer;
  display:block;
  margin-bottom:0; 
  height: 55px; 
  cursor: pointer;
  font-weight: 300;
}



.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; 
  padding:0 30px 0 20px;
  line-height: 55px;
  white-space: nowrap;
  color: rgba(79,79,79,0.5);; 
  border-radius:8px;
  border:1px solid var(--color-primary); 
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.has-value .select-styled{ color: rgba(79,79,79,1);}
 
.select-styled:after {
  content:'';
  position: absolute;
  right: 17px;
  top: 50%;   
  
  width: 0; 
  height: 0; 
  margin-top: -3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  
  border-top: 7px solid #000000; 
}
 

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding:5px 0;
  list-style: none;
  background-color: #fff;
  border:1px solid #f1f1f1;
  border-radius: 5px; 
  max-height: 200px;
  overflow-x: auto;
}
.select-options li {
  margin: 0;
  padding: 1px 20px;
  text-indent: 0; 
  font-size: inherit;
  font-weight: inherit;
  color: #000;
  font-family: inherit;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  background: #f1f1f1;
}
.select-options li[rel="hide"] {
  display: none;
}

textarea.form-control{
  height: 150px;
  line-height: normal;
  padding-top: 15px;
}
 
 
.radio-group, 
.checkbox-group{ 
  padding-left:0; 
  position:relative;
  list-style-type:none;
  margin:0px;
  padding:0px;
  text-align:center;
  display:inline-block;
  vertical-align:top
}
.radio-group{ display:inline-block; position:relative}
.radio-group.block{display: block; margin-left:0 !important }


.radio-group input[type="radio"],
.checkbox-group input[type="checkbox"] {
  /*display: none;*/
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
  width: 0;
 
}
.checkbox-group label:before,
.radio-group label:before {
  content: "";
  display: inline-block;

  margin-right: 5px;
  position: absolute;
  left:0;
  top:3px;
  background-color:#fff;
  border:1px solid #E0E0E0;
  width:19px;
  height:19px; 

   -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.radio-group:not(.checkbox) label:before { 
  top:4px; 
  width:16px;
  height:16px;
  border:1px solid #E0E0E0;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
 

.radio-group label,
.checkbox-group label{
  position:relative;
  padding-left:30px;
  padding-right:15px;
  text-align:left;
  margin:1px 0;
  display:block;
  font-weight:400;
  font-size:inherit;
  line-height:inherit;
  cursor:pointer;

  -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.checkbox-group label{color: inherit;} 
.radio-group label{color: inherit; padding-left: 30px} 

 
.radio-group:not(.checkbox) input[type="radio"]:checked + label:after{
  content: "";
  color: #ea6f21;
  background-color:var(--color-primary); 
  position:absolute;
  left: 3px;
  top: 7px;
  width: 10px;
  height: 10px;

  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.checkbox-group input[type="checkbox"]:checked + label:after,
.checkbox-group input[type="checkbox"]:checked + span + label:after,
.radio-group.checkbox input[type="radio"]:checked + label:after {
    content: "";
    color: #ea6f21;
  background-color:var(--color-primary);
  background-image: url(../img/icons/icon-check-mark-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
 
  position:absolute;

    top: 4px;
    left: 0px;
    width: 18px;
    height: 18px;
    background-size: 12px;
    border-radius: 3px
}
 
.radio-group.no-text,
.checkbox-group.no-text{
  width: 29px;
  height: 29px;
  margin-top:-2px; 
} 
.checkbox-group.xs label{ line-height: 1.3 }
.checkbox-group.xs label:before{
  width: 15px;
  height: 15px;
  top: 5px;
}
.checkbox-group.xs input[type="checkbox"]:checked + label::after, 
.checkbox-group.xs input[type="checkbox"]:checked + span + label::after {
  width: 15px;
  height: 15px;
  background-size: 9px;
  top: 5px;
}
.checkbox-group.xs label span,
.radio-group.checkbox label span{
  color: rgba(0,0,0,0.54);
  display: block;
  font-weight: 300;
}

.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.4;
}

.form-control::-moz-placeholder {
  color: inherit;
  opacity: 0.4;
}

.form-control:-ms-input-placeholder {
  color: inherit;
  opacity: 0.4;
}

.form-control::-ms-input-placeholder {
  color: inherit;
  opacity:0.4;
}

.form-control::placeholder {
  color: inherit;
  opacity:0.4;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e2e2e2;
  border-color: #c7c7c7;
}
 

span.error{
  font-family: inherit;
  font-size: 11px;
  padding-top: 5px;
  color: red;
  display: block;   
  text-align: right; 
}  
.form-control.error,
.custom-select.error{
  border-color: red
}
.form-control.error:focus,
.custom-select.error:focus {
    box-shadow: 0 0 0 .2rem rgba(255,5,5,.25);
}

.select .error + .select-styled{border-color: red}
.select.has-value select{ margin-bottom:0  }
.select.has-value select.error + .error{ display: none; }
.select.has-value .error + .select-styled{border:1px solid #BDBDBD}

.input-block{
  display: block;
  padding-bottom: 15px;
  position: relative;
   font-family: 'Rubik','Kanit', sans-serif;
   font-weight: 400;
}
.input-text{
  font-weight: 500;
 
  display: block;
  padding-bottom: 5px
}

.btn{
  position: relative;
  border:0;
  padding: 0 20px;
  font-size: 14px;
  height: 45px;
  line-height:41px;  
  font-family:'Rubik', 'Kanit',sans-serif;  
  font-weight: 500; 
  color: #fff; 
  border-radius: 3px;
  background-color: var(--color-primary);
  border:2px solid var(--color-primary);

  transition:all 0.2s ease-in-out;
} 
.btn.f18{font-size: 18px}
.btn.f16{font-size: 16px}
.btn.f14{font-size: 14px}

.th{
  font-family:'Kanit','Rubik', sans-serif;  
  font-weight: 300;
}
.en{
  font-family:'Rubik','Kanit', sans-serif;  
  font-weight: 400;
}
.device .btn.btn-primary{
  background-color: var(--color-primary);
  border:2px solid var(--color-primary);
}
.pc .btn.btn-primary:hover,
.pc .btn.btn-primary:focus{
  color: #fff;
  background-color: var(--color-primary-hover);
  border:2px solid var(--color-primary-hover);
}

.btn.btn-secondary,
.device .btn.btn-secondary{
  color: #ffffff;
  background-color: var(--color-secondary);
  border:2px solid var(--color-secondary);
}
.pc .btn.btn-secondary:hover,
.pc .btn.btn-secondary:focus{
  color: #ffffff;
  background-color: var(--color-secondary-hover);
  border:2px solid var(--color-secondary-hover);
}

.btn.btn-gray,
.device .btn.btn-gray{
  color: #ffffff;
  background-color: #cbc9c7;
  border:2px solid  #cbc9c7;
}
.pc .btn.btn-gray:hover,
.pc .btn.btn-gray:focus{
  color: #ffffff;
  background-color: #d6d5d4;
  border:2px solid #d6d5d4;
}

.device .btn.btn-outline-primary,
.btn.btn-outline-primary{
  color:var(--color-primary);
  background-color: transparent;
  border:2px solid var(--color-primary);
}
.pc .btn.btn-outline-primary:hover,
.pc .btn.btn-outline-primary:focus{
  color: #fff;
  background-color: var(--color-primary);
  border:2px solid var(--color-primary);
}

.device .btn.btn-outline-secondary,
.btn.btn-outline-secondary{
  color: #252424;
  background-color: transparent;
  border:2px solid var(--color-secondary);
}
.pc .btn.btn-outline-secondary:hover,
.pc .btn.btn-outline-secondary:focus{
  color: #fff;
  background-color: var(--color-secondary);
  border:2px solid var(--color-secondary);
}


.device .btn.btn-outline-white,
.btn.btn-outline-white{
  color: #ffffff;
  background-color: transparent;
  border:2px solid #ffffff;
}
.pc .btn.btn-outline-white:hover,
.pc .btn.btn-outline-white:focus{
  color: var(--color-primary);
  background-color: #ffffff;
  border:2px solid #ffffff;
}

.device .btn.btn-link,
.btn.btn-link{
  color: #000000;
  background-color: transparent;
  border:2px solid transparent;
}

.pc .btn.btn-link:hover{
  color: var(--color-secondary);
  text-decoration: none;
}



.btn.normal{border-radius: 0;}
  

.btn-lg{
  height:55px;
  line-height: 53px;
  font-size: inherit;
  border-radius:5px;
}
 

.btn[disabled]{
  border:2px solid #D4EAEA;
  background-color:#D4EAEA;
  color:#A1C9C9;
  line-height: 56px;
  pointer-events: none;
  opacity: 1;
}
 

.btn svg,
.btn img{
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.w-270{ width: 270px; } 

.btn-link, 
.btn-link:hover, 
.btn-link:focus, 
.btn-link:active{
  background-color: transparent;
}
 

.btn:focus,.btn:active,
button:focus,button:active,
a:focus,a:active {
   outline: none !important;
   box-shadow: none!important;
}

.buttons{
  display: block; 
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
  margin: 0 -15px;
} 

.buttons .btn{
  margin: 0 15px;
  padding: 0
}

.buttons.d-flex{
  -ms-flex-pack: end;
  justify-content: flex-end;
} 
.buttons.center .btn{
  margin: 0 auto;
}

svg path,
svg rect,
svg line,
svg circle,
svg polygon{ 
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
 
/*==================================================
    Icon Setup
==================================================*/  

.icons{
  display:inline-block;
  position:relative;
  vertical-align:top; 
  background-size: contain;
  background-repeat:no-repeat;
  background-position: center center;
} 
.inline-black{
  display: inline-block;
  padding: 0 10px
}

/**/

.arrow-left,
.arrow-right,
.arrow-up,
.arrow-down{
  position: absolute;
  left: 0;
  top: 0;
  width:5px;
  height:5px;
  vertical-align:top;

  border-top: 1px solid #676767;
  border-left: 1px solid #676767;

   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.arrow-left{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);  
}

.arrow-right{
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);  
}

.arrow-up{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);  
}
.arrow-down{
   margin-left:1px; 
   -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);  
}
 
 
.container{
  max-width:calc(1250px + 200px);
  padding-left:100px;
  padding-right:100px; 
  position: relative;
  z-index: 9; 
}

.container-fluid{
  max-width:calc(1920px + 200px);
  padding-left: 100px;
  padding-right: 100px;
}

 
@media (max-width: 1680px) {
  .container{
      max-width:calc(1100px + 200px);
  }
} 
@media (max-width: 1440px) { 
  .container,
  .container-fluid{ 
    padding-left:80px;
    padding-right: 80px;
  }
 
  
}

@media (max-width: 1280px) {
   
  .container,
  .container-fluid{ 
    padding-left:50px;
    padding-right: 50px;
  }
}

@media (max-width:1024px) { 
  .container,
  .container-fluid{ 
    padding-left:40px;
    padding-right: 40px;
  }

  .text-bottom {
    margin-top: -20px;
  }


}

@media (max-width: 767px) {  
  body{font-size: 15px}
  .container-fluid,
  .container{
    padding-left: 25px;
    padding-right: 25px;
  }

  textarea.form-control{height: 120px}  

  .btn-lg{
    height:50px;
    line-height: 47px; 
  }
   
 
}
.compensate-for-scrollbar{ margin-right: 0 !important } 
.compensate-for-scrollbar .header{ right: 0 } 
body.fancybox-active{ overflow: visible !important;padding-right: 0 !important  }
 
/*==================================================
    Header Setup
==================================================*/  
.page{
  position: relative; 
  display: block;   
  overflow: hidden;   
  padding-top: 150px;  
}   

:root { 
  --color-primary: #1570BA; 
  --color-primary-hover:#2587D7;
  --color-secondary:#69A5D6;
  --color-secondary-hover:#77b2e2;   
  --font-en:'Rubik','Kanit';
  --font-th:'Kanit','Rubik';
}
.header,
.header .container,
.navbar-brand,
.navbar-brand img,
.navbar-main, 
.nav-main ,
.nav-main li a,
.nav-main li a span,
.nav-main > li > a:after{ 
   -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}

.header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding:0;
  background-color:transparent;
  z-index: 1020;
} 

.page.p-0 .header{background-color:transparent;} 

.navbar-topbar{
  padding: 0;
  background-color: #E0E0E0
} 
.navbar-brand{
  padding: 0;
  margin: 0;
}
.navbar-brand img{
  width: 100%;
}

.nav-main .dropdown-menu{transform:none !important;}

.icon-cart{
  width:24px;
  height:24px;
  background-image: url(../img/icons/icon-cart.svg);
}

.icon-line{
  width:32px;
  height:32px;
  margin-top: 5px;
  background-image: url(../img/icons/icons8-line.svg);
}
 
.nav-general{
  float: right;
  line-height: 34px;
  margin-right: -5px;
  margin-top: -4px;
  font-size: 14px;
}

.nav-general .btn{
  height: 35px;
  line-height: 31px;
  border-radius: 0; 
  font-size: inherit;
  font-weight: 300;
}

.nav-general .lang-item{
  padding-left: 25px;
  padding-top: 2px;
}

.nav-general .lang-item a{
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 6px;
}
.nav-general .lang-item a:before{
  content: '';
  position: absolute;
  top: 50%;
  left:-3px;
  height: 15px;
  margin-top:-7px;
  border-left:1px solid #000000;
}

.nav-general .lang-item a:first-child:before{ display:none; }

.nav-general .lang-item a.active{ color: var(--color-secondary); font-weight: 500 }
.pc .nav-general .lang-item a:hover{ color: var(--color-secondary-hover) }


@media (min-width:992px) {
  .page{ padding-top: 108px; }
  .navbar-slideout{display: none;}
  .navbar-brand{
    width: 140px;
  }
  .navbar-topbar{
    padding: 15px 0;
  }
  
  .search-general{
    display: block;
  }
  .search-general .btn-search{
    width: 35px;
    height: 35px;
    padding: 0;
    border:0;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    background-image: url(../img/icons/icon-search.svg);
    margin:0;
  }
  .search-general > .btn-search{top: 2px;}
  .search-general .dropdown-menu{
    z-index: 9;
    width: 350px;
    padding: 20px;
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    border:0;
    margin-top: 12px;
  }
  .search-general .form-control{
    border-radius: 0;
    padding-right: 30px;
  }
  .search-general form .btn-search{
    position: absolute;
    top: 50%;
    right: 30px;
    margin: -19px 0 0 0;
    background-size: 18px;
  }

  
  .navbar-main{
    padding: 0;
    z-index: 1
  }

  .nav-main{ 
    float: right; 
    margin-right: -15px; 
    margin-top:-30px;
    padding:0;

    background-color: var(--color-secondary);
    position: relative;
    width: 83%;

    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .nav-main:before{
    content: '';
    position: absolute;
    top: 0;
    left: 90%;
    right: -100vw;
    bottom: 0;
    background-color: var(--color-secondary);

  }
  .nav-main > li{
    padding: 0 0px;
    position: relative;
    z-index: 1
  }
  .nav-main > li > a{
    color:#fff; 
    font-size: inherit;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 15px;
    font-size: inherit;  
    display: block;
  }

  .nav-main > li.active > a,
  .pc .nav-main > li:hover > a{
    background-color: var(--color-secondary-hover);
  }
  .nav-main > li > a .icons{
    top: 15px;
  }
  .nav-main > li > a .badge{
    position: absolute;
    top: -1px;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: #D74E4E;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -999px;
    padding: 0;
  }
  .nav-main li.nav-lang{display: none;}
} 

@media (min-width:1280px) {
  .page{ padding-top: 95px; }
  .nav-main{ margin-right: -20px; }
  .nav-main > li > a{
    padding: 0 20px;
  }
}

@media (min-width:1441px) {
  .page{ padding-top: 108px; }
  .navbar-brand{ width: 170px; }
  
  .nav-main{ margin-top: -40px; }
  .nav-main > li > a{
    height: 55px;
    line-height: 55px;
  } 

  .nav-general{font-size: inherit;}
  .nav-general .lang-item{ padding-left: 25px }

  .search-general .btn-search{ background-size: 20px }
  .search-general .dropdown-menu{ width: 450px }
}

/*==================================================
    Section - menu mobile
==================================================*/ 
    
.preload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#EAEAEA;
    z-index: 1080;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
} 
 
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.btn.btn-icon{
  padding: 0 !important;
  border:0 !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  z-index: 1060; 
  float: right;
  border-radius: 0;
  overflow: visible;
  display: none;
 
}
.btn.btn-icon{
  height: 20px;
  line-height: 25px;
} 

.btn-icon .group{
  display: block;
  position: relative;
  width: 30px; 
  height:22px;
  margin: 0 auto 0
}
.btn-icon .group span{ 
  height: 3px;
  background:#000;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform-origin: 25px, 1px;
  -ms-transform-origin: 25px, 1px;
  transform-origin: 25px, 1px
}

.btn-icon .group span:nth-child(1) {
    top: 0;
    -webkit-transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98)
}

.btn-icon .group span:nth-child(2) {
    top: 8px;  
    -webkit-transition: -webkit-transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: -webkit-transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98)
}

.btn-icon .group span:nth-child(3) {
    top: 16px;
    -webkit-transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98)
}
 

.nav-opened .btn-icon .group span:nth-child(1){
    -webkit-transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    -webkit-transform: rotate(45deg) translate3d(6px, 6px, 0);
    transform: rotate(45deg) translate3d(6px, 6px, 0)
}
 
.nav-opened .btn-icon .group span:nth-child(2){
    -webkit-transition: -webkit-transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: -webkit-transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0)
}
 
.nav-opened .btn-icon .group span:nth-child(3) {
    -webkit-transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    -webkit-transform: rotate(-45deg) translate3d(5px, -5px, 0);
    transform: rotate(-45deg) translate3d(5px, -5px, 0)
}


/*---Mobile & Tablet---*/

@media (max-width: 991.98px) { 
  .page{ padding-top: 88px }
  .header { padding: 0; }
 
  .header .navbar-main{display: none;}

  .navbar-topbar{
    padding: 15px 0;
    border-top:5px solid var(--color-secondary);
  }
  .navbar-topbar .row{
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-general{ 
    margin-top: 0;
    padding-right: 70px; 
  }
  .navbar-brand {
    width: 115px;
    display: block;
  }  
  
  .btn.btn-icon{display: block; overflow: visible;}

  .nav-mobile{ 
    float: right;
    margin-right: -15px;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-mobile li{ 
    position: relative; 
    margin:0 15px;
  }
  .nav-mobile li.nav-user{}
  .nav-mobile li.nav-user .icon-wrap{
    display: block;
    width: 30px;
    height: 30px;  
    text-align: center;
    position: relative;
  }
  .nav-mobile li.nav-user .icon-wrap img,
  .nav-mobile li.nav-user .icon-wrap svg{
    width:25px;
    height:25px;
  }
  .nav-mobile li.nav-user .icon-wrap svg path{
    stroke:#000
  }
  .nav-mobile li.nav-user .avatar{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    margin-right: 10px;
    text-align: center;
    position: relative;
  }

  .nav-mobile li.nav-user > a:before{
    content: '';
    position: absolute;
    top: 50%;
    right: -14px;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-left: 1px;
    margin-top: -10px;
    background-image: url(../img/icons/icon-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .nav-mobile li.nav-user > a.avatar:before{ right: -22px; }
  .nav-mobile > li > a .icons{ background-image: url(../img/icons/icon-cart-black.svg); }
  .nav-mobile > li > a .badge{
    position: absolute;
    top: -1px;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: #D74E4E;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -999px;
    padding: 0;
  }

  .nav-mobile li.nav-cart{ margin-right: 50px; }

  .nav-mobile li.nav-button{
    position: relative;
  }
  .nav-mobile li.nav-button:before{
    content: '';
    position: absolute;
    top:-32px;
    bottom:-32px;
    left: -35px;
    border-left:1px solid #f1f1f1
  }

  .nav-mobile .dropdown-menu{
    border:0;
    border-radius: 0;
    background-color: var(--color-secondary);
    padding: 10px;
    left: 50%; 
    margin-left: -78px;
    margin-top: 24px;
    border-radius:0;
    top: 125%;

    display: block;
    opacity: 0;
    pointer-events: none;

    -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  }
  .nav-mobile .dropdown-menu a{
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2)
  }
  .nav-mobile .dropdown-menu li:last-child a{border-bottom: 0}
  .nav-mobile .dropdown-menu.show{ top: 100%; opacity: 1; pointer-events: auto; }

  .search-general{ position: relative; margin: 20px 0; } 
  .search-general .form-control{
    border: 0;
    margin: 0;
    padding-left: 40px;
    border-radius: 50px;
    width: 240px;
    height: 35px;
    line-height: 35px; 
    font-size: 15px;
  }

  .search-general .btn-search {
    position: absolute;
    top: 0;
    left: 6px;
    width: 35px;
    height: 35px; 
    opacity: 0.7;
    background-size: 15px; 
    background-image: url(../img/icons/icon-search.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border:0;
    padding: 0;
  }

   
  .navbar-slideout{display: block;}
 
  .page-slideout,
  .header-slideout {
      transition: -webkit-transform .6s ease;
      transition: transform .6s ease;
      transition: transform .6s ease, -webkit-transform .6s ease;
  }
  .page-slideout{
      position: relative;
      /*z-index: 1010;*/
      background-color:#ffffff;
      overflow: hidden;
  }
  .closing .page-slideout,
  .nav-opened .page-slideout{z-index: 1040;}
  .closing .header-slideout,
  .nav-opened .header-slideout{z-index: 1043;}

  .page-blocker{
    position: fixed;
    top: 0;
    left: 0; 
    bottom: 0;
    width: 100%;
    background-color:rgba(0,0,0,0);
    z-index: 1050;

    pointer-events: none; 
    transition: -webkit-transform .6s ease;
      transition: transform .6s ease;
      transition: transform .6s ease, -webkit-transform .6s ease;

  }

  .nav-opened .page-slideout,
  .nav-opened .header-slideout,
  .nav-opened .page-blocker {
    -webkit-transform: translate(-280px, 0);
    -ms-transform: translate(-280px, 0);
    transform: translate(-280px, 0);
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
  }
  .nav-opened .page-blocker{ background-color:rgba(0,0,0,0.6);}
  .nav-opened .page-blocker{
    pointer-events: auto;
    display: block;
    cursor: pointer;
  }


  .navbar-slideout{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 280px;
    overflow: hidden; 
    padding: 0;

    background-color:#efefef;
    border-top: 5px solid var(--color-secondary);
    align-items:normal;
    -ms-flex-align:normal; 

     -webkit-transform: translate(280px, 0);
    -ms-transform: translate(280px, 0);
    transform: translate(280px, 0);
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(280px, 0, 0);

      transition: -webkit-transform .6s ease;
      transition: transform .6s ease;
      transition: transform .6s ease, -webkit-transform .6s ease;
  }

  .nav-opened .navbar-slideout{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
 
  .nav-main{
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    height: 100%;
    right:-280px;
    width: 560px;
    padding-top: 10px;

     -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
  .nav-main li{
    display: block;
    position: static;
  }
  .nav-main li{ padding-left: 20px; }
  .nav-main > li > a{
    padding: 15px 0 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    font-weight: 400;
    font-size: 18px;
    display: block;
    position: relative;
    color:var(--color-brown); 
  }
  
  .nav-main li.nav-cart{display: none;}
  .nav-main > li.dropdown > a:after{
    content: '';
    position: absolute;
    top: 25px;
    left:226px;

    content: '';
    width:9px;
    height:9px;
    vertical-align:top; 

    border-top: 1px solid var(--color-primary);
    border-left: 1px solid var(--color-primary);

     -webkit-transform: rotate(135deg);
     transform: rotate(135deg);  
  }
  .nav-main .dropdown-menu{
    position: absolute;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: auto !important;
    width: 280px; 
    margin:0;
    padding: 0;  
    transition:none;
    border:0; 
    background-color: #f0ede2
  }
  .nav-main li.nav-lang{
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 280px;
    -ms-flex-pack: center;
    justify-content: center;
    background-color:#E0E0E0;;
    padding:15px 0; 
  }
  .nav-main li.nav-lang a{
    display: inline-block;
    border:0;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
  }

  .nav-main li.nav-lang a.active{ color: var(--color-primary) }

  .nav-main div.nav-close,
  .nav-main li.nav-close{ 
    padding-left: 0;
    position: relative;
    cursor: pointer; 
  }

  .nav-main div.nav-close a,
  .nav-main li.nav-close a{
 
    position: relative;
    opacity: 0.8;
    font-weight: 300;
    font-size: 16px;
    padding: 20px 0 20px 40px
  }
  .nav-main div.nav-close a .arrow,
  .nav-main li.nav-close a .arrow{ 
    display: inline-block; 
    position: absolute; 
    vertical-align: top; 
    left: 20px;
    top: 50%;
    margin-top:-6px; 
  }
  .nav-main div.nav-close a .arrow:before,
  .nav-main li.nav-close a .arrow:before{
    content: '';
    width:12px;
    height:12px;
    vertical-align:top;

    position: absolute;
    top: 0;
    left: 0;

    border-top: 1px solid var(--color-primary);
    border-left: 1px solid var(--color-primary);

  -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);  

  }

  .nav-main .dropdown.showing .dropdown-menu{
    display: block;
    opacity: 1;
  }

  .level-1-opened .nav-main{ right: 0 }
   
 
} 

@media (max-width: 767px) { 
  .page{ padding-top: 78px }
  .navbar-topbar{ padding: 10px 0 }

  .nav-mobile li.nav-button::before {
    top:-27px;
    bottom:-27px;
    left: -25px
  }
  .nav-mobile li.nav-cart{
    margin-right: 30px;
  }
}


/*==================================================
    Section - setup
==================================================*/ 

.navbar .container, 
.navbar .container-fluid, 
.navbar .container-lg, 
.navbar .container-md, 
.navbar .container-sm, 
.navbar .container-xl{
  display: block;
}
 
.section{
  display: block;
  position: relative;   
  padding: 70px 0;
}   
.background{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none; 
}
.background.contain{background-size: contain;}     
.pc .background.parallax{background-attachment: fixed;}    

.device .background.parallaxie{background-attachment: scroll !important; background-position: center center !important;}   
.hgroup{
  display: block; 
  position: relative;
  line-height: 1;
  margin-bottom:15px;
}  
.section-title{
  display: block; 
  position: relative; 
  padding-bottom:40px;
  text-align: center;
}
.section-title.has-line{ margin: 0; padding: 0 0 3px }
.section-title.has-line h2{
  border-bottom: 1px solid #EBEBEB;
  text-align: left;
  padding-bottom: 12px; 
}
.section-title .btn{
   position: absolute;
  bottom:20px;
  right: 0;
}
.section-title .btn-lg{
  height: 55px;
  line-height: 51px;
  width: 270px;
}
.title-xl{
  font-size: 36px;
  font-weight: 600;
}

.title-lg{
  font-size: 30px;
  font-weight: 600;
}

.title-md{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.title-sm{
  font-size: 18px;
} 
.section-title.main h4{
  font-size:40px;
  line-height: 1.2
}
.section-title.main h2{
  font-size:50px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--color-secondary);
}
h6{font-size: inherit; font-weight: 600; padding-bottom: 3px;}

.has-line[class*="title-"] { 
  border-bottom:5px solid #EBEBEB; 
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 35px;
  line-height: 1
}
    
hr{
  border-top-color: rgba(0,0,0,0.05);
  margin: 30px 0;
}     
 
.row.space-0{ margin:0}
.row.space-0 > div{ padding:0}
 
.row.space-5{ margin:0 -5px}
.row.space-5 > div{ padding:0 5px} 

.row.space-10{ margin:0 -10px}
.row.space-10 > div{ padding:0 10px}
 
.row.space-20{ margin:0 -20px}
.row.space-20 > div{ padding:0 20px}

.row.space-25{ margin:0 -25px}
.row.space-25 > div{ padding:0 25px}
 
  
.light{ font-weight: 300 !important }
.regular{ font-weight: 400 !important }
.medium{ font-weight: 500 !important }
.semibold{ font-weight: 600 !important }
.bold{font-weight: 700 !important }
.italic{font-style: italic;}
 
.white{ color:  #fff !important }   

.dropdown-menu{
  transform:none !important;
}
 
.card{
  border:0;
  border-radius: 0;
  background-color: transparent;
  transition:none !important;
  -webkit-transform:translateZ(0);
     transform:translateZ(0);
}  

.card-photo{
  display: block;
  position: relative;
  overflow: hidden; 

} 
.card-photo .photo{
  display: block;  
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; 
  transition: all 0.3s ease 0s;
  transform: scale(1);
}
.card-photo .photo img{ 
  width: 100%;  
}
.pc .card:hover .photo{transform: scale(1.1); }

.breadcrumb{
  padding:30px 0 40px; 
  border-radius: 0;
  background-color: transparent; 
  color: var(--color-primary);
  margin-left: -15px;
  margin-bottom: 0;  
  color: #000000;
  font-size: inherit; 

}
.breadcrumb .breadcrumb-item{
  position: relative; 
  padding:0 15px; 
  font-size: 16px
}
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item span{  
  position: relative;
  font-size: inherit; 
  display: inline-block;
}
 
.pc .breadcrumb .breadcrumb-item a:hover{color: var(--color-primary) }   
.breadcrumb .breadcrumb-item.active {color:#000000; font-weight: 500 }

.breadcrumb .breadcrumb-item:before{
  content: ''; 
  position: absolute;
  left: auto;
  right: -3px;
  top:9px;   
  padding: 0 !important; 

  width:8px;
  height:8px;
  vertical-align:top;

-webkit-transform: rotate(135deg);
  transform: rotate(135deg);  

  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
 
}
.breadcrumb .breadcrumb-item:last-child:before{ display: none; }

.article{
  display: block;
}
.article h3{
  font-size: 24px;
  margin-bottom: 5px;
}

@media (max-width: 1680px) {
  .breadcrumb{ padding-bottom: 30px } 
  .section-title.main h4{font-size: 35px}
  .section-title.main h2{font-size: 45px}
}
@media (max-width: 1440px) {
  .title-xl{font-size: 32px}
  .title-lg{font-size: 26px}
  .title-md{font-size: 22px}
  .section-title.main h4{font-size:30px;}
  .section-title.main h2{font-size: 40px;}

  .section-title .btn-lg{
    height: 45px;
    line-height: 41px;
    width: 200px;
    bottom: 15px;
    font-size: 14px
  }

  .article h3{font-size: 21px; }

  hr{ margin: 25px 0 }
} 
@media (max-width: 1280px) {
  .title-xl{font-size: 26px}
  .title-lg{font-size: 24px;}
  .title-md{font-size: 20px; }
  
  .buttons{ margin: 0 -10px }
  .buttons .btn{ margin: 0 10px; }
  .buttons .btn.w-270{ width: 230px }

  .article h3{font-size: 18px; }
}
@media (max-width: 1024px) {
  .section{ padding: 50px 0 }
  .section-title.main h4{font-size:24px; margin-bottom: 10px}
  .section-title.main h2{font-size: 30px;}

  .breadcrumb{ padding-bottom: 30px }
}

@media (max-width: 767px) {
  .section{ padding: 30px 0 }
  .title-xl{font-size: 22px}
  .title-lg{font-size: 20px;}
  .title-md{
    font-size:16px; 
    margin-bottom: 10px;
  }

  .article h3{font-size: 16px; }

  hr{ margin: 20px 0 }

  .section-title.main{ padding-bottom: 20px; }
  .section-title.main h4{font-size:18px; margin-bottom: 5px}
  .section-title.main h2{font-size: 22px;}

  .breadcrumb{ 
    padding-top: 20px;
    padding-bottom: 25px; 
    margin: 0 -10px;
  }
  .breadcrumb .breadcrumb-item{
    font-size: 12px;
    padding: 0 10px
  }
  .breadcrumb .breadcrumb-item:before {
    width: 6px;
    height: 6px;
    top: 7px;
    right: -2px
  }

  .section-title .btn-lg{
    height:36px;
    line-height: 32px;
    width: 130px;
    bottom: 12px;
    font-size: 13px
  }
}

@media (max-width: 576px) {
  .buttons{ margin: 0 -5px }
  .buttons .btn{ margin: 0 5px; }
}

/*==================================================
    Section - Modal
==================================================*/ 
.modal-dialog{
  max-width: 570px
}
.modal-content{
  border:0;
  box-shadow: 5px 5px 30px rgba(0,0,0,0.05);
}
.modal-header{
  padding: 40px 0;
  border-bottom: 1px solid #F2F2F2;
  position: relative;
  text-align: center;
}
.modal-title{
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.modal-logo{
  text-align: center;
  display: block;
  margin:0 auto;
} 
.modal-logo img{
  max-width: 130px;
  display: inline-block;
}

.modal .btn-close{
  background-color: transparent !important;
  border:0;
  background-image: url(../img/icons/icon-close-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.45;
  width: 25px;
  height: 25px;
  padding: 0;

  position: absolute;
  left: 45px;
  top: 50%;
  margin-top: -12px;
}
.pc .modal .btn-close:hover{ opacity: 0.8 }

.modal .form{
  display: block;
  margin: 0 auto;
  padding: 35px 0;
  max-width: 315px;
}

.forgotpass-link{
  float: right;
  color: rgba(0,0,0,0.45);
  position: absolute;
  top: 0;
  right: 0;
}

.modal-button{
  display: block;
  width: 100%;
}
.modal-button p.or{
  margin:10px 0;
  text-align: center;
}
.modal-button p.register-link{
  margin:40px 0 0;
  text-align: center;
  font-size: 14px
}
.modal-button p.register-link a{
  font-weight: bold;
  color: var(--color-primary)
}
.pc .modal-button p.register-link a:hover{ color: var(--color-secondary) }
.modal-button .btn{
  width: 100%;
  margin: 2px 0
}
.modal-button .btn .icons{
  position: absolute;
  top: 50%;
  left: 25px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-position: center center;
}
.modal-button .btn.facebook,
.modal-button .btn.google{
  font-size: 14px;
  background-color: #626262;
  border-color: #626262;
  font-weight: 400;
}
.pc .modal-button .btn.facebook:hover{
  background-color: #3c66c4;
  border-color: #3c66c4;
}
.pc .modal-button .btn.google:hover{
  background-color: #cf4332;
  border-color: #cf4332;
}

.modal-button .btn.facebook .icons{
  background-image: url(../img/icons/icon-login-facebook.svg);
}
.modal-button .btn.google .icons{
  background-image: url(../img/icons/icon-login-google.svg);
}


.modal .form-address{max-width: 370px;}
.box-default{
  display: block;
  width: 100%;
  max-width: 370px;
  margin: 0 auto
}

.search-group {
  display: block;
  position: relative;
}
.search-group .form-control{
  border-radius: 0;
}
.search-group .btn-search{
  width: 35px;
  height: 35px;
  padding: 0;
  border:0;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  background-image: url(../img/icons/icon-search.svg);

  position: absolute;
  top: 5px;
  right: 10px;
}

.nearby-place{ padding:40px 0 }
.nearby-place .location-info{display: flex;}
.nearby-place .location-info p{ margin-bottom: 5px; }
.nearby-place .location-info p:last-child{ margin-bottom: 0 }
.nearby-place .location-info .icon{
  width: 40px;
  height: 40px;
  background-color:rgba(105,165,214,0.15);
  border-radius: 15px;

  background-size:16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icons/icon-pin.svg);
}
.nearby-place .location-info .info{
  padding-left: 30px;
}

.nearby-place .address-save{
  font-weight: 600;
  color: var(--color-primary);
  cursor: pointer;
  padding-top: 15px;
}
.nearby-place .address-save span,
.nearby-place .address-save a{
  border-bottom: 1px solid var(--color-primary);
  display: inline-block;
  padding-bottom: 0;
  line-height: 1.2
}

.pc .nearby-place .address-save:hover{ color: var(--color-primary-hover) }
.pc .nearby-place .address-save:hover span,
.pc .nearby-place .address-save:hover a{ border-bottom: 1px solid var(--color-primary-hover) }
.modal-footer{
  display: flex;
  border-top:1px solid #F2F2F2;
  padding: 30px 0;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-footer .btn{
  width: 205px;
  margin: 0 10px;
}

.modal-footer.border-0{
  border:0;
  padding: 10px 0 45px 
}

.box-default.review{
  max-width: 430px;
}

@media (max-width: 1440px) {
  .modal-header{
    padding: 25px 0
  }
  .modal .form{
    padding: 25px 0;
  }
} 
@media (max-width: 1024px) {
  .modal-header{
    padding: 20px 40px;
  }
  .modal .form{
    padding: 15px 0;
  }
  .modal-button p.register-link{
    margin-top: 25px
  }
} 

@media (max-width:767px) {
  .modal-dialog-centered{
    margin-top: -50px; 
  }
  .modal-logo img{max-width: 100px;}
  .modal .btn-close{
    left: 25px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

  
  .nearby-place{ padding: 25px  }
  .nearby-place .location-info .info{padding-left: 15px}

  .modal-footer{ padding: 25px 0; }
  .modal-footer .btn{
    width: calc(50% - 30px);
    margin: 0 5px;
  }

  .box-default.review{
    padding-left: 25px;
    padding-right: 25px;
  }

  .modal-footer.border-0{
    border:0;
    padding: 5px 0 35px 
  }

}

@media (max-width:576px) {
   .modal-title.twoline{ 
    font-size: 16px; 
    text-align: right;
    position: relative;
    right: -15px
  }
}


/*==================================================
    Section - Banner
==================================================*/   

.section-banner{
  overflow: hidden;
  position: relative; 
  background-color: #f2f0e7;
  padding: 0;
}

.section-banner.in-content{
  height: 40vh;
  margin-bottom: 45px;
  margin-top:-28px;
}
 
.swiper-caption{
  position: absolute;
  top: 0;
  left:auto;
  right: 10vw;
  bottom: 0;
  margin-top: -4.5vw;
} 
.swiper-caption .container{
  display:flex;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-caption h3,
.swiper-caption h2{
  font-size: 4.3vw;
  font-style: italic;
  color: #ffffff;
  line-height: 1.3
} 
.swiper-caption h2{
  padding-left: 6vw;
}
.swiper-caption h3 span,
.swiper-caption h2 span{
  font-size: 3.2vw;
}
/**/
.swiper-banner .swiper-caption .caption{
   -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
      -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.swiper-banner .swiper-slide-active .swiper-caption .caption{ 
 
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
} 

  
.swiper-banner .swiper-caption h2, 
.swiper-banner .swiper-caption h3{  
    opacity: 1;
    visibility: visible;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms; 

    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
  
.swiper-banner .swiper-slide-active .swiper-caption h3{
   -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
} 
 
.swiper-banner .swiper-slide-active .swiper-caption h2{
   -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.swiper-pagination.banner{ bottom: 170px;}
 

@media (max-width: 1440px) {}

@media (max-width: 1024px) {
  .section-banner.in-content{ margin-top: -5px; margin-bottom: 30px }

  .swiper-pagination.banner{ bottom: 80px;}
}

@media (max-width: 991.98px) {
  .section-banner{padding-top: 88px;}

  .swiper-caption{ margin-top: -8.5vw; right: 7vw; }

  .swiper-pagination.banner{bottom: 70px;}

  .swiper-caption h3,
  .swiper-caption h2{font-size:5vw; } 
  .swiper-caption h2{padding-left: 8vw;}
  .swiper-caption h3 span,
  .swiper-caption h2 span{font-size: 4vw;}
}

@media (max-width: 767px) {
  .section-banner{padding-top: 78px;}

  .swiper-caption h3,
  .swiper-caption h2{font-size:6vw; } 
  .swiper-caption h2{padding-left: 8vw;}
  .swiper-caption h3 span,
  .swiper-caption h2 span{font-size: 5vw;}

  .swiper-caption{right: 3vw;}   

  .swiper-pagination.banner{bottom: 40px; }
  .swiper-pagination-bullet{ margin: 0 2px !important}
  
  .section-banner.in-content{ 
    margin-top: -9px; 
    margin-bottom: 20px;
    height:28vh
  } 
}

/*==================================================
    Section - Tyre Search
==================================================*/ 
.section-tyre-search:not(.normal){
  margin-top: -135px;
}
.section-tyre-search:not(.normal):before{
  content: '';
  position: absolute;
  left: -100vw;
  right: -100vw;
  bottom: 0;
  top: 95px;
  background-color: var(--color-secondary);
}
.section:not(.normal) .tyre-search-box{
  display: block;
  background-color: #ffffff;
  padding:0 0 0 5vw;
  margin-top: 40px; 
}

.section:not(.normal) .tyre-search-left{
  background-color: var(--color-secondary);
  background-position:right 90%;
  background-repeat: no-repeat;
  background-size:280px;
  background-image: url(../img/thumb/img-wheels-search.png);
  background-blend-mode: multiply;
  color: #fff;
  margin-top: -50px; 
  padding-bottom: 25px;
  display: block;

  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: -10px;
}

.section:not(.normal) .tyre-search-left:before{
  content: '';
  position: absolute;

}

.section:not(.normal) .tyre-search-left h2{
  font-size:55px;
  padding: 40px 0 15px;
  color: #fff;
  text-align: center;
}
.section:not(.normal) .nav-tyre-tabs{
  margin-left: -25px !important;
}
.section:not(.normal) .nav-tyre-tabs .nav-item .nav-link{
  border:0 !important;
  border-radius: 0 !important
} 
.section:not(.normal) .nav-tyre-tabs .nav-item{
  width: 100%;
  margin:5px 0!important;
}

.section:not(.normal) .nav-tyre-tabs .nav-link{
  font-size: 22px;
  text-align: center;
  background-color: #4295cc;
  font-weight: 500;
  padding: 0;
  height: 55px;
  line-height: 55px;
  width: 230px;
  font-weight: 400;
}
.section:not(.normal) .nav-tyre-tabs .nav-item.show .nav-link, 
.section:not(.normal) .nav-tyre-tabs .nav-link.active{background-color: #4d4d4d; color: #ffffff}

.section:not(.normal) .nav-tyre-tabs .nav-item .nav-link:hover{background-color: #4d4d4d}
.section:not(.normal) .nav-tyre-tabs .nav-link.active{ font-weight: 500 }

.section:not(.normal) .tyre-search-right{
  display: block;
  padding: 40px 35px 40px 10px;  
}
.section:not(.normal) .tyre-search-box .row{margin:0 -6px;}
.section:not(.normal) .tyre-search-box .row > div{padding:0 6px;}

 
.section:not(.normal) .tyre-search-right h3{
  font-size:25px;
  font-weight: 500;
  padding-bottom: 15px; 
}
.section:not(.normal) .tyre-search-box{font-size: 16px;}
.section:not(.normal) .tyre-search-box .input-text{
  padding-bottom: 10px;
  font-size: inherit;
}
.section:not(.normal) .tyre-search-box .custom-select{
  border-color: #8d8d8d;
  border-radius: 0;
  height: 50px;
  font-size: inherit;
  background-size: 22px;
  background-image: url(../img/icons/icon-arrow-option-blue.svg);
  background-position: 100% 16px;
  padding-left: 10px;
  padding-right: 25px;
}
.section:not(.normal) .tyre-search-box .form-control{
  border-color: #8d8d8d;
  border-radius: 0;
  height: 50px;
  font-size: inherit;
}
.section:not(.normal) .tyre-search-box .form .btn[type="submit"]{
  border-radius: 0;
 
  font-size: 20px;
  margin:  10px auto 0;
  display: block;

  width:170px;
  height: 50px;
  line-height: 46px;
  font-size: inherit;
}

@media (max-width: 1680px) {
  .section:not(.normal) .tyre-search-left h2{font-size: 50px}
  .section:not(.normal) .nav-tyre-tabs .nav-link{font-size: 20px; width: 200px;}

  .section:not(.normal) .tyre-search-right{ padding: 40px 35px 40px 10px }
  .section:not(.normal) .tyre-search-box{font-size: 16px}
  .section:not(.normal) .tyre-search-box .form .btn[type="submit"]{ width: 190px }
}

@media (max-width: 1440px) {
  .section:not(.normal) .tyre-search-box{
    padding-left: 4.5vw
  }
  .section:not(.normal) .tyre-search-left{
    background-size: 270px;
  }
  .section:not(.normal) .tyre-search-left h2{
    font-size: 36px;
    padding-top: 30px;
  }
  

  .section:not(.normal) .tyre-search-right h3{font-size: 25px}

  .section:not(.normal) .tyre-search-box .row > div.col-lg-4{
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
  }

  .section:not(.normal) .tyre-search-box .row > div.col-lg-8{
    -ms-flex: 0 0 71%;
    flex: 0 0 71%;
    max-width: 71%;
  }

  .section:not(.normal) .nav-tyre-tabs .nav-link{font-size: 16px}
}


@media (max-width: 1280px) {
  .section:not(.normal) .tyre-search-box{
    font-size: 16px;
    padding-left: 40px;
  }
  .section:not(.normal) .tyre-search-left{ right: 40px; background-size: 250px; }
  .section:not(.normal) .tyre-search-left h2{font-size: 35px; padding-top:40px; }
  
  .section:not(.normal) .tyre-search-right h3{font-size: 22px;}

  .section:not(.normal) .tyre-search-box .form .btn[type="submit"]{
    height: 45px;
    line-height: 41px;
    width: 150px;
  }
  .section:not(.normal) .tyre-search-box .custom-select{
    height: 45px;
  }

  .section:not(.normal) .tyre-search-box .row{ margin:0 -5px; }
  .section:not(.normal) .tyre-search-box .row > div{ padding: 0 5px }

  .section:not(.normal) .nav.nav-tyre-tabs{max-width: 300px;}
  .section:not(.normal) .nav-tyre-tabs .nav-link{ 
    width: 170px; 
    height: 45px;
    line-height:45px;
    font-size: 18px
  }

  .section:not(.normal) .tyre-search-right{
    padding-left: 0;
    margin-left: -10px;
  }
}

@media (max-width: 1024px) {
  .section-tyre-search:not(.normal){ margin-top: -50px }
  .section-tyre-search:not(.normal)::before {top: 0}
  .section:not(.normal) .tyre-search-right{
    margin-left: -30px;
    padding-right: 30px
  }
  .section:not(.normal) .tyre-search-left{
    animation-name: fadeIn !important;
  }
  .section:not(.normal) .tyre-search-left h2{
    padding-top: 30px;
    font-size: 25px;
  }

  .section:not(.normal) .tyre-search-box .row > div.col-lg-4,
  .section:not(.normal) .tyre-search-box .row > div.col-lg-8{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section:not(.normal) .tyre-search-right h3{font-size: 18px}
}

@media (max-width: 1024px) {
  .section:not(.normal) .section-tyre-search{
    margin-top: -70px;
  }
  .section:not(.normal) .tyre-search-box{
    padding: 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.1)
  }
  .section:not(.normal) .tyre-search-left{
    position: relative;
    right: auto;
    left: auto; 
    padding-bottom: 20px;
  }

  .section:not(.normal) .tyre-search-right{
    margin:0;
    padding:20px 30px 25px;
  }

  .section:not(.normal) .nav.nav-tyre-tabs{
    width: auto;
    max-width: none;
    margin:0 0 !important;
    -ms-flex-pack: center ;
    justify-content: center;
  }
  .section:not(.normal) .nav.nav-tyre-tabs .nav-item{
    width: auto;
    padding: 0 5px;
    margin:0!important;

  }

  .section:not(.normal) .section-tyre-search::before { top: 30px }
  .section:not(.normal) .tyre-search-box .form .btn[type="submit"]{ margin-top: 0 }
}

@media (max-width:767px) {
  .section-tyre-search:not(.normal){margin-top: -30px}
  .section-tyre-search:not(.normal)::before { top: -20px; }
  .section:not(.normal) .section-tyre-search{ margin-top: -25px; }
  .section:not(.normal) .section-tyre-search::before {top: -15px;}

  .section:not(.normal) .tyre-search-left{ padding-bottom: 0 }
  .section:not(.normal) .tyre-search-left h2{
    padding: 20px 0;
    font-size: 18px;
  }

  .section:not(.normal) .tyre-search-right h3{font-size: 18px}

  .section:not(.normal) .nav.nav-tyre-tabs .nav-item{ width: 33.33%; padding: 0 }
  .section:not(.normal) .nav-tyre-tabs .nav-link{
    width: auto; 
    font-size: 14px
 }

 .section:not(.normal) .tyre-search-box .custom-select{
    height: 40px;
    background-size: 25px;
    background-position: 100% 12px
 }
 .section:not(.normal) .tyre-search-box .form .btn[type="submit"]{
    height: 40px;
    line-height: 36px
 }

 .section:not(.normal) .tyre-search-box .input-text{ padding-bottom: 5px; font-weight: 400; font-size: 15px }
}

/*==================================================
    Section - Tyre Search (Normal Style)
==================================================*/ 

.section-tyre-search.normal{
  margin-top: -55px;
  margin-bottom: 40px;
  padding: 0;
}

.tyre-search-box.normal{
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0,0,0,0.05);
}
.tyre-search-box.normal .title-md{
  padding: 20px 30px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 0;
}
.normal .nav-tyre-tabs{
  margin:0;
}
.normal .nav-tyre-tabs .nav-item .nav-link{
  border:0 !important;
  border-radius: 0 !important
} 
.normal .nav-tyre-tabs .nav-item{
  width: 100%;
  margin:0!important;
}

.normal .nav-tyre-tabs .nav-link{
  font-size: 16px;
  text-align: left; 
  font-weight: 500;
  padding: 0 0 0 30px; 
  line-height: 44px; 
  font-weight: 400;
  position: relative;
  overflow: hidden;
  color: #000
}
.normal .nav-tyre-tabs .nav-link:before{
  content: '';
  position: absolute;
  top: 0;
  left:0; 
  height:100%;
  background-color: var(--color-primary);
  width: 5px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.normal .nav-tyre-tabs .nav-link.active{font-weight: 600}
.normal .nav-tyre-tabs .nav-link.active:before,
.pc .normal .nav-tyre-tabs .nav-link:hover:before{
  opacity: 1;
} 

.normal .tyre-search-left{
  padding-top: 20px;
  padding-bottom: 20px;
  height: 225px;
  position: relative;
}
.normal .tyre-search-left:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  border-right:1px solid #E5E5E5;
  z-index: 10
}
.normal .form-tyre-search{
  padding: 30px 70px;
}
.normal .form-tyre-search .form-control,
.normal .form-tyre-search .custom-select{border-radius: 0}

.normal .form-tyre-search .btn[type="submit"]{
  width: 250px;  
  background-color: #2587D7;
  border-color: #2587D7;
  float: right;
  margin-top: 5px;
}

.pc .normal .form-tyre-search .btn[type="submit"]:hover{
  background-color:var(--color-secondary);
  border-color:var(--color-secondary);
}

.normal .tyre-search-box .row{ margin:0 -10px; }
.normal .tyre-search-box .row > div{ padding: 0 10px }

@media (max-width:1440px) {
  .normal .form-tyre-search{
    padding: 30px 50px;
  }
}

@media (max-width:1280px) {
  .normal .form-tyre-search{
    padding: 30px 30px;
  }
}

@media (max-width:1024px) {
  .normal .form-tyre-search .btn[type="submit"]{ width: 200px; }
}

@media (max-width:991.98px) {
  .normal .tyre-search-left{ height: auto;padding: 0; margin-bottom:0;}
  .normal .tyre-search-left:before{display: none;}
  .normal .nav-tyre-tabs{border-bottom:1px solid #E5E5E5;}
  .normal .nav-tyre-tabs .nav-item{width: 33.333% }
  .normal .nav-tyre-tabs .nav-link{
    padding: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.4;
  }
  .normal .nav-tyre-tabs .nav-link::before {
    width: 100%;
    height: 5px;
    top: auto;
    bottom: 0;
  }

  .normal .form-tyre-search .btn[type="submit"]{ width: 195px; }
}


/*==================================================
    Section - Promotion
==================================================*/ 

.section-promotion{
  background-color: var(--color-secondary);
  color: #fff;
}

.section-promotion .section-title.main h2{ color: #fff; }

.swiper-3d {
  display: block; 
  margin: 0 auto; 
}

.swiper-3d .swiper-slide{
  width: 690px;
  margin: 40px 0;
  background-color: #000;
}
.swiper-3d .swiper-slide img{
  display: block;
  position: relative;
  box-shadow: 0 0 30px rgba(0,0,0,0);
  opacity: 0.5
}

.swiper-3d .swiper-slide.swiper-slide-active img{
   box-shadow: 0 0 30px rgba(0,0,0,0.3);
   opacity: 1
}

.swiper-pagination.promotion{ margin-top: -15px }

.swiper-button-next.b-3d, 
.swiper-button-prev.b-3d{
  background-color: rgba(255,255,255,1);
  margin-top: 0;
  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.swiper-button-next.b-3d.banner2, 
.swiper-button-prev.b-3d.banner2{background-color: #f2f2f2;}

.swiper-button-next.b-3d{right: 79px} 
.swiper-button-prev.b-3d{ left: 79px }

.pc .swiper-button-next.b-3d:hover, 
.pc .swiper-button-prev.b-3d:hover{
  background-color: #f1f1f1;
}

.pc .swiper-button-next.b-3d.banner2:hover, 
.pc .swiper-button-prev.b-3d.banner2:hover{background-color: #e1e2e3;}

.swiper-button-next.b-3d span, 
.swiper-button-prev.b-3d span{
  width: 14px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  border-top: 3px solid var(--color-secondary);
  border-left: 3px solid var(--color-secondary);
}
.swiper-button-prev.b-3d span{ left:14px; }
.swiper-button-next.b-3d span{ left:9px; }

@media (max-width: 1440px) {}
@media (max-width: 1440px) {
  .swiper-button-next.b-3d{ right: 60px; margin-top: -10px} 
  .swiper-button-prev.b-3d{ left: 60px; margin-top: -10px }
}

@media (max-width: 1280px) {
  .swiper-button-next.b-3d{ right: 30px} 
  .swiper-button-prev.b-3d{ left: 30px }
}

@media (max-width: 1024px) {
  .swiper-button-next.b-3d{ right: 20px} 
  .swiper-button-prev.b-3d{ left: 20px }

  .swiper-pagination.b-3d{ padding-top: 0 }
  .swiper-pagination-bullet{
    width: 30px;
    height: 6px;
  }
}

@media (max-width: 991.98px) {
  .swiper-3d .swiper-slide{
    width: 70vw;
    margin: 30px 0;
  }
  .swiper-3d .swiper-slide.swiper-slide-active img{
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
  }

  .swiper-pagination.b-3d{ padding-top: 0 }
  .swiper-pagination-bullet{
    width: 30px;
    height: 3px;
    margin: 0 2px
  }
  .swiper-button-prev.b-3d,
  .swiper-button-next.b-3d{display: none;}
}
@media (max-width: 767px) {
  .section-promotion{ padding-bottom: 20px; padding-top: 40px;}
  .swiper-3d .swiper-slide{
    width: 70vw;
    margin: 15px 0;
  }
  .swiper-3d .swiper-slide.swiper-slide-active img{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }

  .swiper-pagination.b-3d{ padding-top: 10px; }
  .swiper-pagination-bullet{
    width: 20px;
    height: 3px;
    margin: 0 2px
  }
  
}


/*==================================================
    Section - Service
==================================================*/ 

.section-service{
  background-color: #f6f6f6;
} 
.section-target{
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  bottom: 0;
}
.service-row > div:nth-child(1){animation-delay: 0.1s;}
.service-row > div:nth-child(2){animation-delay: 0.3s;}
.service-row > div:nth-child(3){animation-delay: 0.6s;}

.service-row > div:nth-child(4){animation-delay: 0.2s;}
.service-row > div:nth-child(5){animation-delay: 0.4s;}

.card.card-service{
  background-color: #fff;
  border:0;
  box-shadow: 0 0 40px rgba(0,0,0,0.05);
  padding-bottom:50px;
  margin-bottom: 30px;

  -webkit-transition: all 0.3s ease-in-out !important;
-moz-transition: all 0.3s ease-in-out !important;
-o-transition: all 0.3s ease-in-out !important;
-ms-transition: all 0.3s ease-in-out !important;
transition: all 0.3s ease-in-out !important;
}
.card-service .card-photo{
  background-color:transparent;
}
.card-service .card-photo img{
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-service .card-photo .img-main{
  position: relative;
  opacity: 1;
}
.card-service .card-photo .img-hover{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.card-service .card-body{
  position: absolute;
  bottom: 15px;
  left:0;
  right: 0;
  padding: 10px ;
  height: 60px;
  display: flex;

  -ms-flex-align: center;
  align-items: center;
}
.card-service h2{
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin:0 auto;

   -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pc .card-service:hover{
  background-color: #56a6db
}
.pc .card-service:hover .card-photo .img-main{ opacity:0 }
.pc .card-service:hover .card-photo .img-hover{ opacity:1 }

.pc .card-service:hover h2{ color: #fff; }

@media (max-width: 1024px) {
  .card-service h2{font-size: 16px}

  .service-row { margin: 0 -10px; }
  .service-row > div { padding: 0 10px; }

  .card.card-service{ margin-bottom: 20px; }
}
@media (max-width: 991.98px){
  .service-row > div:nth-child(1){animation-delay: 0.1s;}
  .service-row > div:nth-child(2){animation-delay: 0.2s;}
  .service-row > div:nth-child(3){animation-delay: 0.1s;}
  .service-row > div:nth-child(4){animation-delay: 0.2s;}
  .service-row > div:nth-child(5){animation-delay: 0.1s;}
}
@media (max-width: 767px){
  .section-service{ padding-bottom: 15px !important }
}

/*==================================================
    Section - Mobile Application
==================================================*/ 
.section-mobile-apps { 
  padding: 20px 0 0;  
  z-index: 9
}
.section-mobile-apps .banner{  
  display: block; 
}
.section-mobile-apps .banner > img{
  position: relative;
  z-index: 100;
}

.swiper-pagination.banner2{top: 0; margin-top: -20px}
.swiper-pagination.banner2 .swiper-pagination-bullet{
  width: 28px;
  height: 4px
}

.section-mobile-apps:before{
  content: '';
  position: absolute;
  top: 0;
  left:-100vw;
  right:-100vw;
  height:300px;
  background-color: #f6f6f6;
}

.section-mobile-apps .background{
  top: 300px;
  bottom: 0;
  background-color: #000000;
}

.mobile-apps{
  display: block;
  padding-top: 120px;
}

.mobile-apps .article{
  text-align: center;
  color: #fff;
  padding:8vw 0 0;
  max-width: 600px;
  margin-left: 6vw;
}
.mobile-apps .article .hgroup{
  display: block;
  padding-bottom:15px
}
.mobile-apps .article h2{
  font-size: 70px;
  font-weight: bold;
}
.mobile-apps .article h4{
  font-size: 40px
}
.mobile-apps .article .apps{
  display: flex;
  margin-left: -5px;
  padding-top: 20px;
  -ms-flex-pack: center;
  justify-content: center;
}
.mobile-apps .article .apps a{
  width: 190px;
  margin: 0 5px;
}
.mobile-apps .article .apps img{
  width: 100%
}
.pc .mobile-apps .article .apps a:hover{ opacity: 0.8 }

.mobile-mockup-group{
  display: block;
  position: relative;
  left: 10%;
  z-index: 100;
  width: 80%;
  margin-bottom: -7vw
}
.mobile-mockup-group img.mobile-mockup{
  width: 100%;
  opacity: 0
}
.mobile-mockup-group:before{
  content: '';
  position: absolute;

  top: 0;
  left:0px; 
  width: 100%;
  height: 100%;
  z-index: 100;

  background-image: url(../img/thumb/mobile-mockup.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 300;
}
.mobile-mockup-inner{
  position: absolute;
  top: 4.1%;
  right: 4.7%;
  left: 43.5%;
  bottom: 4.7%;
  border-radius: 20px;
  z-index: 100;
  overflow: hidden;
}

.mobile-mockup-inner .img-website{
  display: block;
  width: 100%
}

.swiper-iphone-mockup{margin-right: -2px}

.mobile-apps .img-wheels{
  position: absolute;
  bottom:-5%;
  right:-26%;
  width: 490px;
  margin-bottom: -7vw
}
.mobile-apps .img-wheels img{ width: 100% }

.swiper-banner-content.swiper-3d .swiper-slide img{ opacity: 1 }

@media (max-width: 1550px) { 
  .mobile-apps .article{margin-left: auto; margin-right: 20% }
  .mobile-apps .img-wheels{ width:65%}
}

@media (max-width: 1440px) { 
  .mobile-apps{ padding-top: 6.5vw; }
  .mobile-apps .article{ padding-top: 6vw }
  .mobile-apps .article h2{font-size: 51px;}
  .mobile-apps .article h4{font-size: 30px;}
  .mobile-apps .article .apps a{ width: 150px; }

  .mobile-mockup-group{ left: -2vw; }
  .mobile-apps .img-wheels{ right: -15% }
}

@media (max-width: 1280px) {
  .mobile-apps .article{padding-top: 4vw; margin-right: 10%}

  .mobile-mockup-group{ left: 0 }
  .mobile-mockup-inner{border-radius: 16px}
  .mobile-apps .img-wheels{right: -17%}

  .swiper-pagination.banner2{top: 0px}
}

@media (max-width:1024px) {
  .section-mobile-apps .background{top: 30%}
  .mobile-apps .article{ padding-top: 2vw;font-size: 14px; }
  .mobile-apps .article .hgroup{ padding-bottom: 5px }
  .mobile-apps .article .apps{ padding-top:10px; }

  .mobile-apps .article h2{font-size:41px;}
  .mobile-apps .article h4{font-size:26px;}
 
}

@media (max-width:991.98px) {
  .mobile-apps .article{font-size: 14px;padding-top: 0}
  .mobile-apps .article .apps{ padding-top: 0; }
  .mobile-apps .article .apps a{ width: 100px; }

  .mobile-apps .article h2{font-size:32px;}
  .mobile-apps .article h4{font-size:20px;}

  .mobile-mockup-inner{border-radius: 11px}
 
  
}

@media (max-width:767px) {
  .section-mobile-apps{ 
    padding-top: 20px; 

  }
  .section-mobile-apps .background{top: 58%}
  .section-mobile-apps::before { height: 96vw ;background-color: var(--color-secondary) }
  .mobile-mockup-group{
    width: 50%;
    left: 4%;
    margin-bottom:10vw
  }
 

  .mobile-apps .article{
    margin:0;
    padding: 40px 25px
  }

  .mobile-apps .img-wheels{
    width: 35%;
    right: auto;
    left: 40%;
    bottom: 21%
  }

  .mobile-apps .article .apps{ padding-bottom: 20px }

  .section-mobile-apps .banner{ margin-bottom: 20px }
  .swiper-pagination.banner2{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px !important;
    top:auto;
    padding: 0
  }

  .swiper-pagination.banner2 .swiper-pagination-bullet {
    width:12px;
    height: 2px;
    
  }
 
}

/*==================================================
    Page - Regsiter
==================================================*/ 

.form-register{
  display: block;
  padding-top: 10px;
}

.nav-tabs{
  border:0;
  margin:0;
}
.nav-tabs .nav-item{
  margin: 0;
}
.nav-form-tabs{ margin-top: 30px; margin-bottom:20px  }
.nav-form-tabs .nav-link{
  border:0;
  color: #000;
  font-weight: 400;
  padding: 10px 0;
  cursor:pointer;
}
.nav-form-tabs .nav-link .icons{
  display: inline-block;
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
  border:1px solid #E0E0E0;
  border-radius: 3px; 
  margin-right: 10px;
  vertical-align: middle;
}
.nav-form-tabs .nav-link .icons:before{
  content: '';
  position: absolute;
  top: -1px;
  left:-1px;
  right:-1px;
  bottom:-1px;
  background-color:var(--color-primary); 
  background-image: url(../img/icons/icon-check-mark-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70%;
  border-radius: 3px;
  opacity: 0;
}
.nav-form-tabs .nav-item{ padding-left:20px; }
.nav-form-tabs .nav-item:first-child{ padding-left: 0 }

.nav-form-tabs .nav-item.show .nav-link, 
.nav-form-tabs .nav-link.active{
  border:0 !important;
  color: #000;
  
  opacity: 1
}

.nav-form-tabs .nav-link.active .icons:before{opacity: 1}

.tab-form-content .tab-pane{display: none;}
.tab-form-content.if-dealer .tab-pane{display: block;} 

.register-success{
  text-align: center;
  padding: 40px 0;
}
.register-success .icon{
  display: block;
  margin: 0 auto 20px;
  width: 100px;
}
.register-success .icon img{ width: 100% }
.register-success .btn{
  width: 200px;
  margin-top: 30px;
}

.footer-homepage .footer-primary{ padding-top: 200px }
.footer-homepage  .footer-primary .background {background-image: url(../img/thumb/footer-homepage-bg.jpg);}

@media (max-width: 1550px) {
  .footer-homepage .footer-primary{ padding-top: 10vw }
}

@media (max-width: 1280px) {
  .form-register .row{ margin: 0 -10px; }
  .form-register .row > div{ padding: 0 10px; }
}

@media (max-width: 991.98px) {
  .form-register .row{ margin: 0 -15px; }
  .form-register .row > div{ padding: 0 15px; }
}

@media (max-width:767px) {
  .nav-form-tabs{ margin-top: 20px;}

  .register-success{ padding: 20px 0 }
  .register-success .icon{ width: 60px; margin-bottom: 10px;}
  .register-success .btn{ margin-top: 10px; }

  .footer-homepage .footer-primary{ padding-top: 35px;}
  .footer-homepage  .footer-primary .background {background-image: url(../img/thumb/footer-bg.png); }
}

/*==================================================
    Page - Cart
==================================================*/

.input-group{
  display: block;
  position: relative;
}
.input-group .form-control{
  border-radius: 0;
  height: 45px;
}
.input-group .btn{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9
} 
.input-group.coupon .btn{
  width: 95px;
}

.section-column{
  display: flex;
}
.section-column .content {
  position: relative;
  padding-right:30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-column .sidebar .inner {
  width: 370px; 
}
.gray{color: rgba(0,0,0,0.45);}
.sidebar .title{ 
  font-size: inherit;
  border-bottom:5px solid #EBEBEB; 
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.sidebar h2.title{ font-size: 18px;line-height: 1.34;}

.sidebar .mb-4{ margin-bottom: 30px !important }

.sidebar hr.button-line,
hr.button-line{
  border-top:5px solid #F5F5F5;
  margin:3px 0 20px
}

.summary-wrap{
  display: block;
  padding: 25px 0 0 0
}

.table-summary{
  width: 100%;
  font-family: var(--font-en);
  margin-top: -20px;
}
.table-summary tr th{
  font-weight: 600;
  font-size: inherit; 
}
.table-summary tr td{
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 400;
  text-align: right;
}

.table-summary tr th,
.table-summary tr td{ padding: 2px 0 }

.table-summary tr.total th,
.table-summary tr.total td{ 
  font-size: 24px;
  padding: 15px 0;
  border-top:1px solid #F5F5F5; 
  border-bottom:1px solid #F5F5F5; 
}
.table-summary tr.tax td{ 
  text-align: left; 
  vertical-align: middle; 
  padding-bottom: 15px;
} 
.table-summary tr.tax .checkbox-group label{
  font-size: 14px;
  color: #000;
  line-height:1.8
}

.table-summary tr td.text{
  font-size: 16px;
  color: #000;
}

.table-cart-header{
  display: table; 
  list-style-type: none;
  margin: 0;
  padding: 0 0 15px;  
  table-layout: fixed;
  width: 100%;
  border-bottom:5px solid #EBEBEB; 
}

.table-cart-header li{
  display:table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 600; 
  white-space: nowrap; 
  color: #2b2b2b;
}

.table-cart-header li.col-number,
.table-cart-body li.col-number{ 
  width:70px;  
  text-align: center;
}
.table-cart-body li.col-number{
  font-family: 'Roboto';
  font-weight: 600;
}

.table-cart-header li.col-info,
.table-cart-body li.col-info{ 
  
}

.table-cart-header li.col-qty,
.table-cart-body li.col-qty{  
  text-align: left;
  padding-left:30px; 
  width:220px;
}

.table-cart-header li.col-price,
.table-cart-body li.col-price{  
  text-align: right; 
  width: 100px;
}

.table-cart-body li.col-price{
  color: var(--color-primary); 
  font-size: 18px;
  font-weight: 400;
}

.table-cart-body{
  display: table; 
  list-style-type: none;
  margin: 0;
  padding:0; 
  table-layout: fixed;
  width: 100%; 
  border-bottom: 1px solid #F5F5F5;

}

.table-cart-header,
.table-cart-body{
  padding-left: 20px;
}

.table-cart-body li{
  display:table-cell;  
  vertical-align: top;
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px; 
  font-size: 14px;
  font-family: var(--font-en);
}

.table-cart-body li.col-info .photo{
  display: block;
  padding-right: 15px;
  margin-top: -5px
}
.table-cart-body li.col-info .photo a{
  display: block;
   width: 90px;
   background-size: contain;
   background-position: center center;
   background-repeat: no-repeat;
}

.table-cart-body li.col-info .photo img{
  width: 100%
}
.table-cart-body li.col-info h3{
  font-size: 16px;
  font-weight: 400;
  margin-bottom:10px;
}
.pc .table-cart-body li.col-info h3 a:hover{ color: var(--color-primary) }
.table-cart-body li.col-info table{
  width: 100%;
  line-height: 1.3
}
.table-cart-body li.col-info table th{
  font-weight: 600;
}
.table-cart-body li.col-info table td{
  font-family: var(--font-en);
  font-weight: 400;
  text-align: right;
}

.table-cart-body li.col-price .btn-remove{
  background-color: transparent !important;
  padding: 0;
  border:0;
  height: auto;
  line-height:normal;
  display: block;
  margin-left: auto;
  opacity: 0.5;

  position: absolute;
  right: 0;
  bottom: 40px;
}
.table-cart-body li.col-price .btn-remove img,
.table-cart-body li.col-price .btn-remove svg{
  width: 17px;
  height: 17px;
  
}
.pc .table-cart-body li.col-price .btn-remove:hover{
  opacity: 1
}
.pc .table-cart-body li.col-price .btn-remove:hover svg path{
  fill: red;
  opacity: 1
}

.table-cart-body li.col-qty strong{
  font-weight: 500;
}

.quantity {
  display: inline-block;
  position: relative;
  min-width: 100px;
}


.quantity .input-group {
  border-collapse: separate;
  display: table;
  position: relative;
  width: auto;
  margin-bottom: 0;
  border: 1px solid #cecece; 
}

.quantity .input-group-addon,
.quantity .input-group-btn,
.quantity .input-group .form-control {
    display: table-cell;
    vertical-align: middle;
}

.quantity .input-group-btn {
    width:55px
}

.bootstrap-touchspin-wrap .btn {
    padding: 0;
    background-color: #fff;
    border: 0 !important;
    width: 100%;
    height: 55px !important;
    text-align: center;
    line-height: 55px;
    text-indent: -999px;
    border-radius: 0;
    position: relative;
    overflow: hidden; 

}

.bootstrap-touchspin-wrap .btn:before {
    content: "";
    position: absolute;
    left: 50% !important;
    right: auto;
    top: 50%; 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 17px;
    background-color: transparent;
    width: 23px!important;
    height: 23px!important;
    margin: -11px 0 0 -11px;
    opacity: 1;
    z-index: 1
}
.bootstrap-touchspin-wrap .btn:after {display: none;}
.bootstrap-touchspin-wrap .bootstrap-touchspin-down {
    border-right: 1px solid #cecece !important; 
}
.bootstrap-touchspin-wrap .bootstrap-touchspin-up {
    border-left: 1px solid #cecece !important; 
}

.bootstrap-touchspin-wrap .bootstrap-touchspin-up:before {
    background-image: url(../img/icons/icon-plus.svg);
}

.bootstrap-touchspin-wrap .bootstrap-touchspin-down:before {
    background-image: url(../img/icons/icon-minus.svg);
}

.pc .bootstrap-touchspin-wrap .bootstrap-touchspin-up:hover:before {
    background-image: url(../img/icons/icon-plus-white.svg);
}

.pc .bootstrap-touchspin-wrap .bootstrap-touchspin-down:hover:before {
    background-image: url(../img/icons/icon-minus-white.svg);
}

.pc .bootstrap-touchspin-wrap .btn:hover {
    background-color:var(--color-primary)
}

.bootstrap-touchspin-wrap .input-touchspin {
    text-align: center;
    padding: 0;
    width: 55px;
    height: 55px;
    line-height: 28px;
    font-size: inherit;
    font-weight: 400;
    border: 0px;
    background-color: #fff;
    color: #000;
    border: 0;
    border-left: 1px #cecece;
    border-right: 1px #cecece;
    box-shadow: none !important;
}

.quantity.lg .input-group-btn {
    width:55px
}
.quantity.lg .bootstrap-touchspin-wrap .btn{
  height:68px !important;
}
.quantity.lg .bootstrap-touchspin-wrap .input-touchspin{
  height: 68px;
  width: 90px;
  font-size: 30px;
  color: #707070
}

.quantity.normal { width: 95% } 
.quantity.normal .input-group{
  border-color: #F2F2F2;
  border-radius: 3px;
  width: 100%
}
.quantity.normal .input-group-btn {
    width:45px
}
.quantity.normal .bootstrap-touchspin-wrap{ width: 100% }
.quantity.normal .bootstrap-touchspin-wrap .btn{
  height:45px !important;
}
.quantity.normal .bootstrap-touchspin-wrap .input-touchspin{
  height: 45px;
  width: 100%;
  font-size: inherit;
  color: #000000; 
} 

.quantity.normal .bootstrap-touchspin-wrap .bootstrap-touchspin-up,
.quantity.normal .bootstrap-touchspin-wrap .bootstrap-touchspin-down{
  border-color: #F2F2F2 !important;
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 3px;
} 
.quantity.normal .bootstrap-touchspin-wrap .bootstrap-touchspin-up:before {
    background-image: url(../img/icons/icon-plus-white.svg);
}

.quantity.normal .bootstrap-touchspin-wrap .bootstrap-touchspin-down:before {
    background-image: url(../img/icons/icon-minus-white.svg);
}

.quantity.normal .bootstrap-touchspin-wrap .bootstrap-touchspin-up:hover,
.quantity.normal .bootstrap-touchspin-wrap .bootstrap-touchspin-down:hover{ background-color: var(--color-primary-hover) }

.modal .table-cart-body {border-bottom: 0}
.modal .table-cart-body li{ padding-top: 25px; padding-bottom: 25px; }
.modal .table-cart-body li.col-info .photo a{ width: 140px; }
.rounded-0{border-radius: 0 !important}

.star-rating{
  margin: 0;
  padding: 0 20px 30px;
  list-style-type: none;
  display: flex;
  -ms-flex-pack: justify ;
  justify-content: space-between ;
}
.star-rating li{
  width: 55px;
  height: 55px;
  cursor: pointer;
  background-image:url(../img/icons/icon-star.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.star-rating li.active{background-image:url(../img/icons/icon-star-active.svg);}

.star-rating.md{
  width: 160px;
  padding: 0
}
.star-rating.md li{
  width: 24px;
  height: 24px;
}

.star-rating.xs{
  width: auto;
  padding: 0
}
.star-rating.xs li{
  width: 16px;
  height: 16px;
  margin: 0 2px
}
.star-rating.xs li.text{
  width: auto;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-en);
  padding-left: 10px;
  padding-right: 20px;
}


@media (max-width: 1440px) {
  .table-cart-header, .table-cart-body{
    padding-left: 0px;
  }
  .table-cart-body li{
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .table-cart-header li.col-qty, 
  .table-cart-body li.col-qty{
    width: 190px;
  }
  .quantity .input-group-btn{width: 40px;}
  .bootstrap-touchspin-wrap .btn{ height: 40px !important; }
  .bootstrap-touchspin-wrap .input-touchspin{
    width: 40px;
    height: 40px;
    line-height: 40px
  }

  .star-rating{ padding-left: 40px; padding-right: 40px; }
  .star-rating li{ width: 50px; height: 50px; }

  .sidebar .title{ margin-bottom: 25px }
} 

@media (max-width: 1280px) {
  .section-column .sidebar .inner{ width: 300px }

  .quantity.normal .bootstrap-touchspin-wrap .btn{
    height:40px !important;
  }
  .quantity.normal .input-group-btn{ width: 40px; }
  .quantity.normal .bootstrap-touchspin-wrap .input-touchspin{
    height: 40px;
    width: 100%;
    font-size: inherit;
    color: #000000; 
  } 

}

@media (max-width: 1100px) {
  .table-cart-header li.col-number, 
  .table-cart-body li.col-number{ width: 50px; }
  .table-cart-body li.col-info h3{font-size: 14px}
  .table-cart-body li.col-info .photo{ padding-right: 10px }

  .table-cart-header li.col-qty, 
  .table-cart-body li.col-qty{
    width: 150px;
    padding-left: 20px;
  }
  .quantity .input-group-btn{width: 40px;}
  .bootstrap-touchspin-wrap .btn{ height: 40px !important; }
  .bootstrap-touchspin-wrap .input-touchspin{
    width: 40px;
    height: 40px;
    line-height: 40px
  }

  .table-cart-body li.col-info .photo a{ width:75px }
  .table-cart-body li.col-price{font-family: 16px}

  .table-summary tr.total th, 
  .table-summary tr.total td{font-size: 22px}
}

@media (max-width:991.98px) {
  .section-column{display: block;}
  .section-column .content{ padding-right: 0 }
  .section-column .sidebar { padding-top: 40px }
  .section-column .sidebar .inner{ width: 100% }

  .sidebar .title{ margin-bottom: 25px }

  .table-cart-header li.col-price, 
  .table-cart-body li.col-price{ width: 120px }

  .table-cart-body li.col-info h3{font-size: 16px}

  .table-summary{ margin-top: -10px }

  .star-rating.md{ width: 130px; }
  .star-rating.md li{ width: 20px; height: 20px }

  .star-rating.xs{
    -ms-flex-pack: normal;
    justify-content: normal;
    
  }
  .star-rating.xs li{
    width: 14px;
    height: 14px; 
    display: inline-block;
    vertical-align: top;
  }
  .star-rating.xs li.text{
    font-size: 12px;
    padding-left: 5px;
    padding-right:10px;
    display: inline-block;
  }
}

@media (max-width:767px) {
  .table-cart-header,
  .sidebar .title{ padding-bottom: 10px; }
  .table-cart-header li.col-qty,
  .table-cart-header li.col-price{display: none;}

  .table-cart-body{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .table-cart-body li{font-size: 13px; padding-top: 25px}

  .table-cart-header li.col-number, 
  .table-cart-body li.col-number{ width: 40px }
  .table-cart-body li.col-info{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-bottom: 20px;
  }

  .table-cart-body li.col-qty,
  .table-cart-body li.col-price{
    width: 100%;
    padding: 0;
    text-align: left;
    padding-left: 125px;
    position: relative;
  }

  .table-cart-body li.col-price{
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .table-cart-body li.col-price .btn-remove{
    position: absolute;
    right: 0;
    bottom:25px;
    margin: 0;
  }

  .table-cart-body li.col-info h3{font-size: 15px}
  .table-cart-body li.col-info h3 .nowrap{white-space: normal;}

  .table-summary tr p{ margin-bottom: 0 }
  .table-summary tr.total th, 
  .table-summary tr.total td{font-size: 20px}

  .sidebar .title{font-size: 18px}

   .modal .table-cart-body li.col-info .photo a{ width: 90px; }
   .star-rating { 
    padding-bottom: 20px;
  }
   .star-rating li{ width: 35px; height: 35px; }

  .star-rating.xs li{
    width: 12px;
    height: 12px
  }
  .star-rating.xs li.text{ font-size: 10px }
}

/*==================================================
    Page - Delivery
==================================================*/ 

.order-steps{
  padding: 0;
  margin: 0 auto 40px;
  list-style-type: none;
  display: flex;
  max-width: 800px;
}
.order-steps li{
  width: 25%;
  text-align: center;
  position: relative;
}

.order-steps li:before{
  content: '';
  position: absolute;
  top:29px;
  left: 50%;
  height: 4px;
  width: 100%; 
  background-color: #F2F2F2;
}
.order-steps li:last-child:before{ display: none; }

.order-steps li a{
  color:rgba(0,0,0,.45);
  pointer-events: none;
}


.order-steps li .icon{
  display: block;
  margin:10px auto  15px;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  background-color: #F2F2F2;
  border:4px solid #F2F2F2;
}

.order-steps li.done:before{
  background-color:var(--color-primary);
}

.order-steps li.active a,
.order-steps li.done a{
  color:rgba(0,0,0,1);
}
.order-steps li.done a{ pointer-events: auto; }
.order-steps li.active .icon{border:4px solid var(--color-primary);}
.order-steps li.done .icon{border:4px solid var(--color-primary); background-color: var(--color-primary)}

.delivery-box {
  display: block;
  padding-bottom: 10px
}
.delivery-box .address{
  display: block;
  padding: 15px 40px 15px 20px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.05); 
  position: relative;
}
.delivery-box .address h6{ padding-bottom:3px }
.delivery-box .address a.link{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.delivery-box .address .arrow-right{
  width: 16px;
  height: 16px;
  border-top: 2px solid var(--color-primary-hover);
  border-left: 2px solid var(--color-primary-hover);

  left: auto;
  right:30px;
  top: 50%;
  margin-top: -8px;
  margin-right: 5px;
}
.pc .delivery-box .address:hover .arrow-right{ margin-right: -5px;}
 ul.list-item{
  padding: 0;
  margin:30px 0;
  list-style-type:none;
  font-weight: 300;
}

ul.list-item li{
  margin: 5px 0;
}


.calendar-block{
  display: block;
  position: relative;
  max-width: 370px;
}

.calendar-block .icons{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  background-size: 18px;
  background-image: url(../img/icons/icon-calendar.svg);
  opacity: 0.8;
  pointer-events: none;
}

.calendar-block .form-control{
  border-radius: 0;
  font-size: 14px;
}

.datepicker{
  padding: 10px;
}
.datepicker table tr td, 
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
    font-size: 14px; 
}

.datepicker table tr th{
  font-weight: 400; 
}

.datepicker table tr td.new, 
.datepicker table tr td.old {
    color: #777;
    font-weight: 300;
}

.datepicker table tr td.day:hover, 
.datepicker table tr td.focused {
    background: #eee;
    cursor: pointer;
}
.datepicker table tr td.today {
    color: #fff;
    background-color:var(--color-primary);
    border-color:var(--color-primary);
}
.datepicker table tr td.active {
    color: #fff;
    background-color:var(--color-secondary-hover);
    border-color:var(--color-secondary-hover);
}

.payment-box .list-item{font-size: 18px}
.payment-box .list-item li{ margin:0}

.bank-info{
  display: flex;
  box-shadow: 0 4px 25px rgba(0,0,0,0.05); 
  padding: 15px 20px 15px 20px;
  border-radius: 5px;
  max-width: 370px;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.bank-info .icon{
  width: 55px;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
.bank-info .icon img{ width: 100% }
.bank-info h6{ padding-bottom: 0 }
.bank-info p{ margin-bottom: 10px; }
.bank-info p:last-child{ margin-bottom: 0 }

.custom-file{
  
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 370px;
  height: auto;
  margin-top: 20px;
}
.custom-file .custom-file-button{ 
  background-color: #fff;
  border-radius: 0px;
  display: block;

  position: relative;
  left: 0;
  top: 0; 
  width: 100%;
  border:2px solid var(--color-primary);
  text-align: center;
  font-weight: 500;
  height: 55px;
  line-height: 51px;
  color: var(--color-primary);
 cursor: pointer;
  
} 
.custom-file .custom-file-button .icon{
  background-repeat: no-repeat;
  background-image: url(../img/icons/icon-image.svg);
  background-size: contain; 
  background-position: center center; 
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  top:50%;
  left: 40px;
  margin-top: -12px;
}
.custom-file .custom-file-input {position: absolute;}
.custom-file-control {
  white-space: nowrap;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5; 
  height: 35px;
  line-height: 35px;
  padding-left: 0;
  color: #464a4c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: inherit;

  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}
.custom-file.selected {width: 100%;}

div.double-line{
  border-top: 5px solid #F5F5F5;
  margin: 20px 0 20px;
  position: relative;
}
div.double-line:before{
  content: '';
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  border-top: 1px solid #F5F5F5;
}

.promptpay-qrcode{
  display: block;
  width: 250px;
  margin: 30px 0 15px;
}

.googlemap{
  display: block;
  background-color: #ccc;
  height: 420px;
  box-shadow: 5px 0 36px rgba(0,0,0,0.2);
  position: relative;
}
.googlemap .map{
  display: block;
  width: 100%;
  height: 100%;
}

.googlemap .address{
  position: absolute;
  top: 10px;
  left: 50%;
  background-color: #ffffff;
  padding: 15px;
  width: 100%;
  max-width: 370px;
}
.googlemap .address .btn{
  width: 100%;
  border-radius: 0;
}

.googlemap + .buttons{ 
  padding-top: 35px;
  text-align: right;
}
.btn.w-370{ width:100%; max-width: 370px;  }

.order-successful{
  display: block;
  margin:0 auto;
  width: 100%;
  max-width: 570px;
  text-align: center;
  padding: 0 25px;
}

.order-successful .title-sm{ margin-bottom: 10px; }
.order-successful .link{
  font-weight: 600;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  display: inline-block; 
}
.pc .order-successful .link:hover{ 
  color: var(--color-primary-hover);
  border-bottom: 1px solid var(--color-primary-hover);
}
.order-successful .icon{
  width: 80px;
  display: block;
  margin: 0 auto 20px
}
.order-successful p{ margin-bottom: 30px }
.order-successful strong{font-weight: 600;}
.order-successful .gray{color: #4B4B4B;}
.order-successful .btn{ width: 100%; max-width: 270px; font-weight: 300 }


@media (max-width:1024px) {
  .order-steps{
    font-size: 14px
  }

  .googlemap .address{
    top: 20px;
    left: 20px;
    margin: 0;

    
  }
}

@media (max-width:767px) {
  .order-steps{
    font-size: 12px;
    margin: 0 0 10px;
  }
  
  .order-steps li:before{
    height: 3px;
    top: 25px;
  }
  .order-steps li .icon{
    width: 30px;
    height: 30px;
    border-width: 3px !important;
  }

  .delivery-box .address .arrow-right{
    width: 10px;
    height: 10px;
    right: 15px;
    margin-top: -5px;
  }

  .payment-box .list-item{font-size: 16px; margin-bottom: 20px}

  .promptpay-qrcode{ margin-left: auto; margin-right: auto; }

   .googlemap .address{
    top: 10px;
    left: 10px;
    max-width: calc(370px - 65px)
   }
   
   .order-successful .icon{ width: 60px; }
   .order-successful .buttons{ padding-top: 0 }
}



/*==================================================
    Page - Profile
==================================================*/ 

.section-column.account{ margin-top: -20px; }
.section-column.account .sidebar .inner{ 
  width: 270px; 
  box-shadow: 0 0 25px rgba(0,0,0,0.05);
  position: relative;
}
.section-column.account .content{
  padding-left: 30px;
}

.section-column.account .section-title.has-line h2{ padding-bottom: 15px }
.user-info{
  display: flex;
  line-height: 1.2;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.user-info .avatar{ margin-right: 15px }
.user-info .avatar .photo{
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 15px;
  background-color: #F8FBFD;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; 
}

.user-info h6{
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.user-info p{
  font-size: 12px;
  margin: 0
}

.pc .user-info:hover h6{ color: var(--color-primary) }

.section-column.account .user-info{
  padding:25px 30px; 
  border-bottom:1px solid #EBEBEB;
}
.nav-sidebar{
  padding:25px 30px; 
}
.nav-sidebar li{
  width: 100%; 
  padding: 10px 0
}
.nav-sidebar li > a{
  display: flex;
  position: relative;
  font-weight: 400;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.nav-sidebar li .icon{
  width: 40px;
  height: 40px;
  display: flex;
  margin-right: 25px;
  border-radius: 15px;
  background-color: #F8FBFD;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.2s ease-in-out
}
.nav-sidebar li .icon img,
.nav-sidebar li .icon svg{
  margin: 0 auto;
  width: 24px;
  height: 24px;
}
.nav-sidebar li .icon svg path{ stroke: var(--color-primary) }  
 
.pc .nav-sidebar li:hover .icon{background-color: var(--color-primary)}
.pc .nav-sidebar li:hover .icon svg path{ stroke: #fff } 

.nav-sidebar li.active a{font-weight: 600}
.nav-sidebar li.active .icon{background-color: var(--color-primary)}
.nav-sidebar li.active .icon svg path{ stroke: #fff } 

.nav-sidebar li a[data-toggle="collapse"]:before{
  content: '';
  position: absolute;
  top: 15px;
  right: 0;

  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  
  border-bottom: 7px solid black;

  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);  

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-sidebar li a[aria-expanded="true"]{font-weight: 600}
.nav-sidebar li a[aria-expanded="true"] .icon{background-color: var(--color-primary)}
.nav-sidebar li a[aria-expanded="true"] .icon svg path{ stroke: #fff }

.nav-sidebar li a[aria-expanded="true"]:before{
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); 
}


.nav-sidebar li.nav-setting .collapse-inner{
  display: block;
  padding:15px 0 0 65px; 
}
.nav-sidebar li.nav-setting .collapse-inner a{
  display: block;
  font-weight: 500;
  color: var(--color-primary);
  position: relative;
  padding: 5px 0;
  margin: 1px 0
}
.pc .nav-sidebar li.nav-setting .collapse-inner a:hover{ text-decoration: underline; }

.nav-sidebar li.nav-setting .collapse-inner a:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 5px;
  background-color: var(--color-primary);
  display: none;
}
.nav-sidebar li.nav-setting .collapse-inner a.active:before{
  display: block;
}

.nav-sidebar li.nav-logout{ margin-top: 60px; }
.nav-sidebar li .icon.logout svg{ width: 20px; }
.nav-sidebar li .icon.logout svg path{ fill:#999999 ; stroke: transparent;}   

.pc .nav-sidebar li:hover .icon.logout svg path{ fill:#ffffff ; stroke: transparent;} 

.btn-collapse{
  position: absolute;
  top: 33px;
  right: 10px;
  background-color: transparent !important;
  padding: 0;
  border:0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: flex; 
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon-collapse{
  position: relative;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px; 
  margin: 0 auto  
}
.icon-collapse .icon{
  display: block;
  position: relative;
  width: 18px;
  height:18px;
  margin:0
}
.icon-collapse .icon:before,
.icon-collapse .icon:after{
    content: "";
    position: absolute;
    background-color: #222222;
    transition: transform 0.25s ease-out;
}
.icon-collapse .icon:before{
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

    /* horizontal line */
.icon-collapse .icon:after{
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.btn-collapse[data-toggle="collapse"]{ cursor: pointer; }
.btn-collapse[aria-expanded="true"] .icon-collapse .icon:before{ transform: rotate(90deg);}
.btn-collapse[aria-expanded="true"] .icon-collapse .icon:after{ transform: rotate(180deg); }

.profile-manage .avatar{
  display: flex;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: #D5E2EB;
  position: relative;
  margin:0 0 30px; 

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.profile-manage .avatar:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  background-image: url(../img/icons/icon-user-black.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.profile-manage .btn.edit{ width: 140px; margin:0 0 40px;  }

.profile-manage .username{
  font-weight: 400;
  font-family: var(--font-en);
  font-size: 18px;
}

.input-block.info p{ margin: 0 }
.input-block.info .input-text{
  padding-bottom: 0;
  color: rgba(0,0,0,0.45);
  font-weight: 600;
}

hr.line-lg{
  border-top:5px solid #F2F2F2;
}

.rounded-0 .form-control,
.rounded-0 .custom-select{border-radius: 0}

.form-button{
  display: flex;
  margin: 0 -10px;
  padding-top: 10px;

  -ms-flex-pack: end ;
  justify-content: flex-end ;
}
.form-button .btn{
  max-width: 270px;
  width: 100%;
  margin: 0 10px;
}

@media (min-width:992px) {
  .btn-collapse{ display: none; }
  .sidebar #collapseSidebar{ display: block !important;  }
}

@media (max-width:1440px) {
  .profile-manage .avatar{ margin-bottom: 20px; }

  .section-column.account .user-info{
    padding-bottom:20px; 
    padding-bottom:20px; 
  }

  .nav-sidebar li{
    padding: 5px 0;
  }

  .nav-sidebar li .icon{
    width: 35px;
    height: 35px;
    border-radius: 12px;
  }
  .nav-sidebar li .icon img, 
  .nav-sidebar li .icon svg{
    width: 20px;
    height: 20px;
  }
  .nav-sidebar li.nav-setting .collapse-inner{ padding-left: 60px; }
}

@media (max-width:991.98px) {
  .section-column.account .content{
    padding: 40px 0 0;
  }
  .section-column.account .sidebar .inner{ width: 100%; }
  .section-column.account .user-info{ 
    padding-left: 20px; 
    padding-right: 5px; 
    border:0;
  }

  .nav-sidebar{ 
    padding: 20px 20px 0;  
    border-top:1px solid #EBEBEB;
  }
  .nav-sidebar li{ width: 50% }
  .nav-sidebar li .icon{ margin-right: 20px }
  .nav-sidebar li.nav-logout{   
    width: 100%;
    padding:15px 0;
    margin: 15px 0 0;
    position: relative;
  }
  .nav-sidebar li.nav-logout:before{
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    border-top:1px solid #EBEBEB;
  }

  .nav-sidebar li.nav-logout a{float: right;}

  .nav-sidebar li.nav-setting .collapse-inner{ padding-top: 15px; padding-left: 55px; }

}


@media (max-width:767px) {
  .btn-collapse{top: 28px}
  .section-column.account .content{ padding-top: 30px; }
  .section-column.account .sidebar{ padding-top: 15px }
  .section-column.account .user-info{padding-top: 20px;}
  .user-info .avatar .photo{ width: 45px; height: 45px; }
  .nav-sidebar li{ width: 100% }
  .nav-sidebar li .icon{
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }
  .nav-sidebar li .icon img, 
  .nav-sidebar li .icon svg{
    width: 18px;
    height: 18px;
  }
  .nav-sidebar li.nav-setting .collapse-inner{ padding-left: 60px; }

  .profile-manage .btn.edit{
    height: 40px;
    line-height: 36px;
    width: 120px;
  }
  .profile-manage .username{font-size: 16px}

  .form-button{ margin: 0 -5px; }
  .form-button .btn{ margin: 0 5px; }
}

/*==================================================
    Page - Favourite
==================================================*/ 

.card-product{
  max-width: 250px;
  display: block;
  margin: 0 auto
}
.card-product .card-body{
  padding:20px 0;
  position: relative;
}

.card-product .brand{
  display: inline-block;
  background-color: var(--color-primary);
  border-radius: 3px;
  height: 24px;
  line-height: 26px;
  text-align: center;
  min-width: 100px;
  padding: 0 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  font-family: var(--font-en)
}

.card-product .btn-favourite{
  background-color: transparent !important;
  border:0 !important;
  width: 24px;
  height: 24px;
  padding: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icons/icon-star-outline.svg);

  position: absolute;
  top: 20px;
  right: 0;
}
.card-product .btn-favourite.active{background-image: url(../img/icons/icon-star-active.svg);}

.card-product h3{
  font-size: 16px; 
  line-height: 1.3;
  padding-top: 10px;
  font-weight: 300;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height:3em;
}
.pc .card-product h3:hover a{ color: var(--color-primary) }

.card-product p.price{
  font-weight: 500;
  font-family: var(--font-en);
  margin-top: 17px;
}

.card-product .card-button{
  margin-top: -10px;
  padding-bottom: 30px
}
.card-product .btn.compare{
  width: 100%;
  max-width: 230px;
}
.card-product .btn.compare .number{
  display: inline-block;

  margin-left: 5px;
  font-family: arial;
  font-weight: bold;
}
.card-product .btn.compare.active{
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.035);
}

.table-infos th{
  padding:17px 10px 15px;
   border-bottom:1px solid #F5F5F5;
}
.table-infos td{
  border-bottom:1px solid #F5F5F5;
  padding: 20px 10px;
  color: #4B4B4B
}

.table-infos{margin-top: -1px}
.table-infos thead th{
  font-weight: 500 !important;
  border-bottom: 5px solid #EBEBEB;
}
.table-infos .links{
  display: block;
  text-align: right;
}
.table-infos .links a{
  display: inline-block;
  vertical-align: middle;
  color: var(--color-primary);
  
  padding: 0 5px;
  text-decoration: underline;
}

.pc .table-infos .links a:hover{color: #000}

.table-infos strong{font-weight: 500;}

.table-infos .col-number{ 
  width: 40px; 
  font-weight: 500;
  padding-left: 10px; 
  color: #000;
}
.table-infos .col-code{ color: #000; font-weight: 400}

.footer-content{
  padding-top: 20px; 
}

.page-link{
  border-radius: 0 !important;
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  color: #000
}
.pc .page-link:hover{color: inherit;}
.page-item.active .page-link{
  background-color: var(--color-primary);
  border-color:  var(--color-primary);
  font-weight: 500;
  pointer-events: none;
}
.page-item.dot .page-link{font-weight: 500;}

.page-item.prev .page-link,
.page-item.next .page-link{
  overflow: hidden;
  text-indent: -999px;
  position: relative;
}


.page-item.prev .page-link:before,
.page-item.next .page-link:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;

  width: 15px;
  height: 15px;
  margin-top: -7px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;

}
.page-item.prev .page-link:before{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);  
}
.page-item.next .page-link:before{
   -webkit-transform: rotate(135deg);
  transform: rotate(135deg);   
  left:20%; 
}

.table-tracking {
  width: 100%
}
.table-tracking th,
.table-tracking td{
  vertical-align:top;
  padding: 7px 0;
  line-height: 1.3
}

.table-tracking th{
  font-weight: 600;
}
.table-tracking td{
  text-align: right;
}

.table-tracking  h6{ padding-bottom: 10px }

strong{font-weight: 600;}
strong.gray{color: #4B4B4B;}

@media (max-width:1024px) {
  .card-product .brand{font-size: 10px;}
  .card-product .btn-favourite{top: 10px;}
  .card-product .card-body{ padding-top: 10px; }
  .card-product h3{font-size: 15px}

  .table-infos{font-size: 14px}

  .table-infos th,
  .table-infos td{ white-space: nowrap; }

  .page-link{  
    width: 40px;
    height: 40px;
    line-height: 38px;
  }

  .footer-content{ padding-top: 0 }
  
  .footer-content .result-text{font-size: 15px; }

}

@media (max-width:767px) {
  .row.space-20{ margin: 0 -10px; }
  .row.space-20 > div{ padding: 0 10px; }

  .card-product .brand{ 
    width: auto; 
    margin: 0 auto; 
    min-width: 0; 
    height: 20px;
    line-height: 21px;
  }
  .card-product .btn-favourite{
    width: 17px;
    height: 17px;
    top: 12px;
  }

  .card-product .card-body{ padding-bottom: 0 }

  .card-product h3{-webkit-line-clamp:3; font-size: 13px}
  .card-product p.price{font-size: 14px; margin-top: 12px}

  .table-infos th{padding:12px 10px 10px;}
  .table-infos td{padding: 15px 10px;}

  .footer-content .pagination{
    -ms-flex-pack: center !important;
    justify-content: center !important;
  } 
   .footer-content .result-text{ text-align: center; padding-bottom: 15px}

  .page-link{  
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 14px
  }
  
  .page-item.prev .page-link:before,
  .page-item.next .page-link:before{
    width: 10px;
    height: 10px;
    margin-top: -4px;
  }
  .page-item.prev .page-link:before{  left: 45%  }
  .page-item.next .page-link:before{ left: 27% }

  .table-tracking th,
  .table-tracking td{
    display: block;
    width: 100%;
    text-align: left;
  }

  .table-tracking th{ padding-bottom: 0 }
  .table-tracking h6{ padding-bottom: 0px; font-weight:400 }

  .footer-content .result-text{font-weight: 400}
}

/*==================================================
    Page - Account / Address
==================================================*/ 

.table-infos.address td{
  padding: 30px 0;
}
.table-infos.address tr:last-child td{border-bottom: 0; padding-bottom: 10px}

.table-infos.address .col-address-icon{
  width: 110px;
}
.table-infos.address .col-address-info{
  position: relative; 
  color: #000000;
  white-space: normal !important;
}
.table-infos.address .icon{
  width: 40px;
  height: 40px;
  display: flex;
  margin: 0 auto; 
  border-radius: 15px;
  background-color: rgba(105,165,214,0.15);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.table-infos.address .icon img, 
.table-infos.address .icon svg {
    margin: 0 auto;
    width:19px;
    height: 22px;
}

.table-infos.address .info{
  max-width: 400px;
}
.table-infos.address h6 {
  margin-bottom: 15px; 
}
.table-infos.address p{
  margin-bottom: 10px;
}
.table-infos.address .info p:last-child{ margin-bottom: 0 }
.table-infos.address .link-edit{
  margin-bottom: 0;
  position: absolute;
  top: 30px;
  right: 0;
}
.table-infos.address .link-edit a{
  display: block;
  font-weight: 500;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
}
.pc .table-infos.address .link-edit a:hover{
  color: var(--color-secondary);
  border-bottom: 1px solid var(--color-secondary);
}

.order-history-status{
  position: absolute;
  top: 10px;
  right: 0;
}

@media (max-width:767px) {
  .table-infos.address{ margin-bottom: 0 }
  .table-infos.address td{ padding: 20px 0; }
  .table-infos.address h6{ margin-bottom: 10px; }
  .table-infos.address .col-address-icon{
    width: 50px;
  }

  .table-infos.address .icon{
    width: 30px;
    height: 30px;
    border-radius: 10px;
    margin-left: 0
  }

  .table-infos.address .icon img, 
  .table-infos.address .icon svg {
      width: 15px;
      height: 15px;
  }

  .table-infos.address .link-edit{ 
    top: 17px;
    font-size: 13px
  } 

  .order-history-status{ 
    top: 5px; 
    margin-bottom: 0; 
    font-size: 12px
  }
}


/*==================================================
    Page - Product
==================================================*/

.swiper-tyre{border-radius: 5px}
.swiper-tyre-caption{
  position: absolute;
  top:30px;
  left: 50px; 
}

.swiper-tyre-caption .sale{
  width: 65px;
  height: 65px;
  display: flex;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom:20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  -ms-flex-align: center ;
  align-items: center;
}
.swiper-tyre-caption .sale span{margin:0 auto;}

.swiper-tyre-caption p{
  max-width: 240px;
  color: #fff;
  font-size: 22px;
  line-height: 1.35;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical
}

.swiper-tyre-caption .btn{
  width: 200px;
  margin-top: 20px
}

/**/
.swiper-tyre .swiper-tyre-caption{
   -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
      -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.swiper-tyre .swiper-slide-active .swiper-tyre-caption{ 
 
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
} 

  
.swiper-tyre .swiper-tyre-caption .sale, 
.swiper-tyre .swiper-tyre-caption p,
.swiper-tyre .swiper-tyre-caption .btn{  
    opacity: 1;
    visibility: visible;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms; 

    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
  
.swiper-tyre .swiper-slide-active .swiper-tyre-caption .sale{
   -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
} 
 
.swiper-tyre .swiper-slide-active .swiper-tyre-caption p{
   -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.swiper-tyre .swiper-slide-active .swiper-tyre-caption .btn{
   -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.swiper-pagination.tyre .swiper-pagination-bullet{ 
  margin:0 3px;
  width: 30px;
  height: 4px 
}

.banner-small{
  display: block;
  border:1px solid #F6F6F6;
  border-radius:5px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin:30px 0;
  height: calc(50% - 15px);
  font-size: 18px;
  line-height: 1.3
}

.banner-small p{
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  margin-bottom: 0;
  font-weight: 300;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.banner-small p a{color: inherit;  }
.banner-small.dark p{ color: #ffffff }

.banner-small:first-child{margin-top: 0}
.banner-small:last-child{margin-bottom: 0}

.tyre-brand{
  display: flex;
  margin:50px -15px 30px; 
}
.tyre-brand .brand-item {
  width:calc(16.667%);
  padding:15px;
}
.tyre-brand .brand-item img{ width: 100% }

.tyre-brand.marquee .brand-item {width: 168px;}

.product-wrap .title-lg{
  margin-bottom:30px;
}
.banner-small-group{height: 100%}

.swiper-brand{margin:50px 0 30px;}
.swiper-brand .swiper-slide a{
  display: block;
  background-color: #000;
}
.swiper-brand .swiper-slide a img{
  transition: all 0.2s ease-in-out;
}
.pc .swiper-brand .swiper-slide a:hover img{ opacity: 0.76 }

.swiper-pagination.brand .swiper-pagination-bullet{ 
  background-color:#ccc; 
  width:20px;
  height: 3px;
  margin:0 2px;
  opacity: 0.6
}

.swiper-pagination.brand .swiper-pagination-bullet-active{
  opacity: 1;
  background-color: var(--color-secondary)
}

.swiper-button.brand{
  opacity: 0;
}

.pc .swiper-brand:hover .swiper-button.brand{ opacity: 1 }


@media (max-width:1440px) {
  .tyre-brand { margin:35px -10px 20px; }
  .tyre-brand .brand-item { padding: 10px; }

  .swiper-brand{margin:35px 0 20px;}

  .swiper-tyre-caption .sale{ width: 60px; height: 60px; }
  .swiper-tyre-caption p{font-size: 20px}

  .banner-small{font-size: 16px}
}

@media (max-width:1199px) {
  .promotion-banner .row{margin: 0 -10px;}
  .promotion-banner .row > div{ padding: 0 10px; }

  .banner-small{height:calc(50% - 10px); margin:20px 0;}
  .swiper-tyre-caption{left: 30px;}
  .swiper-tyre-caption .sale{
    width: 50px;
    height: 50px;
    font-size: 13px
  }
  .swiper-tyre-caption p{font-size: 16px}
  .swiper-tyre-caption .btn{ 
    margin-top: 10px; 
    width: auto; 
    border-width: 1px !important;
    font-weight: 400;
    height: 40px;
    line-height: 38px;
  }
}

@media (max-width:991.98px) {
  .tyre-brand { margin:0 -5px 30px; }
  .tyre-brand .brand-item {padding: 5px;}

  .swiper-brand{margin:30px 0 5px;}

  .promotion-banner{
    background-color: #f1f1f1;
    margin:0 -40px;
    padding: 40px 40px  40px 40px;
  }

  .banner-small-group{
    display: flex;
    height: 120px;
    margin: 20px -10px 0;
  }
  .banner-small{
    height: 100%;
    width: 50%;
    margin:0 10px;
  } 
  .swiper-pagination.brand .swiper-pagination-bullet{ 
    width:8px; 
    height: 8px;
    border-radius: 50%;
    margin:0 4px;
  }

}

@media (max-width:767px) {
  .tyre-brand { 
    margin:0 -5px 20px; 
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
  }
  .tyre-brand .brand-item { 
    padding: 5px; 
    width: 33.333%;
  }
  
  .swiper-brand{margin:25px 0 10px;}

  .product-wrap .title-lg{ margin-bottom: 15px }

  .promotion-banner{ 
    margin:0 -40px;
    padding:25px 40px  20px 40px;
  }

  .banner-small-group{
    display: block;
    margin:10px 0;
    height: auto;
  }
  
  .banner-small{
    width: 100%;
    margin:10px 0;
    height: 30vw;
    font-size: 12px;
  }
  .banner-small p{bottom: 15px}

  .swiper-tyre-caption{top:15px;left:20px;}
  .swiper-tyre-caption .sale{
    width:35px;
    height: 35px;
    font-size: 10px;
    margin-bottom: 10px
  }
  .swiper-tyre-caption p{
    font-size: 12px; 
    max-width: 70%;
    margin-bottom: 0
  }
  .swiper-tyre-caption .btn{ 
    margin-top: 10px; 
    width: auto; 
    border:0!important;
    font-weight: 400;
    height: auto;
    line-height: normal;
    padding: 0;
    font-size: 12px;
    border-bottom: 1px solid #fff!important;
    border-radius: 0;
  }

  .swiper-pagination.tyre{display: none;}

  .swiper-pagination.brand{
    padding-top: 0 !important; 
  }

  .swiper-pagination.brand .swiper-pagination-bullet{ 
    width:5px; 
    height: 5px; 
  }
  
}


/*==================================================
    Page - Product Detail
==================================================*/

.pd-row{ padding: 15px 0 } 
.pd-title{
  font-size: 24px; 
}

.pd-price-wrap{
  font-size: 36px;
  color: var(--color-primary);
  font-family: var(--font-en);
  font-weight: 400; 
  margin-top: 10px;
}
.pd-price-wrap.sm{ font-size: 24px }
.pd-price-wrap .label{
  font-size: 24px;
  color: #000;
}

.pd-brand { margin-bottom: 10px; }
.pd-brand .img-logo{
  float: right;
  height: 42px;
}

.table.pd-tyre-info tr th,
.table.pd-tyre-info tr td{
  padding:10px 15px;
  border:0;
  vertical-align: middle;
}
.table.pd-tyre-info tr th{
  font-weight: 600;
}
.table.pd-tyre-info tr td{
  text-align: right;
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 14px;
}
.table.pd-tyre-info tbody tr:nth-of-type(2n+1) {
    background-color:#FAFAFA;
}

.table.pd-tyre-info tbody tr:nth-of-type(2n+2) {
    background-color: rgba(0,0,0,.05);
}

.buttons.d-flex .btn{
  width: 50%
}
.btn .icon-cart{
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.product-detail-wrap > div.left{ 
  padding-right:5vw;
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  max-width: 46%;
}
.product-detail-wrap > div.right{  
  padding-left:5vw;
  -ms-flex: 0 0 54%;
  flex: 0 0 54%;
  max-width: 54%;
}


.swiper-pd-gallery {
  margin:20px 0;
}
.swiper-pd-gallery .card-photo{
  background-color: #f2f2f2;
}
.swiper-pd-gallery-thumb { padding-bottom: 1px }
.swiper-pd-gallery-thumb .card-photo{
  border:1px solid #f2f2f2;
  background-color:#f2f2f2
}
.swiper-pd-gallery-thumb .card-photo .photo{ background-size: cover }

.swiper-gallery-wrap{ position: relative; }

.swiper-button-next{right: 0} 
.swiper-button-prev{left: 0;}

.swiper-button-next, 
.swiper-button-prev{
  background-color: rgba(0,0,0,0.25);
  border-radius:0;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pc .swiper-button-next:hover, 
.pc .swiper-button-prev:hover{ background-color: rgba(0,0,0,0.75);}

.swiper-button-next > span, 
.swiper-button-prev > span{
  width: 14px;
  height: 14px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  top: 50%;
  margin-top:-7px
}

.swiper-button-next > span{ left: 9px } 
.swiper-button-prev > span{ left: 16px }

@media (max-width: 1680px) {
  .product-detail-wrap > div.left{ padding-right: 5vw; padding-left: 5vw; }
  .product-detail-wrap > div.right{padding-left:9vw;}
}

@media (max-width: 1440px) {
  .product-detail-wrap > div.left,
  .product-detail-wrap > div.right{ 
    
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .product-detail-wrap > div.left{ padding-right: 4vw; padding-left: 4vw; }
  .product-detail-wrap > div.right{padding-left:5vw;}
 
  .pd-row {padding: 10px 0;}
  .pd-title{font-size: 22px;}
  .pd-price-wrap{font-size: 32px}
  .pd-price-wrap .label{ font-size: 20px; }
}


@media (max-width: 1280px) {
  .swiper-pd-gallery{ margin-bottom: 40px }
  .pd-price-wrap.sm{font-size: 20px}
}

@media (max-width:991.98px) {
  .pd-price-wrap{font-size: 28px}
  .pd-price-wrap .label{font-size: 16px}

  .pd-title{font-size: 18px}
  .pd-brand{
    -ms-flex-align: center;
    align-items: center;
  }

  .table.pd-tyre-info {font-size: 14px}
  .pd-price-wrap.sm{font-size: 18px}
}

@media (max-width:767px) {
  .product-detail-wrap > div.left,
  .product-detail-wrap > div.right{ 
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-detail{
    display: block; 
  }

  .quantity.normal{ margin-bottom: 20px; }
  .swiper-pd-gallery{ margin-bottom: 25px; margin-top: 0 }
  .swiper-pd-gallery-thumb{display: none;}
}

/*=================*/

.product-infos-wrap{
  display: block;
  padding: 60px 0 40px;
}

.product-infos-wrap .title-lg{ margin-bottom:20px }

.nav-info-tabs .nav-link{
  padding: 0;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 0;
  background-color: #F5F5F5;
}

.nav-info-tabs .nav-item.show .nav-link, 
.nav-info-tabs .nav-link.active{
  border-radius: 0;
  pointer-events: none;
  font-weight: bold;
  color: #000000;
  border-color:#f2f2f2 #f2f2f2 #fff;
} 
.nav-info-tabs .nav-link:hover{
  border:1px solid transparent;
  background-color: #EAE8E8
}

.tab-info-content{
  border:1px solid #f2f2f2; 
  margin-top: -1px
}
.tab-info-content .scrollbar-inner{ 
  height: 100vh;
  max-height: calc(100vh - 250px); 
}
.tab-info-content .article{
  padding: 50px;
}

.tab-info-content img.w-100{
  margin: 30px 0;
}

.tab-info-content img.w-100:first-child{margin-top: 0}

.article ul.checklist{
  margin:30px 0;
  padding: 0;
  list-style-type: none;
}
.article ul.checklist li{
  margin:20px 0;
  padding:0 0 0 55px; 
  display: block;
  position: relative;
}

.article ul.checklist li:before{
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #63BC71;
  background-size: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icons/icon-checklist.svg);

}

.product-review-wrap{
  display: block;
  padding: 30px 0 40px;
}

.product-review-wrap .title-lg{ margin-bottom: 30px }

.tab-info-content .review-content{
  padding:35px
}

.tab-info-content .footer-content{
  padding: 20px 40px 40px 40px
}

.rating-group{
  display: flex;
  padding-top:15px;
  margin-bottom: 35px;
}

.card-review {
  border-top:1px solid #EEEEEE;
  margin-bottom: 30px;
  padding-top: 10px;
}
.card-review .card-header{
  border:0;
  padding: 20px 0;
  background-color: transparent;
  font-family: var(--font-en);
}
.card-review .card-body{
  border:0;
  padding: 0;
}

.card-review h5{
  font-size:14px;
  font-weight: 600;
  font-family: inherit;
  color: #000;
  margin-bottom: 5px
}
.card-review .date{
  font-size: 10px;
  color: #D1D1D1; 
  font-weight: 400;
}

.card-review p{ margin-bottom: 15px }
.card-review p:last-child{ margin-bottom: 0 }

.card-review .star-rating{ width: 102px; margin-bottom: 17px }

.swiper-pagination.related .swiper-pagination-bullet{
  background-color: rgba(0,0,0,0.2);
}
.swiper-pagination.related .swiper-pagination-bullet-active{
  background-color: var(--color-secondary);
}

@media (max-width:1440px) {
  .product-review-wrap{ padding-top: 20px; }
}
@media (max-width:1199px) {
  .product-infos-wrap{ padding-top: 20px; }
  .product-review-wrap{ padding-top: 0px; }

  .product-review-wrap .title-lg{ margin-bottom: 15px }

  .tab-info-content .article,
  .tab-info-content .review-content{ padding: 30px; }

  .article ul.checklist{ margin: 20px 0; }
  .article ul.checklist li{ 
    margin: 10px 0;
    padding-left: 40px; 
  }
  .article ul.checklist li::before {
    width: 25px;
    height: 25px;
    background-size: 13px;
    top: 1px;
  }

  .tab-info-content img.w-100{ margin-bottom: 20px }

  .tab-info-content .footer-content{
    padding: 20px 30px 30px 30px
  }

  
}

@media (max-width:991.98px) {
  .rating-group{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
    margin-bottom: 20px; 
  }
  .rating-group .item{
    width: 33.333%;
    padding: 10px 0;
  }
}

@media (max-width:767px) {
  .nav-info-tabs .nav-item{ width: 50% }
  .nav-info-tabs .nav-link{ width: 100%; }
  .tab-info-content .article,
  .tab-info-content .review-content{ padding:20px; }


  .rating-group .item{
    width: 50%; 
    padding:5px 0;
  }

  .card-review{ margin-bottom: 20px; padding-top: 5px }
  .card-review .card-header{ padding: 15px 0 }

  .card-review .star-rating,
  .card-review p{ margin-bottom: 10px }

  .product-infos-wrap{ padding-bottom: 30px }
}

/*==================================================
    Page - Compare
==================================================*/ 

.section-banner.compare{
  height: auto;
  padding: 50px 0 95px;
}

.card-promotion{ 
  color: #fff;
  padding: 0 50px;
  -ms-flex-align: center ;
  align-items: center;
  -ms-flex-direction:unset;
  flex-direction:unset;
}
.card-promotion .card-photo{
  background-color: transparent;
  width: 340px;
}
.card-promotion .card-photo .photo{ transform: scale(1) !important }

.card-promotion .card-body .inner{
  display: block;
  max-width: 350px;
  margin-left: 100px;
}
.card-promotion .sale{
  width: 145px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  color: #000000;
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 14px;
}

.card-promotion h3{
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 24px;
  margin: 30px 0;
}
.card-promotion .btn{
  width: 200px;
  border-radius: 5px;
  line-height: 43px;
}
.pc .card-promotion .btn:hover{ color: #000 }

.navbar-compare{
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100px;
  padding: 0 !important;
  z-index: 1011;

  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.compare-box-opened .navbar-compare{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  bottom: 0;
}

.compare-result{
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 9;
  padding:20px 20px;
  border-radius: 5px;
  box-shadow: 0 0 25px rgba(0,0,0,0.07)
}
.compare-result .title-sm{
  margin-left: 15px
}
.compare-result .btn{ 
  width: 270px;
  float: right; 
}

.card-promotion-code{
  font-size: 18px;
  text-align: center;
  max-width: 370px;
  margin:0 auto;
}
.card-promotion-code .card-photo{
  height: 155px;
  border-radius:5px;
}
.card-promotion-code .card-photo .photo{
  height: 100%;
  transform: scale(1) !important;
  background-size: cover;
}

.card-promotion-code .card-photo p{
  position: absolute;
  left: 25px;
  bottom: 20px;
  right: 25px;
  color: #fff;
  margin-bottom: 0;
  text-align: left;
}
.card-promotion-code .card-body{
  padding:30px 0;
}

.card-promotion-code .card-body .info{
  font-size: 12px; 
}

.card-promotion-code .card-body h6{
  font-size: inherit;
  margin:20px 0;
}
.card-promotion-code .card-body .code{
  display: block;
  background-color: #F6F6F6;
  border-radius: 5px;
  padding: 15px 10px;
  font-weight: 500;
  font-family: var(--font-en);
}

.card-promotion-code .card-body .btn{
  width: 170px;
  margin: 30px auto 0;
}

.modal-promotion .modal-header{
  border-bottom: 0;
}


@media (max-width: 1440px) {
  .card-promotion .card-photo{ width: 280px }
  .card-promotion .card-body .inner{margin-left: 5vw;}
  .card-promotion h3{font-size: 22px}

  .card-promotion-code {font-size: 16px}
  .card-promotion-code .card-photo{ height: 130px; }
  .card-promotion-code .card-body{ padding-top: 25px; padding-bottom: 25px }
  .modal-promotion .modal-header{ padding: 30px 0 26px }
}

@media (max-width: 1280px) {
  .card-promotion h3{font-size: 20px}
}

@media (max-width: 1024px) {
  .card-promotion .card-body{ padding-top: 0; padding-bottom: 0; }
  .card-promotion .card-body .inner{ margin-left: 2vw; }
  .card-promotion .sale {
    width: 125px;
    height: 35px;
    line-height: 35px; 
    font-size: 12px;
  }
  .card-promotion h3{
    font-size: 16px;
    margin:20px 0;
  }

  .card-promotion .btn {
    width:170px;
    border-radius: 5px;
    height: 38px;
    line-height: 35px;
    font-size: 12px
  }
}

@media (max-width: 767px) {
  .tyre-search-box.normal .title-md{
    font-size: 20px;
    text-align: center;
  }
  .section-banner.compare .background:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.35);
  }
  .card-promotion{
    padding: 0;
    -ms-flex-align: unset;
    align-items: unset;
  } 
  .card-promotion h3{
    font-size: 14px
  }
 .card-promotion .sale {
    width: 90px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
  }

  .card-promotion .btn{
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
    height: 30px;
    line-height: 26px;
    width: 130px;
    border-radius: 3px
  }

  .card-promotion .card-body{
    padding-right: 0
  }
  .card-promotion .card-body .inner{
    margin-left: 0
  }

  .compare-result .title-sm{
    margin: 0 0 10px;
    text-align: center;
    font-size: 16px
  }

  .normal .form-tyre-search .btn[type="submit"]{
    margin: 0 auto;
    float: none;
    width: 100%;
    display: block;
  }

  .compare-result .btn{
    float: none; 
    margin:0 auto; 
    display: block;
    height: 45px;
    line-height: 42px;
  }

  .card-promotion-code{
    font-size: 15px
  }
  .card-promotion-code .card-photo p{
    left: 20px;
    bottom: 15px;
    right: 20px;
  }
  .card-promotion-code .card-body{
    padding-bottom: 20px;
  }
  .card-promotion-code .card-body .btn{
    margin-top: 20px
  }
  .modal-promotion .modal-header{ padding-top: 26px }
}

/*==================================================
    Page - Compare Result
==================================================*/

.table-compare-result{
  font-size: 18px;
  font-family: var(--font-en);
  font-weight: 400; 
  table-layout: fixed;
}
.table-compare-result td, 
.table-compare-result th{ 
  border-top: 1px solid #F2F2F2;
  vertical-align: top;
  padding:20px 15px
}
.table-compare-result tr th{
  width: 25%;
  font-family: var(--font-en);
  font-weight:600;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 10px
} 
.table-compare-result tr.tr-photo td{
  width: 270px;
  padding-bottom: 0;
}
.table-compare-result tr.tr-photo th{
  padding-bottom: 0
}

.table-compare-result tr.tr-photo .card-photo{
  width: 80%;
  margin:0 auto;
}

.table-compare-result h3{
  font-size: inherit;
  line-height: 1.35;
  font-family: var(--font-en);
  font-weight:600
}
.pc .table-compare-result h3:hover a{
  color: var(--color-primary)
}

.table-compare-result tr.tr-name td,
.table-compare-result tr.tr-name th{border-top:1px solid transparent;}

.table-compare-result tr.tr-price td{
  font-size: 24px;
}
.table-compare-result tr.tr-info td{
  font-size: 16px;
  line-height: 1.35;
}

.table-compare-result ul.checklist{
  margin:0 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px
}
.table-compare-result ul.checklist li{
  margin:20px 0;
  padding:0 0 0 50px; 
  display: block;
  position: relative;
}

.table-compare-result ul.checklist li:before{
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #63BC71;
  background-size: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icons/icon-checklist.svg);

}

.table-compare-result tr.tr-button td,
.table-compare-result tr.tr-button th{border-top:0;}

.table-compare-result tr.tr-button .btn{width: 100%}

@media (max-width: 1440px) {
  .table-compare-result{ font-size: 16px }
  .table-compare-result tr.tr-info td{font-size: 14px}

  .table-compare-result ul.checklist li{ margin:15px 0; }
  .table-compare-result ul.checklist li::before {
    width: 30px;
    height: 30px;
    background-size: 12px;
    top: -3px;
  }
}

@media (max-width: 1199px) {
  .table-compare-result{ font-size: 15px }
  .table-compare-result tr.tr-price td{font-size: 20px}
  .table-compare-result ul.checklist{font-size: 14px}
  .table-compare-result ul.checklist li{ margin:10px 0; padding-left: 35px; }
  .table-compare-result ul.checklist li::before {
    width: 22px;
    height: 22px;
    background-size:10px;
    top: -1px;
  }
}

@media (max-width: 991.98px) {
  .section-compare .container{ 
    padding-right: 0; 
    padding-left: 0;
  }
  .table-compare-reponsive{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .section-compare .section-title{
    padding-left:30px
  }

  .table-compare-result{
    font-size: 14px;
    width: auto;
  }
  .table-compare-result tr th{
    width: 160px;
    padding-left: 25px;
    font-weight: 500;
  }
  .table-compare-result td{
    width: 200px;
  }

  .table-compare-result td, 
  .table-compare-result th{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .table-compare-result tr.tr-price td{
    font-size: 18px
  }

  .table-compare-result h3{ width: 170px }
  .table-compare-result tr.tr-info td{font-size: 12px}

  .table-compare-result ul.checklist{font-size: 14px}
  .table-compare-result ul.checklist li{ margin:5px 0; padding-left: 25px; }
  .table-compare-result ul.checklist li::before {
    width: 16px;
    height: 16px;
    background-size:8px;
    top:3px;
  }

  .table-compare-result tr.tr-button td, 
  .table-compare-result tr.tr-button th{
    padding-top: 0
  }

  .table-compare-result tr.tr-button td .btn{
    height: 36px;
    line-height: 30px;
    font-size: 13px
  }
}

@media (max-width: 767px) {
  .section-compare .section-title{
    padding-left:25px
  }

}

/*==================================================
    Section - News
==================================================*/ 
.blog-wrap{
  display: block;
  padding-top: 30px;
}
.blog-wrap .title-xl{ margin-bottom: 35px; }
.card-blog {
  box-shadow: 0 0 25px rgba(0,0,0,0.07);
  margin-bottom: 30px;
}
.card-blog .card-photo{
  transform: scale(1.01);
  border-radius: 5px 5px 0 0;
  z-index: 9;
}

.card-blog .card-title{
  padding: 0;
  margin:0;
  text-align: center;
  height: 80px;
  padding: 10px 0;
  margin:0 20px;
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.card-blog .card-title h2{
  margin:0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  font-family: var(--font-en);
  text-align: center;
  width: 100%;

}

.card-blog .card-title.has-tag{
  display: block;
  text-align: center;
}
.card-blog .card-title.has-tag{ padding: 20px 0; height: auto; }
.card-blog .card-title.has-tag h2{-webkit-line-clamp: 1;}
.card-blog .card-title.has-tag .blog-tag{ margin-top: 8px; }
.pc .card-blog:hover .card-title h2 a{ color: var(--color-secondary)}

.card-blog .card-body{
  padding:18px 0;
  font-size: 14px;
  text-align: center;
  margin:0 20px;
  line-height: 1.35;
}
.card-blog p.info{
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.card-blog p.date{
  font-size: 16px;
  padding-top: 0;
  color:rgba(0,0,0,0.25);
  font-weight: 500;
  font-family: var(--font-en)
}
.card-blog .share{
  display: flex;
  padding-bottom:15px; 
  -ms-flex-pack: center !important;
  justify-content: center !important
}
.blog-share .share{
  display: flex;
  padding-bottom:15px;  
}
.card-blog .share a, .blog-share .share a{
  width: 26px;
  height: 26px;
  margin:0 2px;
  position: relative;
  top:0;

  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.card-blog .share a img,
.blog-share .share a img{
  width: 100%;
  border-radius: 3px;
}

.pc .card-blog .share a:hover,
.pc .blog-share .share a:hover{ top:-4px; }

.blog-share{
  display: block;
  padding: 30px 0 10px;
}
.blog-share h6{font-family: var(--font-en); font-weight: 500}

.blog-header{
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #F3F3F3;
}
.blog-header .title-lg{
  font-weight: 400;
  line-height: 1.35;
  color: #0D2F5C;
  margin-bottom: 20px;
}

.blog-tag {
  display: inline-block;
  border-radius: 5px;
  background-color:#0D2F5C;
  color: #fff;
  font-size: 14px;
  padding: 3px 20px; 
}
.pc .blog-tag:hover{ opacity: 0.8; color: #fff }

.blog-date{
  font-size: 16px;
  padding-top: 5px;
  color:rgba(0,0,0,0.25);
  font-weight: 600;
  font-family: var(--font-en)
}

.blog-body{
  display: block;
}

.blog-body .article {
  display: block;
  margin:40px auto;
  width: 100%;
  max-width:770px;
}


.blog-body .article p{
  margin-bottom: 30px;
}

.blog-body .article img.img{
  margin: 15px 0 45px
}


.blog-related {
  border-top: 1px solid #C4C4C4;
  margin-top:50px;
}
.blog-related .row{ margin:0 -20px; }
.blog-related .row > div{ padding:0 20px; }

.blog-related .title-xl{
  padding: 40px 0 50px;
}


@media (max-width: 1440px) {
  .card-blog p.date{font-size: 14px}

  .blog-related .title-xl{
    padding: 30px 0 35px;
  }

  .blog-related .row{ margin:0 -15px; }
  .blog-related .row > div{ padding:0 15px; }

  .blog-body .article img.img {margin: 10px 0 35px;}
}

@media (max-width: 1199px) {
  .blog-wrap .row{ margin:0 -10px; }
  .blog-wrap .row > div{ padding:0 10px; }

  .card-blog .card-photo{transform:scale(1);}
}


@media (max-width: 991.98px) {
  .promotion-banner + .blog-wrap{  
    padding-top: 40px
  }

  .blog-share{ padding-top: 10px; padding-bottom: 0 }
  .blog-share .share{ padding-bottom: 0 }
}

@media (max-width: 767px) {
  .blog-wrap .title-xl{ margin-bottom: 15px }

  .card-blog .card-title{
    height: auto;
    padding: 18px 0 15px
  }

  .promotion-banner + .blog-wrap{  
    padding-top: 25px; 
  }

  .blog-related .title-xl{
    padding: 20px 0 20px;
  }

  .blog-header .blog-date{font-size: 14px}

  .blog-body .article{ margin:25px 0; }
  .blog-body .article img.img {margin: 5px 0 25px;}
  .blog-body .article p{ margin-bottom: 20px }
}

/*==================================================
    Section - Footer
==================================================*/ 

.footer-primary{
  background-color: #E0E0E0;
  display: block;
  position: relative;
  padding: 35px 0;
  color: #4B4B4B;
}
.footer-primary .background{
  background-image: url(../img/thumb/footer-bg.png);
}
.footer-primary .background:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;

  background-color: rgba(231,230,231,0.95);
}

.company-info{
  display: block;
  font-size: 14px; 
  font-weight: 400;
  font-family:'Rubik', 'Kanit',sans-serif; 
}
.company-info .logo{
  width: 170px;
  padding-bottom: 30px;
}
.company-info .logo img{
  width: 100%;
}
.company-info p{ margin-bottom: 0 }

.footer-title{
  font-size: inherit;
  color: inherit;
  font-weight: 600;
  font-family: 'Roboto','Kanit';
  margin-bottom: 20px;
}

.footer-links{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-links li a{
  display: block;
  padding: 4px 0;
  line-height: 1.3
}
.pc .footer-links li a:hover{ color: var(--color-primary) }

.footer-followus{ 
  font-weight: 500;
  font-family: 'Roboto','Kanit'; 
  position: absolute;
  top: 0;
  right:120px;
}
.pc .footer-followus a:hover{ color: var(--color-primary) }

.followus{
  display: flex;
  margin-right: -2px;
  padding-top: 10px;
  padding-bottom: 15px;
}
.followus a{
  width:26px;
  height: 26px;
  background-color: var(--color-secondary);
  border-radius:4px;
  margin: 0 2px;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px;
}
.pc .followus a:hover{ background-color: var(--color-secondary-hover) }
.followus a.facebook{
  background-image: url(../img/icons/icon-facebook.svg);
  background-size: 20px;
  background-position:5px 6px;
}

.followus a.line{
  background-image: url(../img/icons/icons8-line.svg);
  background-size: 40px;
}
.followus a.twitter{background-image: url(../img/icons/icon-twitter.svg);}
.followus a.instagram{background-image: url(../img/icons/icon-instagram.svg);}

.footer-secondary{
  text-align: center;
  background-color: #E0E0E0;
  font-size: 14px;
  padding: 17px 0 14px;
}
.pc .footer-secondary a:hover{ text-decoration: underline; } 

.footer .pos-static{position: static;}

.item-totop{
  display: block;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 1000;

  width:55px;
  height: 55px; 
  background-color: #C0C0C0;
  cursor: pointer;

  opacity: 0;
  pointer-events: none;

   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.scrolling .item-totop{
  opacity: 1;
  pointer-events: auto;
}


.item-totop:before{
  content: '';

  position: absolute;
  left: 50%;
  top: 50%;
  width:16px;
  height:16px;
  vertical-align:top;
  margin: -5px 0 0 -8px;
  pointer-events: none;

  border-top: 3px solid #4795D0;
  border-left: 3px solid #4795D0;
  transition: all 0.3s ease-in-out;

-webkit-transform: rotate(45deg);
  transform: rotate(45deg);  
}


.pc .item-totop:hover{ 
  background-color: var(--color-secondary); 
}

.pc .item-totop:hover:before{ 
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
}
  
@media (max-width: 1440px) {
  .footer-followus{right: 100px;}

  .item-totop{
    bottom: 30px;
    right: 30px;
    width:45px;
    height: 45px; 
  }
}

@media (max-width: 1280px) {
  .footer-links li a{
    font-size: 14px
  }
  .footer-followus p{font-size: 14px}
  .company-info{font-size: 12px}
  .company-info .logo{ width: 115px; }

  .footer-secondary{font-size: 12px;}
  .footer-links li a{ padding: 3px 0 }
}

@media (max-width:991.98px) {
  .footer-followus{
    position: relative;
    right: auto;
    padding-top: 30px;
  }

  .footer-followus .footer-title{ margin-bottom: 10px; }
}

@media (max-width:767px) {
  .footer .row{ margin:0 -5px; }
  .footer .row > div{ padding:0 5px; }
  .company-info{padding-bottom: 20px;}
  .company-info .logo{ padding-bottom: 15px }
  .footer-title{ margin-bottom: 10px }
  .footer-followus{ padding-top: 10px; padding-right: 0; }

  .footer-followus p{ margin-bottom: 0 }

  .footer-secondary{ padding: 15px 0; line-height: 1.2 }

  .item-totop{
    bottom: 15px;
    right: 15px;
    width:35px;
    height: 35px; 
  }

  .item-totop:before{
    width: 12px;
    height: 12px;
    border-top: 2px solid #4795D0;
    border-left: 2px solid #4795D0;
    margin: -3px 0 0 -6px
  }
}


/*==================================================
    Section - Cookie-content
==================================================*/ 

.cookie-content{
  position: fixed;
  bottom: -130px;
  left:0;
  right: 0;
  padding: 30px 0;

  background-color:rgba(255,255,255,0.98);
  box-shadow: 5px 0 36px rgba(0,0,0,0.2);
  color:var(--color-brown);
  font-size: 14px;
  z-index: 1020; 
    -webkit-transition: all 0.6s ease-in-out;
       -moz-transition: all 0.6s ease-in-out;
         -o-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
            transition: all 0.6s ease-in-out;
}

.cookie-content .container{
  position: relative;
  padding-right: 260px;
}
.cookie-content a{
  color:var(--color-brown);
  font-weight: normal;
  text-decoration: underline;
  white-space: nowrap;
}

.cookie-content .btn.btn-accept{ 
  color: #fff;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  width: 120px;
  margin-left: 20px;
  border-radius: 5px;
  padding: 0;

  position: absolute;
  top: 0;
  right: 50px;
}
.pc .cookie-content .btn:hover{ background-color: var(--color-primary); color: #fff }

.cookie-content .btn.btn-close{
  width: 23px;
  height: 23px;
  line-height: 20px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  border-color: #fff;
  color: #000;

  position: absolute;
  top: -40px;
  right: 50px;
  box-shadow: 0 3px 10px rgba(0,0,0,.15)
}
.pc .cookie-content .btn.btn-close:hover{
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}
.cookie-content .btn.btn-close:before{
  content: 'X';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 23px;
}

.cookie-content.cookie-show{ bottom: 0 }
.cookie-content.cookie-hide{ opacity: 0; pointer-events: none; z-index: -1}

@media (max-width: 991.98px) {
  .cookie-content{ padding-bottom: 15px }
  .cookie-content .container{ padding-right: 50px }
  .cookie-content .button{
    display: block;
    padding-top: 0;
    text-align: right;
  }
  .cookie-content .btn.btn-accept{
    position: relative;
    right: auto;
    display: block;
    margin:10px 0 0;
    height: 30px;
    width: 90px;
    padding: 0;
    line-height: 30px;
     font-size: 12px;
     float: right;
  }
}

@media (max-width: 767px) {
  .cookie-content{
    text-align: left;
    padding: 20px 0;
    bottom: -80%;

    -webkit-transition: all 1s ease-in-out;
       -moz-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
  }

  .cookie-content .container{ padding-right: 20px }
  .cookie-content .btn.btn-close{ right: 20px; top: -30px }
}