/*------------------------------------------------------------------
Project:  Deli-hostme
Version:  
Last change:  
Assigned to:  Le Xuan Bach
Primary use:  Company
-------------------------------------------------------------------*/


/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

/*------------------------------------------------------------------
[ F1 ]*/
@font-face {
  font-family: OpenSans-Regular;
  src: url('../fonts/OpenSans/OpenSans-Regular.ttf'); 
}

@font-face {
  font-family: OpenSans-LightItalic;
  src: url('../fonts/OpenSans/OpenSans-LightItalic.ttf'); 
}

@font-face {
  font-family: OpenSans-Bold;
  src: url('../fonts/OpenSans/OpenSans-Bold.ttf'); 
}


/*------------------------------------------------------------------
[ F2 ]*/
@font-face {
  font-family: PlayfairDisplay-Bold;
  src: url('../fonts/PlayfairDisplay/PlayfairDisplay-Bold.ttf'); 
}


/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/

/*------------------------------------------------------------------
[ Bootstrap ]*/
.container {max-width: 1200px;}


/*//////////////////////////////////////////////////////////////////
[ LOADDING ]*/
.animsition-loading-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader05 {
  width: 56px;
  height: 56px;
  border: 4px solid #e16640;
  border-radius: 50%;
  position: relative;
  animation: loader-scale 1s ease-out infinite;
  top: 50%;
  margin: -28px auto 0 auto; }

@keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } 
}


/*//////////////////////////////////////////////////////////////////
[ BUTTON BACK TO TOP ]*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 39px;
  bottom: 0px;
  right: 40px;
  background-color: #e16640;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.symbol-btn-back-to-top {
  font-size: 13px;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  opacity: 1;
}

@media (max-width: 575px) {
  .btn-back-to-top {
    bottom: 0px;
    right: 15px;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Header ]*/
.navbar .nav-link {
  font-family: OpenSans-Regular;
  font-size: 14px;
  line-height: 1.7857;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar .dropdown-item {
  font-family: OpenSans-Regular;
  font-size: 14px;
  line-height: 1.7857;
  color: #b2b2b2;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar .navbar-toggler {
  border: none;
  font-size: 25px;
  color: #333;
}

.navbar .dropdown .fa-angle-down {display: none;}
.navbar .dropdown.show .fa-angle-right {display: none;}
.navbar .dropdown.show .fa-angle-down {display: inline;}

.navbar .navbar-toggler[aria-expanded="false"] .fa-close {display: none;}
.navbar .navbar-toggler[aria-expanded="true"] .fa-bars {display: none;}
.navbar .navbar-toggler[aria-expanded="true"] .fa-close {display: inline;}

@media (min-width: 992px) {
  .navbar.normal-navbar {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .navbar.normal-navbar .nav-link {
    font-family: OpenSans-Bold;
  }

  .navbar.normal-navbar .dropdown:hover>.dropdown-menu {
    display: block;
    min-width: 200px;
  }

  .navbar.normal-navbar .dropdown-item:hover {
    color: #fff;
  }

  .navbar.normal-navbar.navbar-dark .navbar-text a,
  .navbar.normal-navbar.navbar-dark .nav-link {
    color: #c6c6c6;
  }
  
  .navbar.normal-navbar.navbar-dark .navbar-text a:hover,
  .navbar.normal-navbar.navbar-dark .nav-item:hover .nav-link {
    color: #fff;
  }

  .navbar.normal-navbar .navbar-brand {
    position: relative;
    height: 100%;
  }

  .navbar.normal-navbar .navbar-brand img {
    max-width: unset;
    max-height: 68%;
    position: absolute;
    z-index: 1100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  /*---------------------------------------------*/
  .header-01 {
    height: 114px;
    justify-content: space-between;
  }

  .header-01 .navbar-collapse {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .sticky-header.header-01 {
    height: 70px;
    background-color: rgba(17,17,17,0.9);
  }
  
  /*---------------------------------------------*/
  .header-02 {
    height: 88px;
  }

  .sticky-header.header-02 {
    height: 70px;
    box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  }

  .header-02.navbar-light .nav-link {
    color: #666;
  }
  
  .header-02.navbar-light .nav-item:hover .nav-link {
    color: #e16640;
  }

  /*---------------------------------------------*/
  .header-03 {
    height: 114px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }

  .header-03 .navbar-collapse {
    transform-origin: center right;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header-03 .navbar-collapse.show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .sticky-header.header-03 {
    height: 70px;
    background-color: rgba(17,17,17,0.9);
  }

  /*---------------------------------------------*/
  .header-04 {
    position: fixed;
    width: 15%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #111111;
  }

  .header-04 .collapse {display: block;}

  .header-04 .main-navbar {overflow: hidden;}

  .header-04 .dropdown-menu {
    min-width: unset;
    background-color: transparent;
  }
  
  .header-04 .navbar-text a,
  .header-04 .nav-link {
    color: #c6c6c6;
  }
  
  .header-04 .dropdown-item:hover,
  .header-04 .navbar-text a:hover,
  .header-04 .nav-item:hover .nav-link {
    color: #fff;
  }

  .header-04 a[data-toggle="dropdown"][aria-expanded="false"] {
    color: #c6c6c6;
  }
}


.header-03 .toggle-main-navbar .icon-close {display: none;}
.header-03 .toggle-main-navbar.opened .icon-close {display: inline;}
.header-03 .toggle-main-navbar.opened .icon-bar {display: none;}

/*---------------------------------------------*/
.header-onepage {
  position: relative;
  z-index: 100;
}

.header-onepage .header-03 {
  height: 114px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.header-onepage .header-03 .navbar-collapse {
  transform-origin: center right;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-onepage .header-03 .navbar-collapse.show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.header-onepage .sticky-header.header-03 {
  height: 114px;
  background-color: transparent;
}

.header-onepage .navbar .navbar-collapse {
  background-color: transparent;
}

.header-onepage .navbar.normal-navbar .nav-link {
  font-family: OpenSans-Bold;
}

/*---------------------------------------------*/
@media (max-width: 991px) {
  header {
    position: relative !important;
  }

  .navbar .navbar-collapse {
    background-color: #222;
  }

  .navbar-brand.mobile-brand {
    height: 90px;
  }

  .navbar .navbar-collapse .nav-link {
    color: #c6c6c6;
  }
  
  .navbar .navbar-collapse .nav-item:hover .nav-link {
    color: #fff;
  }

  .navbar .navbar-collapse a[data-toggle="dropdown"][aria-expanded="false"] {
    color: #c6c6c6;
  }

  .header-onepage .navbar .navbar-collapse .navbar-nav {
    background-color: #222;
  }

  .header-onepage .header-03 .navbar-collapse.show {
    -webkit-transform: scale(1) translate(50px, 60%);
    -moz-transform: scale(1) translate(50px, 60%);
    -ms-transform: scale(1) translate(50px, 60%);
    -o-transform: scale(1) translate(50px, 60%);
    transform: scale(1) translate(50px, 60%);
  }
}



/*//////////////////////////////////////////////////////////////////
[ Menu bar one page ]*/

.wrap-sticky-navbar-onepage {
  display: block;
  top: 67px;
}

.sticky-navbar-onepage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 67px;
  top: -67px;
  left: 0px;
  align-items: center;
  justify-content: center;
  background-color: rgba(34,34,34,0.5);

  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.sticky-navbar-onepage a {
  font-family: OpenSans-Bold;
  font-size: 14px;
  color: #cacaca;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 0px 20px;
}

@media (max-width: 1199px) {
  .sticky-navbar-onepage a {
    margin: 0px 10px;
  }
}

.sticky-navbar-onepage a:hover {
  color: #e16640;
}

/*---------------------------------------------*/
.fixed-sticky-navbar-onepage .sticky-navbar-onepage {
  background-color: #e16640;
}

.fixed-sticky-navbar-onepage .sticky-navbar-onepage a {
  color: #fff;
}

.fixed-sticky-navbar-onepage .sticky-navbar-onepage a:hover {
  color: #222;
}

.sticky-navbar-onepage.nav-pills .nav-link.active {
  background-color: transparent;
  color: #222;
}


/*//////////////////////////////////////////////////////////////////
[ rs home page ]*/
.wrap-content-home3 {
  background-color: #fff;
  padding: 30px 30px 0 30px;
}

.wrap-content-home4 {
  margin-left: 15%;
}

.wrap-content-home5 {
  margin-left: 18%;
}

.wrap-content-home6 {
  padding: 10px;
  background-color: #e16640;
}

@media (max-width: 1199px) {
  .wrap-content-home5 {margin-left: 22%;}
}

@media (max-width: 991px){
  .wrap-content-home5, .wrap-content-home4 {margin-left: 0;}

  .wrap-content-home3 {
    background-color: #fff;
    padding: 0px;
  }

  .wrap-content-home6 {
    padding: 3px;
  }
}



/*//////////////////////////////////////////////////////////////////
[ Footer ]*/
.line-div-footer {
  width: 10%;
}

.line-div-footer::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #333;
}

.rs1-line-div-footer.line-div-footer::before {
  background: #dfdfdf;
}

.col-footer-1 {
  width: 33%;
}

.col-footer-2 {
  width: 25%;
}

.col-footer-3 {
  width: 22%;
}

/*---------------------------------------------*/
.rs1-footer .line-div-footer {
  width: 17%;
}

.rs1-footer .col-footer-1 {
  width: 31%;
}

.rs1-footer .col-footer-2 {
  width: 52%;
}



@media (max-width: 1399px) {
  .rs1-footer .line-div-footer {
    width: 12%;
  }

  .rs1-footer .col-footer-2 {
    width: 57%;
  }
}

@media (max-width: 1199px) {
  .line-div-footer {width: 6%;}

  .col-footer-1 {width: 35%;}

  .col-footer-2 {width: 28%;}

  .col-footer-3 {width: 25%;}

  /*---------------------------------------------*/
  .rs1-footer .col-footer-1 {
    width: 80%;
  }
  .rs1-footer .col-footer-2 {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .line-div-footer {width: 10%;}

  .col-footer-1 {width: 80%;}

  .col-footer-2 {width: 40%;}

  .col-footer-3 {width: 30%;}

  /*---------------------------------------------*/
  .rs1-footer .col-footer-1 {
    width: 90%;
  }
  .rs1-footer .col-footer-2 {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .col-footer-1 {width: 70%;}

  .col-footer-2 {width: 70%;}

  .col-footer-3 {width: 70%;}

  /*---------------------------------------------*/
  .rs1-footer .col-footer-1 {
    width: 100%;
  }
  .rs1-footer .col-footer-2 {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .col-footer-1 {width: 100%;}

  .col-footer-2 {width: 100%;}

  .col-footer-3 {width: 100%;}
}


/*------------------------------------------------------------------
[ footer-v1 ]*/
@media (min-width: 992px) {
  .footer-v1 {
    width: 22%;
    height: 100%;
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .content-footer-v1 {
    overflow-y: scroll;
    margin-right: -20px;
  }
}

@media (min-width: 1200px) {
  .footer-v1 {
    width: 18%;
  }
}

@media (max-width: 1300px) {
  .content-footer-v1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}



/*//////////////////////////////////////////////////////////////////
[ Slide1 ]*/

.section-slide .carousel-indicators {
  bottom: 60px;
}

@media (max-height: 768px) {
  .section-slide .carousel-indicators {
    bottom: 30px;
  }
}

.section-slide .carousel-indicators li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 3px;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
}

.section-slide .carousel-indicators li::after {
  content: "";
  display: block;
  position: initial;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}

.section-slide .carousel-indicators li:hover {
  border-color: #e16640;
}

.section-slide .carousel-indicators li:hover:after {
  background-color: #e16640;
}

.section-slide .carousel-indicators li.active {
  border-color: #e16640;
}

.section-slide .carousel-indicators li.active::after {
  background-color: #e16640;
}



/*------------------------------------------------------------------
[ Review ]*/

.sec-review .carousel-indicators {
  bottom: unset;
  top: unset;
  left: unset;
  right: unset;
}

.sec-review .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  margin: 6px;
}

.sec-review .carousel-indicators li:hover {
  background-color: #e16640;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

.sec-review .carousel-indicators li.active {
  background-color: #e16640;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}


/*//////////////////////////////////////////////////////////////////
[ slide product detail ]*/
.wrap-slide-product-detail {
  border: 2px solid #f2f2f2;
}

#slide-product-detail .carousel-control-prev,
#slide-product-detail .carousel-control-next {
  font-size: 20px;
  color: #444;
  width: 45px;
  opacity: 1;
}

#slide-product-detail .carousel-control-prev:hover,
#slide-product-detail .carousel-control-next:hover {
  color: #e16640;
}

#slide-product-detail .carousel-indicators {
  right: unset;
  bottom: unset;
  left: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 12px 0 0 0;
  margin: 0;
  width: 100%;
}

#slide-product-detail .carousel-indicators li::after,
#slide-product-detail .carousel-indicators li::before {
  display: none;
}

#slide-product-detail .carousel-indicators li {
  display: block;
  width: calc((100% - 20px) / 3);
  height: auto;
  flex: unset;
  margin: 0;
  text-indent: unset;
  cursor: pointer;

  border: 2px solid #f2f2f2;
}

#slide-product-detail .carousel-indicators li:hover {
  border-color: #e16640;
}

#slide-product-detail .carousel-indicators li img {
  width: 100%;
}

#slide-product-detail .carousel-indicators li.active {
  border-color: #e16640;
}


/*//////////////////////////////////////////////////////////////////
[ Tab01 ]*/
.tab01 .nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: none;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 5px 0;
}

.tab01 .nav-tabs .nav-item {
  margin: 5px 0;
  padding: 2px 20px;
  border-left: 1px solid #dadada;
}

@media (max-width: 575px) {
  .tab01 .nav-tabs .nav-item {
    padding: 2px 8px;
  }
}

.tab01 .nav-tabs .nav-item:first-child {
  border: none;
  padding-left: 0;
}

.tab01 .nav-tabs .nav-item:last-child {
  padding-left: right;
}

.tab01 .nav-link {
  font-family: OpenSans-Regular;
  font-size: 14px;
  color: #666;
  line-height: 1.2;

  padding: 0;
  border-radius: 0px;
  border: none;

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.tab01 .nav-link.active {
  color: #e16640;
  background-color: transparent;
}

.tab01 .nav-link:hover {
  color: #e16640;
}

/*------------------------------------------------------------------
[ rs1 tab01 ]*/
@media (min-width: 576px) {
  .rs1-tab01 .nav-tabs {
    justify-content: flex-start;
  }
}
  

/*//////////////////////////////////////////////////////////////////
[ Modal product ]*/
#modal-product {
  background-color: rgba(0,0,0,0.8);
  padding-left: 15px !important;
  padding-right: 15px !important; 
}

#modal-product .modal-lg {
  width: 1200px;
  max-width: 100%;
}

#modal-product .modal-lg .modal-content {
  border-radius: 0px;
}

#modal-product .modal-lg .modal-body {
  padding: 30px 30px 0px 30px;
}

@media (max-width: 1199px) {
  #modal-product .modal-lg {
    margin: 30px 0;
  }
}

@media (max-width: 575px) {
  #modal-product .modal-lg .modal-body {
    padding: 15px 15px 0px 15px;
  }
}

.btn-close-modal-produc.close {
  font-size: 15px;
  color: #333;

  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  position: absolute;
  z-index: 2000;
  top: -15px;
  right: -15px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-close-modal-produc.close:hover {
  background-color: #e16640;
  border-color: #e16640;
  color: #fff;
}

/*//////////////////////////////////////////////////////////////////
[ Bread Crumb ]*/
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item.active,
.breadcrumb-item.active::before,
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item a {
  font-family: OpenSans-Regular;
  font-size: 14px;
  line-height: 1.7857;
  text-transform: uppercase;
  color: #c6c6c6;
}

.breadcrumb-item a:hover {
  color: #e16640;
}


/*//////////////////////////////////////////////////////////////////
[ accordion-01 ]*/
.accordion-01 .card {
  border: none;
  border-top: 1px solid #e1e1e1;
  border-radius: 0;
}

/*---------------------------------------------*/
.accordion-01 .card-header {
  border: none;
  background-color: transparent;
  padding: 0;
}

.accordion-01 .card-header h5 {
  font-family: OpenSans-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  cursor: pointer;
  padding: 13px 0;
}

.accordion-01 .card-header h5:hover {
  color: #e16640 !important;
}

.accordion-01 .card-header h5[aria-expanded="true"] {
  font-family: OpenSans-Bold;
  color: #333;
}

.accordion-01 .card-header h5[aria-expanded="false"] .down-mark {
  display: none;
}

.accordion-01 .card-header h5[aria-expanded="true"] .up-mark {
  display: none;
}

/*---------------------------------------------*/
.accordion-01 .card-body {
  padding: 0px 0px 15px 0px;
}



/*//////////////////////////////////////////////////////////////////
[ RS Magnific-Popup ]*/
.mfp-bg {
  z-index: 10000;
  background-color: #000;
  opacity: 0.8;
}

.mfp-wrap {
  z-index: 10000;
  padding: 60px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mfp-container {
  text-align: center;
  position: relative;
  width: 1200px;
  max-width: 100%;
  height: auto;
  left: unset;
  top: unset;
  padding: 0;
  margin: auto auto;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  border: 30px solid #fff;
}

.mfp-bottom-bar {
  margin-top: 0;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
}

.mfp-title {
  font-family: PlayfairDisplay-Bold;
  font-size: 18px;
  line-height: 1.8;
  color: #fff;

  padding: 11px 100px 11px 25px;
  background: rgba(0,0,0,0.8);
}

.mfp-counter {
  display: none;
}


/*---------------------------------------------*/
.mfp-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  opacity: 1;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  top: auto;
  left: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.mfp-arrow::after {
  display: none;
}

.mfp-arrow::before {
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;

  display: inline-block;
  border: none;
  opacity: 1;
  width: unset;
  height: unset;
  position: initial;
  margin: 0;

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.mfp-arrow:hover:before {
  color: #e16640;
}

button.mfp-arrow-right::before {
  content: "\f105";
}

button.mfp-arrow-left::before {
  content: "\f104";
}

button.mfp-arrow-right {
  bottom: 42px; 
  right: 45px;
}

button.mfp-arrow-left {
  bottom: 42px; 
  right: 75px;
}

.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close,
button.mfp-close {
  text-align: center;
  font-size: 0px;
  color: transparent;
  line-height: 32px;

  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  position: absolute;
  right: -45px;
  top: -45px;
  opacity: 1;
  padding: 0;
  cursor: pointer !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

button.mfp-close::before {
  content: "\f00d";
  font-family: FontAwesome;
  color: #333;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.mfp-image-holder .mfp-close:hover, 
.mfp-iframe-holder .mfp-close:hover,
button.mfp-close:hover {
  background: #e16640;
  border-color: #e16640;
}

.mfp-image-holder .mfp-close:hover:before, 
.mfp-iframe-holder .mfp-close:hover:before,
button.mfp-close:hover:before {
  color: #fff;
}

img.mfp-img {
  padding: 0;
  max-height: unset !important;
}

.mfp-figure:after {
  display: none;
}

/*---------------------------------------------*/
@media (max-width: 991px) {
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    border: 10px solid #fff;
  }

  .mfp-title {
    font-size: 15px;
    line-height: 1.5;
    padding: 6px 60px 6px 15px;
  }

  button.mfp-arrow-right {
    bottom: 12px; 
    right: 15px;
  }

  button.mfp-arrow-left {
    bottom: 12px; 
    right: 45px;
  }

  .mfp-image-holder .mfp-close, 
  .mfp-iframe-holder .mfp-close,
  button.mfp-close {
    right: -25px;
    top: -33px;
  }
}

/*---------------------------------------------*/
.mfp-preloader {
  width: 0;
  height: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/*//////////////////////////////////////////////////////////////////
[ Calendar ]*/
td.active {
  background-color: #e16640 !important;
}

input[type="date" i] {
  padding: 14px;
}

.table-condensed td, .table-condensed th {
  font-size: 14px;
  font-family: OpenSans-Regular;
  font-weight: 400;
}

.daterangepicker td {
  width: 40px;
  height: 30px;
}

.daterangepicker {
  border: 1px solid #ccc;
  border-radius: 0px;
}

.daterangepicker thead tr th {
  padding: 10px 0;
}
.daterangepicker .table-condensed th select {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px;
}

/*---------------------------------------------*/
.wrap-inputdate {
  width: 100%;
  height: 50px;
  position: relative;
}

.my-calendar {
  font-family: OpenSans-Regular;
  font-size: 14px;
  color: #666;
  line-height: 1.2;

  padding: 0 20px;
  width: 100%;
  height: 100%;
  background: transparent;
}

.wrap-inputdate .btn-calendar {
  cursor: pointer;
  font-size: 14px;
  color: #666;

  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}


/*//////////////////////////////////////////////////////////////////
[ rs NoUI ]*/
.rightbar #filter-bar {
  margin-right: 6px;
  margin-left: 6px;
  height: 3px;
  border: none;
  background-color: #e1e1e1;
}
.rightbar #filter-bar .noUi-connect {
  background-color: #e1e1e1;
  border: none;
  box-shadow: none;
}
.rightbar #filter-bar .noUi-handle {
  width: 14px;
  height: 14px;
  left: -6px;
  top: -6px;
  border: none;
  border-radius: 50%;
  background: #999;
  cursor: pointer;
  box-shadow: none;
  outline: none;
}
.rightbar #filter-bar .noUi-handle:before {
  display: none;
}
.rightbar #filter-bar .noUi-handle:after {
  display: none;
}


/*//////////////////////////////////////////////////////////////////
[ RS sweet alert ]*/
.swal-overlay {overflow-y: auto;}

.swal-button:focus {
    outline: none;
    box-shadow: none;
}

.swal-button {
  background-color: #e16640;
  font-family: OpenSans-Regular;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: unset;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.swal-button:hover {
  background-color: #b93f19;
}

.swal-button:active {
  background-color: #b93f19;
}

.swal-title {
  font-family: PlayfairDisplay-Bold;
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
  padding: 0 15px;
}

.swal-text {
  font-family: OpenSans-Regular;
  color: #555555;
  font-size: 16px;
  line-height: 1.666667;
  text-align: center;
}

.swal-footer {
    margin-top: 0;
}


/*//////////////////////////////////////////////////////////////////
[ Restyle Select2 ]*/

.rs1-select2 .select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.rs1-select2 .select2-container .select2-selection--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  height: 48px;
  background-color: transparent;
  border-radius: 0px;
  position: relative;
}

/*------------------------------------------------------------------
[ in select ]*/
.rs1-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: OpenSans-Regular;
  font-size: 14px;
  color: #666;
  line-height: 1.2;
  padding-left: 20px;
  background-color: transparent;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 20px;
  height: 100%;
  top: 0;
  right: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #666;
}

.rs1-select2 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #666;
}



/*------------------------------------------------------------------
[ Dropdown option ]*/
.rs1-select2 .select2-container--open .select2-dropdown {
  z-index: 1251;
  width: 100%;
  border: none;
  border-radius: 0px;
  overflow: hidden;
  background-color: white;
  left: 0px;

  box-shadow: 0 0px 0px 1px #999;
  -moz-box-shadow: 0 0px 0px 1px #999;
  -webkit-box-shadow: 0 0px 0px 1px #999;
  -o-box-shadow: 0 0px 0px 1px #999;
  -ms-box-shadow: 0 0px 0px 1px #999;
}

.rs1-select2 .select2-dropdown--above {top: -2px;}
.rs1-select2 .select2-dropdown--below {top: 2px;}

.rs1-select2 .select2-container .select2-results__option[aria-selected] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.rs1-select2 .select2-container .select2-results__option[aria-selected="true"] {
  background: #e16640;
  color: white;
}

.rs1-select2 .select2-container .select2-results__option--highlighted[aria-selected] {
  background: #e16640;
  color: white;
}

.rs1-select2 .select2-results__options {
  font-family: OpenSans-Regular;
  font-size: 14px;
  color: #666;
  line-height: 1.2;
}

.rs1-select2 .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none;
  font-family: OpenSans-Regular;
  font-size: 14px;
  color: #666;
  line-height: 1.2;
}

/*------------------------------------------------------------------
[ rs2 select2 ]*/
.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

.rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
}

.rs2-select2 .select2-container .select2-results__option[aria-selected] {
  padding-left: 15px;
}

/*------------------------------------------------------------------
[ rs3 select2 ]*/
.rs3-select2 .select2-container .select2-selection--single {
  height: 51px;
}

.rs3-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px;
}


/*//////////////////////////////////////////////////////////////////
[ Modal video 01 ]*/
body {padding-right: 0px !important;}
.modal {
  padding: 0px !important;
  z-index: 1160;
  overflow-x: hidden;
  overflow-y: auto !important;
}
.modal-open {overflow-y: scroll;}

/* ------------------------------------ */
.modal-backdrop {
  background-color: transparent;
}

#modal-video-01 {
  background-color: rgba(0,0,0,0.8);
  z-index: 1250;
  
}

#modal-video-01 .modal-dialog {
  max-width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  pointer-events: auto;
}

.wrap-video-mo-01 {
  width: 854px;
  height: auto;
  position: relative;
  margin: 15px;
}

.wrap-video-mo-01::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.video-mo-01 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}

.video-mo-01 iframe {
  width: 100%;
  height: 100%;
}

.close-mo-video-01 {
  font-size: 50px;
  color: white;
  opacity: 0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1250;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}

.close-mo-video-01:hover {
  cursor: pointer;
  opacity: 1;
}



/*//////////////////////////////////////////////////////////////////
[ Item food menu ]*/
@media (max-width: 991px) {
  .list-food > .col-md-10 {
    margin: auto;
  }
}

.list-food > div {
  padding-top: 12px;
  padding-bottom: 12px;
}

.img-list-food {
  text-align: center;
}

.img-list-food img {
  width: 70px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.name-food, .name-food > a {
  padding-top: 8px;
  font-family: PlayfairDisplay-Bold;
  line-height: 1.5;
  font-size: 15px;
  color: #333333;

  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.hover-link-color:hover{
  text-decoration: none;
  color: #e16640;
}

.line-food {
  border-bottom: 1px solid #c9c9c9;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 5px;
  min-width: 0px;
  padding: 0px;
}

.price-food {
  padding-top: 8px;
  font-family: PlayfairDisplay-Bold;
  font-size: 15px;
  color: #333333;

  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.info-food {
  padding-top: 8px;
  font-family: OpenSans-Regular;
  font-size: 14px;
  color: #666666;
}

@media (max-width: 991px){
  .img-list-food > a > img {float: right;}

  .img-list-food, .text-list-food {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .img-list-food > a > img {float: unset;}

  .img-list-food, .text-list-food, .price-food {
    text-align: center;
  }
  
  .item-food {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
    padding-top: 8px;
  }

  .list-food:last-child > div:last-child .item-food {
    border: none;
  }

  .line-food {display: none;}

  .img-list-food {
    padding-bottom: 20px;
  }
}

/*---------------------------------------------*/
.line-food {
  position: relative;
}

.add-line-run {
  width: 0px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #e16640;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.hov-item-food .img-list-food img {
  transform: translate(0,-4px);
  box-shadow: 3px 4px 10px -5px #505050;
  -moz-box-shadow: 3px 4px 10px -5px #505050;
  -webkit-box-shadow: 3px 4px 10px -5px #505050;
  -o-box-shadow: 3px 4px 10px -5px #505050;
  -ms-box-shadow: 3px 4px 10px -5px #505050;
}

.hov-item-food .add-line-run {
  width: 100%;
}

.hov-item-food .name-food a, .hov-item-food .price-food {
  color: #e16640;
}

/*------------------------------------------------------------------
[ rs1-list-food ]*/
.rs1-list-food .list-food > div {
  padding-bottom: 16px;
}

.rs1-list-food .img-list-food {
  padding-top: 5px;
}

.rs1-list-food .img-list-food img {
  width: 80px;
  max-width: 114%;
  border-radius: 5px;
}


/*------------------------------------------------------------------
[ rs2-list-food ]*/
.rs2-list-food .img-list-food img {
  border-radius: 0px;
}

/*------------------------------------------------------------------
[ rs3-list-food ]*/
.rs3-list-food .item-food:last-child {
  border: none;
}

@media (max-width: 575px) {
  .rs3-list-food .item-food {
    margin-bottom: 28px;
  }

  .rs3-list-food .item-food:last-child {
    margin-bottom: 0px;
  }
}



/*//////////////////////////////////////////////////////////////////
[ Symbol Banner ]*/

.symbol-banner {
  width: 40px;
  height: 40px;
  margin: auto;
  position: relative;
  -webkit-transition: all 0.4s ;
  -o-transition: all 0.4s ;
  -moz-transition: all 0.4s ;
  transition: all 0.4s ;
}
.symbol-banner img {
  width: 100%;
  -webkit-transition: all 0.4s ;
  -o-transition: all 0.4s ;
  -moz-transition: all 0.4s ;
  transition: all 0.4s ;
}

.line-symbol-banner{
  position: absolute;
  height: 1px;
  background-color: #e16640;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

#short-line-left{
  top: calc(50% - 3px);
  right: calc(100% + 15px);
  width: 142px;
}
#long-line-left{
  top: calc(50% + 4px);
  right: calc(100% + 15px);
  width: 180px;
}
#short-line-right{
  top: calc(50% - 3px);
  left: calc(100% + 15px);
  width: 142px;
}
#long-line-right{
  top: calc(50% + 4px);
  left: calc(100% + 15px);
  width: 180px;
}

/*---------------------------------------------*/
@keyframes turnSymbol {
  0% {transform: rotateY(0deg);}
  10% {transform: rotateY(36deg);}
  20% {transform: rotateY(72deg);}
  30% {transform: rotateY(108deg);}
  40% {transform: rotateY(144deg);}
  50% {transform: rotateY(180deg);}
  60% {transform: rotateY(216deg);}
  70% {transform: rotateY(252deg);}
  80% {transform: rotateY(288deg);}
  90% {transform: rotateY(324deg);}
  100% {transform: rotateY(360deg);}
}

.parallax-banner:hover .symbol-banner img {
  animation: turnSymbol 1.2s ease-in-out infinite;
  -webkit-animation: turnSymbol 1.2s ease-in-out infinite;
}


@media (max-width: 575px){
  #long-line-left, #long-line-right{width: 90px;}
  #short-line-left, #short-line-right{width: 70px;}
}

/*//////////////////////////////////////////////////////////////////
[ Pagination ]*/

.pagination .page-link {
  font-family: OpenSans-Regular;
  font-size: 14px;
  line-height: 1.6;
  color: #333;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 40px;
  height: 40px;
  border: 2px solid #f0f0f0;
  border-radius: 0 !important;
  background: #fff;
  margin: 4px;
}

.pagination .page-link:focus {
  z-index: unset;
  outline: 0;
  box-shadow: none;
}

.pagination .page-link:hover {
  border-color: #e16640;
  color: #e16640;
}

.pagination .active .page-link {
  background-color: #fff;
  border-color: #e16640;
  color: #e16640;
}


/*//////////////////////////////////////////////////////////////////
[ Checkbox ]*/
/*==================================================================
[ Restyle Radio ]*/
.input-checkbox {
  display: none;
}

.label-checkbox {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-family: OpenSans-Regular;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

.label-checkbox::after,
.label-checkbox::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 2px;
}

.label-checkbox::before {
  background-image: url(../images/icons/icon-check.png);
}

.label-checkbox::after {
  background-image: url(../images/icons/icon-checked.png);
  display: none;
}

.input-checkbox:checked + .label-checkbox::after {
  display: block;
}


/*//////////////////////////////////////////////////////////////////
[ Table100 ]*/
.table100 {
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}

.table100-row-head,
.table100-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
}


/*---------------------------------------------*/
.table100-col1 {
  width: 19%;
}

.table100-col2 {
  width: 81%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}


/*---------------------------------------------*/
.table100-col2-1 {
  width: 35%;
}

.table100-col2-2 {
  width: 20%;
}

.table100-col2-3 {
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

/*---------------------------------------------*/
.table100-col2-3-1 {
  width: 54%;
}

.table100-col2-3-2 {
  width: 30%;
}

.table100-col2-3-3 {
  width: 16%;
}

/*------------------------------------------------------------------
[ Content ]*/
.table100-row {
  padding-top: 20px;
  padding-bottom: 20px;
}

.table100-row-head {
  padding-top: 14px;
  padding-bottom: 14px;
  background: #e9e9e9;
} 

.table100-row .table100-col2 {
  padding-bottom: 20px;
}

.table100-col1 {
  padding-left: 55px;
}

.content-col1 {
  width: 90px;
}

@media (max-width: 991px) {
  .table100-col1 {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .table100-col1 {
    width: 40%;
    padding-left: 55px;
  }

  .table100-row .table100-col2 {
    width: 60%;
    padding-bottom: 0px;
  }

  .table100-row-head .table100-col2 {
    display: none;
  }

  /*---------------------------------------------*/
  .table100-col2-1, .table100-col2-2, .table100-col2-3 {
    width: 100%;
  }

  /*---------------------------------------------*/
  .table100-col2-3-2 {
    display: none;
  }
  
  .table100-col2-3-1 {
    width: calc(100% - 38px);
  }

  .table100-col2-3-3 {
    width: 38px;
  }

}

@media (max-width: 575px) {
  .table100-col1 {
    width: 130px;
    padding-left: 20px;
  }

  .table100-row .table100-col2 {
    width: calc(100% - 130px);
  }
}


/*//////////////////////////////////////////////////////////////////
[ Table your order ]*/
.table-your-order {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e1e1e1;
}

tr.table-head {
  background-color: #f1f1f1;
  font-family: OpenSans-Bold;
  font-size: 14px;
  color: #333;
  line-height: 1.7;
  text-transform: uppercase;
}

tr.table-head th {
  padding: 13px 0;
}

tr.table-row {
  font-family: OpenSans-Regular;
  font-size: 14px;
  color: #333;
  line-height: 1.7;
  border-bottom: 1px solid #e1e1e1;
}

tr.table-row td {
  padding: 11px 0;
}

.table-your-order tr:nth-child(2) td {
  padding-top: 20px;
}

.table-your-order tr:last-child td {
  padding-bottom: 20px;
}

.table-your-order .column-1 {
  width: 42%;
  padding-left: 15px;
}

.table-your-order .column-2 {
  width: 58%;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .table-your-order .column-2 {
    width: 50%;
    text-align: right;
  }

  .table-your-order .column-1 {
    width: 50%;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Icon pay ]*/
.wrap-icon-pay {
  display: block;
  position: relative;
  width: 40px;
  line-height: 0;
  margin: 5px 10px 5px 0;
}

.wrap-icon-pay .img-no-color {
  width: 100%;
}

.wrap-icon-pay .img-color {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.wrap-icon-pay:hover .img-color {
  opacity: 1;
  transform: scale(1.1);
  cursor: pointer;
}

.wrap-icon-pay .img-color.active {
  opacity: 1;
  transform: scale(1.1);
  cursor: pointer;
}





/*==================================================================
   COLOR COLOR COLOR COLOR COLOR COLOR COLOR COLOR COLOR COLOR COLOR 
==================================================================*/
.bocl0 {border-color: #fff;}
.bocl1 {border-color: #111;}
.bocl2 {border-color: #222;}
.bocl3 {border-color: #333;}
.bocl4 {border-color: #444;}
.bocl5 {border-color: #555;}
.bocl6 {border-color: #666;}
.bocl7 {border-color: #777;}
.bocl8 {border-color: #888;}
.bocl9 {border-color: #999;}
.bocl10 {border-color: #e16640;}
.bocl11 {border-color: #dfdfdf;}
.bocl12 {border-color: #f0f0f0;}
.bocl13 {border-color: #e1e1e1;}
.bocl14 {border-color: #f2f2f2;}
.bocl15 {border-color: #e9e9e9;}

/*---------------------------------------------*/
.cl0 {color: #fff;}
.cl1 {color: #111;}
.cl2 {color: #222;}
.cl3 {color: #333;}
.cl4 {color: #444;}
.cl5 {color: #555;}
.cl6 {color: #666;}
.cl7 {color: #777;}
.cl8 {color: #888;}
.cl9 {color: #999;}
.cl10 {color: #e16640;}
.cl11 {color: #c6c6c6;}
.cl12 {color: #ccc;}
.cl13 {color: #e5e5e5;}
.cl14 {color: #d7d7d7;}
.cl15 {color: #d2d2d2;}
.cl16 {color: #bfbfbf;}
.cl17 {color: #b0b0b0;}


/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/
.f1-s-1 {
  font-family: OpenSans-Regular;
  font-size: 14px;
  line-height: 1.7857;
  text-transform: uppercase;
}

.f1-s-2 {
  font-family: OpenSans-Regular;
  font-size: 14px;
  line-height: 1.7857;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.f1-s-3 {
  font-family: OpenSans-Bold;
  font-size: 14px;
  line-height: 1.5;
}

.f1-s-4 {
  font-family: OpenSans-Regular;
  font-size: 14px;
  line-height: 1.7857;
}

.f1-s-5 {
  font-family: OpenSans-Regular;
  font-size: 15px;
  line-height: 2;
}

.f1-s-6 {
  font-family: OpenSans-Bold;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}

.f1-s-7 {
  font-family: OpenSans-Regular;
  font-size: 13px;
  line-height: 1.7857;
  text-transform: uppercase;
}

.f1-s-8 {
  font-family: OpenSans-Regular;
  font-size: 14px;
  line-height: 1.5714;
}

.f1-s-9 {
  font-family: OpenSans-LightItalic;
  font-size: 14px;
  line-height: 1.7;
}

.f1-s-10 {
  font-family: OpenSans-Regular;
  font-size: 13px;
  line-height: 1.7857;
}

.f1-s-11 {
  font-family: OpenSans-Bold;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}

/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/
.f1-m-1 {
  font-family: OpenSans-Regular;
  font-size: 20px;
  line-height: 1.55;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.f1-m-2 {
  font-family: OpenSans-Bold;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}

.f1-m-3 {
  font-family: OpenSans-Regular;
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: 3px;
}

.f1-m-4 {
  font-family: OpenSans-Regular;
  font-size: 18px;
  line-height: 1.44;
  text-transform: uppercase;
}

.f1-m-5 {
  font-family: OpenSans-Bold;
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
}

.f1-m-6 {
  font-family: OpenSans-Regular;
  font-size: 16px;
  line-height: 1.44;
}

.f1-m-7 {
  font-family: OpenSans-Bold;
  font-size: 16px;
  line-height: 1.6875;
  text-transform: uppercase;
}


/*---------------------------------------------*/
.f2-m-1 {
  font-family: PlayfairDisplay-Bold;
  font-size: 20px;
  line-height: 1.5;
}

.f2-m-2 {
  font-family: PlayfairDisplay-Bold;
  font-size: 18px;
  line-height: 1.4;
}

.f2-m-3 {
  font-family: PlayfairDisplay-Bold;
  font-size: 25px;
  line-height: 1.3;
}


/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.f1-l-1 {
  font-family: OpenSans-Regular;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 3px;
}

/*---------------------------------------------*/
.f2-l-1 {
  font-family: PlayfairDisplay-Bold;
  font-size: 90px;
  line-height: 1.1;
}

.f2-l-2 {
  font-family: PlayfairDisplay-Bold;
  font-size: 50px;
  line-height: 1.2;
}

.f2-l-3 {
  font-family: PlayfairDisplay-Bold;
  font-size: 80px;
  line-height: 1.1;
}

.f2-l-4 {
  font-family: PlayfairDisplay-Bold;
  font-size: 30px;
  line-height: 1.2;
}

.f2-l-5 {
  font-family: PlayfairDisplay-Bold;
  font-size: 60px;
  line-height: 1.2;
}

.f2-l-6 {
  font-family: PlayfairDisplay-Bold;
  font-size: 110px;
  line-height: 1.1;
}


/*==================================================================
    SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE 
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size-a-1 {
  min-width: 170px;
  height: 50px;
}

.size-a-2 {
  width: 118px;
  height: 118px;
}

.size-a-3 {
  width: 50px;
  height: 50px;
}

.size-a-4 {
  width: 170px;
  height: 50px;
}

.size-a-5 {
  width: 100%;
  height: 50px;
}

.size-a-6 {
  width: 100%;
  min-height: 150px;
}

.size-a-7 {
  width: 52px;
  height: 46px;
}

.size-a-8 {
  width: 156px;
  height: 50px;
}

.size-a-9 {
  width: 57px;
  height: 50px;
}

.size-a-10 {
  width: 100%;
  height: 41px;
}

.size-a-11 {
  width: 100%;
  min-height: 170px;
}

.size-a-12 {
  min-width: 159px;
  height: 50px;
}

.size-a-13 {
  width: 100%;
  min-height: 170px;
}

.size-a-14 {
  width: 57px;
  height: 41px;
}

.size-a-15 {
  width: 156px;
  height: 53px;
}

.size-a-16 {
  width: calc(100% - 186px);
  height: 53px;
}

.size-a-17 {
  width: 100%;
  height: 53px;
}

.size-a-18 {
  min-width: 247px;
  height: 53px;
}

.size-a-19 {
  width: calc((100% - 170px - 20px) / 2);
  height: 53px;
}

.size-a-20 {
  width: 170px;
  height: 53px;
}

.size-a-21 {
  width: calc(50% - 5px);
  height: 53px;
}

.size-a-22 {
  width: 100%;
  min-height: 120px;
}

.size-a-23 {
  width: calc((100% - 90px) / 4);
  height: 53px;
}

.size-a-24 {
  width: calc((100% - 90px) / 4 + 20px);
  height: 53px;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.size-w-0 {
  flex-grow: 1;
}

.size-w-1 {
  max-width: 890px;
}

.size-w-2 {
  width: calc((100% - 170px) / 3);
}

.size-w-3 {
  width: 130px;
}

.size-w-4 {
  width: 100px;
}

.size-w-5 {
  max-width: 1240px;
}

.size-w-6 {
  max-width: 630px;
}

.size-w-7 {
  width: 50%;
}

.size-w-8 {
  max-width: 770px;
}

.size-w-9 {
  width: calc(50% - 5px);
}

.size-w-10 {
  width: 190px;
}

.size-w-11 {
  width: 50%;
}

.size-w-12 {
  width: 80px;
}

.size-w-13 {
  width: calc(100% - 100px);
}

.size-w-14 {
  width: calc(100% - 186px);
}

/*//////////////////////////////////////////////////////////////////
[ Height ]*/
.size-h-1 {
  min-height: 140px;
}

.size-h-2 {
  height: 500px;
}


/*==================================================================
   BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND 
==================================================================*/
.bg-none {background: transparent;}
.bg0 {background-color: #fff;}
.bg1 {background-color: #111;}
.bg2 {background-color: #222;}
.bg3 {background-color: #333;}
.bg4 {background-color: #444;}
.bg5 {background-color: #555;}
.bg6 {background-color: #666;}
.bg7 {background-color: #777;}
.bg8 {background-color: #888;}
.bg9 {background-color: #999;}
.bg10 {background-color: #e16640;}
.bg11 {background-color: #f2f2f2;}
.bg12 {background-color: #f9f9f9;}
.bg13 {background-color: rgba(0,0,0,0.6);}
.bg14 {background-color: #f8f8f8;}
.bg15 {background-color: #fafafa;}
.bg16 {background-color: #f0f0f0;}
.bg17 {background-color: #f1f1f1;}


/*---------------------------------------------*/
.bg-img1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*---------------------------------------------*/
.bg-img2 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

/*---------------------------------------------*/
.bg-overlay6,
.bg-overlay5,
.bg-overlay4,
.bg-overlay3,
.bg-overlay2,
.bg-overlay1 {
  position: relative;
  z-index: 1;
}

.bg-overlay6::before,
.bg-overlay5::before,
.bg-overlay4::before,
.bg-overlay3::before,
.bg-overlay2::before,
.bg-overlay1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.75;
}

.bg-overlay1::before {opacity: 0.75;}
.bg-overlay2::before {opacity: 0.6;}
.bg-overlay3::before {opacity: 0.5;}
.bg-overlay4::before {opacity: 0.39;}
.bg-overlay5::before {opacity: 0.2;}
.bg-overlay6::before {opacity: 0.8;}






/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/

input.num-product {
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none;
}

input.num-product::-webkit-outer-spin-button,
input.num-product::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; 
}

/*---------------------------------------------*/
.how-height1 {
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
}

.rs1-how-height1 .how-height1 {
  min-height: calc(100vh - 203px);
}

.rs2-how-height1 .how-height1 {
  min-height: calc(100vh - 30px);
}

.rs3-how-height1 .how-height1 {
  min-height: calc(100vh - 10px);
}

@media (max-width: 991px) {
  .how-height1 {
    min-height: calc(100vh - 90px);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rs1-how-height1 .how-height1 {
    min-height: calc(100vh - 90px);
  }

  .rs2-how-height1 .how-height1 {
    min-height: calc(100vh - 90px);
  }

  .rs3-how-height1 .how-height1 {
    min-height: calc(100vh - 3px);
  }
}

@media (max-height: 767px) and (min-width: 992px) {
  .rs1-how-height1 .how-height1 {
    min-height: calc(100vh - 150px);
  }
}

@media (max-width: 768px) {
  .how-height1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}


/*---------------------------------------------*/
.how-height2 {
  min-height: 500px;
}

@media (max-width: 575px) {
  .how-height2 {
    min-height: 380px;
  }
}

/*---------------------------------------------*/
.how-shadow1 {
  box-shadow: 0 1px 7px 0.5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 7px 0.5px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 7px 0.5px rgba(0,0,0,0.1);
  -o-box-shadow: 0 1px 7px 0.5px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 1px 7px 0.5px rgba(0,0,0,0.1);
}

/*---------------------------------------------*/
.how-bg-page1 {
  background-repeat: repeat;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1000000;
}

/*---------------------------------------------*/
.how-play1 {
  font-size: 18px;
  color: #222;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.how-play1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.how-play1:hover:before {
  opacity: 0.6;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

/*---------------------------------------------*/
.how-bor1 {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
}

@media (max-width: 767px) {
  .how-bor1 {
    border-right: 1px solid #666;
  }
}

/*---------------------------------------------*/
.how-bor2 {
  border-left: 1px solid #c6c6c6;
}

@media (max-width: 575px) {
  .how-bor2 {
    border-top: 1px solid #c6c6c6;
    border-left: none;
    padding-top: 65px;
  }
}

/*---------------------------------------------*/
.how-btn1 {
  line-height: 1;
  width: 32px;
  height: 32px;
  border: 1px solid #c9c9c9;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -15px;
}


/*---------------------------------------------*/
.how1 {
  position: relative;
  overflow: hidden;
}

.how1-child2 {
  width: 100%;
  height: 43px;
  position: absolute;
  left: 0;
  bottom: -50px;
}

.how1-child1 {
  -webkit-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
}

.how1:hover .how1-child1 {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.how1:hover .how1-child2 {
  bottom: 0;
}


/*==================================================================
      PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ Hover ]*/

.hov-cl0:hover {color: #fff;}
.hov-bg0:hover {background-color: #fff;}

.hov-cl10:hover {color: #e16640;}
.hov-bg10:hover {background-color: #e16640;}

/*---------------------------------------------*/
.hov-img0 {
  display: block;
  overflow: hidden;
}

.hov-img0 > img{
  width: 100%;
  -webkit-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
}

.hov-img0:hover > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*---------------------------------------------*/
.hov-img1 {
  display: block;
}

.hov-img1 > img{
  width: 100%;
  -webkit-transition: transform 0.9s ease;
  -o-transition: transform 0.9s ease;
  -moz-transition: transform 0.9s ease;
  transition: transform 0.9s ease;
}

.hov-img1:hover > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*---------------------------------------------*/
.hov-btn1:hover {
  background-color: #fff;
  border-color: #fff;
  color: #e16640;
}

/*---------------------------------------------*/
.hov-btn2:hover {
  background-color: #b93f19;
  border-color: #b93f19;
  color: #fff;
}

/*---------------------------------------------*/
.hov-btn3:hover {
  background-color: #b93f19;
  border-color: #b93f19;
}

/*---------------------------------------------*/
.hov-btn4:hover {
  background-color: #e16640;
  border-color: #e16640;
  color: #fff;
}

/*---------------------------------------------*/
.hov-btn5:hover {
  border-color: #e16640;
  color: #e16640;
}


/*---------------------------------------------*/
.hov1:hover .hov1-child {
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -o-transform: translateX(3px);
  transform: translateX(3px);
}

.hov1-child {
  -webkit-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  transition: transform 0.4s;
}



/*==================================================================
   OTHER OTHER OTHER OTHER OTHER OTHER OTHER OTHER OTHER OTHER OTHER 
==================================================================*/
/*------------------------------------------------------------------
[ Input ]*/
.focus-in0:focus::-webkit-input-placeholder { color:transparent; }
.focus-in0:focus:-moz-placeholder { color:transparent; }
.focus-in0:focus::-moz-placeholder { color:transparent; }
.focus-in0:focus:-ms-input-placeholder { color:transparent; }

.plh3::-webkit-input-placeholder { color: #333;}
.plh3:-moz-placeholder { color: #333;}
.plh3::-moz-placeholder { color: #333;}
.plh3:-ms-input-placeholder { color: #333;}

.plh6::-webkit-input-placeholder { color: #666;}
.plh6:-moz-placeholder { color: #666;}
.plh6::-moz-placeholder { color: #666;}
.plh6:-ms-input-placeholder { color: #666;}

.plh9::-webkit-input-placeholder { color: #999;}
.plh9:-moz-placeholder { color: #999;}
.plh9::-moz-placeholder { color: #999;}
.plh9:-ms-input-placeholder { color: #999;}

/*------------------------------------------------------------------
[ Parallax100 ]*/
.parallax100 {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .parallax100 {background-attachment: inherit;}
}



/*------------------------------------------------------------------
[ Wrap Picture ]*/
.wrap-pic-s, .wrap-pic-max-s,
.wrap-pic-w, .wrap-pic-max-w,
.wrap-pic-h, .wrap-pic-max-h {display: block;}

.wrap-pic-w > img {width: 100%;}
.wrap-pic-max-w > img {max-width: 100%;}

.wrap-pic-h > img {height: 100%;}
.wrap-pic-max-h > img {max-height: 100%;}

.wrap-pic-s > img {width: 100%; height: 100%;}
.wrap-pic-max-s > img {max-width: 100%; max-height: 100%;}

/*---------------------------------------------*/
.map img {
  max-height: unset;
}


/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1199px) {
  .respon1 {
    font-size: 80px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 991px) {
  .respon1 {
    font-size: 70px;
    padding-bottom: 30px;
  }

  /*---------------------------------------------*/
  .respon2 {
    font-size: 18px;
    padding-bottom: 35px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 767px) {
  .respon1 {
    font-size: 60px;
    padding-bottom: 20px;
  }

  /*---------------------------------------------*/
  .respon2 {
    font-size: 16px;
    padding-bottom: 25px;
  }

  /*---------------------------------------------*/
  .respon5 {
    padding-bottom: 24px;
  }

  /*---------------------------------------------*/
  .respon6 {
    padding-top: 98px;
    padding-bottom: 105px;
  }

  /*---------------------------------------------*/
  .respon7 {
    width: calc(80% - 10px);
  }

  /*---------------------------------------------*/
  .respon8 {
    letter-spacing: unset;
  }

  /*---------------------------------------------*/
  .respon9 {
    padding-top: 90px;
    padding-bottom: 85px;
  }

  /*---------------------------------------------*/
  .respon18 {
    margin-left: 20px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 575px) {
  .respon1 {
    font-size: 50px;
    line-height: 1.2;
    padding-bottom: 15px;
  }

  /*---------------------------------------------*/
  .respon2 {
    font-size: 14px;
    padding-bottom: 20px;
  }

  /*---------------------------------------------*/
  .respon3 {
    font-size: 30px;
  }

  /*---------------------------------------------*/
  .respon4 {
    padding-top: 90px;
    padding-bottom: 108px;
  }

  /*---------------------------------------------*/
  .respon7 {
    width: calc(100% - 10px);
  }

  /*---------------------------------------------*/
  .respon10 {
    font-size: 18px;
    letter-spacing: 1px;
  }

  /*---------------------------------------------*/
  .respon11 {
    text-align: center;
  }

  /*---------------------------------------------*/
  .respon12 {
    align-items: center;
  }

  /*---------------------------------------------*/
  .respon13 {
    width: 100%;
    padding-bottom: 20px;
  }

  /*---------------------------------------------*/
  .respon14 {
    width: 170px;
    padding-top: 10px;
  }

  /*---------------------------------------------*/
  .respon15 {
    border-right: 1px solid;
  }

  /*---------------------------------------------*/
  .respon16 {
    font-size: 40px;
  }

  /*---------------------------------------------*/
  .respon17 {
    margin-bottom: 20px;
  }

  /*---------------------------------------------*/
  .respon19 {
    height: 390px;
  }

  /*---------------------------------------------*/
  .respon20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  /*---------------------------------------------*/
  .respon21 {
    align-items: flex-start !important;
  }
}


/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
  .respon1 {
    font-size: 40px;
    line-height: 1.2;
    padding-bottom: 15px;
  }

}
/*==================================================================
      ADDITIONAL CLASSES
==================================================================*/

.card-no-border {
  border: none;
}

/*---------------------------------------------*/
