/*Add font ================================*/
@font-face {
  font-family: "SanFranciscoDisplay";
  src: url("../fonts/SanFranciscoDisplay-Light.woff2") format("woff2"), url("../fonts/SanFranciscoDisplay-Light.woff") format("woff"), url("../fonts/SanFranciscoDisplay-Light.ttf") format("truetype"), url("../fonts/SanFranciscoDisplay-Light.otf") format("opentype"), url("../fonts/SanFranciscoDisplay-Light.eot#iefix") format("embedded-opentype"), url("../fonts/SanFranciscoDisplay-Light.svg#SanFranciscoDisplay-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SanFranciscoDisplay";
  src: url("../fonts/SanFranciscoDisplay-Regular.woff2") format("woff2"), url("../fonts/SanFranciscoDisplay-Regular.woff") format("woff"), url("../fonts/SanFranciscoDisplay-Regular.ttf") format("truetype"), url("../fonts/SanFranciscoDisplay-Regular.otf") format("opentype"), url("../fonts/SanFranciscoDisplay-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/SanFranciscoDisplay-Regular.svg#SanFranciscoDisplay-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SanFranciscoDisplay";
  src: url("../fonts/SanFranciscoDisplay-Medium.woff2") format("woff2"), url("../fonts/SanFranciscoDisplay-Medium.woff") format("woff"), url("../fonts/SanFranciscoDisplay-Medium.ttf") format("truetype"), url("../fonts/SanFranciscoDisplay-Medium.otf") format("opentype"), url("../fonts/SanFranciscoDisplay-Medium.eot#iefix") format("embedded-opentype"), url("../fonts/SanFranciscoDisplay-Medium.svg#SanFranciscoDisplay-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SanFranciscoDisplay";
  src: url("../fonts/SanFranciscoDisplay-Semibold.woff2") format("woff2"), url("../fonts/SanFranciscoDisplay-Semibold.woff") format("woff"), url("../fonts/SanFranciscoDisplay-Semibold.ttf") format("truetype"), url("../fonts/SanFranciscoDisplay-Semibold.otf") format("opentype"), url("../fonts/SanFranciscoDisplay-Semibold.eot#iefix") format("embedded-opentype"), url("../fonts/SanFranciscoDisplay-Semibold.svg#SanFranciscoDisplay-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SanFranciscoDisplay";
  src: url("../fonts/SanFranciscoDisplay-Bold.woff2") format("woff2"), url("../fonts/SanFranciscoDisplay-Bold.woff") format("woff"), url("../fonts/SanFranciscoDisplay-Bold.ttf") format("truetype"), url("../fonts/SanFranciscoDisplay-Bold.otf") format("opentype"), url("../fonts/SanFranciscoDisplay-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/SanFranciscoDisplay-Bold.svg#SanFranciscoDisplay-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.container {
  width: 375px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.banner_full {
  width: 100%;
}
.banner_full a {
  width: 100%;
}
.banner_full a img {
  width: 100%;
}

button:hover, button:focus, input:hover, input:focus, .btn:hover, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto;
}

.img > a {
  overflow: hidden;
  aspect-ratio: 2/1;
  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;
}
.img > a:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.img > a img {
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  display: inline-block;
  outline: none;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

.input_hidden {
  height: 0;
  border: none;
  font-size: 0;
  background: none;
  padding: 0 !important;
  margin: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-size: unset;
  font-weight: normal;
}

p {
  margin: 0;
}

ul {
  margin: 0;
}
ul.list_none {
  list-style: none;
  padding: 0;
}

table {
  table-layout: fixed;
}

.table-responsive {
  width: 100%;
  overflow: auto;
}

.no-spinners {
  -moz-appearance: textfield;
}
.no-spinners::-webkit-outer-spin-button, .no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@-webkit-keyframes loading {
  from {
    left: -20px;
    width: 15%;
  }
  50% {
    width: 20%;
  }
  70% {
    width: 25%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}

@keyframes loading {
  from {
    left: -20px;
    width: 15%;
  }
  50% {
    width: 20%;
  }
  70% {
    width: 25%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
/* Custom fancybox */
.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
  -webkit-transform: translateY(-60px) scale(1.1);
          transform: translateY(-60px) scale(1.1);
  opacity: 0;
}

.fancybox-fx-material.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.fc-container .fancybox-bg {
  background: #eee;
}

.fancybox-is-open.fc-container .fancybox-bg {
  opacity: 0.95;
}

.fancybox-content {
  padding: 10px;
  overflow: unset;
}
.fancybox-content video {
  max-width: 100%;
}
.fancybox-content .fancybox-close-small {
  right: -9px;
  top: -9px;
  color: red;
  background: #FFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 3px;
}

label.error {
  color: #f00;
  display: block;
}

button {
  border: none;
  cursor: pointer;
}

input:focus, input:focus-visible, select:focus, select:focus-visible {
  border: none;
  outline: none;
}

.navigation {
  margin-top: 90px;
  width: 100%;
  padding: 20px 0;
  background: #4B4ECC;
}
@media (max-width: 992px) {
  .navigation {
    margin-top: 60px;
    padding: 15px 0;
  }
}
.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navigation ul li {
  position: relative;
  padding-right: 10px;
  padding-left: 14px;
}
.navigation ul li:first-child {
  padding-left: 0;
}
.navigation ul li:last-child {
  padding-right: 0;
}
.navigation ul li:not(:first-child):before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 12px;
  color: #FFF;
}
@media (max-width: 768px) {
  .navigation ul li.current {
    display: none;
  }
}
.navigation ul li a {
  font-size: 15px;
  color: #FFF;
}
.navigation ul li a.current {
  font-weight: 600;
}

/*upload-progress ------------------------------------------------------------*/
.fileupload .upload-progress {
  display: none;
  margin-bottom: 5px;
}
.fileupload .upload-progress.show {
  display: block;
}
.fileupload .upload-progress .progress-bar {
  background: #42b3e5;
  height: 4px;
}
.fileupload .list_uploaded {
  margin-left: -5px;
  margin-right: -5px;
}
.fileupload .list_uploaded:after {
  content: "";
  display: block;
  clear: both;
}
.fileupload .list_uploaded .pic-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  position: relative;
  max-width: 80px;
  width: 25%;
}
.fileupload .list_uploaded .pic-item img {
  width: 100%;
  border-radius: 3px;
  height: 45px;
}
.fileupload .list_uploaded .pic-item .btn-remove {
  color: #CE2C2C;
  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: 19px;
  line-height: 22px;
  position: absolute;
  right: 0px;
  top: -5px;
  font-weight: normal;
  border: 1px solid #CE2C2C;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 11px;
  background-color: #fff;
}
.fileupload .btn-upload {
  background: #ffffff;
  border: 1px solid #42b3e5;
  color: #000;
  overflow: hidden;
  position: relative;
  padding: 10px 20px;
  cursor: pointer;
  display: inline-block;
}
.fileupload .btn-upload input[type=file] {
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.video .video_item a.view {
  padding-top: 56%;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.video .video_item a.view:hover:before {
  background: rgba(0, 0, 0, 0.4);
}
.video .video_item a.view:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.video .video_item a.view:after {
  content: "";
  width: 62px;
  height: 45px;
  background: url("../../../../resources/images/use/play.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 992px) {
  .video .video_item a.view:after {
    width: 45px;
    height: 33px;
  }
}
@media (max-width: 425px) {
  .video .video_item a.view:after {
    width: 35px;
    height: 25px;
  }
}
.video .video_item a.view:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.video .video_item a.view img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  width: 100%;
}
.video .video_item a.title {
  display: none;
}

/*----------------END----------------*/
header {
  min-height: 50px;
  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;
  text-align: center;
  padding: 9px 0;
}
header.fixed_menu {
  position: fixed;
}
header.fixed_menu .header-bottom {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #FB972C;
}
@media (min-width: 1366px) {
  header.fixed_menu .logo a {
    width: 180px;
    height: 100px;
    padding: 20px;
    border-bottom-right-radius: 50px;
  }
}
header.fixed_menu #box_lang .lang_main {
  top: 25px;
}
@media (max-width: 992px) {
  header.fixed_menu #box_lang .lang_main {
    top: 11px;
  }
}
header .logo a {
  width: 200px;
  height: 160px;
  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;
  background: #373131;
  padding: 45px 54px;
  border-bottom-right-radius: 80px;
}
@media (max-width: 1367px) {
  header .logo a {
    padding: 20px;
    width: 180px;
    height: 100px;
    border-bottom-right-radius: 50px;
  }
}
@media (max-width: 992px) {
  header .logo a {
    padding: 10px;
    width: 100px;
    height: 60px;
    border-bottom-right-radius: 25px;
  }
}
header .logo a img {
  max-width: 100%;
  max-height: 100%;
}
header .container {
  position: relative;
}
header a.back {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header a.back img {
  width: 6px;
}
header .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  aspect-ratio: 375/138;
  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;
  max-height: 138px;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
}
header .bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(34, 72, 147, 0.7);
  position: absolute;
  left: 0;
  top: 0;
}
header .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  max-width: unset;
}
header .header_title {
  font-size: 16px;
  color: #FFF;
  padding: 0 14px;
}

footer {
  background: #373131;
  color: #FFF;
  padding: 50px 0 15px;
}
@media (max-width: 1367px) {
  footer {
    padding: 35px 0 5px;
  }
}
footer .footer_logo {
  padding-bottom: 30px;
  padding-right: 20px;
}
footer .footer_logo a {
  aspect-ratio: unset;
}
footer .footer_logo a:hover img {
  -webkit-transform: none;
          transform: none;
}
footer .footer_logo a img {
  max-height: 90px;
}
@media (max-width: 1367px) {
  footer .footer_logo a img {
    max-height: 75px;
  }
}
@media (max-width: 992px) {
  footer .footer_logo a img {
    max-height: 55px;
  }
}
@media (max-width: 576px) {
  footer .footer_logo a img {
    max-height: 48px;
  }
}
footer .website {
  padding-bottom: 30px;
}
footer .website a {
  padding-left: 50px;
  font-size: min(20px, 3vw);
  position: relative;
}
@media (max-width: 1367px) {
  footer .website a {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  footer .website a {
    font-size: 18px;
    padding-left: 40px;
  }
}
@media (max-width: 576px) {
  footer .website a {
    font-size: 16px;
    padding-left: 29px;
  }
}
footer .website a:before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: url("../../../../resources/images/use/www_footer.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1367px) {
  footer .website a:before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 992px) {
  footer .website a:before {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 576px) {
  footer .website a:before {
    width: 20px;
    height: 20px;
  }
}

body {
  font-size: 14px;
  font-family: SanFranciscoDisplay, sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-weight: 400;
  color: #4D4D4D;
  line-height: unset;
}

#loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.2);
  background-size: 150px;
  margin: 0;
}

/* --------------- Wrapper --------------- */
#wrapper {
  width: 375px;
  max-width: 100%;
  margin: auto;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  #wrapper {
    padding-top: 0;
  }
}

/* --------------- Header --------------- */
#gotop {
  width: 33px;
  height: 33px;
  background-color: #eeeeee;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 43px;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  color: #113fd1;
  text-align: center;
  font-size: 25px;
  z-index: 1002;
  border: 1px solid #e5e5e5;
  padding: 0;
  cursor: pointer;
  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;
}
#gotop i {
  font-size: 16px;
}

.form-control {
  border: 1px solid #e0e0e0;
}

.text-ellipsis {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: inline-block;
  width: 100%;
}
.text-ellipsis a {
  width: 100%;
}

.nb-spinner {
  width: 75px;
  height: 75px;
  margin: 0;
  background: rgba(0, 0, 0, 0);
  border-top: 6px solid #fff;
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  -webkit-animation: 0.8s spin linear infinite;
          animation: 0.8s spin linear infinite;
  left: 50%;
  top: 50%;
  cursor: pointer;
  opacity: 1;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.overlay, .sideMenu {
  position: fixed;
  bottom: 0;
}

.overlay {
  top: 0;
  left: -100%;
  right: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.overlay.open {
  left: 0;
  right: 0;
}

.main-nav {
  margin-left: auto;
  margin-bottom: 0;
  z-index: 10;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}

.topnav {
  margin-top: 15px;
}
.topnav .row {
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topnav #menu-product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  max-width: 22%;
  color: #fff;
  background: #ff9000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  position: relative;
}
.topnav #menu-product:hover .arrow-down span:nth-child(1) {
  left: 1px;
  top: 5px;
  width: 14px;
  -webkit-transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.topnav #menu-product:hover .arrow-down span:nth-child(2) {
  left: 0px;
  top: 8px;
  width: 9px;
  -webkit-transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
.topnav #menu-product:hover .arrow-down span:nth-child(3) {
  left: 7px;
  top: 8px;
  width: 9px;
  -webkit-transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.topnav #menu-product .arrow-down {
  width: 18px;
  height: 14px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.topnav #menu-product .arrow-down span {
  background-color: #FFF;
  position: absolute;
  border-radius: 2px;
  -webkit-transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.topnav #menu-product .arrow-down span:nth-child(1) {
  width: 100%;
  height: 2px;
  display: block;
  top: 0px;
  left: 0px;
}
.topnav #menu-product .arrow-down span:nth-child(2) {
  width: 100%;
  height: 2px;
  display: block;
  top: 6px;
  left: 0px;
}
.topnav #menu-product .arrow-down span:nth-child(3) {
  width: 100%;
  height: 2px;
  display: block;
  bottom: 0px;
  left: 0px;
}
.topnav #menu-product li.nav-item {
  height: 100%;
  position: unset;
}
.topnav #menu-product li.nav-item > a {
  font: 700 16.24px/1 SFProDisplay-Regular, sans-serif;
  text-transform: uppercase;
  padding: 2px 15px;
}
.topnav #menu-product li.nav-item > a .sub-arrow {
  display: none;
}
.topnav #menu-product li.nav-item > ul {
  width: 100% !important;
  padding: 0;
}
.topnav #menu-product li.nav-item > ul > li {
  padding: 0;
}
.topnav #menu-product li.nav-item > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ececec;
  padding: 9px 12px;
}
.topnav #menu-product li.nav-item > ul > li a.current {
  color: #333 !important;
  font-weight: bold;
}
.topnav #menu-product li.nav-item > ul > li a .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  max-width: 20px;
  width: 20px;
  height: 20px;
  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;
  margin-right: 5px;
}
.topnav #menu-product li.nav-item > ul > li a .icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.topnav #menu-product li.nav-item > ul > li a .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topnav #menu-product li.nav-item > ul > li ul {
  background: #fff;
  display: none;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  min-width: 200px !important;
  min-height: 100%;
  position: absolute;
  top: 0 !important;
  padding: 0;
  margin-top: 0 !important;
}
.topnav #menu-product li.nav-item ul li {
  padding: 0;
}
.topnav #menu-product li.nav-item ul li.has-submenu a .sub-arrow {
  display: block;
  color: transparent;
}
.topnav #menu-product li.nav-item ul li.has-submenu a .sub-arrow:before {
  content: "\f105";
  font: 400 15px/150% "Font Awesome 5 Pro", sans-serif;
}
.topnav #menu-product li.nav-item ul li:hover, .topnav #menu-product li.nav-item ul li:focus, .topnav #menu-product li.nav-item ul li.active {
  color: #333333;
  font-weight: bold;
  background: #eceff1;
}
.topnav #menu-product li.nav-item ul li:hover > a, .topnav #menu-product li.nav-item ul li:focus > a, .topnav #menu-product li.nav-item ul li.active > a {
  color: inherit !important;
}
.topnav #menu-product li.nav-item ul li:hover > a .sub-arrow, .topnav #menu-product li.nav-item ul li:focus > a .sub-arrow, .topnav #menu-product li.nav-item ul li.active > a .sub-arrow {
  color: inherit;
}
.topnav #menu-product .menu-all li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ececec;
  padding: 9px 12px;
}
.topnav #menu-product .menu-all li a .icon {
  width: 20px;
  height: 20px;
  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;
  margin-right: 5px;
}
.topnav #menu-product .menu-all li a .icon i {
  color: #da251c;
}

.feature:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ------****------Content------****------*/
#container #content {
  display: block;
  min-height: 1px;
  width: 100%;
}
@media (max-width: 992px) {
  #container #content {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 35px;
  }
}
#container .row_c_m #column_left {
  display: block;
  min-height: 1px;
  width: 100%;
  margin-bottom: 35px;
}
@media (min-width: 993px) {
  #container .row_c_m #column_left {
    width: 255px;
  }
}
@media (min-width: 993px) {
  #container .row_c_m #content {
    width: calc(100% - 255px);
    padding-left: 3%;
  }
}
@media (min-width: 993px) {
  #container .row_m_c #content {
    width: calc(100% - 338px);
    padding-right: 2.9%;
  }
}
#container .row_m_c #column {
  display: block;
  min-height: 1px;
  width: 100%;
  position: relative;
  margin-bottom: 35px;
}
@media (min-width: 993px) {
  #container .row_m_c #column {
    width: 338px;
  }
}

/* ------****------Paginate------****------*/
.paginate {
  padding: 28px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.paginate .pagetotal {
  background: transparent;
  display: none;
  padding: 0 2px;
  color: #fff;
}
.paginate .pagelink, .paginate .pagecur, .paginate .btnPage {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  color: #343434;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ECECEC));
  background: linear-gradient(#FFFFFF, #ECECEC);
}
@media (max-width: 992px) {
  .paginate .pagelink, .paginate .pagecur, .paginate .btnPage {
    margin: 0 5px;
  }
}
.paginate .pagelink:hover, .paginate .pagecur:hover, .paginate .btnPage:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#B917F6), to(#4352C9));
  background: linear-gradient(#B917F6, #4352C9);
  color: #FFF;
}
.paginate .btnPage:hover i {
  -webkit-filter: invert(100%) sepia(44%) saturate(790%) hue-rotate(292deg) brightness(99%) contrast(115%);
          filter: invert(100%) sepia(44%) saturate(790%) hue-rotate(292deg) brightness(99%) contrast(115%);
}
.paginate .btnPage i {
  width: 18px;
  height: 12px;
}
.paginate .btnPage i:before {
  display: none;
}
.paginate .btnPage i.fa-angle-right {
  background: url("../../../../resources/images/use/right1.png") no-repeat center;
  background-size: contain;
}
.paginate .btnPage i.fa-angle-left {
  background: url("../../../../resources/images/use/left1.png") no-repeat center;
  background-size: contain;
}
.paginate .pagecur, .paginate .pagecur:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#B917F6), to(#4352C9));
  background: linear-gradient(#B917F6, #4352C9);
  color: #FFF;
}

/* ----------------------------------------*/
#main_slide {
  position: relative;
  line-height: 0;
}
#main_slide .row_item {
  width: 100%;
  margin: 0;
  overflow: hidden;
  display: none;
}
#main_slide .row_item.slick-initialized {
  display: block;
}
#main_slide .item a {
  width: 100%;
}
#main_slide .item a img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#main_slide .slick-arrow {
  width: 28px;
  height: 43px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
@media (max-width: 992px) {
  #main_slide .slick-arrow {
    width: 24px;
    height: 35px;
  }
}
#main_slide .slick-arrow.slick-prev {
  border-radius: 0 4px 4px 0;
  left: 0;
}
#main_slide .slick-arrow.slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color: #113fd1;
  opacity: 1;
  font-size: 16px;
}
#main_slide .slick-arrow.slick-next {
  border-radius: 4px 0 0 4px;
  right: 0;
}
#main_slide .slick-arrow.slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color: #113fd1;
  opacity: 1;
  font-size: 16px;
}

#banner_in {
  position: relative;
}
#banner_in div.item {
  width: 100%;
  line-height: 0;
}
#banner_in div.item a {
  width: 100%;
}
#banner_in div.item img {
  width: 100%;
}
#banner_in .slide_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#banner_in .slide_text .wrap_title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  padding: 18px 215px 22px 0;
}
@media (max-width: 992px) {
  #banner_in .slide_text .wrap_title {
    padding: 10px 150px 10px 0;
  }
}
#banner_in .slide_text .wrap_title:before {
  content: "";
  width: 50vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 100%;
  top: 0;
}
#banner_in .slide_text h2.title {
  font-family: "Playfair Display";
  font-size: 30px;
  color: #ffdd47;
  padding-bottom: 19px;
}
@media (max-width: 992px) {
  #banner_in .slide_text h2.title {
    font-size: 22px;
    padding-bottom: 5px;
  }
}
@media (max-width: 425px) {
  #banner_in .slide_text h2.title {
    font-size: 20px;
    padding-bottom: 3px;
  }
}
@media (max-width: 425px) {
  #banner_in .slide_text .ims_navigation {
    display: none;
  }
}

/* ----------------------------------------*/
.brand_scroll {
  position: relative;
  background: #FFF;
}
.brand_scroll .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.brand_scroll .left {
  width: 35%;
  margin-right: -6%;
  padding: 100px 0;
  padding-right: calc(6% + 15px);
  position: relative;
  color: #FFF;
}
@media (max-width: 992px) {
  .brand_scroll .left {
    padding: 35px 0 40px;
    width: 100%;
    margin-right: 0;
  }
}
.brand_scroll .left:before {
  content: "";
  width: calc(50vw + 100%);
  height: 100%;
  background: rgb(75, 78, 204);
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 992px) {
  .brand_scroll .left:before {
    right: -15px;
    width: 100vw;
  }
}
.brand_scroll .left .brand_title {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  padding-bottom: 26px;
}
@media (max-width: 992px) {
  .brand_scroll .left .brand_title {
    font-size: 26px;
    padding-bottom: 15px;
  }
}
.brand_scroll .left .brand_title:after {
  content: "";
  width: 104px;
  height: 2px;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
}
.brand_scroll .left .brand_title p, .brand_scroll .left .brand_title b {
  display: block;
  color: #FF8800;
}
.brand_scroll .left .content {
  max-width: 300px;
  font-size: 16px;
  line-height: 26px;
  padding-top: 33px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .brand_scroll .left .content {
    padding-top: 20px;
    max-width: 100%;
    font-size: 15px;
  }
}
.brand_scroll .right {
  width: 71%;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .brand_scroll .right {
    padding: 40px 0;
    width: 100%;
  }
}
.brand_scroll .list_item {
  margin: 0 -18px;
}
@media (max-width: 992px) {
  .brand_scroll .list_item {
    margin: 0 -8px;
  }
}
.brand_scroll .list_item .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brand_scroll .list_item .slick-track:before, .brand_scroll .list_item .slick-track:after {
  display: none;
}
.brand_scroll .list_item .slick-slide > div {
  line-height: 0;
}
.brand_scroll .list_item .slick-slide > div:not(:last-child) {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .brand_scroll .list_item .slick-slide > div:not(:last-child) {
    margin-bottom: 16px;
  }
}
.brand_scroll .list_item .item {
  padding: 0 18px;
}
@media (max-width: 992px) {
  .brand_scroll .list_item .item {
    padding: 0 8px;
  }
}
.brand_scroll .list_item .item .img a {
  aspect-ratio: 155/94;
  background: #FFF;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 10px;
}
.brand_scroll .list_item .item .img a img {
  max-height: 100%;
}

/* ------****------Footer------****------*/
#scrollup {
  background: #3994b9;
  color: #fff;
  position: fixed;
  right: 10px;
  bottom: 50px;
  padding: 10px;
  font-size: 30px;
}

/* ----------------- Product ----------------- */
.loading_spin {
  opacity: 1 !important;
  position: relative;
  color: rgba(255, 255, 255, 0.0509803922);
  pointer-events: none !important;
}
.loading_spin:after {
  -webkit-animation: spin 500ms infinite linear;
          animation: spin 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 32px;
  border-right-color: rgba(0, 0, 0, 0) !important;
  border-top-color: rgba(0, 0, 0, 0) !important;
  content: "";
  display: block;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 16px;
}

.loading_red:after {
  border: 2px solid #ff424e;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.lazy[data-src] {
  opacity: 0;
}
.lazy[data-src].loaded {
  opacity: 1;
}

.ui-autocomplete {
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper > a img {
  width: 50px;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper > a .info {
  width: calc(100% - 50px);
  padding-left: 10px;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper > a .info h3 {
  font-family: SFProDisplay-Medium;
  padding-bottom: 3px;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper > a .info .price_format span {
  color: #FF0000;
}

.empty {
  text-align: center;
  font-size: 15px;
  padding: 30px 0;
  color: #4A4647;
}
@media (max-width: 992px) {
  .empty {
    font-size: 16px;
  }
}

.customer_review {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .customer_review {
    padding: 40px 0;
  }
}
.customer_review .container {
  width: 1300px;
}
.customer_review .list_item {
  padding: 0 120px;
  margin: 0 -15px;
}
@media (max-width: 1025px) {
  .customer_review .list_item {
    padding: 0 60px;
  }
}
@media (max-width: 425px) {
  .customer_review .list_item {
    padding: 0;
  }
}
.customer_review .list_item:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.customer_review .list_item:not(.slick-slider) > .item {
  display: none;
}
.customer_review .list_item:not(.slick-slider) > .item:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.customer_review .list_item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #2E3033;
  padding: 0 15px;
}
@media (min-width: 801px) {
  .customer_review .list_item .item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.customer_review .list_item .item .img {
  width: 31%;
}
@media (max-width: 700px) {
  .customer_review .list_item .item .img {
    width: 250px;
    max-width: 100%;
    padding-bottom: 15px;
  }
}
@media (max-width: 425px) {
  .customer_review .list_item .item .img {
    width: 100%;
  }
}
.customer_review .list_item .item .img a {
  aspect-ratio: 492/642;
  border-radius: 25px;
}
@media (max-width: 700px) {
  .customer_review .list_item .item .img a {
    border-radius: 15px;
  }
}
.customer_review .list_item .item .img a img {
  min-width: 100%;
  min-height: 100%;
}
.customer_review .list_item .item .info {
  width: 69%;
  padding-left: 69px;
}
@media (max-width: 1025px) {
  .customer_review .list_item .item .info {
    padding-left: 50px;
  }
}
@media (max-width: 700px) {
  .customer_review .list_item .item .info {
    width: 100%;
    padding-left: 0;
  }
}
.customer_review .list_item .item .info .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 7px;
}
@media (max-width: 1025px) {
  .customer_review .list_item .item .info .title {
    font-size: 18px;
    padding-bottom: 5px;
  }
}
.customer_review .list_item .item .info .job {
  color: #9B9A9A;
  padding-bottom: 43px;
}
@media (max-width: 1025px) {
  .customer_review .list_item .item .info .job {
    padding-bottom: 15px;
  }
}
.customer_review .list_item .item .info .content {
  font-size: 16px;
  position: relative;
  padding-bottom: 38px;
}
@media (max-width: 1025px) {
  .customer_review .list_item .item .info .content {
    font-size: 15px;
    padding-bottom: 15px;
  }
}
.customer_review .list_item .item .info .content:before {
  content: "";
  width: 25px;
  height: 29px;
  background: url("../../../../resources/images/use/quo.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: -37px;
  top: -4px;
}
@media (max-width: 1025px) {
  .customer_review .list_item .item .info .content:before {
    width: 20px;
    height: 23px;
    left: -32px;
    top: 0;
  }
}
@media (max-width: 700px) {
  .customer_review .list_item .item .info .content:before {
    display: none;
  }
}
.customer_review .list_item .item .info .content p {
  line-height: 28px;
}
@media (max-width: 1025px) {
  .customer_review .list_item .item .info .content p {
    line-height: 26px;
  }
}
.customer_review .list_item .item .info .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
.customer_review .list_item .item .info .stars li {
  padding: 0 5px;
}
.customer_review .list_item .item .info .stars li img {
  -webkit-filter: invert(67%) sepia(96%) saturate(1267%) hue-rotate(1deg) brightness(107%) contrast(103%);
          filter: invert(67%) sepia(96%) saturate(1267%) hue-rotate(1deg) brightness(107%) contrast(103%);
}
@media (max-width: 1025px) {
  .customer_review .list_item .item .info .stars li img {
    width: 25px;
  }
}
.customer_review .list_item .slick-arrow {
  width: 70px;
  height: 70px;
  background: rgba(46, 48, 51, 0.12);
  border-radius: 50%;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
@media (max-width: 1025px) {
  .customer_review .list_item .slick-arrow {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 425px) {
  .customer_review .list_item .slick-arrow {
    display: none !important;
  }
}
.customer_review .list_item .slick-arrow:hover {
  background: rgba(46, 48, 51, 0.4);
}
.customer_review .list_item .slick-arrow:before {
  content: "";
  width: 15px;
  height: 29px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(113deg) brightness(104%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(113deg) brightness(104%) contrast(101%);
}
@media (max-width: 1025px) {
  .customer_review .list_item .slick-arrow:before {
    width: 11px;
    height: 21px;
  }
}
.customer_review .list_item .slick-arrow.slick-prev {
  left: 0;
}
.customer_review .list_item .slick-arrow.slick-prev:before {
  background: url("../../../../resources/images/use/left.png") no-repeat;
  background-size: contain;
}
.customer_review .list_item .slick-arrow.slick-next {
  right: 0;
}
.customer_review .list_item .slick-arrow.slick-next:before {
  background: url("../../../../resources/images/use/right.png") no-repeat;
  background-size: contain;
}

.form_contact {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .form_contact {
    padding: 30px 0 35px;
  }
}
@media (max-width: 576px) {
  .form_contact {
    background-position: left !important;
  }
}
.form_contact form {
  width: 522px;
  max-width: 100%;
  color: #FFF;
}
.form_contact form .form_title {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 12px;
  text-align: center;
}
@media (max-width: 992px) {
  .form_contact form .form_title {
    font-size: 26px;
    padding-bottom: 10px;
  }
}
.form_contact form .short_title {
  font-size: 16px;
  padding-bottom: 38px;
}
@media (max-width: 992px) {
  .form_contact form .short_title {
    padding-bottom: 25px;
  }
}
.form_contact form .form-group {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .form_contact form .form-group {
    margin-bottom: 15px;
  }
}
.form_contact form input, .form_contact form select {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #FFF;
  font-size: 16px;
  padding: 0 15px;
  color: #FFF;
  background: none;
}
@media (max-width: 992px) {
  .form_contact form input, .form_contact form select {
    height: 40px;
    font-size: 15px;
  }
}
.form_contact form input::-webkit-input-placeholder, .form_contact form select::-webkit-input-placeholder {
  color: #FFF;
}
.form_contact form input::-moz-placeholder, .form_contact form select::-moz-placeholder {
  color: #FFF;
}
.form_contact form input:-ms-input-placeholder, .form_contact form select:-ms-input-placeholder {
  color: #FFF;
}
.form_contact form input::-ms-input-placeholder, .form_contact form select::-ms-input-placeholder {
  color: #FFF;
}
.form_contact form input::placeholder, .form_contact form select::placeholder {
  color: #FFF;
}
.form_contact form label.error {
  margin-bottom: 0;
  position: absolute;
}
.form_contact form .select {
  position: relative;
}
.form_contact form .select:after {
  content: "";
  width: 13px;
  height: 8px;
  background: url("../../../../resources/images/use/down_select.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.form_contact form .select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFF;
  color: #0B2B1E;
  cursor: pointer;
}
.form_contact form button.btn-contact {
  height: 50px;
  min-width: 122px;
  text-align: center;
  border-radius: 50px;
  font-size: 16px;
  color: #292929;
  background: #FFF;
  margin-top: 5px;
  border: none;
}
@media (max-width: 992px) {
  .form_contact form button.btn-contact {
    height: 40px;
    min-width: 120px;
  }
}
.form_contact form button.btn-contact:hover {
  opacity: 0.8;
}

.focus_news .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7px -15px;
}
.focus_news .list_item .item_left {
  width: 50%;
  padding: 0 7px 15px;
}
@media (max-width: 768px) {
  .focus_news .list_item .item_left {
    width: 100%;
    padding-bottom: 20px;
  }
}
.focus_news .list_item .item_left .short_title {
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  text-transform: capitalize;
  line-height: 27px;
  background: #005DC5 url("../../../../resources/images/use/bg_title.jpg") no-repeat center;
  background-size: 100% 100%;
  padding: 6px 15px 8px;
  margin-bottom: 20px;
  min-height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .focus_news .list_item .item_left .short_title {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 350px) {
  .focus_news .list_item .item_left .short_title {
    font-size: 17px;
    line-height: 23px;
    padding: 6px 10px 8px;
  }
}
.focus_news .list_item .item_left .img a {
  aspect-ratio: 618/436;
}
.focus_news .list_item .item_left .img a img {
  min-width: 100%;
  min-height: 100%;
}
.focus_news .list_item .item_left .info {
  text-align: center;
  padding: 15px 15px 0;
}
@media (max-width: 992px) {
  .focus_news .list_item .item_left .info {
    padding: 10px 0 0;
  }
}
.focus_news .list_item .item_left .info .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 28px;
  padding-bottom: 14px;
}
@media (max-width: 992px) {
  .focus_news .list_item .item_left .info .title {
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 8px;
  }
}
.focus_news .list_item .item_left .info .short {
  line-height: 22px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .focus_news .list_item .item_left .info .short {
    font-size: 15px;
    line-height: 21px;
  }
}
.focus_news .list_item .list_right {
  width: 50%;
  padding: 0 7px 15px;
}
@media (max-width: 768px) {
  .focus_news .list_item .list_right {
    width: 100%;
  }
}
.focus_news .list_item .list_right .wrap_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7px -15px;
}
.focus_news .list_item .list_right .wrap_list .item {
  width: 50%;
  padding: 0 7px 15px;
}
.focus_news .list_item .list_right .wrap_list .item .img a {
  aspect-ratio: 309/253;
}
.focus_news .list_item .list_right .wrap_list .item .img a img {
  min-width: 100%;
  min-height: 100%;
}
.focus_news .list_item .list_right .wrap_list .item .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding: 9px 15px 0;
}
@media (max-width: 992px) {
  .focus_news .list_item .list_right .wrap_list .item .title {
    font-size: 15px;
    line-height: 21px;
    padding: 9px 0 0;
  }
}

.list_button {
  text-align: center;
  right: 25px;
  position: fixed;
  bottom: 80px;
  z-index: 900;
  padding-bottom: 7px;
}
.list_button .item {
  padding: 7px 0;
}
.list_button .item a {
  width: 45px;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1816B7;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 10px rgba(255, 255, 255, 0.4);
          box-shadow: 0 3px 10px rgba(255, 255, 255, 0.4);
  padding: 9px;
}
.list_button .item a img {
  -webkit-transform: translate(0.4px, 1.2px);
          transform: translate(0.4px, 1.2px);
}

#button-contact-vr {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 900;
}
#button-contact-vr .button-contact {
  -webkit-transition: 1.6s all;
  transition: 1.6s all;
  position: relative;
}
#button-contact-vr .button-contact:hover a.phone-bar {
  opacity: 1;
  pointer-events: auto;
}
#button-contact-vr .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 92px;
  height: 92px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
#button-contact-vr .button-contact .phone-vr .phone-vr-circle-fill {
  opacity: 0.7;
  width: 66px;
  height: 66px;
  top: 12px;
  left: 12px;
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 #1816B7;
          box-shadow: 0 0 0 0 #1816B7;
  background-color: #1816B7;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: zoom 1.3s infinite;
          animation: zoom 1.3s infinite;
}
#button-contact-vr .button-contact .phone-vr .phone-vr-img-circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: phone-vr-circle-fill 1s infinite ease-in-out;
          animation: phone-vr-circle-fill 1s infinite ease-in-out;
  background: #1816B7;
}
#button-contact-vr .button-contact .phone-vr .phone-vr-img-circle img {
  max-height: 25px;
  max-width: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#button-contact-vr .button-contact a.phone-bar {
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 30px;
  position: absolute;
  top: 25px;
  z-index: -1;
  color: #fff;
  font-size: 16px;
  padding: 6px 55px 7px 15px;
  border-radius: 100px;
  white-space: nowrap;
  background: #1816B7;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  #button-contact-vr .button-contact a.phone-bar {
    display: none;
  }
}

@-webkit-keyframes phone-vr-circle-fill {
  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);
  }
}

@keyframes phone-vr-circle-fill {
  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);
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 15px transparent;
            box-shadow: 0 0 0 15px transparent;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 15px transparent;
            box-shadow: 0 0 0 15px transparent;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
}
button.default {
  background: url("../../../../resources/images/use/wrap_btn.png") no-repeat center;
  background-size: cover;
  border-radius: 50px;
  padding: 5px 5px 7px;
  position: relative;
}
button.default:hover p {
  opacity: 0.9;
}
button.default:before {
  content: "";
  width: 100%;
  height: calc(100% - 2px);
  background: -webkit-gradient(linear, left top, right top, from(#ADFFFF), to(#29B7E6));
  background: linear-gradient(to right, #ADFFFF, #29B7E6);
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.75;
}
button.default:after {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 8px);
  background: -webkit-gradient(linear, left top, left bottom, from(#006FA3), to(#6EF1FF));
  background: linear-gradient(#006FA3, #6EF1FF);
  border-radius: 50px;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0.75;
}
button.default p {
  position: relative;
  z-index: 1;
  text-align: center;
  background: url("../../../../resources/images/use/bg_btn.png") no-repeat center;
  background-size: cover;
  border-radius: 50px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
  min-width: 163px;
  padding: 4px 15px 6px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.fancybox-container {
  z-index: 1000;
}
/*# sourceMappingURL=layout.css.map */