﻿@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-weight: normal;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-weight: bold;
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}
object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}
b, strong, th {
  font-weight: bold;
}
i, em {
  font-style: italic;
}
sub, sup {
  font-size: 75%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
button:focus,
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
  border-color: transparent;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}
ol, ul, li {
  padding: 0;
  list-style: none;
  margin: 0;
}
label {
  font-weight: normal;
}
input[type=text], input[type=email], input[type=password] {
  padding-left: 12px;
  padding-right: 12px;
}
select {
  padding-left: 8px;
}
input[type=number] {
  padding-left: 5px;
}
textarea {
  padding: 8px 12px 5px 12px;
}
input, textarea, select, button, a {
  outline: none;
}
button {
  border: none;
  background: none;
  padding: 0;
}
* {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-top: constant(safe-area-inset-top);
}
.c-img {
  display: block;
  position: relative;
  padding-top: 73%;
}
.c-img img, .c-img .bg, .c-img iframe, .c-img video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.hv-over {
  display: block;
  position: relative;
}
.hv-over:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.hv-over:hover:after {
  background: #2077a7;
  opacity: 0.5;
}
.hv-scale {
  overflow: hidden;
  display: block;
}
.hv-scale img {
  transition: all 0.4s ease-in-out;
}
.hv-scale:hover img {
  transform: scale(1.1);
}
.hv-light {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.hv-light:before, .hv-light:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.hv-light:before {
  right: 0;
  bottom: 0;
  background: none;
  transition: all 0.3s ease-in-out;
}
.hv-light:after {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.12);
  transition: 0.75s ease-in-out;
  transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.hv-light:hover:after {
  transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.s-content .aligncenter {
  display: block;
  text-align: center;
  margin: auto;
}
.s-content .alignright {
  display: block;
  text-align: right;
  margin-left: auto;
}
.s-content .alignleft {
  display: block;
  text-align: left;
  margin-right: auto;
}
.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}
.s-content p {
  margin-bottom: 10px;
}
.s-content img {
  display: inline-block;
  max-width: 100%;
  margin: 10px 0;
  object-fit: contain;
}
.s-content table, .s-content iframe {
  max-width: 100%;
}
.s-content a {
  color: #e45200;
}
.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #ebebeb;
}
.s-content table td {
  border-collapse: collapse;
  border: solid 1px #ebebeb;
  padding: 3px;
}
.s-content h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h5 {
  display: block;
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h6 {
  display: block;
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
}
.smooth {
  transition: all 0.2s ease-in-out;
}
.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.col-mar-0 > div[class^=col-] {
  padding-left: 0px;
  padding-right: 0px;
}
.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.col-mar-5 > div[class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px;
}
.col-mar-8 > div[class^=col-] {
  padding-left: 8px;
  padding-right: 8px;
}
.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.col-mar-10 > div[class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.f-roboto {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
}
.b-roboto {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
}
.m-roboto {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
}
.fs-16, .fs-cover-16 {
  font-size: 16px;
}
.fs-18, .fs-cover-18 {
  font-size: 18px;
}
.line-h24 {
  line-height: 24px;
}
.line-h34 {
  line-height: 34px;
}
.cl-00 {
  color: #000000;
}
body {
  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  max-width: 1920px;
  margin: auto;
  color: #000000;
}
a {
  display: inline-block;
}
button:focus {
  outline: none;
}
.relative {
  position: relative !important;
}
.clmain {
  color: #56BC20 !important;
}
.clsp {
  color: #FF6F00 !important;
}
.cltext {
  color: #888888 !important;
}
.clwhite {
  color: white;
}
.cl00 {
  color: #000000;
}
.clc4 {
  color: #c40023;
}
.cl2d {
  color: #2d2c2c;
}
.bg-sp {
  background: #f9f9f9;
}
.zindex10 {
  z-index: 10;
}
.hv_main {
  color: #56BC20 !important;
}
.hv_main:hover {
  color: #FF6F00 !important;
}
.hv_main_sp:hover {
  color: #56BC20 !important;
}
.hv_sp:hover {
  color: #FF6F00 !important;
}
.hv_sp_main {
  color: #FF6F00 !important;
}
.hv_sp_main:hover {
  color: #56BC20 !important;
}
.hv_text {
  color: #fff;
}
.hv_text:hover, .hv_text:active, .hv_text:focus {
  color: #c40023;
}
.all-title {
  font-size: 30px;
  line-height: 40px;
}
.all-input {
  height: 45px;
  font-size: 16px;
  width: 100%;
  border-radius: 45px;
  padding: 0 10px;
  border: solid 1px #ebebeb;
}
.all-textarea {
  font-size: 16px;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  border: solid 1px #ebebeb;
}
.all-btn {
  display: inline-block;
  min-width: 120px;
  background: #fff;
  padding: 8px 25px;
  color: #fb2203;
  border: solid 2px #fb2203;
  text-align: center;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.all-btn:hover {
  color: #fff;
  background: #fb2203;
}
.all-btn-sp {
  display: inline-block;
  border-radius: 35px;
  background: white;
  padding: 6px 25px;
  color: #56BC20;
  border: solid 1px #56BC20;
  transition: all 0.2s ease-in-out;
}
.all-btn-sp:hover {
  color: white;
  background: #56BC20;
}
.all-btn-gray {
  display: inline-block;
  border-radius: 35px;
  background: white;
  padding: 6px 25px;
  border: solid 1px #eeeeee;
  background: #eeeeee;
  transition: all 0.2s ease-in-out;
}
.all-btn-gray:hover {
  background: black;
  color: #eeeeee;
}
.f_roboto {
  font-family: "Roboto";
  font-weight: normal;
}
.b_roboto {
  font-family: "Roboto";
  font-weight: bold;
}
.m_roboto {
  font-family: "Roboto";
  font-weight: 500;
}
.f_montserrat {
  font-family: "Montserrat";
  font-weight: normal;
}
.b_montserrat {
  font-family: "Montserrat";
  font-weight: bold;
}
.m_montserrat {
  font-family: "Montserrat";
  font-weight: 500;
}
.cspoint {
  cursor: pointer;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13, .fs-13-cover {
  font-size: 13px !important;
}
.fs-14, .fs-14-cover {
  font-size: 14px !important;
}
.fs-16, .fs-16-cover {
  font-size: 16px !important;
}
.fs-18, .fs-18-cover {
  font-size: 18px !important;
}
.fs-20, .fs-20-cover {
  font-size: 20px !important;
}
.fs-22, .fs-22-cover {
  font-size: 22px !important;
}
.fs-24, .fs-24-cover {
  font-size: 24px !important;
}
.fs-26, .fs-26-cover {
  font-size: 26px !important;
}
.fs-28, .fs-28-cover {
  font-size: 28px !important;
}
.fs-30, .fs-30-cover {
  font-size: 30px !important;
}
.fs-36, .fs-36-cover {
  font-size: 36px !important;
}
.fs-meta {
  font-size: 14px;
}
.module-tns-dots .tns-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px 0 15px;
  text-align: center;
}
.module-tns-dots .tns-nav button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  border: solid 1px #000000;
  background: #000000;
  margin-right: 12px;
  pointer-events: all;
}
.module-tns-dots .tns-nav .tns-nav-active {
  border-color: #f91f03;
  background: #f91f03;
}
.module-tns-controls .tns-controls button {
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: 9;
  width: 30px;
  height: 30px;
  line-height: 20px;
  border: none;
  top: 50%;
  margin-top: -15px;
  outline: 0;
  border: solid 2px #989898;
  cursor: pointer;
  color: #989898;
  font-size: 30px;
  border-radius: 50%;
  padding: 0;
  padding-bottom: 10px;
  text-align: center;
}
.module-tns-controls .tns-controls button[data-controls=prev] {
  left: -15px;
}
.module-tns-controls .tns-controls button[data-controls=next] {
  right: -15px;
}
.module-tns-controls .tns-controls button:hover {
  color: #56BC20;
  border: solid 2px #56BC20;
}
.module-tns-controls .tns-controls button[disabled] {
  opacity: 0.3;
}
.module-gutter-slide .tns-outer {
  margin-left: -15px;
  margin-right: -15px;
}
/* checkbox */
.module-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  user-select: none;
}
.module-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.module-checkbox .checkmark {
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: white;
  border-radius: 3px;
  border: solid 1px #888888;
}
.module-checkbox:hover input ~ .checkmark {
  background-color: #ebebeb;
}
.module-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.module-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.module-checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #252525;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* end check box */
.modul-select2 {
  width: 100%;
}
.select2-container .select2-selection--single {
  height: 45px !important;
  border: solid 1px #ebebeb !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 43px !important;
}
.scrollstyle1::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  width: 6px;
  height: 6px;
}
.scrollstyle1::-webkit-scrollbar {
  background-color: #fb2203;
  margin: 6px;
  width: 6px;
  height: 6px;
}
.scrollstyle1::-webkit-scrollbar-thumb {
  background-color: #fb2203;
  border-radius: 3px;
  width: 6px;
  height: 6px;
}
.ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 63;
  pointer-events: none;
}
.main_breadcrumb {
  background: #f9f9f9;
  padding: 8px 0px;
}
.breadcrumb {
  padding: 0;
  margin: 0;
  background: unset;
  font-size: 15px;
  justify-content: left;
}
.breadcrumb li {
  position: relative;
  padding-right: 20px;
}
.breadcrumb li:after {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  top: 1px;
  right: 6px;
}
.breadcrumb li:first-child:before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 3px;
}
.breadcrumb li:last-child {
  pointer-events: none;
  color: #56BC20;
}
.breadcrumb li:last-child:after {
  content: "";
  display: none;
}
.back-to-top {
  position: fixed;
  top: 80%;
  right: 10px;
  color: #c40023;
  background: #fff;
  border: 2px solid #c40023;
  border-radius: 50%;
  z-index: 9999;
  display: none;
}
.back-to-top i.fa.fa-arrow-up {
  width: 40px;
  height: 40px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.back-to-top:hover {
  color: #fff;
  border-color: #fff;
  background: #c40023;
}
#header {
  position: relative;
  background-color: #fff;
  z-index: 990;
  border-bottom: 1px solid #ccc;
}
#header .container {
  padding: 20px 0;
}
#header .nav-dkt {
  padding-top: 6px;
}
#header .nav-dkt ul {
  display: flex;
  flex-wrap: wrap;
}
#header .nav-dkt ul li {
  position: relative;
  margin: 0 15px;
}
#header .nav-dkt ul li:first-child {
  margin-left: 0;
}
#header .nav-dkt ul li::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin-top: 0;
  background-color: #fb2203;
  opacity: 0;
  z-index: 0;
  transition: all .3s ease-in-out;
}
#header .nav-dkt ul li a {
  color: #333333;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  transition: color 0.3s ease-in-out;
}
#header .nav-dkt ul li:hover > a, #header .nav-dkt ul li.active > a {
  color: #adadad;
}
#header .nav-dkt ul li:hover::before {
  margin-top: 3px;
  opacity: 1;
  z-index: 10;
}
#header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 990;
}
#header .nav-dkt ul li ul {
  position: absolute;
  top: 90%;
  left: 0;
  width: 200px;
  padding-top: 5px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition: top .3s ease-in-out;
  transition: all .4s ease-in-out;
}
#header .nav-dkt ul li ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}
#header .nav-dkt ul li ul li::before {
  content: none;
}
#header .nav-dkt ul li ul li a {
  display: block;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 500;
  background-color: #fff;
  border-bottom: 1px solid #adadad;
}
#header .nav-dkt ul li ul li:last-child a {
  border-bottom: none;
}
#header .nav-dkt ul li:hover ul {
  top: 100%;
  opacity: 1;
  z-index: 100;
  visibility: visible;
  pointer-events: all;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
#header .nav-dkt ul li ul li:hover a {
  color: #fb2203;
}
#header .nav-dkt ul li ul li ul {
  top: 0;
  left: 0;
  padding-top: 0;
  padding-left: 5px;
}
#slide-home .item-banner .img img {
  width: 100%;
  min-height: 400px;
}
#slide-home .item-banner .ct-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #333333;
  z-index: 10;
}
#slide-home .item-banner .ct-banner .container {
  padding-top: 60px;
  padding-bottom: 40px;
}
#slide-home .item-banner .ct-banner .title {
  max-width: 800px;
  margin: 0px auto;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
}
#slide-home .item-banner .ct-banner .content {
  max-width: 800px;
  margin: 0px auto;
  font-size: 18px;
  line-height: 34px;
}
#slide-home .item-banner .ct-banner .btn-slide {
  font-size: 18px;
  color: #ffffff;
  background-color: #fb2203;
  border-color: transparent;
  transition: background-color 0.7s ease-in-out, color 0.7s ease-in-out, border-color 0.7s ease-in-out;
  box-shadow: 0px 7px 20px 0px rgba(255, 41, 41, 0.4);
}
#slide-home .item-banner .ct-banner .btn-slide:hover {
  background-color: #b5240b;
}
.preamble {
  padding: 60px 0px 40px;
  background-color: #f5f5f5;
}
.preamble .preamble-content {
  max-width: 798px;
  padding: 0 15px;
  margin: 0px auto;
}
.customer {
  padding: 60px 0px 40px;
}
.customer .customer-title, .customer .customer-content {
  max-width: 768px;
  margin: 0px auto;
}
.customer .main-slie-customer {
  padding: 40px 0;
}
.customer .main-slie-customer .tns-outer {
  position: relative;
}
.customer .main-slie-customer .tns-outer .tns-controls button {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid #fb2203;
  background-color: transparent;
  color: #fb2203;
  font-size: 34px;
  text-align: center;
  opacity: 0;
  z-index: 20;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.customer .main-slie-customer .tns-outer .tns-controls button[data-controls=prev] {
  left: 5%;
  padding-right: 5px;
}
.customer .main-slie-customer .tns-outer .tns-controls button[data-controls=next] {
  right: 5%;
  padding-left: 5px;
}
.customer .main-slie-customer .tns-outer:hover .tns-controls button {
  opacity: 1;
}
.customer .main-slie-customer .tns-outer .tns-controls button:hover {
  color: #fff;
  background-color: #fb2203;
}
.slide-main .item-slie-customer {
  padding: 0 30px;
}
.slide-main .item-slie-customer.tns-slide-active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.6;
  z-index: 10;
  transition: all 0.4s ease-in-out;
}
.slide-main .item-slie-customer img {
  -webkit-user-select: none;
  user-select: none;
}
.slide-main .item-slie-customer.tns-slide-active.active-center::before {
  background-color: transparent;
  opacity: 1;
}
.meta-section {
  font-size: 14px;
  line-height: 22px;
}
.btn-slide {
  border: 1px solid transparent;
  color: #fff;
  background-color: #f91f03;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.btn-slide:hover {
  background-color: #b5240b;
}
.btn-slide.btn-nth2 {
  background-color: #484747;
}
.btn-slide.btn-nth2:hover {
  background-color: #b5240b;
}
.main-pro {
  padding: 60px 0 40px;
  background-color: #f5f5f5;
}
.main-pro .t-section-pro-home::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  width: 40%;
  height: 2px;
  margin: 10px auto;
  background-color: #f91f03;
}
.item-pro {
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.item-pro .ct-text {
  display: block;
  padding: 10px;
  color: #fff;
  font-family: "Roboto";
  font-weight: 500;
  background-color: #484747;
  text-align: center;
  text-transform: uppercase;
}
.item-pro:hover .ct-text {
  background-color: #b5240b;
}
.banner-post-home {
  width: 100%;
  min-height: 300px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-post-home::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
}
.banner-post-home .container {
  position: relative;
  z-index: 10;
  opacity: 1;
}
.banner-post-home .title-post-banner {
  font-size: 30px;
}
.banner-post-home .title-post-banner, .banner-post-home .ct-post-banner {
  max-width: 767px;
  margin: auto;
}
.banner-post-home .ct-post-banner {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.commitment-goal {
  padding: 60px 0 0;
}
.commitment-goal .container {
  max-width: 1040px;
}
.commitment-goal .container .row {
  padding-bottom: 80px;
}
.commitment-goal .title-commitment {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
}
.main-slide-commitment-goal .tns-outer {
  position: relative;
}
.main-slide-commitment-goal .tns-outer .tns-controls {
  height: 0;
}
.main-slide-commitment-goal .tns-outer .tns-controls button {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: #fff;
  color: #333333;
  opacity: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.main-slide-commitment-goal .tns-outer .tns-controls button:hover {
  color: #fff;
  background-color: #f91f03;
}
.main-slide-commitment-goal .tns-outer .tns-controls button[data-controls=prev] {
  left: 5px;
}
.main-slide-commitment-goal .tns-outer .tns-controls button[data-controls=next] {
  right: 5px;
}
.main-slide-commitment-goal .tns-outer .tns-controls:hover button {
  opacity: 1;
  z-index: 10;
}
#footer {
  padding: 10px 0;
  background-color: #484747;
  color: #fff;
}
.box-order-last {
  background: #efefef;
  padding: 15px 7px;
  border-radius: 5px;
}
.box-order-last .block-title {
  margin-bottom: 0!important;
  border: none!important;
}
#footer .img-logo-footer img {
  max-width: 40%;
}
.item-banner2 {
  display: block;
  text-align: center;
  margin: auto;
  text-align: center;
  padding-top: 63%
}
.item-banner2 img {
  width: auto;
  max-width: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .container.main-pro-c {
    width: 1200px;
  }
}
.hot_gif {
  max-width: 100px;
}
.sb-title {
  font-size: 23px;
  text-align: center;
  display: block;
  font-weight: 600;
  color: red;
}
.sb_list_service .item {
  position: relative;
  margin: 25px 5px;
  padding: 5px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #080831;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid red;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sb_list_service .item::before {
  content: '\f0a4';
  font-family: fontAwesome;
  font-size: 20px;
  margin-right: 10px;
}
.sb_list_service .item:hover {
  background-color: #d41617;
  color: rgb(255, 255, 255);
  animation: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.sb_list_service .item{
  border:1px solid #d41617 !important; 
}
.gachthe, .fcheckso {
  max-width: 500px;
  margin: auto;
  text-align: center;
}
.gachthe ._des2 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.form-group {
  margin-bottom: 1rem;
}
form {
  margin: 0;
}
html, button, input, select, textarea {
  color: #222;
}
button, input {
  line-height: normal;
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
input, button, textarea, select, option:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid rgb(0, 0, 0);
}
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.fcheckso ._des2 {
  margin-bottom: 10px;
  font-weight: 600;
}
.box-border {
  border: 5px solid #404054;
  display: block;
  margin: 5px 0;
  border-color: #404054;
  text-align: center;
}
.table {
  display: table;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.result tr:hover {
  background: #080831 !important;
  color: #fff !important;
}
.result tr.td-bg-xanh {
  background: #404054;
  color: white;
}
.result td.layngay {
  font-weight: bold;
  color: #da251c;
  cursor: pointer;
}
table img {
  vertical-align: middle;
}
#box_kqxs_minhngoc {
  margin-bottom: 0;
}
#box_kqxs_minhngoc {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.entry table {
  width: 100%!important;
}
.entry table tr, .entry table td, .entry table th {
  padding: 10px;
  width: auto!important;
  height: auto!important;
  white-space: normal!important;
  border: 1px solid #ccc;
}
#box_kqxs_minhngoc .title {
  padding: 15px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05);
}
.main-pro-cate {
  padding: 30px 0;
}
.item-pro-cate {
  margin-bottom: 30px;
}
.linear-wipe {
  font-size: 16px;
  text-align: center;
  background: linear-gradient(to right, #da251c 20%, #FF0 40%, #FF0 60%, #FFF 80%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine .6s linear infinite;
}
.item-pro-cate .name:hover .linear-wipe {
  color: #da251c !important;
  animation: none;
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}
.phantrang {
  font-size: 20px;
  margin: 10px 0px 20px;
}
.clearfix:before, .clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.te-pagination {
  font-size: 14px;
  text-align: center;
}
.te-pagination a, .te-pagination strong {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: red;
  text-align: center;
  line-height: 30px;
  margin-right: 3px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.te-pagination strong, 
.te-pagination a:hover {
  background: #079CD4;
}
@media (max-width: 1200px) {
  .logo-header img {
    max-width: 200px;
    width: 100%;
  }
  #header .nav-dkt ul li {
    margin-left: 10px;
  }
  #header .nav-dkt ul li a {
    font-size: 15px;
  }
  #header .nav-dkt ul li ul li a {
    padding: 5px 10px;
    font-size: 14px;
  }
  .btn-a.all-btn {
    min-width: 100px;
    padding: 6px 20px 4px;
    font-size: 15px;
    font-weight: 500;
  }
  #header .container {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .banner-post-home .ct-post-banner
  {
    font-size: 14px;
  }
  .banner-post-home .title-post-banner
  {
    font-size: 22px;
  }
  .banner-post-home
  {
    min-height: 200px;
  }
  .item-pro
  {
    margin-bottom: 10px;
  }
  .row-5 > div[class^="col"]
  {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row-5
  {
    margin-right: -5px;
    margin-left: -5px;
  }
  #header .nav-dkt {
    padding-top: 15px;
  }
  #slide-home .item-banner .ct-banner .container {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  #slide-home .item-banner .ct-banner .title {
    font-size: 34px;
    line-height: 40px;
  }
  #slide-home .item-banner .ct-banner .content {
    font-size: 16px;
    line-height: 30px;
  }
  #slide-home .item-banner .ct-banner .btn-slide {
    font-size: 16px;
  }
  .all-btn {
    padding: 8px 20px;
  }
  .customer .main-slie-customer .tns-outer .tns-controls button {
    width: 40px;
    height: 40px;
    margin-top: -50px;
    font-size: 30px;
  }
  .commitment-goal .container .row {
    padding-bottom: 50px;
  }
  .main-pro {
    padding: 40px 0 20px;
  }
}
@media (max-width: 767px) {
  #header .open-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 15px;
    display: block;
    font-size: 25px;
    color: #484747;
  }
  #header .open-menu:hover {
    color: #fb2203;
  }
  #header .container {
    padding: 8px 0;
  }
  #slide-home .tns-outer .tns-nav {
    display: none !important;
  }
  #slide-home .item-banner .img {
    padding-top: 40px;
  }
  #slide-home .item-banner .img img {
    min-height: 300px;
  }
  .customer .main-slie-customer .tns-outer .tns-controls button {
    width: 35px;
    height: 35px;
    margin-top: -15px;
    font-size: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .preamble .preamble-content,
  .fs-16, .fs-16-cover
  {
    font-size: 14px!important;
  }
  .main-pro,
  .preamble, .customer
  {
    padding: 20px 0 20px;
  }
  .commitment-goal
  {
    padding: 15px 0 0;
  }
  #slide-home .item-banner .ct-banner .title {
    font-size: 27px;
    line-height: 36px;
  }
  #slide-home .item-banner .img {
    padding-top: 60px;
  }
  #slide-home .item-banner .img img {
    min-height: 250px;
  }
  #slide-home .item-banner .ct-banner .content {
    font-size: 15px;
    line-height: 24px;
  }
  #slide-home .item-banner .ct-banner .container {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .all-btn {
    padding: 6px 15px;
  }
  .all-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.result tr.td-bg-xanh {
  background: #781da0;
  color: #fff;
}
#box_kqxs_minhngoc {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.entry table {
  width: 100%!important;
}
.entry table tr, .entry table td, .entry table th {
  padding: 10px;
  width: auto!important;
  height: auto!important;
  white-space: normal!important;
  border: 1px solid #ccc;
}
#box_kqxs_minhngoc .title {
  padding: 15px;
}
.result tr:hover{
  background: #460a61 !important;
  color: #fff !important;
}
.result td.layngay{
  font-weight: bold;
  color: #da251c;
  cursor: pointer;
}
.box-border {
  border: 5px solid black;
  display: block;
  margin:5px 0;
  border-color: red;
  text-align: center;
  animation-name: flash_border;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: flash_border;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: flash_border;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
}
.send-info
{
  margin-top: 10px;
}
.reson_content ul li a{
  pointer-events: none;
}
.header {
  background-image: url('../images/banner.jpg');
  background-size: cover;
  background-repeat: no-repeat; background-position: center; }
  .text-logo{
    display: block;
  }
  .text-logo img{
    max-height: 50px;
  }
  .header .open-menu {
    display: none; }
    .header .header-top {
      padding: 10px 0; }
      .header .d-center {
        display: block !important;
        text-align: center; }
        .header .sticky {
          position: fixed;
          width: 100%;
          background: rgb(49 50 71 / 93%);
          z-index: 3;
          left: 0;
          top: 0;}
          #box_kqxs_minhngoc .title{
            background-color: rgb(64 64 84) !important; 
          }
          .hot_service {
            border: 1px solid #00008029;
          }
          ..sb-title{
            margin-bottom: 0 !important;
          }
          .hot_service_title {
            padding: 15px 15px 15px 0px;
            display: flex;
            align-items: center;
            justify-content: center;
          }
          .hot_service li.smooth:hover a{
            color: #ff0000;
          }
          .hot_service li.smooth {
            padding: 5px 0px 5px 30px;
            border-bottom: 1px solid #00008029;
          }
          .hot_service li.smooth:first-child {
            border-top: 1px solid #00008029;
          }
          .hot_service li.smooth:last-child {
            border-bottom: none;
          }
          .hot_service a.d-block.py-2 {
            font-weight: 500;
            transition: all .2s;
          }
          .hot_service img.hot_gif{
            max-width: 25px;
            width: 100%;
          }
          .thienabcd img{
            width: 100%;
            height: 300px;
            object-fit: fill;
          }
