@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Black";
  src: url("../fonts/Roboto-Black.eot");
  src: url("../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype"), url("../fonts/Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli-Regular";
  src: url("../fonts/Muli-Regular.eot");
  src: url("../fonts/Muli-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Regular.woff2") format("woff2"), url("../fonts/Muli-Regular.woff") format("woff"), url("../fonts/Muli-Regular.ttf") format("truetype"), url("../fonts/Muli-Regular.svg#Muli-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli-Bold";
  src: url("../fonts/Muli-Bold.eot");
  src: url("../fonts/Muli-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Bold.woff2") format("woff2"), url("../fonts/Muli-Bold.woff") format("woff"), url("../fonts/Muli-Bold.ttf") format("truetype"), url("../fonts/Muli-Bold.svg#Muli-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli-Light";
  src: url("../fonts/Muli-Light.eot");
  src: url("../fonts/Muli-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Light.woff2") format("woff2"), url("../fonts/Muli-Light.woff") format("woff"), url("../fonts/Muli-Light.ttf") format("truetype"), url("../fonts/Muli-Light.svg#Muli-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UTMAmericanSans";
  src: url("../fonts/UTMAmericanSans.eot");
  src: url("../fonts/UTMAmericanSans.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMAmericanSans.woff2") format("woff2"), url("../fonts/UTMAmericanSans.woff") format("woff"), url("../fonts/UTMAmericanSans.ttf") format("truetype"), url("../fonts/UTMAmericanSans.svg#UTMAmericanSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Main */
:root {
  --main-color: #0c002a;
  --hover-color: #d00000;
}

body {
  font-family: Roboto-Regular;
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
  color: #666666;
  margin-left: auto;
  margin-right: auto;
  min-width: calc(1190px + 30px);
}

.full {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

p,
h2,
h3,
h4 {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

input,
textarea,
button {
  outline: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.w-clear:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  width: calc(1190px + 30px);
}

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

img:not([src]) {
  visibility: hidden;
}

img.lazy {
  opacity: 0;
}

img:not(.initial) {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

img.initial, img.loaded, img.error {
  opacity: 1;
}

img.img-full, img.img-responsive, img.img-fluid {
  width: 100% !important;
  height: auto;
}

/*menu*/
.block-menu {
  background: #fff;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.block-menu.sticky {
  position: fixed;
}

#fix {
  height: 55px;
}

.menu-desktop {
  background: var(--main-color);
}

.form-search-menu {
  -webkit-box-flex: 0;
          flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  max-width: 200px;
  position: relative;
}

.form-search-menu input {
  background: #fff;
  height: 35px;
  width: 100%;
  border-radius: 16px;
  outline: none;
  border: none;
  padding: 0 40px 0 15px;
}

.form-search-menu input::-webkit-input-placeholder {
  color: #aaa;
}

.form-search-menu input:-ms-input-placeholder {
  color: #aaa;
}

.form-search-menu input::-ms-input-placeholder {
  color: #aaa;
}

.form-search-menu input::placeholder {
  color: #aaa;
}

.form-search-menu button {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  border: none;
  cursor: pointer;
  background: url(../images/header_32.png) no-repeat center center;
}

.headerTop {
  padding: 5px 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 0.75);
          box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 0.75);
  font-size: 15px;
  color: #666666;
}

.headerTop strong {
  color: var(--main-color);
}

.header_logo {
  -webkit-box-flex: 0;
          flex: 0 0 135px;
  -ms-flex: 0 0 135px;
  max-width: 135px;
}

.header_contact p:first-child {
  font: 15px Roboto-Bold;
  color: #4f5666;
  margin-bottom: 10px;
}

.header_contact:nth-child(2) {
  padding-left: 40px;
  background: url(../images/header_22.png) no-repeat left center;
}

.header_contact:nth-child(3) {
  padding-left: 55px;
  background: url(../images/header_19.png) no-repeat;
}

.header_contact:nth-child(4) {
  padding-left: 50px;
  background: url(../images/header_25.png) no-repeat;
}

.headerCenter {
  padding: 5px 0;
}

.menu {
  -webkit-box-flex: 0;
          flex: 0 0 calc(100% - 200px);
  -ms-flex: 0 0 calc(100% - 200px);
  max-width: calc(100% - 200px);
}

.menu ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu ul.primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu ul.primary-menu > li > a {
  white-space: nowrap;
  font: 15px Roboto-Medium !important;
  padding: 14.5px 25px !important;
  text-transform: capitalize;
  color: #fff !important;
}

.menu ul.primary-menu > li > a:hover, .menu ul.primary-menu > li > a.active {
  color: var(--hover-color) !important;
}

.menu ul li {
  position: relative;
  z-index: 1;
}

.menu ul li a {
  display: block;
  position: relative;
  font-size: 13px;
  color: var(--main-color);
  padding: 12px 12px 11px 12px;
  text-decoration: none !important;
}

.menu ul li a.has-child {
  padding-right: 16px;
  margin-right: 8px;
}

.menu ul li a.has-child::after {
  content: "";
  position: absolute;
  bottom: calc(50% - 4px / 2);
  right: 5px;
  width: 5px;
  height: 5px;
  border: 1px solid #fafafa;
  border-top: 0px;
  border-left: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menu ul li ul {
  position: absolute;
  min-width: 250px;
  margin-top: -5px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #fafafa;
  border-radius: 0.25rem;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu ul li:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.menu ul li ul li {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.menu ul li ul li a {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #313131;
  border-bottom: 1px solid #ececec;
}

.menu ul li ul li:last-child > a {
  border-bottom: 0px;
}

.menu ul li ul li a.has-child {
  margin-right: 0px;
}

.menu ul li ul li a.has-child:after {
  border-color: #313131;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu ul li ul li a.active,
.menu ul li ul li:hover > a {
  color: var(--hover-color);
}

.menu ul li ul li:hover > a.has-child:after,
.menu ul li ul li a.active.has-child:after {
  border-color: var(--hover-color);
}

.menu ul li ul li a {
  padding: 10px 0px 9px 0px;
  text-transform: capitalize;
}

.menu ul li ul li ul {
  top: -0.75rem;
  left: 100%;
  margin-top: 0px;
}

/*header-mobile*/
/*-----------------------------*/
.divLeft {
  position: relative;
  -webkit-box-flex: 0;
          flex: 0 0 275px;
  -ms-flex: 0 0 275px;
  max-width: 275px;
}

.divRight {
  -webkit-box-flex: 0;
          flex: 0 0 calc(100% - 270px);
  -ms-flex: 0 0 calc(100% - 270px);
  max-width: calc(100% - 270px);
}

.on-bar {
  position: relative;
}

.text-on-bar {
  background: #d00000 url(../images/header_35.png) no-repeat 35px center;
  font: 16px Roboto-Bold;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 14px 18px 67px;
  cursor: pointer;
  display: block;
}

.wrapper-dropdown-menu {
  width: 100%;
}

.on-bar .wrapper-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 9999;
}

.show-second-menu .on-bar:hover .wrapper-dropdown-menu {
  display: block;
}

.wrapper-dropdown-menu-inside {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.scroll-second-menu {
  overflow-y: auto;
  height: 403px;
}

.scroll-second-menu::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.scroll-second-menu::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.scroll-second-menu::-webkit-scrollbar-track {
  background-color: #d4d4d4;
}

.scroll-second-menu::-webkit-scrollbar-track-piece {
  background-color: #e7e7e7;
}

.scroll-second-menu::-webkit-scrollbar-thumb {
  height: 60px;
  background-color: #d4d4d4;
}

.scroll-second-menu::-webkit-scrollbar-corner {
  background-color: #e7e7e7;
}

.scroll-second-menu::-webkit-resizer {
  background-color: #e7e7e7;
}

.text-second-menu {
  padding: 9.2px 25px 9.2px 0;
  position: relative;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sub-menu {
  margin: 0;
  width: 240px;
  list-style: none;
  padding-left: 0;
  background: #fff;
  position: absolute;
  z-index: 999;
  border-top: 3px solid #0c002a;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sub-menu li {
  position: relative;
  text-align: left;
}

.sub-menu li + li {
  border-top: 1px solid #f0f0f0;
}

.sub-menu li a {
  position: relative;
  display: block;
  padding: 9.2px 15px !important;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
}

.sub-menu li ul {
  left: 100%;
  top: -3px;
  margin-left: 0px;
  margin-top: 0;
  -webkit-transform: rotate3d(0, 1, 0, 90deg);
  transform: rotate3d(0, 1, 0, 90deg);
}

.sub-menu li:hover > a {
  background: rgba(0, 0, 0, 0.1);
}

.sub-menu li:hover > ul {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}

.second-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.second-menu > li + li {
  border-top: 1px solid #f0f0f0;
}

.second-menu > li > a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #000;
  padding: 0 18px;
  text-transform: uppercase;
}

.second-menu > li .sub-menu {
  left: 100%;
  top: 0;
  height: 100%;
  background: #fff;
  border-top: 0;
  -webkit-transform: rotate3d(0, 1, 0, 90deg);
  transform: rotate3d(0, 1, 0, 90deg);
}

.second-menu > li .sub-menu li {
  position: unset;
}

.second-menu > li:hover > .sub-menu {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}

.second-menu > li:hover > a {
  color: #fff;
}

.second-menu > li:hover {
  background: #0c002a;
}

.second-menu .sub-menu li + li {
  border-top-color: #f0f0f0;
}

/*slide*/
.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 45px / 2);
}

.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  margin: 0px;
  background-color: #000000;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.control-owl button.owl-prev {
  left: 20px;
}

.control-owl button.owl-next {
  right: 20px;
}

.control-owl button:hover {
  opacity: 1;
}

.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
  height: calc(1em + 1.25rem + 8px);
}

.text-sm {
  font-size: 0.875rem !important;
}

/*slide*/
/* Breadcrumb */
.breadCrumbs {
  background-color: #eee;
}

.breadCrumbs .wrapper {
  padding: 0.75rem 15px;
}

.breadCrumbs .wrapper .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadCrumbs .wrapper .breadcrumb-item a {
  color: #212529;
}

.breadCrumbs .wrapper .breadcrumb-item.active a {
  color: #6c757d;
}

.listBox {
  color: #fff;
}

.listBox p {
  font-size: 25px;
}

.listBox h3 {
  font: 50px Roboto-Black;
}

.listBox div {
  position: absolute;
  left: 6%;
  top: 6%;
  width: 88%;
  height: 88%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.listBox div p,
.listBox div h3 {
  position: relative;
  z-index: 3;
}

.listBox div::before {
  position: absolute;
  content: "";
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  width: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.listBox:hover div::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.about {
  padding: 40px 0;
  background: url(../images/bg-about_02.png) no-repeat;
  background-size: cover;
}

.about .header-container h2 {
  font-size: 40px;
}

.about .header-container p {
  font-size: 20px;
}

.about_element > p {
  font: 30px Muli-Regular;
  text-align: center;
}

.about_element > div {
  line-height: 26px;
}

.about_element > a {
  display: inline-block;
  padding: 15px 70px;
  position: relative;
  margin-top: 25px;
}

.about_element > a span {
  position: relative;
  color: #fff;
}

.about_element > a::before {
  position: absolute;
  content: "";
  background: var(--main-color);
  top: 0;
  left: 0;
  height: 100%;
  right: 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
}

.about_element > a::after {
  position: absolute;
  content: "";
  background: var(--hover-color);
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  -webkit-clip-path: polygon(10px 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(10px 0, 100% 0, 100% 100%, 0% 100%);
}

.spec {
  padding: 40px 0;
}

.spect__slick--items {
  padding: 0 5px;
}

.spec__slick {
  margin: 0 -5px;
}

.specBox h3 {
  color: #fff;
  font-size: 15px;
  padding: 20px 10px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.2);
}

.specBox h3.text-split {
  -webkit-line-clamp: 1;
}

.specBox h3::before, .specBox h3::after {
  position: absolute;
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  background: linear-gradient(to right, transparent, #fff, transparent);
}

.specBox h3::before {
  top: 0;
}

.specBox h3::after {
  bottom: 0;
}

.specBox:hover h3 {
  opacity: 1;
  visibility: visible;
}

.spec-arrow {
  background: var(--main-color);
  color: #fff;
  width: 45px;
  height: 45px;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: calc(50% - 22.5px);
}

.spec-arrow.prev {
  left: -65px;
  -webkit-clip-path: polygon(10px 0%, 100% 0, 100% 50%, 100% 100%, 10px 100%, 0% 50%);
          clip-path: polygon(10px 0%, 100% 0, 100% 50%, 100% 100%, 10px 100%, 0% 50%);
}

.spec-arrow.next {
  right: -65px;
  -webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%, 0% 50%);
}

.loadPro_head {
  -webkit-box-shadow: 0 2px 0 var(--main-color) inset;
          box-shadow: 0 2px 0 var(--main-color) inset;
  background: #f7f7f7;
  margin-bottom: 30px;
}

.loadPro_head h3 {
  color: #fff;
  background: var(--main-color);
  padding: 15px 40px;
  position: relative;
  text-transform: uppercase;
  font: 18px Roboto-Bold;
}

.loadPro_head h3::before {
  position: absolute;
  content: "";
  background: var(--hover-color);
  top: 7px;
  bottom: 7px;
  width: 5px;
  border-radius: 3.5px;
  left: -2.5px;
  z-index: 2;
}

.loadPro_head h3::after {
  position: absolute;
  content: "";
  width: 25px;
  top: 0;
  height: 100%;
  left: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--main-color)), color-stop(50%, #16004d));
  background: linear-gradient(to right, var(--main-color) 50%, #16004d 50%);
  -webkit-transform: skewX(-20deg) translateX(-10px);
          transform: skewX(-20deg) translateX(-10px);
}

.pro__items {
  margin-bottom: 45px;
}

.service__slick--items {
  padding: 0 25px;
}

.service__slick {
  margin: 0 -25px;
}

.service__name {
  font: 16px Roboto-Bold;
  text-transform: uppercase;
}

.service__name a {
  color: inherit;
}

.service__name.text-split {
  -webkit-line-clamp: 2;
}

.service__desc {
  font-size: 13px;
  margin: 10px 0;
}

.service__desc.text-split {
  -webkit-line-clamp: 3;
}

.service__photo {
  width: 145px;
  height: 145px;
  margin: 0 auto 15px auto;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px dashed var(--main-color);
}

.service__photo div {
  margin: 10px;
  border-radius: 50%;
  background: var(--main-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}

.service_box:hover .service__photo {
  border-color: var(--hover-color);
}

.service_box:hover .service__photo div {
  background: var(--hover-color);
}

.service_box:hover .service__name a {
  color: var(--hover-color);
}

.service {
  padding: 50px 0;
}

.support {
  position: relative;
  padding: 60px;
}

.support::before, .support::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  z-index: -1;
}

.support::after {
  background: url(../images/bg-right-support.png) no-repeat center center;
  background-size: cover;
  top: 0;
  right: 0;
}

.support::before {
  background: url(../images/bg-left-support.png) no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
}

.newsletter {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}

.why {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
  padding-left: 45px;
  color: #fff;
}

.form-newsletter {
  background: #fff;
  padding: 55px;
}

.form-newsletter h3 {
  font: 30px Muli-Regular;
}

.form-newsletter p {
  font: 15px Muli-Regular;
  margin-bottom: 20px;
}

.form-newsletter span {
  display: block;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  margin: 15px 0;
  position: relative;
}

.form-newsletter span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #e6e6e6;
  z-index: 1;
}

.form-newsletter input {
  width: 100%;
  height: 35px;
  outline: none;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding: 0 10px;
}

.form-newsletter input::-webkit-input-placeholder {
  color: #333;
}

.form-newsletter input:-ms-input-placeholder {
  color: #333;
}

.form-newsletter input::-ms-input-placeholder {
  color: #333;
}

.form-newsletter input::placeholder {
  color: #333;
}

.form-newsletter #fullname {
  background: url(../images/newsleter_03.png) no-repeat right center;
}

.form-newsletter #phone {
  background: url(../images/newsleter_05.png) no-repeat right center;
}

.form-newsletter #address {
  background: url(../images/newsleter_09.png) no-repeat right center;
}

.form-newsletter #email {
  background: url(../images/newsleter_12.png) no-repeat right center;
}

.form-newsletter div[class*=col-] {
  margin-bottom: 15px;
}

.form-newsletter button {
  background: var(--hover-color);
  color: #fff;
  font-family: Roboto-Bold;
  padding: 15px 45px;
  outline: none;
  border: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.form-newsletter button:hover {
  background: var(--main-color);
}

.why_title {
  margin-bottom: 35px;
}

.why_title h3 {
  font: 30px Roboto-Bold;
}

.why_title p {
  font: 13px Muli-Regular;
}

.why_slick {
  margin: 0 -20px;
}

.why_slick .slick-slide {
  padding: 0 20px;
}

.why_slick .slick-slide > div:first-child {
  margin-bottom: 30px;
}

.choose_icon {
  -webkit-box-flex: 0;
          flex: 0 0 86px;
  -ms-flex: 0 0 86px;
  max-width: 86px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}

.choose_info {
  -webkit-box-flex: 0;
          flex: 0 0 calc(100% - 86px);
  -ms-flex: 0 0 calc(100% - 86px);
  max-width: calc(100% - 86px);
  padding-left: 15px;
}

.choose_info h3 {
  font: 14px Roboto-Bold;
}

.choose_info p {
  color: #999999;
  font-size: 13px;
}

.choose_info .text-split {
  -webkit-line-clamp: 2;
}

.news__slick--items {
  padding: 0 12px;
}

.news__slick {
  margin: 0 -12px;
}

.news {
  padding: 60px 0;
}

.partner__slick--items {
  padding: 0 7px;
}

.partner__slick {
  margin: 0 -7px;
}

.partner {
  padding: 45px 0;
}

.partner-arrows {
  position: absolute;
  background: #c1c1c1;
  width: 15px;
  height: 19px;
  z-index: 3;
  top: calc(50% - 9.5px);
  outline: none;
  border: none;
  cursor: pointer;
}

.partner-arrows.prev {
  left: -35px;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.partner-arrows.next {
  right: -35px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.media {
  padding: 60px 0;
  background: url(../images/bg-video.png) no-repeat;
  background-size: cover;
}

.fanpage {
  -webkit-box-flex: 0;
          flex: 0 0 580px;
  -ms-flex: 0 0 580px;
  max-width: 580px;
}

.video {
  -webkit-box-flex: 0;
          flex: 0 0 580px;
  -ms-flex: 0 0 580px;
  max-width: 580px;
}

.footerMap iframe {
  display: block;
  width: 100%;
  height: 450px;
}

.footerPowered {
  font: 12px Muli-Regular;
  color: #fff;
  background: var(--hover-color);
  padding: 15px 0;
}

.footerArticle {
  background: url(../images/bg-footer_02.png) no-repeat;
  background-size: cover;
  padding: 60px 0;
  color: #fff;
}

.footer_info {
  -webkit-box-flex: 0;
          flex: 0 0 675px;
  -ms-flex: 0 0 675px;
  max-width: 675px;
  padding-right: 40px;
}

.footer_info > h3 {
  font: 15px Roboto-Bold;
  margin-bottom: 15px;
}

.footer_info article {
  margin: 20px 0;
}

.footer_info article p {
  padding: 5px 0;
}

.footer_term {
  -webkit-box-flex: 0;
          flex: 0 0 350px;
  -ms-flex: 0 0 350px;
  max-width: 350px;
  padding-right: 30px;
}

.footer__category {
  -webkit-box-flex: 0;
          flex: 0 0 165px;
  -ms-flex: 0 0 165px;
  max-width: 165px;
}

.footer_term h3, .footer__category h3 {
  font: 15px Roboto-Bold;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.footer_term h3::after, .footer__category h3::after {
  position: absolute;
  content: "";
  background: #fff;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
}

.footer_term a, .footer__category a {
  font-size: 13px;
  display: block;
  margin: 10px 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.footer_term a:hover, .footer__category a:hover {
  color: var(--hover-color);
}

#show_popup {
  padding: 0 !important;
}

.wow {
  visibility: hidden;
}

.noidung iframe,
.noidung object {
  max-width: 100% !important;
}

.noidung table {
  width: 100%;
}

.noidung *:not(iframe):not(object) {
  max-width: 100% !important;
  height: auto !important;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

/* Scale IMG */
.overflow-hidden {
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.hover-scale img {
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.hover-scale:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.hover-rotateZ img {
  -webkit-transition: 0.8s !important;
  transition: 0.8s !important;
}

.hover-rotateZ:hover img {
  -webkit-transform: rotateZ(30deg);
          transform: rotateZ(30deg);
}

.hover-rotateY img {
  -webkit-transition: 0.8s !important;
  transition: 0.8s !important;
}

.hover-rotateY:hover img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.yt {
  position: relative;
  aspect-ratio: 139 / 106;
}

/* Transition All */
.transition {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/**/
/* General */
/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
  display: none;
}

/* Scroll Top */
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

.modal-quickiew {
  max-width: 1000px !important;
}

.fw-bold {
  font-weight: bold;
}

.ft-italic {
  font-style: italic;
}

.slick-data {
  display: none !important;
}

.slick-data.loaded {
  display: block !important;
}

.slick-data.slick-dotted {
  margin-bottom: 0;
}

/* News */
.col-news {
  padding: 0 10px;
  margin-bottom: 20px;
}

.row-news {
  margin: 20px -10px 0 -10px;
}

.news_box {
  position: relative;
}

.news_box:hover .news__name a {
  color: var(--hover-color);
}

.news__info {
  border: 1px solid #e6e6e6;
  border-top: none;
  padding: 30px;
}

.news__info p a {
  color: #d00000;
}

.news__name {
  color: #000;
  font-size: 18px;
  line-height: 23px;
  height: 46px;
  margin-bottom: 7px;
}

.news__name a {
  color: inherit;
}

.news__name.text-split {
  -webkit-line-clamp: 2;
}

.news__desc {
  color: #737373;
  font-size: 13px;
  margin-bottom: 10px;
}

.news__desc.text-split {
  -webkit-line-clamp: 3;
}

.othernews b {
  margin-bottom: 10px;
}

.list-news-other {
  padding-left: 17px;
  list-style: square;
}

.list-news-other li {
  margin-bottom: 2px;
}

.list-news-other li a {
  text-transform: none;
  color: #333333;
}

.list-news-other li a:hover {
  color: #ec2d3f;
}

/* Product */
.row-product {
  margin: 25px -12px 0 -12px;
}

.col-product {
  padding: 0 12px;
  margin-bottom: 24px;
}

.product_box {
  position: relative;
  border: 1px solid #e6e6e6;
}

.product_box:hover .product__name a {
  color: #d00000;
}

.product__info {
  position: relative;
}

.product__name {
  color: #fff;
  font-size: 15px;
  text-align: center;
  background: #7f7f7f;
  padding: 15px;
}

.product__name a {
  color: inherit;
  display: inline-block;
  line-height: 20px;
  height: 40px;
}

.product__name .text-split {
  -webkit-line-clamp: 2;
}

.product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 10px;
  font-size: 15px;
}

.price__pro_new a,
.price__pro_new strong {
  color: #cc0000;
}

.price__pro_old del {
  color: #aaa;
}

.product__price .price__pro_new + .price__pro_old {
  margin-left: 7px;
}

.discount-pro-detail {
  font-size: 12px;
  font-style: italic;
}

.left-pro-detail {
  -webkit-box-flex: 0;
          flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  max-width: 40%;
  margin-bottom: 20px;
  padding-right: 7px;
  position: relative;
  text-align: center;
}

.left-pro-detail .MagicZoom {
  border: 1px solid #eee;
  padding: 7px;
  border-radius: 5px;
  background-color: #ffffff;
}

.right-pro-detail {
  -webkit-box-flex: 0;
          flex: 0 0 calc(100% - 40%);
  -ms-flex: 0 0 calc(100% - 40%);
  max-width: calc(100% - 40%);
  margin-bottom: 20px;
  padding-left: 7px;
}

.tabs-pro-detail {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}

/* Product Detail */
.grid-pro-detail {
  margin-bottom: 3rem;
}

.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}

.owl-pro-detail {
  padding: 0px 30px;
}

.control-pro-detail button {
  background-color: transparent;
  color: #222222;
  opacity: 1;
  width: 25px;
  font-size: 23px;
}

.control-pro-detail button:hover {
  opacity: 0.7;
}

.control-pro-detail button.owl-prev {
  left: 0px;
}

.control-pro-detail button.owl-next {
  right: 0px;
}

.thumb-pro-detail {
  display: block !important;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #ffffff;
}

.thumb-pro-detail img {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-filter: brightness(100%) !important;
          filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}

.title-pro-detail {
  text-transform: capitalize;
  font-size: 20px;
  display: block;
  font-weight: 700;
}

.comment-pro-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}

.desc-pro-detail {
  margin-bottom: 1rem;
}

.attr-pro-detail {
  list-style: none;
  padding: 0px;
}

.attr-pro-detail li {
  margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
  margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
  margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}

.price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #ec2d3f;
}

.price-old-pro-detail {
  font-weight: 500;
  color: #6c757d;
  text-decoration: line-through;
  padding-left: 10px;
}

.tags-pro-detail a {
  float: left;
  font-size: 13px;
  padding-bottom: 0.375rem;
  margin: 0px 5px 5px 0px;
}

.tags-pro-detail a i {
  font-size: 11px;
  margin: 5px 5px 0px 0px;
}

.tabs-pro-detail {
  margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link {
  border-top-width: 3px;
  font-size: 13px;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link.active {
  border-top-color: #555555;
}

.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  border-top-color: #555555;
}

/* Contact */
.contact-article {
  margin-bottom: 3rem;
}

.contact-input {
  position: relative;
  margin-bottom: 15px;
}

.contact-input textarea {
  resize: none;
  height: 150px;
}

.contact-input .custom-file-label::after {
  content: attr(title);
}

.contact-map {
  position: relative;
  height: 500px;
}

.contact-map iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

/*video*/
.video-name {
  font: 14px Roboto-Bold;
  text-align: center;
  margin-top: 10px;
}

.video-name.text-split {
  -webkit-line-clamp: 2;
}

.col-video {
  padding: 10px;
  margin-bottom: 20px;
}

.video {
  cursor: pointer;
}

.youtube-logo {
  position: relative;
}

.youtube-logo::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 35px;
  top: calc(50% - 50px / 2);
  left: calc(50% - 35px / 2);
  z-index: 1;
  background: url(../images/play.png) no-repeat;
  background-size: 100% 100%;
}

/*video*/
.col-photo {
  padding: 0 10px;
  margin-bottom: 20px;
}

.row-photo {
  margin: 20px -10px 0 -10px;
}

#player {
  display: block;
  aspect-ratio: 580 / 330;
  width: 100%;
  margin-bottom: 10px;
}

#cbo_video {
  outline: none;
  border: none;
  padding: 0 15px;
  height: 30px;
  width: 100%;
}

.item-video-addon {
  padding: 0 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.slick-video-addon {
  margin: 0 -5px;
}

.section-main {
  margin-top: 15px;
  margin-bottom: 25px;
}

.title-main {
  margin-bottom: 1.5rem;
  text-align: center;
}

.title-main h2 {
  text-transform: uppercase;
  color: var(--color-red);
  font-weight: 800;
  font-size: 23px;
}

.time-main {
  margin-bottom: 0.75rem;
  color: #999999;
}

.time-main i {
  vertical-align: top;
  margin: 3px 7px 0px 0px;
}

.time-main span {
  vertical-align: top;
  display: inline-block;
}

.header-container {
  text-align: center;
  padding-bottom: 20px;
  background: url(../images/bg-headercontainer_03.png) no-repeat bottom center;
}

.header-container h2 {
  font: 35px UTMAmericanSans;
  color: var(--hover-color);
  text-transform: uppercase;
  margin-bottom: 5px;
}

.header-container p {
  font-size: 16px;
}

.share {
  padding: 17px 15px 10px 15px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}

.share b {
  display: block;
  margin-bottom: 5px;
}

/* Like Share */
.social-plugin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
}

.social-plugin .at-share-btn {
  margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
  margin-left: 3px;
}

/* Paging */
.pagination-cus .page-item {
  margin: 0 4px;
}

.pagination-cus .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-cus .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-cus .page-item.active .page-link {
  background: var(--main-color);
  color: white;
  border-color: var(--main-color);
}

.pagination-cus .page-item:not(:first-child) .page-link {
  margin-left: 0;
}

.pagination-cus .page-link {
  color: var(--main-color);
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
}

.pagination-cus .page-link:hover {
  z-index: 2;
  color: white;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

/* Paging Ajax */
.pagination-ajax {
  text-align: center;
}

.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 3px 3px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  color: #666 !important;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #ffffff;
}

.pagination-ajax a.current, .pagination-ajax a:hover {
  color: #ffffff !important;
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.pagination-ajax a.first {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.first::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-first.png);
}

.pagination-ajax a.last {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.last::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.prev::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.next::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-next.png);
}

/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background: rgba(128, 128, 128, 0.15);
}

.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}

.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}

.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}

.box-readmore ul li a:hover {
  color: #767676;
}

.box-readmore ul li::before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}

.box-readmore ul li ul > li {
  margin: 0;
  margin-bottom: 8px;
}

.box-readmore ul li ul > li::before {
  content: counters(item, ".") " ";
}

/*tienich-phone*/
.support-online {
  margin-bottom: 30px;
}

.support-online a {
  position: relative;
  margin: 20px 10px;
  text-align: left;
  width: 40px;
  height: 40px;
  display: block;
}

.support-online a span {
  border-radius: 2px;
  text-align: center;
  background: var(--main-color);
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #fff;
  z-index: 999;
  top: 0;
  left: 40px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-animation: headerAnimation 0.7s 1;
  animation: headerAnimation 0.7s 1;
}

.support-online a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent var(--main-color) transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}

.support-online a:hover span {
  display: block;
}

.support-online i,
.support-online img {
  width: 40px;
  height: 40px;
  background: var(--main-color);
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}

.support-online .btn-support {
  cursor: pointer;
}

.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(12, 0, 42, 0.5);
  opacity: 0.75;
  right: -10px;
}

.kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(12, 0, 42, 0.4);
  opacity: 0.1;
  border-color: var(--main-color);
  opacity: 0.5;
}

.social_fixed-phone {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 55px;
  line-height: 45px;
  color: #fff;
  z-index: 50;
  display: none;
  background: var(--main-color);
}

.social_fixed-phone ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.social_fixed-phone ul li {
  -webkit-box-flex: 0;
          flex: 0 0 100%/4;
  -ms-flex: 0 0 100%/4;
  max-width: 100%/4;
  width: 100%;
}

.social_fixed-phone ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-family: Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 1px;
  line-height: 2;
  height: 100%;
  border-left: 1px solid rgba(12, 0, 42, 0.2);
  padding-top: 3px;
}

.social_fixed-phone ul li a i {
  font-size: 19px;
}

.social_fixed-phone img {
  display: block;
  margin: 0 auto;
  height: 19px;
  max-width: 100%;
}

.social_fixed {
  position: fixed;
  right: 15px;
  bottom: 110px;
  z-index: 999;
}

.social_fixed a {
  display: block;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.swing-vertical {
  -webkit-animation: top-image-bounce 2s infinite ease-in-out;
          animation: top-image-bounce 2s infinite ease-in-out;
}

@-webkit-keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.vibration-icon {
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes customfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes customfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes customfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes customfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes customfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes customfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes customfadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes customfadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes customfadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes customfadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes customfadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes customfadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

.text-nhapnhay {
  -webkit-animation: my 700ms infinite;
  animation: my 700ms infinite;
}

@-webkit-keyframes my {
  0% {
    color: #ffc853;
  }
  50% {
    color: #f00;
  }
  100% {
    color: #ffc853;
  }
}

@keyframes my {
  0% {
    color: #ffc853;
  }
  50% {
    color: #f00;
  }
  100% {
    color: #ffc853;
  }
}

.rotate360 {
  -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

/* Blink */
.blink {
  -webkit-animation-name: blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blink;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=main.css.map */
.keyword-autocomplete{position:absolute;top:103%;left:0;right:0;width:100%;background:rgb(255 255 255 / 87%);border:1px solid var(--maincolor);font-size:13px;max-height:calc(80px * 4);overflow-x:hidden;overflow-y:auto}
.autocomplete_item{display:block;    border-bottom: 1px solid #ccc;
    padding: 5px;}.autocomplete_item a{padding:0.2rem!important;display:flex!important;align-items:center;gap:0.5rem}.autocomplete_item a picture{min-width:30%;max-width:30%;border-radius: 50%;
    overflow: hidden;
    padding: 5px;
    background: #fff;}.autocomplete_item a section{flex-grow:1;position:relative}
.autocomplete_item a h3{font-size:12px;color:#222;margin:0}.autocomplete_item a p{float:none;width:100%;text-align:left;line-height:unset;height:unset}.autocomplete_item a p span{font-size:12px}
.autocomplete_item a p span.price-per{top:0;right:0;z-index:2;width:auto;height:auto;padding:2.5px 5px;font-size:10px;line-height:unset}
.autocomplete_item:hover{background: #ccc;}
.box-category:nth-child(1){margin-bottom:20px; }
.box-category>h3 {
        padding: 5px 0;
      font: 19px UTMAmericanSans;
      text-transform: uppercase;
      margin-bottom: 23px;position: relative;
    }
.box-category>h3:before{    content: '';
    position: absolute;
    bottom: -6px;
    width: 49px;
    height: 3px;
    background: #f00;}
    .list-category {
        margin: 5px 0 0 5px;
        padding: 0;
        list-style: none;
        text-transform: capitalize;
    }
    .list-category li {
        position: relative;
    padding: 8px 0;
    border-bottom: 1px solid #dfdfdf;
    }
    .list-category li ul{border-left: 1px solid #dfdfdf;
    margin-left: 10px;
    padding-left: 10px;}
    .list-category li ul li{border: 0;}
    .list-category ul {
        margin: 0 0 0 20px;
        padding: 0;
        list-style: none;
        display: none;
    }
    .plus-toggle,
    .cat-toggle {
        position: absolute;
        top: 8.5px;
        right: 15px;
        cursor: pointer;
        width: 15px;
        height: 15px;
        text-align: center;
    }
    .list-category li.active>a {
        color: #f00;
    }
    .box-category .autocomplete_item a picture{border-radius: 0;}
    .box-category .autocomplete_item{background: #fff !important;}
    .box-category .autocomplete_item a h3:hover{color: #f00;}
    .box-category .autocomplete_item a h3{font-family: 'Roboto-Medium';font-size: 15px;}