html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * Remove default margin.
 */
body {
  margin: 0;
  color: #2B2B2B;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  word-break: break-all;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  text-decoration: none;
  color: #2B2B2B;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, arial;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  outline: none;
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input::-moz-focus-inner {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 1rem;
}
@media (min-width: 0px) and (max-width: 750px) {
  html {
    font-size: 1rem;
  }
}

* {
  -webkit-overflow-scrolling: touch;
  word-break: break-word;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
  margin: 0;
  padding: 0;
}

a,
span {
  display: inline-block;
  vertical-align: middle;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.57;
}
@media (min-width: 992px) {
  body a:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #2B2B2B !important;
    transition: color 0.3s;
  }
}
@media (max-width: 991px) {
  body a:hover {
    text-decoration: none;
    color: #2B2B2B !important;
  }
}
body hr {
  margin: 0 auto;
}

main {
  min-height: 50vh;
}

.disabled {
  pointer-events: none !important;
}

.c-desc p {
  text-align: justify;
}

.text-center {
  text-align: center;
}

.color-red {
  color: #FF0000;
}

.only-sp {
  display: none !important;
}

@media (max-width: 991px) {
  .only-sp {
    display: block !important;
  }

  .only-pc {
    display: none !important;
  }
}
span, strong {
  display: inline-block;
  vertical-align: middle;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: middle;
}

.image-cover {
  position: relative;
  width: 100%;
  height: 0;
}
.image-cover a {
  display: block;
  height: 100%;
  width: 100%;
}
.image-cover .img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100% !important;
  height: 100% !important;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image-cover.image--contain .img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: contain;
     object-position: contain;
}
.image-cover.image--border {
  border: solid 1px #ebebeb;
  border-radius: 4px;
}
.image-cover.image--border .img {
  max-width: calc(100% - 6px) !important;
  max-height: calc(100% - 6px) !important;
  border-radius: 4px;
}
.image-cover.image-cover--1x1 {
  padding-bottom: 100%;
}
.image-cover.image-cover--cycle {
  padding-bottom: 100%;
  border-radius: 50%;
}
.image-cover.image-cover--16x9 {
  padding-bottom: 56.25%;
}
.image-cover.image-cover--19x4 {
  padding-bottom: 66%;
}
.image-cover.height-275 {
  padding-bottom: 0;
  height: 275px;
}

.card--video .image-cover a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icon/ic-v04.png") center center no-repeat;
  background-size: 40px;
}

ul {
  list-style: none;
  margin: 0;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * EasyZoom core styles
 */
.easyzoom {
  position: relative;
  /* 'Shrink-wrap' the element */
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: crosshair;
}

.easyzoom.is-error img {
  cursor: not-allowed;
}

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}

.list-infos li {
  position: relative;
  padding-left: 27px;
}
.list-infos li .icon {
  width: 20px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
}
.list-infos li em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list-infos li .font-weight-bold.text-danger {
  font-size: 16px;
  line-height: 26px;
}

input:focus, select:focus, button:focus {
  outline: none;
  box-shadow: none !important;
}

.fs14 {
  font-size: 14px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F7F7F7;
  z-index: 99999999999999;
  height: 100%;
}

#status {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0;
  transform: translate(-50%, -50%);
  z-index: 99999999999999;
  text-align: center;
  font-size: 50px;
}

article {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.header-top {
  padding-top: 20px;
  padding-bottom: 15px;
}
.header-top__infos a:hover {
  opacity: 1;
}
.header-top__infos ul > li + li {
  margin-top: 17px;
}
.header-top__banner .slick-dots li {
  height: 10px;
  width: auto;
  margin: 0 5px;
}
.header-top__banner .slick-dots li button {
  border: 2px solid #ff4b4b;
  border-radius: 50%;
  padding: 0;
  height: 10px;
  width: 10px;
  transition: all 0.3s;
}
.header-top__banner .slick-dots li button:before {
  display: none;
}
.header-top__banner .slick-dots li.slick-active button {
  background-color: #ff4b4b;
  width: 16px;
  border-radius: 20px;
}
.header-top h1 {
  margin-bottom: 31px;
}
.header .title {
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 18px;
}
.header .title.title-01 {
  padding-left: 10px;
  border-left: 5px solid #ff4b4b;
}
.header-bottom {
  height: 46px;
  position: relative;
}
.header-bottom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #cecece;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.16);
  background: #fff;
  z-index: 99;
}
.header-bottom-wrap.theme-blue {
  background-color: #3494ff;
}
.header-bottom-wrap.theme-blue ul > li > a > span {
  color: #fff;
}
.header-bottom .navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}
.header-bottom nav .navbar-nav {
  flex-grow: 1;
  justify-content: space-between;
}
.header-bottom nav .navbar-nav .nav-link {
  color: #2B2B2B;
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
}
.header-bottom nav .navbar-nav .nav-link:hover {
  color: #0078fe;
}
.header-bottom nav .navbar-nav .nav-link:first-child {
  padding-left: 0;
}
.header-bottom nav .navbar-nav .active .nav-link {
  color: #0078fe;
}
.header-bottom nav .navbar-nav .dropdown-toggle:hover + .dropdown-menu {
  display: block;
}
.header-bottom nav .navbar-nav .dropdown-toggle + .dropdown-menu {
  margin: 0;
}
.header-bottom nav .navbar-nav .dropdown-toggle + .dropdown-menu:hover {
  display: block;
}
.header-bottom nav .navbar-nav .dropdown-toggle + .dropdown-menu .dropdown-item {
  font-size: 15px;
}
.header-bottom nav .form-search {
  width: 300px;
}
@media (min-width: 992px) {
  .header-bottom nav .form-search {
    margin-left: 100px;
  }
}
.header-bottom nav .form-search .form-control {
  border-color: #cecece;
  padding-right: 50px;
  background: url("../images/icon/search.png") calc(100% - 18px) center no-repeat;
  height: 34px;
  font-size: 12px;
  width: 100%;
  padding-left: 19px;
}
.header.theme-black {
  color: #fff;
  background-color: #171717;
}
.header.theme-black .header_infos {
  border-bottom: 1px solid #707070;
  padding: 10px 0;
}
.header.theme-black .title.title-01 {
  padding-left: 0;
  border-left: none;
}
.header.theme-black .header-top__infos .list-infos li {
  position: relative;
  padding-left: 0;
  display: flex;
}
.header.theme-black .header-top__infos .list-infos li span:first-child {
  white-space: nowrap;
  margin-right: 5px;
}
.header.theme-black .header-top__infos .list-infos li .icon {
  display: none;
}
.header.theme-black .header-bottom {
  background-color: #171717;
  height: 46px;
}
@media (max-width: 991px) {
  .header.theme-black .header-bottom .navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
  }
}
.header.theme-black .header-bottom .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.header.theme-black .header-bottom .header-bottom-wrap {
  background-color: #171717;
  border-color: #707070;
}
@media (max-width: 991px) {
  .header.theme-black .header-bottom .navbar-dark .navbar-toggler {
    color: #fff;
    border-color: #fff;
  }
  .header.theme-black .header-bottom .navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
  }
  .header.theme-black .header-bottom .header-bottom-wrap {
    padding: 10px 0;
  }
}
.header.theme-black .header-bottom nav .navbar-nav .nav-link {
  color: #ffffff;
  padding: 9px 0;
}
@media (min-width: 992px) {
  .header.theme-black .header-bottom nav .navbar-nav .nav-link:hover, .header.theme-black .header-bottom nav .navbar-nav .nav-link.active {
    background: #171717;
    opacity: 1;
    color: #0078fe !important;
  }
  .header.theme-black .header-bottom nav .navbar-nav .nav-link:hover span, .header.theme-black .header-bottom nav .navbar-nav .nav-link.active span {
    color: #0078fe !important;
  }
}
@media (max-width: 991px) {
  .header.theme-black .header-bottom nav .navbar-nav .nav-link.active, .header.theme-black .header-bottom nav .navbar-nav .nav-link:hover {
    background: #171717;
    opacity: 1;
    color: #0078fe !important;
  }
  .header.theme-black .header-bottom nav .navbar-nav .nav-link.active span, .header.theme-black .header-bottom nav .navbar-nav .nav-link:hover span {
    color: #0078fe !important;
  }
}
.header.theme-black .header-bottom nav .form-search .form-control {
  border-color: #fff;
}
.header.theme-black .header-bottom nav .dropdown-menu li > a > span {
  color: #000000;
}
.header.theme-black .header-bottom nav .navbar-nav .nav-link:first-child {
  padding-left: 0.5rem;
}
.header.theme-black .header-bottom .form-control {
  color: #ffffff;
  opacity: 1;
}
.header.theme-black .header-bottom .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.header.theme-black .header-bottom .form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.header.theme-black .header-bottom .form-control::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.header.theme-black .header-bottom .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}

.menuFixedActive .header-bottom-wrap {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.header-bottom .theme-blue .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.header-bottom .theme-blue nav .navbar-nav .nav-link {
  color: #ffffff;
}
@media (min-width: 992px) {
  .header-bottom .theme-blue nav .navbar-nav .nav-link:hover, .header-bottom .theme-blue nav .navbar-nav .nav-link.active {
    background: #0078fe;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .header-bottom .theme-blue nav .navbar-nav .nav-link.active {
    background: #0078fe;
    opacity: 1;
  }
}
.header-bottom .theme-blue nav .form-search .form-control {
  border-color: #fff;
}
.header-bottom .theme-blue nav .dropdown-menu li > a > span {
  color: #000000;
}
.header-bottom .theme-blue nav .navbar-nav .nav-link:first-child {
  padding-left: 0.5rem;
}
.header-bottom .theme-blue .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.header-bottom .theme-blue .form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.header-bottom .theme-blue .form-control::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.header-bottom .theme-blue .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}

.title--md {
  font-size: 24px;
  line-height: 36px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
}

.sidebar__title,
.title--02 {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  border-bottom: 2px solid #CECECE;
  padding: 5px 0;
  position: relative;
  margin-bottom: 6px;
}
.sidebar__title:after,
.title--02:after {
  content: "";
  height: 2px;
  width: 100px;
  background-color: #FF4B4B;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 9;
}

.list-car li {
  border-bottom: 1px solid #CECECE;
}
.list-car li a {
  height: 49px;
  display: flex;
  padding: 5px 20px;
  align-items: center;
}

.card--01 {
  border-radius: 0;
  margin-bottom: 25px;
}
.card--01 .card-img-top {
  border-radius: 0;
}
.card--01 .card-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 8px;
}
.card--01 .trimText {
  height: 51px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-30 {
  padding-top: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.trimText {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}

.banner-slider .slick-prev {
  left: 20px;
  background: url("../images/icon/prev.png") center no-repeat;
}
.banner-slider .slick-next {
  right: 20px;
  background: url("../images/icon/next.png") center no-repeat;
}
.banner-slider .slick-prev,
.banner-slider .slick-next {
  width: 40px;
  height: 40px;
  z-index: 99;
}
.banner-slider .slick-prev:before,
.banner-slider .slick-next:before {
  display: none;
}
.banner-slider .slick-prev:hover,
.banner-slider .slick-next:hover {
  opacity: 0.8;
}
.banner-slider .slick-dots {
  bottom: -22px;
}

.product-4item-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.product-4item-slider .slick-prev {
  left: 20px;
  background: url("../images/icon/prev.png") center no-repeat;
}
.product-4item-slider .slick-next {
  right: 20px;
  background: url("../images/icon/next.png") center no-repeat;
}
.product-4item-slider .slick-prev,
.product-4item-slider .slick-next {
  width: 40px;
  height: 40px;
  z-index: 99;
  top: 25%;
}
.product-4item-slider .slick-prev:before,
.product-4item-slider .slick-next:before {
  display: none;
}
.product-4item-slider .slick-prev:hover,
.product-4item-slider .slick-next:hover {
  opacity: 0.8;
}
.product-4item-slider .item {
  padding: 0 15px;
}

.slick-dotted.slick-slider {
  margin-bottom: 20px;
}

.card--02 {
  margin-bottom: 30px;
}
.card--02 .card-img-top {
  width: auto;
  max-width: 100%;
}
.card--02 .card-title {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  margin: 5px 0 0;
}

.list-service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-service .item {
  text-align: center;
  width: 25%;
  min-width: 150px;
}

.list-service-wwrap {
  overflow: hidden;
}

.product-wrap {
  margin-bottom: -55px;
}
.product-wrap .card-title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .product-wrap .card-title {
    height: auto;
  }
}
.product-wrap .card-title + ul {
  margin-top: 5px;
}
.product-wrap .card-title + ul .list-title {
  margin-right: 3px;
}
.product-wrap .card-title + ul li {
  font-size: 14px;
  line-height: 26px;
}
.product-wrap .card--01 {
  margin-bottom: 55px;
}

.text-danger {
  color: #FF4B4B;
}

.product-thumbnail-media {
  width: 55%;
}

.product-detail-media {
  width: 55%;
  position: relative;
  padding-left: 90px;
  overflow: hidden;
}
.product-detail-media .sliderProductContent {
  width: calc(100% - 1px);
  margin-left: 1px;
}
.product-detail-media .sliderProductContent .item {
  padding: 5px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}
.product-detail-media .sliderProductContent .image-cover .img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.product-detail-media .sliderProductNav-wrap {
  position: absolute;
  top: 0;
  left: 0;
}
.product-detail-media .sliderProductNav-wrap .sliderProductNav {
  width: 80px;
}
.product-detail-media .sliderProductNav-wrap .sliderProductNav .item {
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}

:focus {
  outline: none !important;
}

.sliderProductNav .slick-current {
  border-color: #0078fe !important;
}

.product-detail-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 55px;
}

.product-detail-infos {
  width: 45%;
  padding-left: 20px;
}
.product-detail-infos .label {
  font-size: 14px;
  line-height: 22px;
  margin-right: 5px;
}

.btn-buynow {
  width: 160px;
  height: 42px;
  background-color: #FF4B4B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  border-radius: 0;
}

.btn-red {
  height: 42px;
  background-color: #FF4B4B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  border-radius: 0;
}

.product-name {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}

.product-desc {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
}

.price-new {
  color: #FF4B4B;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}

.price-old {
  color: #7D7D7D;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: line-through;
}

.price-product * {
  display: inline;
  vertical-align: bottom;
}

article h4 {
  font-size: 20px;
}

.title.title--02.text-left {
  margin-bottom: 20px;
}

.ct-form-home {
  max-width: 700px;
  margin: 0 auto;
  padding: 15px;
  width: 100%;
}
@media (max-width: 991px) {
  .ct-form-home {
    padding-left: 0;
    padding-right: 0;
  }
}

.form-contact .form-group {
  margin-bottom: 30px;
}
.form-contact .form-control {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: 0 0;
}
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-contact .form-control::-moz-placeholder {
  font-weight: 300;
  color: #999;
}
.form-contact .form-control:-ms-input-placeholder {
  font-weight: 300;
  color: #999;
}
.form-contact .form-control::-ms-input-placeholder {
  font-weight: 300;
  color: #999;
}
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999;
}
.form-contact textarea {
  border-radius: 12px;
  height: 100% !important;
}
.form-contact .button {
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  display: inline-block;
  padding: 8px 25px;
  margin-top: 15px;
  border-radius: 5px;
  color: #333;
  text-transform: uppercase;
  border: 1px solid #b2b2b2;
}
.form-contact .button:hover {
  background: #333;
  color: #fff;
}
.form-contact .button-contactForm {
  background: #3b1d82;
  color: #fff;
  border-color: #3b1d82;
}
.form-contact .button-contactForm:hover {
  border-color: #ea0763;
  background: #b8024c;
  color: #fff;
}

.form-control:focus {
  box-shadow: unset !important;
  border-color: #ced4da;
}

input:focus {
  outline: 0;
}

.ct-form-home .form-contact .form-group {
  margin-bottom: 7px;
}

.ct-form-home .form-contact .form-control:hover {
  border-color: #999;
}

.ct-form-home .button-contactForm {
  background: 0 0;
  color: #000;
  border-color: #999;
  font-size: 13px;
}

.ct-form-home .button-contactForm:hover {
  background: #999;
  color: #fff;
}

.ct-form-home {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  padding: 30px;
}

.zoomImg img::-moz-selection {
  background-color: transparent;
}

.zoomImg img::selection {
  background-color: transparent;
}

.col-quantity {
  padding-right: 15px;
  padding-left: 15px;
}
.col-quantity .input-group-text, .col-quantity .form-control {
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 0;
  width: 160px;
}
.col-quantity .form-control {
  height: 42px;
}

.col-buyNow {
  padding-right: 15px;
  padding-left: 15px;
}

td.col-sm-8.col-md-6 {
  width: calc(100% - 520px);
}

td.col-sm-1.col-md-1 {
  width: 130px;
}

.table.table-hover {
  margin-top: 25px;
  min-width: 750px;
  overflow-x: scroll;
}

.media-heading a {
  font-size: 14px;
}

main > form {
  overflow: auto;
}

thead tr th {
  border-top: none !important;
  border-bottom: none !important;
}

.card-highlights {
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
.card-highlights .image-cover {
  transition: transform 0.3s;
}
.card-highlights:hover .image-cover {
  transform: scale(1.1);
}
.card-highlights .card-title {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #ffffff;
}
.card-highlights .infos {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
}
.card-highlights .infos__inner {
  padding-left: 13px;
  border-left: 4px solid #FF4B4B;
}
.card-highlights .infos__inner ul > li {
  font-size: 12px;
}

.block-sidebar .list-post .media--small h5 {
  font-size: 14px;
  line-height: 22px;
}
.block-sidebar .list-post .media--small .post-meta ul > li {
  font-size: 12px;
  line-height: 20px;
}
.block-sidebar .list-post .media--small + .media--small {
  margin-top: 17px;
}

.section-news__inner .media + .media {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ECECEC;
}

.box-logo {
  position: relative;
  border: 2px solid #CECECE;
  border-radius: 7px;
  overflow: hidden;
  width: 137px;
  height: 90px;
  margin: 30px auto;
}
.box-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 95% !important;
  max-height: 95% !important;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.bg-black {
  background-color: #171717;
}
.bg-black * {
  color: #ffffff;
}

.footer .footer-infos a:hover {
  opacity: 1;
}
.footer-top {
  padding-top: 60px;
  margin-bottom: 58px;
}
.footer .title-01 {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}
.footer .title-02 {
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.footer .title-02 span {
  border-bottom: 1px solid #7d7d7d;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 5px;
}
.footer .copyright {
  font-size: 14px;
  line-height: 22px;
  border-top: 1px solid #7D7D7D;
  padding-top: 20px;
  padding-bottom: 30px;
}
.footer .footer-contact .list-unstyled.list-infos li {
  padding-left: 30px;
}
.footer .footer-contact .list-unstyled.list-infos li span {
  font-size: 14px;
}
.footer .footer-contact .list-unstyled.list-infos li + li {
  margin-top: 18px;
}

#maps {
  width: 100%;
  height: 208px;
}

.footer-maps {
  width: 100%;
  height: 208px;
  position: relative;
  overflow: hidden;
  max-width: 590px;
}

.footer-infos h3 {
  margin-bottom: 20px;
}

.list-social {
  display: flex;
  align-items: center;
}
.list-social li + li {
  margin-left: 15px;
}

.icon-next, .icon-prev, .icon-email-g, .icon-email, .icon-search,
.icon-phone-g, .icon-phone, .icon-local-g, .icon-local {
  display: inline-block;
  background: url("../images/sprite.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.icon-next {
  background-position: -2px 0px;
  width: 40px;
  height: 40px;
}

.icon-prev {
  background-position: -2px -42px;
  width: 40px;
  height: 40px;
}

.icon-email-g {
  background-position: -2px -84px;
  width: 21px;
  height: 16px;
}

.icon-email {
  background-position: -2px -102px;
  width: 21px;
  height: 16px;
}

.icon-search {
  background-position: -2px -120px;
  width: 21px;
  height: 21px;
}

.icon-phone-g {
  background-position: -2px -143px;
  width: 18px;
  height: 18px;
}

.icon-phone {
  background-position: -22px -143px;
  width: 18px;
  height: 18px;
}

.icon-local-g {
  background-position: -25px -84px;
  width: 13px;
  height: 16px;
}

.icon-local {
  background-position: -25px -102px;
  width: 13px;
  height: 16px;
}

.icon-phone-w {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("../images/icon/phone-w.png") center no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.icon-face {
  width: 40px;
  height: 40px;
  background: url("../images/face-icon.png") center no-repeat;
  background-size: contain;
  display: inline-block;
}

.icon-youtube {
  width: 40px;
  height: 40px;
  background: url("../images/youtube-icon.png") center no-repeat;
  background-size: contain;
  display: inline-block;
}

.icon-zalo {
  width: 40px;
  height: 40px;
  background: url("../images/zalo-icon.png") center no-repeat;
  background-size: contain;
  display: inline-block;
}

@media (max-width: 991px) {
  .header-top__infos {
    margin-bottom: 40px;
  }

  .sidebar {
    margin-bottom: 40px;
  }

  .footer-infos,
.footer-maps {
    max-width: 590px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .footer-contact {
    width: 100%;
    max-width: 590px;
    margin: 0 auto;
  }

  .header-bottom {
    padding-bottom: 1px;
  }
  .header-bottom .form-search {
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .product-detail-infos {
    padding-left: 0;
    width: 100%;
  }

  .product-detail-media {
    margin-bottom: 30px;
    width: 100%;
    padding-left: 0;
  }
  .product-detail-media .image-cover.image-cover--1x1 {
    padding-bottom: 74%;
  }

  .header.theme-black .header-bottom {
    background-color: #171717;
    height: 60px;
  }

  .product-detail-media .sliderProductNav-wrap {
    position: initial;
    top: 0;
    left: 0;
  }

  .product-detail-media .sliderProductNav-wrap .sliderProductNav {
    width: 100%;
  }
}
.btn-collapse {
  display: none;
}

@media (min-width: 767px) {
  .show-sm-pc {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .sidebar__title {
    position: relative;
    padding: 10px 30px;
  }
  .sidebar__title .btn-collapse {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .sidebar__title .btn-collapse:focus {
    outline: none;
    box-shadow: none;
  }
  .sidebar__title .btn-collapse .icon-next {
    padding: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    height: 40px;
    transition: all 0.3s;
  }
  .sidebar__title .btn-collapse[aria-expanded=true] .icon-next {
    transform: rotate(90deg);
  }
}


/* Hotline Phone Call */
.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 120px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    width: 120px;
    z-index: 200000 !important;
}
.suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 100px;
    left: 0px;
    opacity: 0.1;
    position: absolute;
    top: 0px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px;
}
.suntory-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    left: 15px;
    position: absolute;
    top: 15px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}
.suntory-alo-ph-img-circle {
    /* animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim; */
    border: 2px solid transparent;
    border-radius: 100%;
    height: 50px;
    left: 25px;
    opacity: 0.7;
    position: absolute;
    top: 25px;
    transform-origin: 50% 50% 0;
    width: 50px;
}
.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover {
    opacity: 1;
}
.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
    border-color: #00aff2;
    opacity: 0.5;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
    border-color: #EB278D;
    opacity: 1;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #bfebfc;
    opacity: 1;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.9);
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
    background-color: #EB278D;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.9);
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle {
    background-color: #00aff2;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
    background-color: #EB278D;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #00aff2;
}
@keyframes suntory-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 suntory-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 suntory-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);
    }
}
.suntory-alo-ph-img-circle i {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 30px;
    line-height: 50px;
    padding-left: 10px;
    color: #fff;
}

/*=================== End phone ring ===============*/
@keyframes suntory-alo-ring-ring {
    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);
    }
}
.call-now-new {
    font-weight: bold;
    font-size: 17px;
    margin-top: -30px;
    display: block;
    background: #003399;
    color: white;
    text-align: center;
    border-radius: 4px;
}

/** contact-icon-groups **/
.contact-icon-groups {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 999;
    display: flex;
    flex-direction: column;
}

.contact-icon-groups .item-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 13px;
}
