@charset "UTF-8";
/*
Theme Name: C12WE0126
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1.1
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: "UTMEremitage";
  src: url("assets/fonts/UTMEremitage.ttf");
  font-weight: 500;
  font-style: normal;
}
.yw-breadcrumb-wrapper {
  background: #f1f1f1;
  padding: 10px 0;
  font-size: 14px;
}
.yw-breadcrumb-wrapper a, .yw-breadcrumb-wrapper span {
  color: #000;
}
.yw-breadcrumb-wrapper p {
  margin: 0;
}

ul.page-numbers.nav-pagination li * {
  border-radius: 5px;
  border-color: #CCC;
  border-width: 1px;
}

.post-sidebar .widget.flatsome_recent_posts .badge {
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #F1F1F1;
}
.post-sidebar .widget.flatsome_recent_posts a {
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-sidebar .widget .widget-title {
  display: block;
  position: relative;
  text-transform: uppercase;
  color: #474747;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: bold;
  padding-left: 20px;
}
.post-sidebar .widget .widget-title:before {
  content: "";
  width: 3px;
  top: 0;
  bottom: 0;
  left: 8px;
  background: #ff0019;
  background: -moz-linear-gradient(top, #ff0019 0%, #be0c11 100%);
  background: -webkit-linear-gradient(top, #ff0019 0%, #be0c11 100%);
  background: linear-gradient(to bottom, #ff0019 0%, #be0c11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$sub-color', endColorstr='$main-color', GradientType=0);
  position: absolute;
  -moz-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.post-sidebar .widget .widget-title:after {
  content: "";
  width: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ff0019;
  background: -moz-linear-gradient(top, #ff0019 0%, #be0c11 100%);
  background: -webkit-linear-gradient(top, #ff0019 0%, #be0c11 100%);
  background: linear-gradient(to bottom, #ff0019 0%, #be0c11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$sub-color', endColorstr='$main-color', GradientType=0);
  position: absolute;
  -moz-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.post-sidebar .widget .is-divider {
  display: none;
}

#shop-sidebar .widget.widget_product_categories ul.product-categories > li, #product-sidebar .widget.widget_product_categories ul.product-categories > li {
  background: -moz-linear-gradient(90deg, #00387b 0%, #1153a1 100%);
  background: -webkit-linear-gradient(90deg, #00387b 0%, #1153a1 100%);
  background: -ms-linear-gradient(90deg, #00387b 0%, #1153a1 100%);
  margin-bottom: 6px;
  border-bottom: 1px solid #ddd;
}
#shop-sidebar .widget.widget_product_categories ul.product-categories > li button.toggle, #product-sidebar .widget.widget_product_categories ul.product-categories > li button.toggle {
  color: #FFF;
  margin-right: 10px;
}
#shop-sidebar .widget.widget_product_categories ul.product-categories > li a, #product-sidebar .widget.widget_product_categories ul.product-categories > li a {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  padding: 14px 42px;
  display: block;
  text-transform: uppercase;
  transition: 0.6s ease;
  font-weight: bold;
}
#shop-sidebar .widget.widget_product_categories ul.product-categories > li ul.children, #product-sidebar .widget.widget_product_categories ul.product-categories > li ul.children {
  background: #FFF;
  margin: 0;
}
#shop-sidebar .widget.widget_product_categories ul.product-categories > li ul.children li a, #product-sidebar .widget.widget_product_categories ul.product-categories > li ul.children li a {
  color: #000;
}
#shop-sidebar .widget.widget_product_categories ul.product-categories > li ul.children li:hover a, #product-sidebar .widget.widget_product_categories ul.product-categories > li ul.children li:hover a {
  color: #09468f;
}
#shop-sidebar .widget.widget_product_categories ul.product-categories > li.active, #product-sidebar .widget.widget_product_categories ul.product-categories > li.active {
  background: #F00;
  color: #FFF;
}

.box.box-category {
  background: #FFF;
}
.box.box-category .box-image {
  aspect-ratio: 1/1;
}
.box.box-category .box-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.box.box-category .box-text {
  background: #00387b;
  color: #fff;
  padding: 16px 28px;
  padding-left: 32px;
  position: relative;
}
.box.box-category .box-text .header-title {
  position: relative;
  z-index: 1;
  color: #FFF;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.box.box-category .box-text:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b10000;
  background: -moz-linear-gradient(0deg, #b10000 0%, #ea151e 100%);
  background: -webkit-linear-gradient(0deg, #b10000 0%, #ea151e 100%);
  background: -ms-linear-gradient(0deg, #b10000 0%, #ea151e 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box.box-category .box-text:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 40px;
  background-color: #fff;
  width: 6px;
  margin-top: -20px;
  left: 10px;
}
@media (max-width: 575px) {
  .box.box-category .box-text {
    padding: 10px;
  }
  .box.box-category .box-text .header-title {
    font-size: 12px;
  }
  .box.box-category .box-text:after {
    height: 30px;
    width: 2px;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.box.box-category:hover .box-text:before {
  opacity: 1;
  visibility: visible;
}

.box.product-small {
  background: #FFF;
}
.box.product-small .box-image img {
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  width: auto;
}
.box.product-small .box-text {
  background: #00387b;
  color: #fff;
  padding: 16px 28px;
  padding-left: 32px;
  position: relative;
}
.box.product-small .box-text .title-wrapper a {
  position: relative;
  z-index: 1;
  font-size: 17px;
  color: #FFF;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.box.product-small .box-text:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b10000;
  background: -moz-linear-gradient(0deg, #b10000 0%, #ea151e 100%);
  background: -webkit-linear-gradient(0deg, #b10000 0%, #ea151e 100%);
  background: -ms-linear-gradient(0deg, #b10000 0%, #ea151e 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box.product-small .box-text:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 40px;
  background-color: #fff;
  width: 6px;
  margin-top: -20px;
  left: 10px;
}
.box.product-small:hover .box-text:before {
  opacity: 1;
  visibility: visible;
}

.stack.stack-customer-logo {
  margin-bottom: 15px;
}
.stack.stack-customer-logo .img-inner {
  text-align: center;
}
.stack.stack-customer-logo img {
  max-height: 118px;
  width: auto;
  left: 0;
  right: 0;
  margin: auto;
}

.contact-card {
  border: 1px solid #F1F1F1;
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.32);
  transition: 0.6s ease;
}
.contact-card:hover {
  box-shadow: 0 0 30px rgba(204, 204, 204, 0.5);
}

.row-center {
  margin: 0 auto !important;
}

.mfp-content .language {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.mfp-content .language img {
  width: 40px;
}
.mfp-content ul.nav li a {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #333;
  font-size: 14px;
}

header .header-main .language {
  margin-left: 30px;
}
header .header-main .language img {
  width: 30px;
}
header .header-main ul.nav-left {
  justify-content: center;
}
header .header-main ul.nav-left .html {
  width: 60%;
}
header .header-bottom {
  background: #00387b;
}
header .header-bottom ul.header-bottom-nav > li.menu-item a {
  padding: 12px 15px;
  transition: 0.6s ease;
  color: #FFF;
}
header .header-bottom ul.header-bottom-nav > li.menu-item.nav-item-mega .sub-menu {
  background: rgba(255, 255, 255, 0.9);
}
header .header-bottom ul.header-bottom-nav > li.menu-item:hover > a, header .header-bottom ul.header-bottom-nav > li.menu-item.active > a {
  background: #b10000;
  background: -moz-linear-gradient(0deg, #b10000 0%, #ea151e 100%);
  background: -webkit-linear-gradient(0deg, #b10000 0%, #ea151e 100%);
  background: -ms-linear-gradient(0deg, #b10000 0%, #ea151e 100%);
}
header .yt-header-text {
  text-align: center;
}
header .yt-header-text .slogan {
  line-height: 1.3;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "UTMEremitage", serif;
  color: #218d1f;
}
header .yt-header-text .name_s {
  line-height: 1.3;
  font-size: 44px;
  text-transform: uppercase;
  font-family: "UTMEremitage", serif;
  color: #d80000;
}
header .yt-header-hotline .hl_title {
  text-transform: uppercase;
  color: #090909;
  font-weight: 600;
  display: flex;
  align-items: center;
}
header .yt-header-hotline a {
  display: block;
  line-height: 1.3;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "UTMEremitage", serif;
  color: #d80000;
}

ul.header-nav li.menu-item ul.sub-menu li a {
  color: #000;
}
ul.header-nav li.menu-item ul.sub-menu li:hover > a {
  color: #F00;
}

.nav-dropdown {
  border: 1px solid #ddd;
  padding: 0;
}
.nav-dropdown > li.nav-dropdown-col {
  display: block;
  width: 100%;
  border-right: 0;
}
.nav-dropdown li a {
  font-weight: 500 !important;
  text-transform: none !important;
  font-size: 15px;
}
.nav-dropdown .nav-dropdown-col > a {
  font-weight: 500 !important;
  text-transform: none !important;
  font-size: 15px;
}
.nav-dropdown .nav-dropdown-col > ul {
  margin-top: -40px;
  box-shadow: 2px 2px 5px #828282;
  display: none;
  position: absolute;
  left: 100%;
  z-index: 9;
  background: white;
  min-width: 240px;
}
.nav-dropdown .nav-dropdown-col > ul li a {
  padding: 10px;
  text-transform: none;
  color: black;
}
.nav-dropdown .nav-dropdown-col > ul li:hover > a {
  color: #db0000;
}

.nav-dropdown-default > li > a {
  border-bottom: 0 !important;
}
.nav-dropdown-default > li:hover {
  background: #fbae3c;
}
.nav-dropdown-default > li:hover > a {
  color: white;
}

.nav-dropdown-has-arrow li.has-dropdown:before {
  border-width: 10px;
  margin-left: -10px;
}

.header-nav li.nav-dropdown-col:hover > ul {
  display: block !important;
}

footer .absolute-footer {
  display: none;
}
footer .ft-background {
  padding-bottom: 0 !important;
}
footer .ft-copyright {
  text-align: center;
  color: #fff;
  border-top: 1px solid #FFF;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 12px 0;
}
footer .ft-text p {
  margin-bottom: 5px;
}
footer h5 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 10px;
  position: relative;
  font-weight: bold;
}
footer h5:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 128px;
  border-top: 1px solid #fff;
}

.wpcf7 input[type=submit] {
  display: block;
  width: 100%;
  height: 39px;
  padding: 0 10px;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #b10000;
  background: -moz-linear-gradient(90deg, #b10000 0%, #ea151e 100%);
  background: -webkit-linear-gradient(90deg, #b10000 0%, #ea151e 100%);
  background: -ms-linear-gradient(90deg, #b10000 0%, #ea151e 100%);
}

/* ============================================================
   MEGA MENU STYLES
   ============================================================ */
.mega-menu {
  display: flex !important;
  gap: 24px;
  padding: 0;
  list-style: none;
  margin: 0;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100% !important;
}

.mega-menu-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mega-menu-item {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 8px;
}

/* --- Cấp 1 Item --- */
.mega-menu-item {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 12px;
}

.mega-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.mega-menu-title {
  font-weight: 600;
  font-size: 15px;
  color: #00387b;
  text-decoration: none;
  flex: 1;
  transition: color 0.2s;
}
.mega-menu-title:hover {
  color: #00387b;
}

/* --- Nút mũi tên --- */
.mega-menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: transform 0.25s ease, color 0.2s;
  border-radius: 4px;
  flex-shrink: 0;
}
.mega-menu-toggle:hover {
  color: #00387b;
  background: #f0f0f0;
}
.mega-menu-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}

/* --- Cấp 2 (mặc định ẩn) --- */
.mega-menu-children {
  display: none;
  padding-left: 12px;
  margin-top: 8px;
}
.mega-menu-children.active {
  display: block;
  animation: megaMenuFadeIn 0.2s ease-out;
}
.mega-menu-children ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-menu-children li {
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
}
.mega-menu-children li:last-child {
  border-bottom: none;
}
.mega-menu-children a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: color 0.2s, padding-left 0.2s;
  display: block;
}
.mega-menu-children a:hover {
  color: #00387b;
  padding-left: 4px;
}

@keyframes megaMenuFadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ============================================================
   RESPONSIVE — Mobile (<= 768px): 1 cột
   ============================================================ */
@media (max-width: 768px) {
  .mega-menu {
    flex-direction: column !important;
  }
  .mega-menu-title {
    font-size: 14px;
  }
  .mega-menu-children a {
    font-size: 13px;
  }
  .mega-menu-item {
    padding-bottom: 8px;
  }
}
.yw-page-title {
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #353535;
  position: relative;
  margin: 15px 0;
  padding-bottom: 10px;
}
.yw-page-title:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100px;
  border-bottom: 2px solid #00387b;
  margin: 0 auto;
  right: 0;
  left: 0;
}

body.archive .archive-title {
  font-size: 25px;
  line-height: 32px;
  color: #051B26;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
body.archive .archive-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 180px;
  max-width: 100%;
  margin: 0 auto;
  height: 3px;
  background: #be0c11;
}
body.archive .box.box-blog-post .box-image {
  width: 30% !important;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  box-shadow: 0 0 15px rgba(152, 152, 152, 0.45);
}
body.archive .box.box-blog-post .is-divider {
  display: none;
}

body.single .entry-header .entry-title {
  position: relative;
  padding-bottom: 10px;
}
body.single .entry-header .entry-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 180px;
  max-width: 100%;
  margin: 0 auto;
  height: 3px;
  background: #be0c11;
}
body.single .entry-header .entry-divider {
  display: none;
}

body.single.woocommerce .woocommerce-tabs ul.tabs li a {
  border-top: none;
  color: #00387b;
  font-size: 20px;
  background-color: #e3e3e3;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 40px;
  padding: 0 25px !important;
  line-height: 40px;
}
body.single.woocommerce .woocommerce-tabs ul.tabs li.active a, body.single.woocommerce .woocommerce-tabs ul.tabs li:hover a {
  background-image: linear-gradient(to right, #be0c11, #ba2529);
  color: #fff;
}
@media (max-width: 575px) {
  body.single.woocommerce .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
  }
  body.single.woocommerce .woocommerce-tabs ul.tabs li {
    width: fit-content;
  }
  body.single.woocommerce .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body.single.woocommerce .woocommerce-tabs .tab-panels .entry-content table {
    font-size: 12px !important;
  }
  body.single.woocommerce .woocommerce-tabs .tab-panels .entry-content table * {
    font-size: 12px !important;
  }
  body.single.woocommerce .woocommerce-tabs .tab-panels .entry-content table th,
  body.single.woocommerce .woocommerce-tabs .tab-panels .entry-content table td {
    white-space: normal;
    word-break: break-word;
    padding: 6px 8px;
  }
}
@media (max-width: 575px) {
  body.single.woocommerce .woocommerce-tabs .tab-panels {
    padding: 10px;
  }
}

body.archive.woocommerce #wrapper, body.archive.woocommerce #main {
  background: #f7f7f7;
}
body.archive.woocommerce .woo-archive-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  position: relative;
  color: #da251d;
  margin: 15px 0 5px 0;
  text-align: center;
}

.yt-video-box {
  width: 100%;
  position: relative;
  display: block;
  aspect-ratio: 16/9;
}
.yt-video-box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.yt-video-box .video-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.yt-video-box .video-thumbnail .btn-play {
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5098039216);
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99%;
  color: #00387b;
  transition: 0.6s ease;
}
.yt-video-box .video-thumbnail:hover {
  cursor: pointer;
}
.yt-video-box .video-thumbnail:hover .btn-play {
  background: #FFF;
}
.yt-video-box .yt-video-list-dropdown {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}
.yt-video-box .yt-video-list-dropdown form {
  width: 100%;
  margin: 0;
  position: relative;
}
.yt-video-box .yt-video-list-dropdown form select {
  width: 100%;
  margin: 0;
  background: #00387b;
  border: none;
  box-shadow: none;
  color: #FFF;
  height: 50px;
  padding-right: 40px;
}
.yt-video-box .yt-video-list-dropdown form i.fa {
  position: absolute;
  color: #FFF;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  display: flex;
  align-items: center;
}
.yt-video-box .video-label {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #00387b;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.yt-video-box .video-label span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #FFF;
}

.yt-info-box {
  width: 100%;
  aspect-ratio: 16/9;
  border: 1px solid #F1F1F1;
  box-shadow: 0 0 15px rgba(152, 152, 152, 0.5);
}
@media (max-width: 575px) {
  .yt-info-box {
    box-shadow: none;
  }
}
.yt-info-box .slick-prev {
  left: 0;
  background-image: url(assets/images/prev.png) !important;
}
.yt-info-box .slick-next {
  right: 0;
  background-image: url(assets/images/next.png) !important;
}
.yt-info-box .slick-arrow {
  width: 28px;
  height: 54px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.yt-info-box .slick-arrow:focus, .yt-info-box .slick-arrow:hover {
  background: unset;
}
.yt-info-box .slick-arrow:before {
  content: unset;
}
.yt-info-box .support__item {
  display: flex !important;
  flex-wrap: wrap;
}
.yt-info-box .support__item .support__image {
  width: 255px;
  flex-shrink: 0;
  overflow: hidden;
  max-width: 50%;
}
@media (max-width: 575px) {
  .yt-info-box .support__item .support__image {
    margin: auto;
  }
}
.yt-info-box .support__item .support__info {
  color: #00387b;
  padding: 18px 0 0;
  background-color: #f7f7f7;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.yt-info-box .support__item .support__info .info__name {
  margin-bottom: 2px;
  padding: 0 20px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
}
.yt-info-box .support__item .support__info .info__desc {
  font-size: 16px;
  line-height: 22px;
  padding: 0 20px;
  margin-bottom: 10px;
}
.yt-info-box .support__item .support__info .contact {
  margin-top: auto;
  padding: 12px 10px;
  background: #00387b;
  color: #fff;
  text-align: center;
}
.yt-info-box .support__item .support__info .contact a {
  color: #FFF;
}
.yt-info-box .support__item .phone-box {
  padding-top: 15px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yt-info-box .support__item .phone-box .contact {
  width: 49%;
  padding: 12px 10px;
  background: #00387b;
  color: #fff;
  text-align: center;
}
.yt-info-box .support__item .phone-box .contact a {
  color: inherit;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.yt-newest-blog-box {
  border: 1px solid #F1F1F1;
  box-shadow: 0 0 15px rgba(152, 152, 152, 0.5);
}
.yt-newest-blog-box .slick-prev {
  left: 0;
  background-image: url(assets/images/prev.png) !important;
}
.yt-newest-blog-box .slick-next {
  right: 0;
  background-image: url(assets/images/next.png) !important;
}
.yt-newest-blog-box .slick-arrow {
  width: 28px;
  height: 54px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.yt-newest-blog-box .slick-arrow:focus, .yt-newest-blog-box .slick-arrow:hover {
  background: unset;
}
.yt-newest-blog-box .slick-arrow:before {
  content: unset;
}
.yt-newest-blog-box .blog-list .blog-item {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}
.yt-newest-blog-box .blog-list .blog-item .blog-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yt-newest-blog-box .blog-list .blog-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.yt-newest-blog-box .blog-list .blog-text .blog-title {
  color: #FFF;
  padding: 0 15px;
  display: flex;
  align-items: center;
  height: 50px;
  background: #00387b;
}
.yt-newest-blog-box .blog-list .blog-text .blog-title span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.yt-customer-carousel .carousel-item {
  height: 90px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: 1px solid #F1F1F1;
  background: #FFF;
  margin: 5px;
}
.yt-customer-carousel .carousel-item img {
  margin: auto;
}

.yt-contact-list-card-container .row {
  max-width: 1350px;
  margin: 0 auto !important;
}
.yt-contact-list-card-container .box-item {
  display: flex;
  border: 1px solid #F1F1F1;
  align-items: center;
  box-shadow: 0 0 10px rgba(168, 168, 168, 0.22);
  position: relative;
}
.yt-contact-list-card-container .box-item .box-text {
  padding: 15px;
  font-size: 16px;
}
.yt-contact-list-card-container .box-item .box-text a {
  color: #000;
}
.yt-contact-list-card-container .box-item .box-text .clc-name {
  font-weight: bold;
  font-size: 140%;
}
.yt-contact-list-card-container .box-item .box-text .clc-position {
  color: #FFF;
  background: #b10000;
  width: fit-content;
  line-height: 1;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.yt-contact-list-card-container .box-item:before {
  content: "";
  background: linear-gradient(to right, #00387b, rgba(0, 56, 123, 0.9), transparent);
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 100%;
  transition: 0.6s ease;
  opacity: 0;
}
.yt-contact-list-card-container .box-item:hover:before {
  opacity: 1;
}
.yt-contact-list-card-container .box-item:hover .box-text * {
  color: #FFF;
}

/*# sourceMappingURL=style.css.map */
