@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  font-size: 15px;
  background: white;
  font-family: "Roboto";
  color: black;
}

.container {
  max-width: 1200px;
}

a {
  text-decoration: none;
}

article {
  font-size: 16px;
  margin-bottom: 30px;
}
article .addthis_inline_share_toolbox {
  margin-top: 20px;
}
article .title {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}
article .header {
  margin-bottom: 25px;
}
article table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
article table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
article img {
  max-width: 100%;
  height: auto;
}

.meta {
  margin: 5px 0;
  font-size: 13px;
  line-height: 20px;
  color: #666;
}
.meta a {
  color: #666;
}
.meta span {
  margin-right: 10px;
}

.breadcrumb {
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #363636;
  transition: all 0.3s;
  font-size: 15px;
}
.breadcrumb ul {
  padding: 0;
  margin: 0;
}
.breadcrumb ul li {
  list-style: none;
  display: inline-block;
  color: #363636;
  font-size: 15px;
}
.breadcrumb ul li a {
  color: #363636;
  transition: all 0.3s;
  font-size: 15px;
}
.breadcrumb ul li a::after {
  content: "\f105";
  font-family: FontAwesome;
  padding: 0 5px;
}
.breadcrumb ul li a:hover {
  color: #079dd3;
  transition: all 0.3s;
}

.menu_mobile {
  position: absolute;
  left: 15px;
  top: 5px;
  font-size: 22px;
  cursor: pointer;
}
.menu_mobile:hover {
  color: #079dd3;
  transition: all 0.3s;
}

#menu-mobile {
  background: #f6f6f6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 300px;
  height: 100%;
  transform: translateX(-300px);
  transition: all 0.4s;
  overflow: auto;
}
#menu-mobile .form_search {
  margin-top: 30px;
  border: 1px solid #079dd3;
  border-radius: 5px;
}
#menu-mobile .form_search .input-group-prepend {
  background: #079dd3;
}
#menu-mobile .form_search .input-group-prepend button {
  background: #079dd3;
  border: 0;
  color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#menu-mobile .nav_mobile {
  padding: 20px 15px;
}
#menu-mobile .nav_mobile h2 {
  color: #333;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  margin-bottom: 10px;
  position: relative;
}
#menu-mobile .nav_mobile h2 img {
  max-height: 50px;
}
#menu-mobile .nav_mobile h2 i {
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  right: 0;
  color: #079dd3;
}
#menu-mobile .nav_mobile .search-mb {
  border: 1px solid #e9e9e9;
  padding: 20px 0;
  border-right: none;
  border-left: none;
}
#menu-mobile .nav_mobile .search-mb form {
  position: relative;
}
#menu-mobile .nav_mobile .search-mb form .search {
  border: 1px solid #e9e9e9;
  width: 100%;
  padding: 7px 10px;
}
#menu-mobile .nav_mobile .search-mb form .submit {
  position: absolute;
  top: 1px;
  right: 0;
  background: #079dd3;
  padding: 12px 10px;
  border: none;
  color: white;
}
#menu-mobile .nav_mobile ul {
  list-style: none;
  padding: 0;
  overflow: auto;
}
#menu-mobile .nav_mobile ul li {
  clear: both;
  border-top: 1px solid #e9e9e9;
  position: relative;
}
#menu-mobile .nav_mobile ul li:first-child {
  border: none;
}
#menu-mobile .nav_mobile ul li a {
  color: black;
  padding: 10px 0;
  display: inline-block;
}
#menu-mobile .nav_mobile ul li a:hover {
  opacity: 0.8;
}
#menu-mobile .nav_mobile ul li .sub-menu {
  padding: 0;
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}
#menu-mobile .nav_mobile ul li .sub-menu li:first-child {
  border-top: 1px solid #e9e9e9;
}
#menu-mobile .nav_mobile ul li .sub-menu li a {
  padding-left: 20px;
  display: inline-block;
}
#menu-mobile .nav_mobile ul li .sub-menu .sub-menu {
  max-height: 0;
  overflow: hidden;
}
#menu-mobile .nav_mobile ul li .sub-menu .sub-menu a {
  padding-left: 40px;
}
#menu-mobile .nav_mobile ul .active a {
  font-weight: 700;
}
#menu-mobile .nav_mobile .user-nav-mb {
  padding-bottom: 30px;
}
#menu-mobile .nav_mobile .user-nav-mb span {
  width: 50%;
  float: left;
}
#menu-mobile .nav_mobile .user-nav-mb span i {
  margin-right: 10px;
  color: #079dd3;
}
#menu-mobile .nav_mobile .user-nav-mb span a {
  color: black;
}
#menu-mobile .accordion {
  color: #079dd3;
  cursor: pointer;
  width: 10%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0;
  background: none;
}
#menu-mobile .accordion:after {
  content: "\f067";
  font-family: fontAwesome;
  color: #079dd3;
  font-weight: bold;
  margin-left: 5px;
}
#menu-mobile .accordion.active:after {
  content: "\f068";
  font-family: FontAwesome;
}

.gt {
  padding: 50px 0;
}
.gt .title {
  margin-bottom: 20px;
  border-bottom: 1px solid #f4f4f4;
  padding: 15px 0;
  padding-top: 5px;
}
.gt .title h2 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 12px;
  font-size: 26px;
  color: #0055b1;
  border-left: 2px solid #dc1f26;
}
.gt .content {
  background-color: rgba(0, 135, 202, 0.3490196078);
  padding: 50px 20px;
  border-radius: 10px;
}
.gt .content .tab-content {
  background-color: #079dd3;
  color: white;
  padding: 20px;
  border-radius: 10px;
  min-height: 200px;
}
.gt .content .row {
  margin: 0px;
}
.gt .content .row [class*=col-] {
  padding: 0px;
}
.gt .nav-tabs {
  border: 0;
  padding: 30px 0;
}
.gt .nav-tabs li {
  display: block;
  width: 100%;
  background-color: white;
}
.gt .nav-tabs li button {
  width: 100%;
  text-align: left;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.gt .nav-tabs li .active {
  background-color: #079dd3;
  color: white;
  border: 0;
  border-radius: 0;
}

header {
  background: white;
  padding: 5px 0;
}
header .logo img {
  margin: 5px 0;
  display: inline-block;
  height: 85px;
}
header h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  margin-top: 15px;
  color: #0055b1;
}
header p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #079dd3;
}
header .row {
  margin: 0 -10px;
}
header .row [class*=col-] {
  padding: 0 10px;
}
header ul {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  float: right;
}
header ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding: 3px 0;
  padding-left: 40px;
}
header ul li a {
  color: #dc1f26;
  font-size: 25px;
  font-weight: bold;
}
header ul li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  color: white;
  background: #dc1f26;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 25px;
  position: absolute;
  padding-top: 7px;
  top: 4px;
  left: 0;
}

nav.menu {
  background: #079dd3;
}
nav.menu ul {
  padding: 0;
  margin: 0;
}
nav.menu ul .fa.fa-caret-down {
  float: right;
  padding-left: 5px;
  margin-top: 3px;
}
nav.menu ul .current-menu-item a {
  color: white;
  background-color: #0055b1;
}
nav.menu ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
nav.menu ul li .accordion {
  color: #079dd3;
  cursor: pointer;
  width: 10px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: all 0.4s;
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 10px 0;
  background: none;
}
nav.menu ul li .accordion:after {
  content: "\f107";
  font-family: FontAwesome;
  color: white;
  font-weight: bold;
  margin-left: 5px;
}
nav.menu ul li .accordion.active:after {
  content: "\f106";
}
nav.menu ul li a {
  padding: 12px;
  display: block;
  color: white;
  transition: all 0.3s;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
nav.menu ul li:hover a {
  text-decoration: none;
}
nav.menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
  top: 62px !important;
}
nav.menu ul li .sub-menu {
  position: absolute;
  border-top: 3px solid #dc1f26;
  width: 245px;
  text-align: left;
  left: 0;
  top: 100px;
  box-shadow: none;
  display: block;
  border-radius: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  background: white;
  transition: all 0.3s;
  padding: 0px 0;
}
nav.menu ul li .sub-menu li {
  position: relative;
  margin: 0;
  display: block;
  list-style: square;
  padding: 5px 0;
  border-bottom: 1px dotted #eaeaea;
}
nav.menu ul li .sub-menu li:last-child {
  border-bottom: 0px;
  border: 0;
}
nav.menu ul li .sub-menu li a {
  width: 100%;
  display: block;
  text-transform: none;
  padding: 6px 15px;
  color: black;
  font-weight: normal;
}
nav.menu ul li .sub-menu li:hover {
  background: #079dd3;
}
nav.menu ul li .sub-menu li:hover a {
  color: white;
}

.slider {
  transition: all 0.5s;
  background: #f8f8f8;
}
.slider .owl-nav {
  margin: 0;
}
.slider .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.slider .owl-theme .item img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .owl-theme .owl-dots .owl-dot span {
  background: none;
  border: 1px solid #dc1f26;
  border-radius: 50%;
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #dc1f26;
  border-radius: 50%;
}
.slider:hover .owl-prev {
  left: 40px;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.slider:hover .owl-next {
  right: 40px;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.slider .owl-prev {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  color: #079dd3 !important;
  width: 40px;
  height: 40px;
  line-height: 34px;
  font-size: 24px !important;
  margin: 0 !important;
  border: 1px solid #dc1f26;
  background-color: white !important;
  border-radius: 5px !important;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  padding-top: 2px !important;
}
.slider .owl-next {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  color: #079dd3 !important;
  width: 40px;
  height: 40px;
  line-height: 34px;
  font-size: 24px !important;
  border-radius: 0% !important;
  margin: 0 !important;
  border: 1px solid #dc1f26;
  border-radius: 5px !important;
  background-color: white !important;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  padding-top: 2px !important;
}

.intro {
  padding: 50px 0;
}
.intro .box {
  border: 5px solid #dc1f26;
  margin-top: 40px;
}
.intro .box img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: -40px 0 40px 40px;
}
.intro h1 {
  font-size: 20px;
  color: #079dd3;
  margin-top: 20px;
}
.intro h2 {
  font-size: 35px;
  color: #0055b1;
  font-weight: bold;
}
.intro .text {
  text-align: justify;
}
.intro .content {
  padding: 0 0 0 70px;
}
.intro .btn-success {
  padding: 12px 20px;
  margin-top: 20px;
  min-width: 220px;
  text-align: center;
  background: #079dd3;
  border: 0;
  color: white;
  border-radius: 0;
  text-transform: uppercase;
}
.intro .btn-success img {
  width: 25px;
  height: 25px;
  float: right;
}

.tamnhin {
  padding: 50px 0;
}
.tamnhin .title {
  margin-bottom: 20px;
  border-bottom: 1px solid #f4f4f4;
  padding: 15px 0;
  padding-top: 5px;
}
.tamnhin .title h2 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 12px;
  font-size: 26px;
  color: #0055b1;
  border-left: 2px solid #dc1f26;
}
.tamnhin img {
  margin-bottom: 20px;
}
.tamnhin h3 {
  text-transform: uppercase;
  color: #079dd3;
}

.home_product {
  padding: 20px 0;
  background: #f8f8f8;
}
.home_product .tt {
  margin-bottom: 10px;
}
.home_product .tt h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
}
.home_product .items {
  background: white;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.0003);
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 20px;
  position: relative;
}
.home_product .title {
  margin-bottom: 20px;
  border-bottom: 1px solid #f4f4f4;
  padding: 15px 0;
  padding-top: 5px;
}
.home_product .title h2 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 12px;
  font-size: 26px;
  color: #0055b1;
  border-left: 2px solid #dc1f26;
}
.home_product .owl-carousel .owl-nav {
  position: absolute;
  top: -80px;
  right: 0;
}
.home_product .owl-carousel button {
  color: white !important;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 34px;
  font-size: 24px !important;
  border: 1px solid #dc1f26;
  background-color: #079dd3 !important;
  border-radius: 5px !important;
}
.home_product ul {
  background: white;
  padding: 0;
  display: flex;
  border: 0;
  margin-bottom: 50px;
}
.home_product ul .current {
  border-bottom: 2px solid #dc1f26;
}
.home_product ul li {
  flex: 1;
  margin: 0 2px;
  text-transform: uppercase;
  min-width: auto;
  list-style: none;
  padding: 10px;
  text-align: center;
}
.home_product ul li:hover {
  border-bottom: 2px solid #dc1f26;
}
.home_product ul li:hover a {
  text-decoration: none;
}
.home_product ul li a {
  color: #333;
  display: block;
  font-weight: bold;
}
.home_product .item {
  overflow: hidden;
  transition: all 0.3s;
}
.home_product .item:hover {
  border: 1px solid #079dd3;
  transition: all 0.3s;
}
.home_product .item .thumb {
  overflow: hidden;
  text-align: center;
  display: block;
}
.home_product .item .thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  display: inline-block;
  height: 250px;
}
.home_product .item .content {
  text-align: center;
  padding: 10px;
}
.home_product .item .content h3 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  height: 45px;
  overflow: hidden;
}
.home_product .item .content h3 a {
  color: #0055b1;
  transition: all 0.3s;
}
.home_product .item .content h3 a:hover {
  color: #dc1f26;
  transition: all 0.3s;
}
.home_product .item .content .price bdi {
  font-weight: bold;
  color: black;
  text-decoration: none;
  font-size: 17px;
}
.home_product .item .content .price ins {
  font-weight: bold;
  color: black;
  text-decoration: none;
  font-size: 18px;
}
.home_product .item .content .price del {
  font-size: 13px;
  font-weight: 400;
  color: black;
}
.home_product .item .content .price del bdi {
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  color: black;
}
.home_product .item .content .btn-success {
  border: 0;
  background: #dc1f26;
  color: white;
  font-size: 13px;
}
.home_product .item .content .btn-info {
  border: 1px solid #dc1f26;
  background: white;
  color: #dc1f26;
  margin-right: 10px;
  font-size: 13px;
}

.khuyenmai .item1 {
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
}
.khuyenmai .item1 .thumb {
  overflow: hidden;
  text-align: center;
  display: block;
}
.khuyenmai .item1 .thumb img {
  width: auto;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  display: inline-block;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.khuyenmai .item1 .content {
  padding: 10px 20px;
}
.khuyenmai .item1 .content .date {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  font-size: 15px;
  position: relative;
  padding-left: 30px;
  font-style: italic;
}
.khuyenmai .item1 .content .date i {
  color: #dc1f26;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  font-size: 18px;
  top: 0px;
  left: 0;
}
.khuyenmai .item1 .content h3 {
  font-size: 17px;
  line-height: 24px;
  margin: 10px 0;
  font-weight: 700;
  height: 50px;
  overflow: hidden;
}
.khuyenmai .item1 .content h3 a {
  color: black;
  transition: all 0.3s;
}
.khuyenmai .item1 .content h3 a:hover {
  color: #dc1f26;
  transition: all 0.3s;
}
.khuyenmai .item1 .content p {
  font-size: 16px;
  color: #707070;
}
.khuyenmai .item1 .content .cta a {
  color: black;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid black;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  width: 100%;
}

.news_home {
  padding: 30px 0;
}
.news_home .title {
  margin-bottom: 30px;
  position: relative;
  color: #079dd3;
}
.news_home .title nav {
  position: absolute;
  top: -10px;
  right: 0;
}
.news_home .title nav .nav-tabs {
  border: 0;
}
.news_home .title nav a {
  background: white;
  font-size: 16px;
  border: 1px solid #eaeaea;
  display: inline-block;
  margin-left: 10px;
  padding: 10px 30px;
  color: black !important;
  border-radius: 25px;
  font-weight: 500;
  text-transform: uppercase;
}
.news_home .title nav .active {
  background: white;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #eaeaea;
  display: inline-block;
  margin-left: 10px;
  padding: 10px 30px;
  color: #dc1f26 !important;
  border-radius: 25px;
}
.news_home .title h2 {
  margin: 0;
  font-size: 26px;
  color: #0055b1;
  text-transform: uppercase;
  font-weight: 700;
  border-left: 2px solid #dc1f26;
  padding-left: 12px;
}
.news_home .item {
  border-radius: 5px;
  margin-bottom: 30px;
  background-color: #eaeaea;
}
.news_home .item .thumb {
  overflow: hidden;
  display: block;
  position: relative;
}
.news_home .item .thumb img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.news_home .item .content {
  padding: 15px;
}
.news_home .item .content h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.news_home .item .content h3 a {
  color: #0055b1;
  display: block;
  height: 45px;
  overflow: hidden;
}
.news_home .item .content p {
  font-size: 15px;
  margin-top: 10px;
}

.feedback {
  padding: 30px 0;
}
.feedback .title {
  margin-bottom: 20px;
}
.feedback .title h2 {
  margin: 0;
  font-size: 24px;
  color: #079dd3;
  text-transform: uppercase;
  font-weight: 700;
  border-left: 2px solid #dc1f26;
  padding-left: 12px;
}
.feedback .owl-carousel .owl-nav {
  position: absolute;
  top: -60px;
  right: 10px;
}
.feedback .owl-carousel button {
  color: white !important;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 34px;
  font-size: 24px !important;
  border: 1px solid #dc1f26;
  background-color: #079dd3 !important;
  border-radius: 5px !important;
}
.feedback .item {
  text-align: center;
  margin: 10px;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.12);
}
.feedback .item h3 {
  font-size: 16px;
  font-weight: bold;
}
.feedback .item ul {
  padding: 0;
}
.feedback .item ul li {
  list-style: none;
  color: orange;
  display: inline-block;
  font-size: 16px;
}
.feedback .item p {
  margin: 0;
}
.feedback .item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  margin-bottom: 10px;
}

.nhiemvu {
  background: #f8f8f8;
  padding: 30px 0;
}
.nhiemvu .title {
  margin-bottom: 30px;
}
.nhiemvu .title h2 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  color: #079dd3;
  border-left: 2px solid #dc1f26;
  padding-left: 12px;
}
.nhiemvu .title p {
  color: black;
}
.nhiemvu img {
  width: 100%;
}
.nhiemvu h3 {
  color: white;
  padding: 15px 0;
  background: #079dd3;
  text-align: center;
  font-weight: bold;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.nhiemvu p {
  font-size: 15px;
  color: black;
  margin: 20px 0;
  min-height: 88px;
  overflow: hidden;
}
.nhiemvu ul {
  padding: 0;
  list-style: none;
  text-align: center;
}
.nhiemvu ul li {
  display: inline-block;
  font-size: 20px;
  margin: 5px 10px;
}
.nhiemvu ul li a {
  display: inline-block;
  border: 1px solid #079dd3;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  color: #079dd3;
  border-radius: 25px;
}
.nhiemvu ul li a:hover {
  color: #dc1f26;
  border-color: #dc1f26;
  text-decoration: none;
}
.nhiemvu ul li .dk {
  background: white;
  color: #079dd3;
}

#daily {
  margin-bottom: 50px;
}
#daily .daily {
  background: url(../images/daily.jpg) no-repeat;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  padding: 25px;
}
#daily .daily .daily2 {
  border: 1px solid #fff;
  text-align: center;
  padding: 100px 0;
}
#daily .daily h2 {
  color: white;
  font-size: 45px;
  font-weight: 400;
}
#daily .daily p {
  font-size: 22px;
  color: white;
  margin: 20px 0;
}
#daily .daily ul {
  padding: 0;
  list-style: none;
  margin-top: 50px;
}
#daily .daily ul li {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}
#daily .daily ul li a {
  display: inline-block;
  border: 1px solid white;
  padding: 10px 50px;
  text-transform: uppercase;
  color: white;
  border-radius: 5px;
}
#daily .daily ul li .dk {
  background: white;
  color: #079dd3;
}

.ft_home {
  background: #f8f8f8;
}

.ft {
  background: white;
}

.before_ft {
  padding: 25px 0;
  background: url(../images/image.jpg);
  background-attachment: fixed;
  background-position: center;
  background-position: center;
  background-repeat: no-repeat;
  background-color: red;
  background-size: cover;
}
.before_ft p {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0;
  color: white;
}
.before_ft p .fa-envelope-o {
  font-size: 20px;
  color: white;
  display: inline-block;
  margin-right: 10px;
}
.before_ft p .phone {
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 1px solid white;
  color: white;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}
.before_ft p a {
  color: #dc1f26;
  font-weight: bold;
}
.before_ft .input-group {
  border: 1px solid #079dd3;
}
.before_ft .input-group button {
  background-color: #dc1f26;
  color: white;
  border: 0;
  padding: 10px 20px;
  text-transform: uppercase;
}
.before_ft .input-group input {
  border: 0;
  height: 45px;
}

footer {
  background-color: #079dd3;
  padding: 30px 0;
}
footer a {
  text-decoration: none !important;
  color: #333;
}
footer h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding-bottom: 5px;
  font-weight: bold;
  color: white;
}
footer p {
  margin: 5px 0;
  color: white;
  font-size: 13.5px;
}
footer .textwidget {
  margin-bottom: 20px;
}
footer .textwidget ul li {
  border-bottom: 1px solid rgba(201, 237, 220, 0.2509803922);
  padding: 10px 0;
}
footer .info i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  color: white;
  background: #0055b1;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 13px;
  position: absolute;
  top: 5px;
  left: 0;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  list-style: none;
  font-size: 15px;
  padding: 5px 0;
  position: relative;
  padding-left: 35px;
  color: white;
}
footer ul li a {
  color: white;
  transition: all 0.2s;
}
footer ul li a:hover {
  transition: all 0.2s;
}
footer .social li {
  display: inline-block;
  padding: 0;
}
footer .social li a {
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  color: #079dd3;
  border-radius: 100%;
  background-color: white;
  text-align: center;
  font-size: 16px;
}

.copy_right {
  padding: 12px 0px;
  background: #079dd3;
  color: white;
  text-align: center;
  border-top: 1px solid rgba(201, 237, 220, 0.2509803922);
}
.copy_right p {
  margin: 0;
}
.copy_right p a {
  color: #d6e1ef;
}

#exampleModal .modal-header {
  background-color: #079dd3;
  color: white;
}
#exampleModal form .btn {
  width: 100%;
  background: #dc1f26 !important;
  color: white;
  text-align: center;
  border: 0;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
#exampleModal form .form-control {
  height: auto;
  padding: 10px 15px;
  margin: 12px 0;
}
#exampleModal .noti {
  background-color: #ffba00;
  border-radius: 5px;
  padding: 10px;
  color: white;
  margin-bottom: 20px;
}
#exampleModal .noti ul {
  padding-left: 15px;
  margin: 0;
}
#exampleModal .noti ul li {
  list-style-type: none;
}
#exampleModal .noti ul li:before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: white; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.phantrang {
  margin: 20px 0;
  text-align: center;
}
.phantrang ul {
  margin: 0;
  padding: 0;
}
.phantrang ul li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.phantrang ul li a {
  padding: 10px 12px;
  border: 1px solid #eaeaea;
  color: black;
}
.phantrang ul li span {
  padding: 10px 12px;
  border: 1px solid #eaeaea;
  background: #079dd3;
  color: white;
}

.video {
  padding: 40px 0;
}
.video .title {
  margin-bottom: 20px;
  border-bottom: 1px solid #f4f4f4;
  padding: 15px 0;
  padding-top: 5px;
}
.video .title h2 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 12px;
  font-size: 26px;
  color: #0055b1;
  border-left: 2px solid #dc1f26;
}
.video .row {
  margin: 0 -7px;
}
.video .row [class*=col-] {
  padding: 0 7px;
}
.video .item {
  margin-bottom: 15px;
}
.video .featured {
  margin-bottom: 15px;
}

.hotline_affix {
  position: fixed;
  left: 2%;
  bottom: 5%;
  z-index: 99999;
}
.hotline_affix a {
  background: #dc9928;
  padding: 8px 15px;
  color: white;
  font-weight: 600;
  border-radius: 7px;
  color: #fff;
}
.hotline_affix a:visited {
  color: #fff;
}
.hotline_affix a i {
  font-size: 20px;
  padding-right: 3px;
}

.bannner1 {
  background-attachment: fixed;
  background-position: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 250px;
}
.bannner1 .ovl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(10, 101, 59, 0.6);
}
.bannner1 .content {
  width: 100%;
  z-index: 1;
  position: absolute;
  padding: 100px 0;
  top: 0;
  left: 0;
}
.bannner1 h1 {
  color: #079dd3;
  color: white;
  padding-left: 10px;
  border-left: 1px solid #dc1f26;
  z-index: 1;
}
.bannner1 p {
  color: white;
}

.page-404 {
  background: #f7f7f7;
}

.contact {
  padding: 50px 0;
}
.contact form input, .contact form textarea {
  margin: 10px 0;
  padding: 15px;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.0015);
  border: 0;
  height: auto;
}
.contact form select {
  padding: 15px;
  margin: 10px 0;
  height: auto;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.0015);
}
.contact form button {
  margin: 10px 0;
  padding: 10px 20px;
  background: #079dd3;
  border: 0;
}
.contact h3 {
  font-size: 17px;
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
  background: #079dd3;
  color: white;
  padding: 7px 10px;
}
.contact .social {
  padding: 0;
  margin: 10px 0;
}
.contact .social li {
  list-style: none;
  display: inline-block;
  text-align: center;
}
.contact .social li:before {
  content: "";
}
.contact .social li a {
  background-color: #079dd3;
  color: white;
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
}
.contact p {
  font-size: 16px;
}
.contact .title {
  font-size: 19px;
}
.contact .info {
  margin: 0;
  padding: 0;
}
.contact .info li {
  list-style: none;
  position: relative;
  padding: 5px 0;
  padding-left: 30px;
  font-size: 16px;
}
.contact .info li i {
  font-size: 18px;
  color: #079dd3;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
}
.contact .info li a {
  color: white;
  transition: all 0.3s;
}
.contact .info li a::before {
  content: "\f101";
  font-family: "Fontawesome";
  font-weight: 600;
  padding-right: 5px;
}
.contact .info li a:hover {
  transition: all 0.3s;
  padding-left: 10px;
}

.bando {
  position: relative;
  background-image: url("../images/mapbando.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}
.bando h3 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding-top: 35px;
  font-size: 32px;
  font-weight: bold;
  font-family: "Google Sans";
}
.bando .flags {
  position: absolute;
  height: 77px;
  width: 68px;
}
.bando .flags img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.bando .flags:hover {
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  transform: scale3d(1.2, 1.2, 1.2);
}
.bando .america-flag {
  top: 50%;
  left: 23.75%;
}
.bando .canada-flag {
  top: 23%;
  left: 23.75%;
}
.bando .germany-flag {
  top: 27%;
  left: 46.55%;
}
.bando .korea-flag {
  top: 32%;
  left: 72.68%;
}
.bando .japan-flag {
  top: 52%;
  left: 75.15%;
}
.bando .singapore-flag {
  top: 52%;
  left: 69.3%;
}
.bando .australia-flag {
  top: 78.5%;
  left: 73.5%;
}

/* responsive */
/* 1199 991 767 480 414 375 360 320 max-width */
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 10px 0;
  }
  .intro .box {
    border: 3px solid #079dd3;
  }
  .intro .box img {
    margin-top: 15px;
    height: 350px;
    margin: -15px 0 15px 15px;
  }
  .intro .content {
    padding: 0;
  }
  header .logo {
    display: block;
    text-align: center;
  }
  header .logo img {
    display: inline-block;
    height: 60px;
    margin: 7px 0;
  }
  header .open-nav {
    margin-top: 21px;
  }
  header .open-nav i {
    font-size: 30px;
    color: #079dd3;
  }
  header .cart_mobile {
    margin-top: 20px;
    float: right;
    color: black;
  }
  header .cart_mobile a {
    color: black;
  }
  .home_product {
    padding: 0;
  }
  .home_product .container {
    padding: 0;
  }
  .home_product .title h2 {
    max-width: 200px;
    font-size: 18px;
  }
  .home_product .row {
    margin: 0 -5px;
  }
  .home_product .row [class*=col-] {
    padding: 0 5px;
  }
  .home_product ul {
    display: block;
  }
  .home_product ul li {
    display: inline-block;
  }
  .home_product .item {
    margin-bottom: 10px;
  }
  .home_product .item .content h3 {
    margin: 0;
    font-size: 15px;
  }
  .news_home .title nav {
    margin-top: 20px;
    position: static;
    text-align: center;
  }
  .news_home .title nav a {
    margin-left: 0;
    margin-right: 10px;
    padding: 10px !important;
  }
  #daily .container {
    padding: 0;
  }
  #daily .daily {
    padding: 20px;
  }
  #daily .daily .daily2 {
    padding: 50px 0;
  }
  #daily .daily h2 {
    font-size: 30px;
  }
  #daily .daily p {
    font-size: 18px;
  }
  #daily .daily ul {
    margin-top: 30px;
  }
  #daily .daily ul li {
    margin: 5px 0;
    width: 100%;
  }
  .before_ft {
    text-align: center;
  }
  .before_ft ul {
    margin-bottom: 20px;
  }
  .before_ft img {
    display: inline-block;
    text-align: center !important;
    float: none;
  }
  footer .item {
    margin-bottom: 20px;
  }
  footer .lg_footer {
    margin-bottom: 20px;
  }
  .related .content .item img {
    height: auto !important;
  }
}
.sidebar_product .hot {
  margin-bottom: 20px;
  background-color: #fafafa;
}
.sidebar_product .hot h2 {
  background: #079dd3;
  font-size: 17px;
  text-transform: uppercase;
  margin: 0;
  color: white;
  padding: 15px 20px;
  font-weight: 700;
  text-align: center;
}
.sidebar_product .hot ul {
  padding: 10px 20px;
  margin: 0;
  margin-bottom: 20px;
}
.sidebar_product .hot ul li {
  list-style: none;
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
}
.sidebar_product .hot ul li a {
  color: #333;
}
.sidebar_product .hot ul li ul {
  padding: 0px;
  padding-left: 10px;
  margin: 0;
}
.sidebar_product .hot ul li ul li {
  font-weight: normal;
  position: relative;
  padding-left: 5px;
}
.sidebar_product .hot ul li ul li:before {
  position: absolute;
  top: 0;
  left: -10px;
  font-family: "FontAwesome";
  content: "\f105";
}
.sidebar_product .hot .list {
  padding: 10px 15px;
}
.sidebar_product .hot .list .item {
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
.sidebar_product .hot .list .item a {
  display: block;
  overflow: hidden;
}
.sidebar_product .hot .list .item img {
  transform: scale(1.2);
}
.sidebar_product .hot .list .item h3 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}
.sidebar_product .hot .list .item h3 a {
  color: #333;
}
.sidebar_product .hot .list .item h3 a:hover {
  color: #dc1f26;
}
.sidebar_product .hot .list .item .price bdi {
  font-weight: bold;
  color: black;
  text-decoration: none;
  font-size: 15px;
}
.sidebar_product .hot .list .item .price ins {
  font-weight: bold;
  color: black;
  text-decoration: none;
  font-size: 58px;
}
.sidebar_product .hot .list .item .price del {
  font-size: 13px;
  font-weight: 400;
  color: black;
}
.sidebar_product .hot .list .item .price del bdi {
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  color: black;
}
.sidebar_product .hot .list .item .row {
  margin: 0 -5px !important;
}
.sidebar_product .hot .list .item .row [class*=col-] {
  padding: 0 5px !important;
}

.cate_title {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.cate_title h1 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  border-left: 3px solid #dc1f26;
  padding-left: 10px;
}

/*news*/
.news .item {
  border-radius: 5px;
  margin-bottom: 30px;
  background-color: #eaeaea;
}
.news .item .thumb {
  overflow: hidden;
  display: block;
  position: relative;
}
.news .item .thumb img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.news .item .content {
  padding: 15px;
}
.news .item .content h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.news .item .content h3 a {
  color: #0055b1;
  display: block;
  height: 45px;
  overflow: hidden;
}
.news .item .content p {
  font-size: 15px;
  margin-top: 10px;
}

/*Sidebar*/
.sidebar .hot {
  margin-bottom: 20px;
}
.sidebar .hot h2 {
  background: #079dd3;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  color: white;
  padding: 15px 20px;
  font-weight: 700;
  text-align: center;
}
.sidebar .hot .list {
  padding: 15px;
  background-color: #fafafa;
}
.sidebar .hot .list .item {
  margin: 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
.sidebar .hot .list .item img {
  height: 70px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar .hot .list .item h3 {
  font-size: 15px;
  line-height: 24px;
}
.sidebar .hot .list .item h3 a {
  color: #333;
}
.sidebar .hot .list .item h3 a:hover {
  color: #dc1f26;
}
.sidebar .hot .list .item .price bdi {
  font-weight: bold;
  color: black;
  text-decoration: none;
}
.sidebar .hot .list .item .price del {
  font-size: 14px;
}
.sidebar .hot .list .item .row {
  margin: 0 -10px;
}
.sidebar .hot .list .item .row [class*=col-] {
  padding: 0 10px;
}

.related {
  margin-bottom: 20px;
}
.related .row {
  margin: 0 -10px;
}
.related [class*=col-] {
  padding: 0 10px;
}
.related h2 {
  font-size: 20px;
  margin-top: 0;
  position: relative;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  border-left: 3px solid #dc1f26;
  padding-left: 10px;
}
.related .content .item {
  margin-bottom: 20px;
}
.related .content .item img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 15px;
}
.related .content h4 {
  font-size: 16px;
  font-weight: 600;
}
.related .content h4 a {
  color: black;
}

.product_list {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: relative;
}
.product_list .owl-nav {
  margin: 0;
  position: absolute;
  top: -75px;
  right: -5px;
}
.product_list .owl-nav .owl-prev {
  background: #fff !important;
  color: #079dd3 !important;
  border: 1px solid #079dd3;
  width: 22px;
  height: 23px;
  line-height: 13px;
  margin: 0;
}
.product_list .owl-nav .owl-next {
  background: #fff !important;
  color: #079dd3 !important;
  border: 1px solid #079dd3;
  width: 22px;
  height: 23px;
  line-height: 13px;
}
.product_list .pro_carousle .caro_pro {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.product_list .pro_carousle .caro_pro:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.product_list .pro_carousle .caro_pro .caro_thumb {
  width: 33.333%;
  display: table-cell;
  vertical-align: top;
}
.product_list .pro_carousle .caro_pro .caro_thumb img {
  max-width: 150px;
}
.product_list .pro_carousle .caro_pro .caro_text {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.product_list .pro_carousle .caro_pro .caro_text .pro_title h3 {
  margin: 0;
  overflow: hidden;
}
.product_list .pro_carousle .caro_pro .caro_text .pro_title h3 a {
  font-weight: bold;
  font-size: 14px;
  color: #363636;
  display: block;
  line-height: 20px;
  transition: all 0.3s;
}
.product_list .pro_carousle .caro_pro .caro_text .pro_title h3 a:hover {
  color: #079dd3;
  transition: all 0.3s;
}

.product .category .cate_title h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
  border-left: 3px solid #dc1f26;
  padding-left: 10px;
}
.product .category .cate_number {
  margin-bottom: 30px;
}
.product .category .cate_number .pro_main button {
  cursor: pointer;
  border: 1px #079dd3 solid;
  color: #079dd3;
  border: 0px;
  padding: 5px 7px 5px 0px;
}
.product .category .cate_number .pro_main button i {
  font-size: 22px;
  vertical-align: middle;
  padding-right: 3px;
}
.product .category .cate_number .pro_main .active {
  background: none;
  color: #079dd3;
}
.product .category .cate_number .sapxep {
  float: right;
}
.product .category .cate_number .sapxep label {
  display: inline;
  margin-right: 10px;
  padding: 5px 0;
  font-size: 12px;
  font-weight: normal;
}
.product .category .cate_number .sapxep form {
  display: inline;
}
.product .category .cate_number .sapxep form select {
  width: 240px;
  border-radius: 0px;
  border: 0px;
  margin-left: 10px;
  font-size: 16px;
  height: 32px;
  padding-left: 5px;
}
.product .category .cate_product .row {
  margin: 0 -5px;
}
.product .category .cate_product .row [class*=col-] {
  padding: 0 5px;
}
.product .category .cate_product .item {
  margin-bottom: 20px;
}
.product .category .cate_product .item .thumb {
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
}
.product .category .cate_product .item .thumb img {
  height: 240px;
  width: auto;
  text-align: center;
  display: inline-block;
}
.product .category .cate_product .item .pro_title {
  text-align: center;
}
.product .category .cate_product .item .pro_title h3 {
  font-size: 15px;
  line-height: 20px;
  margin: 5px 0;
}
.product .category .cate_product .item .pro_title h3 a {
  color: #363636;
  transition: all 0.3s;
}
.product .category .cate_product .item .pro_title h3 a:hover {
  color: #079dd3;
  transition: all 0.3s;
}
.product .category .cate_product .item .pro_title .price bdi {
  color: black;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
.product .category .cate_product .item .pro_title .price del {
  text-decoration: line-through;
  color: #666;
  line-height: 12px;
}
.product .category .list {
  padding: 30px;
}
.product .category .list .list_width {
  width: 100%;
}
.product .category .list .pro_form {
  display: none;
}
.product .category .list .pro_form_list .bt_cart {
  float: left;
  background: #079dd3 !important;
  color: white !important;
  min-width: 120px;
  border: 0px;
  border-radius: 50px;
  margin-bottom: 5px;
  margin-right: 10px;
}
.product .category .list .pro_form_list .bt_link {
  float: left;
  min-width: 120px;
  background: #079dd3;
  color: #079dd3;
  transition: all 0.3s;
  border: 0px;
  text-shadow: none;
  border-radius: 50px;
  transition: all 0.3s;
}
.product .category .list .pro_form_list .bt_link:hover {
  transition: all 0.3s;
  color: white;
  background: #079dd3;
}
.product .category .list .pro_thumb {
  width: 33.33%;
  float: left;
}
.product .category .list .pro_thumb img {
  width: 100%;
}
.product .category .list .pro_text {
  text-align: left;
  display: table-cell;
  padding-left: 15px;
  width: 66%;
}
.product .category .list .pro_text h3 {
  padding: 0 !important;
}
.product .category .list .pro_text h3 a {
  font-size: 24px !important;
  line-height: 20px !important;
}
.product .category .list .pro_text p {
  font-size: 14px;
  line-height: 24px;
  color: #636363;
  margin: 15px 0px;
  margin-bottom: 30px;
}

.test_carou img {
  width: 100%;
}
.test_carou #sync1 .item_icon .fa-quote-left {
  font-size: 60px;
  color: #ddd;
  margin-bottom: 35px;
}
.test_carou #sync1 h3 {
  font-weight: bold;
  color: #434343;
  margin: 0 0 10px;
  font-size: 14px;
  text-transform: capitalize;
}
.test_carou #sync1 h3 span {
  color: #dc1f26;
}
.test_carou #sync1 p {
  color: #999999;
  width: 52%;
  margin: 0 auto 20px;
}
.test_carou #sync1 .item {
  margin: 5px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
}
.test_carou #sync2 {
  margin: 0;
}
.test_carou #sync2 .current .text_thub {
  border: 3px solid #dc1f26 !important;
  display: inline-block;
}
.test_carou #sync2 .item {
  text-align: center;
  margin: 0 4px;
  cursor: pointer;
}
.test_carou #sync2 .item .text_thub {
  border-radius: 50%;
  overflow: hidden;
  width: 70px;
  display: inline-block;
  height: 70px;
  text-align: center;
  border: 3px solid #d7d7d7;
}
.test_carou #sync2 .item .text_thub img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 80px;
  height: 80px;
  display: inline-block;
}
.test_carou #sync2 .owl-nav {
  display: none;
}
.test_carou .owl-dots {
  display: none;
}
.test_carou .owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}
.test_carou .owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}
.test_carou #sync1.owl-theme {
  position: relative;
}
.test_carou #sync1.owl-theme .owl-next,
.test_carou #sync1.owl-theme .owl-prev {
  margin-top: -20px;
  position: absolute;
  color: #FF7F24;
  background: none !important;
  top: 50%;
  width: 20px;
  height: 33px;
  filter: grayscale(100%);
}
.test_carou #sync1.owl-theme .owl-prev {
  left: 10px;
}
.test_carou #sync1.owl-theme .owl-next {
  right: 10px;
}

.info h1 {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.info ul {
  margin: 0;
  padding: 0;
}
.info ul li {
  list-style: none;
  margin: 5px;
}
.info .heading {
  font-weight: bold;
  color: #079dd3;
  font-size: 16px;
  margin: 15px 0;
}
.info .price {
  text-align: left;
}
.info .qty {
  width: 100px;
  float: left;
  margin-right: 20px;
  padding: 7px;
}
.info .btn {
  background: #079dd3;
  color: white;
  display: block;
  margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid #ccc;
  padding: 20px;
  border-top: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
}

.woocommerce .woocommerce-breadcrumb {
  padding: 10px 0;
  background-color: #f5f6fa;
  color: #666;
  font-weight: bold;
  font-size: 14px;
}
.woocommerce .woocommerce-breadcrumb a {
  font-weight: bold;
  font-size: 14px;
}
.woocommerce .woocommerce-breadcrumb i {
  margin: 0 5px;
  display: inline-block;
}
.woocommerce #ecommerce .row {
  margin: 0 -10px;
}
.woocommerce #ecommerce .row [class*=col-] {
  padding: 0 10px;
}
.woocommerce span.onsale {
  top: 15px;
  left: auto;
  right: 15px;
  border-radius: 5px;
  padding: 0px 5px;
  height: auto;
  font-size: 10px;
  min-height: auto;
  line-height: 20px;
  background: #079dd3;
}
.woocommerce .product_item {
  margin-bottom: 30px;
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s;
}
.woocommerce .product_item:hover {
  border: 1px solid #079dd3;
  transition: all 0.3s;
}
.woocommerce .product_item .thumb {
  overflow: hidden;
  text-align: center;
  display: block;
}
.woocommerce .product_item .thumb img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  display: inline-block;
}
.woocommerce .product_item .title {
  text-align: center;
  padding: 10px;
}
.woocommerce .product_item .title h3 {
  font-size: 15px;
  line-height: 22px;
  height: 45px;
  font-weight: 600;
  overflow: hidden;
}
.woocommerce .product_item .title h3 a {
  color: #0055b1;
  transition: all 0.3s;
}
.woocommerce .product_item .title h3 a:hover {
  color: #dc1f26;
  transition: all 0.3s;
}
.woocommerce .product_item .title .price {
  margin-bottom: 10px;
}
.woocommerce .product_item .title .price bdi {
  font-weight: bold;
  color: black;
  text-decoration: none;
  font-size: 17px;
}
.woocommerce .product_item .title .price ins {
  font-weight: bold;
  color: black;
  text-decoration: none;
  font-size: 18px;
}
.woocommerce .product_item .title .price del {
  font-size: 13px;
  font-weight: 400;
  color: black;
}
.woocommerce .product_item .title .price del bdi {
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  color: black;
}
.woocommerce .product_item .title .btn-success {
  border: 0;
  background: #dc1f26;
  color: white;
  font-size: 13px;
}
.woocommerce .product_item .title .btn-info {
  border: 1px solid #dc1f26;
  background: white;
  color: #dc1f26;
  margin-right: 10px;
  font-size: 13px;
}
.woocommerce .woocommerce-ordering .orderby {
  background-color: transparent;
  padding: 10px;
}
.woocommerce .woocommerce-result-count {
  margin: 10px 0;
}
.woocommerce .woocommerce-pagination {
  margin-top: 20px;
}
.woocommerce .woocommerce-pagination .page-numbers {
  border: 0;
}
.woocommerce .woocommerce-pagination .page-numbers li {
  margin: 0 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 2px solid #dc1f26;
}
.woocommerce .woocommerce-pagination .page-numbers li span.current {
  width: 100%;
  height: 100%;
  background: #dc1f26;
  color: white;
  display: block;
  padding-top: 10px;
  font-weight: bold;
}
.woocommerce .woocommerce-pagination .page-numbers li a {
  color: #333;
  width: 100%;
  display: block;
  height: 100%;
  padding-top: 10px;
}
.woocommerce .checkout h3 {
  margin-top: 10px;
  text-transform: uppercase;
}
.woocommerce .checkout p {
  margin: 0;
}
.woocommerce .checkout .form-row label {
  display: block;
  margin: 2px 0;
  line-height: auto;
  width: 100%;
  font-weight: bold;
}
.woocommerce .checkout .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce .checkout .woocommerce-input-wrapper input {
  width: 100%;
  padding: 8px;
}
.woocommerce .checkout .woocommerce-input-wrapper textarea {
  padding: 10px;
}
.woocommerce .lSSlideOuter {
  margin-bottom: 20px;
}
.woocommerce .lSSlideOuter #imageGallery {
  margin-bottom: 5px;
}
.woocommerce .lSSlideOuter #imageGallery img {
  max-width: 100% !important;
}
.woocommerce .image {
  margin-bottom: 20px;
}
.woocommerce .summary h1 {
  font-size: 25px;
  font-weight: bold;
  color: #079dd3;
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}
.woocommerce .summary .product_meta {
  padding: 10px 0;
  border-top: 1px solid #eaeaea;
}
.woocommerce .summary .woocommerce-product-details__short-description {
  padding: 15px;
  border: 1px solid #ccc;
  margin: 15px 0;
  border-radius: 5px;
}
.woocommerce .summary .woocommerce-product-details__short-description ul {
  margin: 0px 0;
  padding-left: 20px;
}
.woocommerce .summary .woocommerce-product-details__short-description ul li {
  margin: 5px 0;
}
.woocommerce .summary .price {
  margin-bottom: 10px;
}
.woocommerce .summary .price bdi {
  font-weight: bold;
  color: #dc1f26;
  text-decoration: none;
  font-size: 25px;
}
.woocommerce .summary .price ins {
  font-weight: bold;
  color: #dc1f26;
  text-decoration: none;
  font-size: 25px;
}
.woocommerce .summary .price del {
  font-size: 14px;
  font-weight: 400;
  color: black;
}
.woocommerce .summary .price del bdi {
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  color: black;
}
.woocommerce .summary .quantity input {
  padding: 7px 10px;
  width: 80px;
  font-weight: bold;
}
.woocommerce .summary form.cart {
  margin-top: 20px;
}
.woocommerce .summary .single_add_to_cart_button {
  padding: 12px 20px;
  background: #dc1f26 !important;
  border: 0;
  margin-left: 10px;
  text-transform: uppercase;
}
.woocommerce .mota {
  padding: 20px 0;
}
.woocommerce .mota .title {
  font-size: 25px;
  font-weight: bold;
}
.woocommerce #comments .woocommerce-Reviews-title {
  font-size: 25px;
  font-weight: bold;
}
.woocommerce .woocommerce-tabs {
  margin-top: 20px;
}
.woocommerce table.shop_table {
  display: table;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #079dd3;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #dc1f26;
}
.woocommerce form label {
  display: block;
  margin: 10px 0;
  font-weight: bold;
}
.woocommerce form input {
  width: 100%;
  padding: 10px;
}
.woocommerce form .comment-form-cookies-consent input {
  width: auto;
}
.woocommerce form .comment-form-cookies-consent label {
  display: inline-block;
}
.woocommerce form .form-submit input {
  width: auto;
  background: #079dd3 !important;
  color: white !important;
  border: 0 !important;
  padding: 10px 20px !important;
}

.phone_center .alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 130px;
  position: fixed;
  right: 0px;
  bottom: -20px;
  transition: visibility 0.5s ease 0s;
  visibility: hidden;
  width: 150px;
  z-index: 20;
}
.phone_center .alo-phone.alo-show {
  visibility: visible;
}
.phone_center .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
.phone_center .alo-phone.alo-static {
  opacity: 0.6;
}
.phone_center .alo-phone.alo-hover,
.phone_center .alo-phone:hover {
  opacity: 1;
}
.phone_center .alo-phone.alo-hover .alo-ph-text,
.phone_center .alo-phone:hover .alo-ph-text {
  background-color: #75eb50;
}
.phone_center .alo-ph-circle {
  -webkit-animation: 1.2s ease-in-out 0s normal none infinite running alo-circle-anim;
  animation: 1.2s ease-in-out 0s normal none infinite running alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(117, 235, 80, 0.4);
  border-radius: 100%;
  height: 100px;
  left: 30px;
  opacity: 0.1;
  position: absolute;
  top: -10px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 100px;
}
.phone_center .alo-phone.alo-active .alo-ph-circle {
  -webkit-animation: 1.1s ease-in-out 0s normal none infinite running alo-circle-anim !important;
  animation: 1.1s ease-in-out 0s normal none infinite running alo-circle-anim !important;
}
.phone_center .alo-phone.alo-static .alo-ph-circle {
  -webkit-animation: 2.2s ease-in-out 0s normal none infinite running alo-circle-anim !important;
  animation: 2.2s ease-in-out 0s normal none infinite running alo-circle-anim !important;
}
.phone_center .alo-phone.alo-hover .alo-ph-circle,
.phone_center .alo-phone:hover .alo-ph-circle {
  border-color: #e89803;
  opacity: 0.5;
}
.phone_center .alo-phone.alo-green.alo-hover .alo-ph-circle,
.phone_center .alo-phone.alo-green:hover .alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}
.phone_center .alo-phone.alo-green .alo-ph-circle {
  border-color: #e89803;
  opacity: 0.5;
}
.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-circle,
.phone_center .alo-phone.alo-gray:hover .alo-ph-circle {
  border-color: #ccc;
  opacity: 0.5;
}
.phone_center .alo-phone.alo-gray .alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}
.phone_center .alo-ph-circle-fill {
  -webkit-animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim;
  animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim;
  background-color: #75eb50;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 70px;
  left: 45px;
  opacity: 0.1;
  position: absolute;
  top: 4px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 70px;
}
.phone_center .alo-phone.alo-active .alo-ph-circle-fill {
  -webkit-animation: 1.7s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
  animation: 1.7s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
}
.phone_center .alo-phone.alo-static .alo-ph-circle-fill {
  -webkit-animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
  animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
  opacity: 0 !important;
}
.phone_center .alo-phone.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone:hover .alo-ph-circle-fill {
  background-color: #e89803;
  opacity: 0.75 !important;
}
.phone_center .alo-phone.alo-green.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone.alo-green:hover .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.phone_center .alo-phone.alo-green .alo-ph-circle-fill {
  background-color: #e89803;
  opacity: 0.75 !important;
}
.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone.alo-gray:hover .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.phone_center .alo-phone.alo-gray .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.phone_center .alo-ph-img-circle {
  -webkit-animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim;
  animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim;
  border: 2px solid transparent;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  height: 40px;
  left: 60px;
  opacity: 0.7;
  position: absolute;
  top: 20px;
  transform-origin: 50% 50% 0;
  width: 40px;
}
.phone_center .alo-ph-text {
  background-color: #e89803;
  color: #fff;
  border-radius: 4px;
  padding: 3px 5px;
  bottom: 30px;
  display: block;
  font-size: 0.875rem;
  margin-right: -50px;
  position: absolute;
  left: 20%;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
.phone_center .alo-phone.alo-active .alo-ph-img-circle {
  -webkit-animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
  animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
}
.phone_center .alo-phone.alo-static .alo-ph-img-circle {
  -webkit-animation: 0s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
  animation: 0s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
}
.phone_center .alo-phone.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone:hover .alo-ph-img-circle {
  background-color: #e89803;
}
.phone_center .alo-phone.alo-green.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone.alo-green:hover .alo-ph-img-circle {
  background-color: #75eb50;
}
.phone_center .alo-phone.alo-green .alo-ph-img-circle {
  background-color: #e89803;
}
.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone.alo-gray:hover .alo-ph-img-circle {
  background-color: #ccc;
}
.phone_center .alo-phone.alo-gray .alo-ph-img-circle {
  background-color: #75eb50;
}
.phone_center .bg-eee {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}
.phone_center .bg-eee .row {
  margin: 0px;
  background: #75eb50;
}
.phone_center .bg-eee .row:last-child {
  padding-bottom: 30px;
}
.phone_center .bg-eee .title {
  background: #46be8a;
  color: #fff;
  margin: 0px -15px 15px -15px;
  padding: 15px 15px;
}
.phone_center .panel-title i {
  margin-right: 10px;
}
.phone_center .panel-body {
  font-size: 15px;
  line-height: 25px;
}
@-webkit-keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-webkit-keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
@-webkit-keyframes alo-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes alo-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}
@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.1;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.1;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
@keyframes alo-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

.partner {
  padding: 20px 0;
}
.partner h3 {
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}
.partner h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
  width: 50px;
  background: #079dd3;
}
.partner .item {
  padding: 10px;
  border: 1px solid #eaeaea;
}
.partner .item img {
  height: 80px;
}
.partner .owl-nav {
  margin: 0;
}
.partner .owl-dots {
  position: absolute;
  right: 10%;
  transform: translateX(-50%);
  bottom: 10px;
}
.partner .owl-theme .owl-dots .owl-dot span {
  background: none;
  border: 1px solid #dc1f26;
  border-radius: 50%;
}
.partner .owl-theme .owl-dots .owl-dot.active span,
.partner .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #dc1f26;
  border-radius: 50%;
}
.partner:hover .owl-prev {
  left: 40px;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.partner:hover .owl-next {
  right: 40px;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.partner .owl-prev {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  color: #dc1f26 !important;
  width: 40px;
  height: 40px;
  line-height: 32px;
  font-size: 24px !important;
  margin: 0 !important;
  border: 1px solid #dc1f26;
  background-color: transparent !important;
  border-radius: 50% !important;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.partner .owl-prev:hover {
  background-color: transparent !important;
  transition: all 0.3s;
}
.partner .owl-next {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  color: #dc1f26 !important;
  width: 40px;
  height: 40px;
  line-height: 32px;
  font-size: 24px !important;
  border-radius: 0% !important;
  margin: 0 !important;
  border: 1px solid #dc1f26;
  border-radius: 50% !important;
  background-color: transparent !important;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.partner .owl-next:hover {
  background-color: transparent !important;
  transition: all 0.3s;
}

.image.attachment-medium {
  margin: 15px 0;
}

.main_page {
  background: #f8f8f8;
}
.main_page article {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.0003);
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  margin: 20px 0;
}/*# sourceMappingURL=style.css.map */