@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");
body {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  overflow-x: hidden !important; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 50px; }

h3 {
  font-size: 40px; }

h4 {
  font-size: 26px; }

h4 {
  font-size: 18px; }

p {
  font-size: 16px;
  line-height: 1.5; }
  p:last-child {
    margin-bottom: 0; }

.icon {
  font-size: 1rem; }

.icon-2x {
  font-size: 2rem; }

.icon-3x {
  font-size: 3rem; }

.page-title {
  color: #df0033;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 30px; }

body {
  padding: 0;
  margin: 0;
  color: #333333; }

p {
  font-size: 16px; }

.common-pad {
  padding-top: 80px;
  padding-bottom: 80px; }

img {
  max-width: 100%;
  height: auto; }

.banner img {
  width: 100%; }

.carousel-inner img {
  width: 100%;
  height: 100%; }

.top-head {
  background: #df0033;
  padding: 9px 0; }
  .top-head ul {
    margin: 0;
    padding: 0; }
    .top-head ul li {
      list-style: none;
      display: inline;
      color: #fff;
      font-size: 16px;
      font-family: "Lato", sans-serif;
      padding: 0;
      margin: 0 8px 0 0; }
      .top-head ul li a {
        color: #fff;
        text-decoration: none; }
      .top-head ul li span {
        margin: 0 12px 0 0; }

.nav-part .navbar-nav {
  text-transform: uppercase;
  position: relative; }
  .nav-part .navbar-nav:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ccc;
    position: absolute;
    right: 0;
    bottom: -7px; }

.navbar-expand-md .navbar-nav .nav-link {
  padding-left: 10px;
  padding-right: 10px; }

.navbar {
  padding: 0; }

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1) !important;
  font-size: 14px;
  background: #f5f5f5;
  text-align: center;
  border: none; }
  .navbar-nav li:hover > ul.dropdown-menu::after {
    position: absolute;
    top: -7px;
    left: 20px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #f5f5f5 transparent;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1) !important; }
  .navbar-nav li:hover > ul.dropdown-menu .dropdown-item {
    border-bottom: 1px solid #ccc; }
    .navbar-nav li:hover > ul.dropdown-menu .dropdown-item:hover {
      background: #df0033;
      color: #fff; }
    .navbar-nav li:hover > ul.dropdown-menu .dropdown-item li:last-child.dropdown-item {
      border: none !important; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px; }

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg); }

.about {
  background-size: cover;
  background-repeat: no-repeat; }
  .about .bg-white {
    background: #fff;
    padding-left: 40px;
    padding-right: 40px; }
  .about h4 {
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 20px;
    margin: 0; }
    .about h4 span {
      font-weight: 700;
      color: #df0033; }
  .about .card {
    border: none; }
    .about .card iframe {
      width: 100%;
      height: auto; }
    .about .card .card-pic {
      margin-bottom: 20px;
      max-height: 151px;
      overflow: hidden; }
      .about .card .card-pic img {
        max-width: 100%;
        width: 100%; }
    .about .card h4 {
      font-size: 18px;
      margin: 0;
      padding: 0 0 15px 0;
      display: flex;
      align-items: center;
      text-transform: none;
      color: #000; }
      .about .card h4 span {
        padding: 0 15px 0 0; }
    .about .card p {
      color: #9f9696; }

.link-btn {
  background: #ffc000;
  padding: 7px 15px; }
  .link-btn span {
    padding: 0 0 0 4px; }

.search-panel {
  background: #df0033;
  padding: 10px;
  width: 255px;
  right: 0;
  z-index: 99;
  position: absolute;
  display: none; }
  .search-panel .form-control {
    border-radius: 0; }
    .search-panel .form-control:focus {
      border: none;
      outline: none; }

.product h4 {
  text-transform: uppercase;
  margin: 10px 0 50px 0;
  padding-bottom: 15px;
  position: relative;
  display: inline-block; }
  .product h4:before {
    content: '';
    width: 54px;
    height: 36px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -25px;
    position: absolute;
    background: url(../media/fproduct-icon.jpg) no-repeat;
    background-size: auto;
    z-index: 1;
    background-size: 100%; }
  .product h4:after {
    content: '';
    width: 80%;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    margin: 0 auto; }
.product .nav-tabs {
  border: none;
  padding-bottom: 20px; }
.product .nav {
  display: block; }
.product .nav-fill .nav-item {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 7px;
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 4px 35px;
  font-size: 15px;
  color: #302929; }
.product .nav-fill .nav-link.active {
  border: 1px solid #69bf76;
  background: #69bf76;
  color: #fff; }
.product .card {
  padding-bottom: 20px;
  margin-bottom: 35px; }
  .product .card .card-pic {
    margin-bottom: 20px; }
    .product .card .card-pic img {
      max-width: 100%;
      width: 100%; }
  .product .card h2 {
    font-size: 21px;
    margin: 0;
    padding: 0 0 10px 0;
    text-transform: none;
    color: #000; }
  .product .card p {
    color: #9f9696; }

.branding {
  border: 1px solid #999;
  padding: 10px;
  margin-bottom: 30px; }
  .branding h4 {
    margin: 0;
    padding: 0; }

.sb-slider {
  margin: 0px !important; }

.innerbanner {
  position: relative; }
  .innerbanner img {
    width: 100%; }
  .innerbanner:before {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9; }
  .innerbanner span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99; }
    .innerbanner span h1 {
      color: #fff;
      font-size: 45px;
      text-transform: uppercase; }

.inner-heading {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px; }

ul.contact-add {
  margin: 0 0 20px 0;
  padding: 0;
  border: 1px solid #000; }
  ul.contact-add li {
    list-style: none;
    display: table;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #000;
    color: #5c5959;
    font-size: 16px;
    font-weight: 600; }
    ul.contact-add li:last-child {
      border: none; }
    ul.contact-add li span.c-text {
      padding: 5px 15px;
      display: table-cell;
      width: 82%;
      vertical-align: middle; }
    ul.contact-add li span.c-icon {
      width: 63px;
      height: 56px;
      border-right: 1px solid #000;
      display: table-cell;
      margin-right: 14px;
      text-align: center;
      vertical-align: middle; }

.map iframe {
  width: 100%;
  height: 529px;
  margin: 0;
  padding: 0; }

.md-form {
  margin-bottom: 20px; }
  .md-form .form-control {
    background: #eeeeee;
    border-radius: 0; }
  .md-form textarea {
    height: 199px; }

.btn-primary {
  background: #ed1c24;
  color: #fff !important;
  border-color: #ed1c24; }

.sub-btn {
  padding: 10px 85px 10px 20px;
  border-radius: 0; }

footer .footer-top {
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff; }
  footer .footer-top h3 {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
    margin-top: 43px; }
    footer .footer-top h3:after {
      content: '';
      width: 30px;
      height: 4px;
      background: #ffff00;
      position: absolute;
      left: 0;
      bottom: -12px; }
  footer .footer-top ul {
    margin: 0;
    padding: 0; }
    footer .footer-top ul li {
      list-style: none;
      display: block;
      padding: 0 0 10px 0; }
  footer .footer-top ul.social {
    margin: 0;
    padding: 0; }
    footer .footer-top ul.social li {
      list-style: none;
      display: inline-block;
      color: #fff;
      padding: 5px;
      color: #fff;
      border: 1px solid #fff;
      width: 39px;
      height: 39px;
      border-radius: 50%;
      text-align: center; }
      footer .footer-top ul.social li a {
        color: #fff;
        text-decoration: none; }
footer .footer-bottom {
  background: #111822;
  color: #fff;
  padding: 40px 0; }
  footer .footer-bottom ul {
    text-align: right;
    margin: 0;
    padding: 0; }
    footer .footer-bottom ul li {
      list-style: none;
      display: inline-block;
      padding: 0 7px; }
      footer .footer-bottom ul li a {
        text-decoration: none;
        color: #fff; }

.nav-part .active {
  position: relative; }
  .nav-part .active:after {
    background: #df0033;
    width: 100%;
    height: 3px;
    position: absolute;
    content: '';
    left: 0;
    bottom: -7px;
    z-index: 99; }

.color-template {
  background: #f5f5f5; }

.product-card {
  padding: 30px 15px 15px;
  background: #fff;
  position: relative;
  margin-bottom: 35px;
  min-height: 331px; }
  .product-card .p-pic {
    text-align: center;
    padding: 15px;
    margin: 0 auto 21px;
    max-height: 211px;
    overflow: hidden;
    min-height: 200px; }
    .product-card .p-pic img {
      max-width: 100%; }
  .product-card h4 {
    margin: 0;
    padding: 0; }
  .product-card hr {
    margin: 9px 0; }
  .product-card .price {
    color: #df0033; }
  .product-card .view-product {
    background: #df0033;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    padding: 6px 0 0 0; }

.pmodal .modal-header {
  border: none; }
.pmodal .btn-cart {
  background: #69bf76;
  color: #fff;
  padding: 8px 7px;
  font-size: 13px; }
.pmodal .btn-wish {
  background: #f5f5f5;
  color: #000;
  padding: 8px 7px;
  font-size: 13px; }
.pmodal h4 {
  margin-bottom: 20px;
  font-weight: 700; }
.pmodal .p-price {
  color: #df0033;
  margin-bottom: 10px; }
.pmodal p {
  font-size: 13px; }
.pmodal .col {
  padding-left: 7px;
  padding-right: 7px; }
.pmodal .p-aval {
  margin: 15px 0; }
  .pmodal .p-aval i {
    color: #69bf76; }

.modal-footer ul {
  margin: 0;
  padding: 0; }
  .modal-footer ul li {
    display: inline-block;
    list-style: none;
    padding: 0 15px 0 0; }
    .modal-footer ul li a {
      color: red; }

/*** OVERRIDES ***/
.cloudzoom-zoom-inside {
  cursor: zoom-in;
  z-index: 1; }

.thumbelina {
  left: 0;
  right: 0;
  width: 70px;
  margin: 0 auto; }

.thumbelina li img, .thumbelina li img:hover {
  height: 100px;
  border: none; }

.thumbelina-but.vert {
  line-height: 28px; }

/*** CUSTOM ***/
#thumbnails {
  position: relative;
  width: 100%;
  height: 330px;
  background-color: #fff;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  float: left;
  margin-top: 20px;
  z-index: 2; }

#thumbnails a {
  width: 100%;
  display: inline-block;
  text-align: center; }

/* Prevent FOUC */
#thumbnails ul {
  visibility: hidden; }

#thumbnails ul.thumbelina {
  visibility: visible; }

#product-image {
  position: relative;
  display: inline-block;
  line-height: 0;
  margin-left: 1rem; }

#zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: fadeout 0.5s;
  /* Sync with JS */
  background: url("http://res.cloudinary.com/thdoan/image/upload/v1498133706/carousel/watch01-large.jpg") no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: zoom-out;
  display: none;
  opacity: 0;
  z-index: 1; }

.fullscreen {
  overflow: hidden; }

.fullscreen .cloudzoom-zoom-inside {
  visibility: hidden;
  /* Prevent FOUC */ }

.fullscreen #thumbnails {
  position: fixed;
  top: 8px;
  left: 8px;
  opacity: 0.8; }

.fullscreen #zoom-overlay {
  animation: fadein 0.5s;
  /* Sync with JS */
  display: block;
  opacity: 1; }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.default-tab ul.nav {
  display: block;
  text-align: center;
  border-bottom: none;
  white-space: nowrap; }
  .default-tab ul.nav li.nav-item {
    display: block;
    border: 1px solid #000;
    margin-bottom: 15px;
    text-align: left; }
  .default-tab ul.nav a {
    color: #000; }
.default-tab .nav-tabs .nav-link {
  border-radius: 0; }
.default-tab .nav-tabs .nav-link.active {
  background: #df0033;
  color: #fff;
  border-color: #df0033; }

.event {
  position: relative;
  margin-bottom: 30px; }
  .event .event-des {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 58px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    padding: 6px; }
    .event .event-des h3 {
      font-size: 17px;
      margin: 0 0 0 0; }

.show-more {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  background: #e5e5e5;
  color: #6f6f6f;
  text-transform: uppercase;
  padding: 6px 24px;
  font-weight: 900;
  cursor: pointer; }

.flex-caption {
  width: 100%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  position: absolute; }

#demo {
  height: 100%;
  position: relative;
  overflow: hidden; }

.green {
  background-color: #6fb936; }

.thumb {
  margin-bottom: 30px; }

.page-top {
  margin-top: 85px; }

img.zoom {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  object-fit: cover;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out; }

.transition {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.modal-header {
  border-bottom: none; }

.modal-title {
  color: #000; }

.modal-footer {
  display: none; }

@media screen and (max-width: 992px) {
  .nav-part .nav-link {
    margin-right: 5px;
    font-size: 12px; } }
@media screen and (max-width: 767px) {
  .common-pad {
    padding-top: 24px;
    padding-bottom: 24px; }

  h4 {
    font-size: 20px; }

  .card {
    margin-top: 24px; }

  .product .nav-fill .nav-item {
    padding: 4px 16px;
    font-size: 13px; }

  footer .footer-bottom {
    padding: 20px 0;
    text-align: center; }
    footer .footer-bottom ul {
      text-align: center;
      margin-top: 10px; }

  .nav-part .nav-link {
    color: #fff !important;
    font-size: 14px; }
  .nav-part .navbar-nav::after {
    display: none; }

  .navbar-collapse {
    background: #df0033;
    padding: 0 15px; }

  .search-panel {
    background: #df0033;
    padding: 0 0 6px;
    width: 255px;
    right: 12px;
    z-index: 99;
    position: absolute;
    display: block;
    bottom: 0;
    width: 95%; } }
@media screen and (max-width: 910px) {
  .navbar-brand {
    width: 90px; }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 8px;
    padding-right: 8px; } }
@media screen and (max-width: 600px) {
  ul.sb-slider {
    overflow: hidden; }

  .product .nav-fill .nav-item {
    padding: 4px 16px;
    font-size: 13px;
    display: block;
    width: 100%;
    margin-bottom: 10px; }
  .product .card {
    margin-top: 0; }

  .navbar-brand {
    width: 120px; }

  .sb-description {
    padding: 7px !important; }
    .sb-description h3 {
      font-size: 14px !important; }

  .innerbanner span h1 {
    font-size: 21px; }

  .page-title {
    font-size: 21px; }

  .default-tab ul.nav li.nav-item {
    display: block;
    margin-bottom: 10px; } }

/*# sourceMappingURL=style.css.map */
