html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  outline: 0 none;
  cursor: pointer;
  text-decoration: none;
}
a:link {
  -webkit-tap-highlight-color: transparent;
}
a,
a:hover,
a:active {
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  text-rendering: optimizeLegibility;
  zoom: 1;
  display: block;
  margin: 0;
}
p {
  font-weight: normal;
  text-rendering: optimizeLegibility;
  zoom: 1;
  display: block;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
nav ul {
  list-style: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  overflow: hidden;
}
textarea {
  overflow: auto;
  resize: none;
}
input,
textarea {
  border-radius: 0px;
  box-shadow: none;
  -webkit-appearance: none;
  border: 0;
  /* safari hidden autofill icon */
}
input::-webkit-contacts-auto-fill-button,
textarea::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button,
textarea::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input::-ms-reveal,
textarea::-ms-reveal {
  display: none;
}
input::-ms-clear,
textarea::-ms-clear {
  display: none;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
  margin: 3px 3px 0 0;
}
input[type=text] {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}
button {
  width: auto;
  overflow: visible;
}
.ie6 input {
  vertical-align: text-bottom;
}
/** helper styles
 ***************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
  font-size: 0px;
}
.clearfix {
  display: block;
  clear: both;
}
/*  new standard values */
.default_css ul li {
  list-style-type: disc;
}
.default_css ul ul li {
  list-style-type: circle;
  margin: 0px 0 0 16px;
}
.default_css ol li {
  list-style-type: decimal;
}
.default_css ol li,
.default_css ul li {
  margin: 0px 0 0 20px;
  overflow: visible;
}
.default_css p {
  margin: 15px 0;
}
.default_css a {
  color: #666;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
.default_css a:hover {
  text-decoration: underline;
}
.default_css h1,
.default_css h2,
.default_css h3,
.default_css h4,
.default_css h5,
.default_css h6 {
  margin: 20px 0 0;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
@font-face {
  font-family: 'kanitbold';
  src: url('../fonts/kanit-medium-webfont.woff2') format('woff2'), url('../fonts/kanit-medium-webfont.woff') format('woff'), url('../fonts/kanit-medium-webfont.ttf') format('truetype'), url('../fonts/kanit-medium-webfont.svg#kanitbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'kanitlight';
  src: url('../fonts/kanit-light-webfont.woff2') format('woff2'), url('../fonts/kanit-light-webfont.woff') format('woff'), url('../fonts/kanit-light-webfont.ttf') format('truetype'), url('../fonts/kanit-light-webfont.svg#kanitlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'kanitregular';
  src: url('../fonts/kanit-regular-webfont.woff2') format('woff2'), url('../fonts/kanit-regular-webfont.woff') format('woff'), url('../fonts/kanit-regular-webfont.ttf') format('truetype'), url('../fonts/kanit-regular-webfont.svg#kanitregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body.home {
  position: relative !important;
  z-index: 0;
}
body.page {
  position: relative !important;
  z-index: 0;
}
html {
  font-family: 'kanitlight' !important;
}
.f_li {
  font-family: 'kanitlight' !important;
}
.f_reg {
  font-family: 'kanitregular' !important;
}
.f_bold {
  font-family: 'kanitbold' !important;
}
#content {
  width: 100%;
  padding-top: 120px;
}
.bg-ddd {
  background-color: #ebecea;
}
.wwd {
  font-size: 1.5rem;
  margin-bottom: 10px;
  display: inline-block;
}
.uk-link,
a {
  text-decoration: none;
  color: inherit;
}
a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
  color: inherit;
}
.main-color {
  color: #003563 !important;
}
.p-color {
  color: #666 !important;
}
.gray {
  color: #666 !important;
}
.hl-color {
  color: #02185b !important;
}
.wrap-box-banner {
  position: relative;
  z-index: 3;
}
.sub_w {
  max-width: 640px;
}
.position-left {
  background-color: #ddd;
}
.blue-bg {
  background-color: #a9a9a9;
}
.white-bg {
  background-color: #FFF;
}
.bg-blur {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5.8px);
  -webkit-backdrop-filter: blur(5.8px);
}
.bg-blur-style {
  position: relative;
  z-index: 1;
}
.bg-blur-style::after {
  content: '';
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5.8px);
  -webkit-backdrop-filter: blur(5.8px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.box-contact-us {
  display: inline-block;
}
.-contact-us {
  padding: 30px;
  background-color: #3D841C;
  display: inline-block;
}
.img-qr {
  margin-left: 0;
}
.top10 {
  margin-top: 10px;
}
.txt-head {
  font-size: 3.125rem;
  line-height: 1.2;
}
.txt-head-hl {
  font-size: 2rem;
  line-height: 1.2;
}
.title-h3 {
  font-size: 1.75rem;
  line-height: 1.3;
}
.title-h5 {
  font-size: 3.125rem;
  line-height: 1.2;
}
.title-small {
  font-size: 0.9rem;
  line-height: 1.3;
}
.sub_desc_p {
  font-size: 1.125rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 10px;
}
.sub_desc_h {
  font-size: 1.125rem;
  line-height: 1.3;
}
.banner-title-page {
  z-index: 3;
}
.box-small-banner {
  max-width: 720px;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(11, 32, 89, 0.6);
  backdrop-filter: blur(5.8px);
  -webkit-backdrop-filter: blur(5.8px);
}
.p-detail {
  font-size: 1.1rem !important;
  line-height: 1.3 !important;
}
.p-detail.top20px {
  margin-top: 20px;
}
.p-detail.top10px {
  margin-top: 5px;
}
.our-btn {
  border: 1px solid #a9a9a9;
}
.p-detail2 {
  font-size: 1.275rem;
  line-height: 1.5;
}
.pop {
  cursor: pointer;
}
.pop .uk-card-media-top {
  overflow: hidden;
}
.pop img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.pop:hover img {
  transform: scale(1.12);
}
.uk-width-2xlarge {
  margin-left: auto;
  margin-right: auto;
}
.heading-hoome {
  font-size: 2.6rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.heading-hoome2 {
  font-size: 2.1rem;
  line-height: 1.3;
}
.bg-data {
  background-color: #BED5A8;
}
.bg-data2 {
  background-color: #ffffff;
}
.bottom-dot {
  width: 100%;
  position: absolute;
  bottom: 50px;
}
.h4title {
  font-size: 1.2rem;
  line-height: 1.4;
}
.inner-listss-head {
  background-color: #003563;
  padding: 10px 20px;
}
@media (max-width: 640px) {
  .inner-listss-head {
    display: none;
  }
}
.box-main-title {
  padding-right: 20px;
  min-width: 255px;
}
.box-normal-desc {
  margin-top: 20px;
  font-size: 1rem;
}
.box-normal-desc .inner-listss {
  padding: 8px 20px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 640px) {
  .box-normal-desc .inner-listss .table {
    flex-direction: column;
  }
}
.uk-button-default {
  padding: 2px 20px;
  min-width: 120px;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 1.2rem;
}
.uk-button-default.gold {
  border: 1px solid #0C265F;
  color: #0C265F;
}
.uk-button-default:hover {
  color: #151516;
}
.white {
  color: #FFFFFF !important;
}
.black {
  color: #000;
}
.uk-card img {
  width: 100%;
}
img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.box-top-menu-cat {
  margin-top: 30px;
}
.box-top-menu-cat .box-links {
  border: 1px solid #003563;
  background-color: #003563;
  padding: 10px;
}
.wrap-banner-ct .slideshow {
  height: 30vh;
}
.wrap-banner-ct .slideshow .uk-slideshow-items {
  min-height: 100% !important;
}
.wrap-banner-ct .items-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.wrap-banner-ct svg {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.wrap-banner-ct .uk-container-large {
  width: 100%;
  position: relative;
  z-index: 3;
}
.wrap-banner-ct .box-desc-banner {
  max-width: 100%;
  text-align: center;
}
.wrap-banner-ct .logo-banner {
  display: inline-block;
}
.wrap-banner-ct .banner-title {
  font-size: 3.125rem;
  line-height: 1.2;
  color: #000;
  margin-top: 30px;
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.4), 0px -5px 35px rgba(255, 255, 255, 0.5);
}
.wrap-banner-ct .title-banner {
  text-transform: uppercase;
  font-size: 1.7rem;
  user-select: none;
  line-height: 1.3;
  color: #fff;
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.5);
}
.wrap-banner-ct .title-banner-home {
  text-transform: uppercase;
  font-size: 3.125rem;
  user-select: none;
  line-height: 1.3;
  color: #fff;
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.5);
}
.wrap-banner-ct .txt-ss-banner {
  font-size: 2rem;
  line-height: 1.2;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 15px 5px rgba(0, 0, 0, 0.1), 10px 20px 5px rgba(0, 0, 0, 0.05);
}
.wrap-banner-ct .scroll-section {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9;
}
.wrap-banner-ct .txt-scroll {
  font-size: 0.8rem;
  line-height: 1.2;
  color: #FFFFFF;
  white-space: nowrap;
  margin-top: 10px;
  text-align: center;
  display: inline-block;
}
.box-banner {
  max-width: 750px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: rgba(11, 32, 89, 0.8);
  backdrop-filter: blur(5.8px);
  -webkit-backdrop-filter: blur(5.8px);
}
.box-cate-l {
  background-color: #0C265F;
  padding: 20px;
}
@media (min-width: 960px) {
  .box-cate-l {
    min-height: 320px;
  }
}
.box-cate-l .title-l {
  font-size: 1.3rem;
  line-height: 1.3;
}
.box-cate-l .txt-inner-l {
  font-size: 1rem;
  line-height: 1.3;
  padding: 5px 0;
}
.box-cate-l .uk-parent:not(:first-child) {
  margin-top: 5px;
}
.col-box-l {
  width: 100%;
}
@media (min-width: 960px) {
  .col-box-l {
    max-width: 340px;
  }
}
.col-box-l .inner-suuub {
  padding-left: 15px;
}
.category-list {
  padding-top: 68%;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.category-list .box-category {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.category-list .box-category::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-color: #000;
  display: block;
  transition: opacity 600ms ease-in-out;
  will-change: opacity;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.category-list .box-category .img-cat {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
}
.category-list .box-category .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.category-list .title-category {
  font-size: 1.3rem;
  line-height: 1.3;
  color: #fff;
  position: relative;
  z-index: 3;
  transition: color 400ms ease-in-out;
}
.category-list .count-category {
  font-size: 0.85rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  opacity: 0.8;
}
.elm-news .inner-news {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.elm-news .box-img-news {
  border: 1px solid #0C265F;
}
.wrap-banner {
  min-height: 80vh;
}
.wrap-banner .banner-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.wrap-banner .slideshow {
  height: 80vh;
}
.wrap-banner .slideshow .uk-slideshow-items {
  min-height: 100% !important;
}
.wrap-banner .items-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.wrap-banner svg {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.wrap-banner .uk-container-large {
  width: 100%;
  position: relative;
  z-index: 3;
}
.wrap-banner .box-banner {
  max-width: 700px;
  margin: 0 auto;
}
.wrap-banner .box-desc-banner {
  max-width: 100%;
  text-align: center;
}
.wrap-banner .logo-banner {
  display: inline-block;
}
.wrap-banner .banner-title {
  font-size: 3.125rem;
  line-height: 1.2;
  color: #000;
  margin-top: 30px;
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.4), 0px -5px 35px rgba(255, 255, 255, 0.5);
}
.wrap-banner .title-banner {
  text-transform: uppercase;
  user-select: none;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #fff;
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.5);
}
.wrap-banner .title-banner-home {
  text-transform: uppercase;
  user-select: none;
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.5);
}
.wrap-banner .txt-ss-banner {
  font-size: 2rem;
  line-height: 1.2;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 15px 5px rgba(0, 0, 0, 0.1), 10px 20px 5px rgba(0, 0, 0, 0.05);
}
.wrap-banner .scroll-section {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9;
}
.wrap-banner .txt-scroll {
  font-size: 0.8rem;
  line-height: 1.2;
  color: #FFFFFF;
  white-space: nowrap;
  margin-top: 10px;
  text-align: center;
  display: inline-block;
}
.top20 {
  margin-top: 20px !important;
}
.hl-bt-contact {
  padding: 120px 0;
  position: relative;
  z-index: 1;
  background-position: left bottom;
}
.hl-bt-contact::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.hl-bt-contact .hl-text {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.menu-xs {
  padding: 0;
}
.menu-xs svg {
  width: 35px;
}
.uk-offcanvas-bar svg {
  width: 25px;
}
.elm-products {
  border: 1px solid #02185b;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.title-prod {
  font-size: 1.11rem;
  line-height: 1.4;
}
@supports (-webkit-line-clamp: 2) {
  .title-prod {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.box-img-products {
  position: relative;
  padding-top: 100%;
}
.box-img-products .box_category {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 5px;
  background-color: #3D841C;
  color: #FFF;
}
.box-img-products .box-img-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.box-img-products .img-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.btnview {
  border: 1px solid #000 !important;
  display: inline-block;
  color: #000 !important;
  transition: all 400ms;
  font-size: 1rem;
  padding: 10px 15px;
}
.btnview .ic {
  margin-left: 5px;
}
.btnview.black {
  color: #000 !important;
  background-color: #F2E400 !important;
  color: #DE2726 !important;
  border-color: #DE2726 !important;
}
.btnview:hover {
  background-color: #F2E400 !important;
  color: #DE2726 !important;
  border-color: #DE2726 !important;
}
.products-detail {
  font-size: 1.08rem;
  line-height: 1.4;
}
.products-detail p {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .products-detail iframe {
    width: 100%;
  }
}
.box-price {
  padding: 10px 0;
}
.box-price .real-price {
  font-size: 1rem;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.4);
}
.box-price .sale-price {
  font-size: 1.1rem;
  color: #ED2025;
  margin-left: 3px;
}
.box-price .real-price-one {
  font-size: 1.1rem;
}
.box-img-news {
  position: relative;
  z-index: 1;
  padding-top: 66.78700361%;
}
.box-img-news .box-img-inner {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.box-img-news .box-img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.small-banner-ct {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.small-banner-ct::after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.small-banner-ct .banner-section-content {
  height: 400px;
}
.small-banner-ct .box-small-banner {
  position: relative;
  z-index: 4;
}
.small-banner-ct .-title-banner {
  font-size: 1.7rem;
  line-height: 1.3;
  position: relative;
  z-index: 99;
  text-align: center;
}
.small-banner-ct .small-title {
  font-size: 1.1rem;
  line-height: 1.4;
  position: relative;
  z-index: 99;
  text-align: center;
}
.badge-overlay {
  position: absolute;
  left: 0%;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 100;
  -webkit-transition: width 1s ease, height 1s ease;
  -moz-transition: width 1s ease, height 1s ease;
  -o-transition: width 1s ease, height 1s ease;
  transition: width 0.4s ease, height 0.4s ease;
}
/* ================== Badge CSS ========================*/
.badge {
  margin: 0;
  padding: 0;
  color: white;
  padding: 10px 10px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  background: #ed1b24;
}
.badge::before,
.badge::after {
  content: '';
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: inherit;
  min-width: 55px;
}
.badge::before {
  right: 100%;
}
.bg-gray-light {
  background-color: #f0efef;
}
.section_breadcrumb {
  background-color: #D5E5C5;
  padding-top: 20px;
  padding-bottom: 20px;
}
.badge::after {
  left: 100%;
}
.top-right {
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: translateX(30%) translateY(0%) rotate(45deg);
  -webkit-transform: translateX(30%) translateY(0%) rotate(45deg);
  transform: translateX(30%) translateY(0%) rotate(45deg);
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.sku_code {
  font-size: 15px;
  line-height: 1.3;
}
.wrap-product-detail .swiper {
  width: 100%;
  height: 100%;
}
.wrap-product-detail .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.wrap-product-detail .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}
.wrap-product-detail .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wrap-product-detail .swiper-slide {
  background-size: contain;
  background-position: center;
}
.wrap-product-detail .mySwiper2 {
  height: auto;
  width: 100%;
  padding-top: 63.35227273%;
  position: relative;
}
.wrap-product-detail .mySwiper2 .swiper-wrapper {
  position: absolute;
  top: 0;
}
.wrap-product-detail .mySwiper2 .swiper-slide.swiper-slide-active:hover {
  position: relative;
  overflow: hidden;
}
.wrap-product-detail .mySwiper2 .swiper-slide.swiper-slide-active:hover .full-screen {
  visibility: visible;
  opacity: 1;
  display: flex;
  z-index: 1;
  background-color: rgba(16, 40, 114, 0.5);
  align-items: center;
  justify-content: center;
}
.wrap-product-detail .mySwiper2 .swiper-slide.swiper-slide-active:hover .icon-full-screen {
  font-size: 2rem;
  color: #FFFFFF;
}
.wrap-product-detail .mySwiper2 .swiper-slide .icon-full-screen {
  font-size: 0;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.wrap-product-detail .mySwiper2 .swiper-slide .full-screen {
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.wrap-product-detail .mySwiper {
  margin-top: 10px;
  height: auto;
  box-sizing: border-box;
  padding: 10px 0;
  padding-top: 17.0212766%;
}
.wrap-product-detail .mySwiper .swiper-wrapper {
  position: absolute;
  top: 0;
}
.wrap-product-detail .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  cursor: pointer;
}
.wrap-product-detail .mySwiper .swiper-slide-thumb-active {
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  opacity: 1;
  cursor: default;
}
.wrap-product-detail .mySwiper .swiper-slide-thumb-active img {
  border: 2px solid #0C265F;
}
.wrap-product-detail .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  border: 2px solid transparent;
}
.wrap-product-detail .r-box {
  padding-left: 40px;
  padding-top: 20px;
  padding-right: 20px;
  background-color: #ebecea;
  padding-bottom: 20px;
}
.wrap-product-detail .txt-title-deatil {
  font-size: 1.4rem;
  margin-top: 10px;
  margin-bottom: 0px;
}
.wrap-product-detail .txt-p {
  font-size: 1.1rem;
  line-height: 1.3;
  margin: 0;
}
.wrap-product-detail .topic {
  color: #666;
}
.wrap-product-detail .wrap-cate {
  margin-top: 30px;
}
.wrap-product-detail .uk-card-badge2 {
  position: relative !important;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  /* 3 */
  background: #1e87f0;
  color: #fff;
  font-size: 0.875rem;
  /* 4 */
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap-product-detail .uk-card-badge2:not(:first-child) {
  margin-left: 5px;
  margin-bottom: 5px;
}
.wrap-product-detail .uk-card-badge2.rent {
  background: #e0c17a;
}
.wrap-product-detail .uk-card-badge2.hot {
  background: #f0506e;
}
.wrap-product-detail .uk-card-badge2.cate {
  background: #3D841C;
}
.warp-full {
  background-color: #FFFFFF;
  padding: 20px;
  margin-top: 10px;
}
.warp-full p {
  margin-top: 0;
}
#breadcrumbs {
  margin: 0 !important;
}
#breadcrumbs .breadcrumb_last {
  font-size: 15px;
  color: #003563;
}
.bg-gray {
  background-color: #f6f9fc;
}
.head-title-desc {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.head-title {
  font-size: 2rem;
}
.pagination {
  display: inline-block;
}
.pagination .page-numbers {
  border-radius: 5px;
  color: #003563;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  margin-right: 5px;
  border: 1px solid #003563;
}
.pagination .page-numbers.current {
  color: white;
  background: linear-gradient(to left, #003563 0%, #000 100%);
}
@media (min-width: 768px) {
  .pagination .page-numbers:hover:not(.current):hover {
    background: linear-gradient(to left, #003563 0%, #9a9898 100%);
  }
}
.box-normal {
  margin-top: 10px;
}
.box-normal .inner-listss {
  border-bottom: 1px solid #a9a9a9;
  padding: 5px 0;
}
.goToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  background-color: rgba(26, 43, 86, 0.8);
  line-height: 55px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
  transform: translateY(100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.goToTop .arrow {
  transition: all 0.4s ease-in-out;
  color: #fff;
}
.goToTop:hover {
  color: inherit;
}
.title-new{
overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
}
.goToTop:hover .arrow {
  transform: translateY(-5px);
  color: #fff;
}
.goToTop.show {
  opacity: 1;
  transform: translateY(0%);
}
.slide-conntents {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
@media (max-width: 767px) {
  .small-banner {
    height: 350px;
  }
  .small-banner.about {
    height: 350px;
  }
  .small-banner.product {
    height: 450px;
  }
  #content {
    width: 100%;
    padding-top: 90px;
  }
  .wrap-product-detail .r-box {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
