@font-face {
  font-family: 'impact';
  src: url(fonts/impact.woff);
}

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
}
p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    color: #7a7a7a;
}

header.head a.navbar-brand {
  position: relative;
}


header.head {
  /*position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;*/
}
header.head .navbar.navbar-dark {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0px 0 !important;
  margin: 0;
}
header.head a.logo {
  padding: 0;
}
header.head .navbar-collapse {
  flex-grow: 0;
}

ul.main-menu {
  margin-right: -15px;
}
ul.main-menu li {
  margin: 0 15px;
}
ul.main-menu li a.nav-link {
  color: #666666 !important;
  font-weight: normal;
}
ul.main-menu li a.nav-link.active, ul.main-menu li a.nav-link:hover {
  background: #044b96;
  color: #fff !important;
}

.top-head {
  background: #044b96;
  padding: 10px 0;
}
.top-head .header-mail {}
.top-head .header-mail a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.top-head .header-call {
  float: right;
}
.top-head .header-call ul {
  margin: 0;
  padding: 0;
}
.top-head .header-call ul li {
  margin: 0 0 0 25px;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.top-head .header-call ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

.carousel-banner {
  position: relative;
}
.carousel-banner .banner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.carousel-banner .banner-txt h1 {
  background: rgba(255, 255, 255, 0.9);
  font-weight: 900;
  padding: 15px 20px;
  display: inline-block;
}

.carousel-banner .banner-txt p {
  color: #fff;
font-size: 30px;
font-weight: bold;
display: block;
/*background: #044b96;*/
width: 190px;
margin: 0 auto;
padding: 0;
font-size: 24px; 
}


.about-page {
  padding: 200px 0 50px 0;
  background: url(../image/grey-bg.png) 0 0 no-repeat;
  margin-top: -150px;
}
.about-page .about-image {}
.about-page .about-image img {}
.about-page .about-content {
  margin-top: 0px;
}
.about-page .about-content h3 {
  color: #044b96;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}
.about-page .about-content h3:before {
  content: '';
  background: #ed3237;
  width: 75px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-page .about-content p {
  font-size: 18px;
  line-height: 28px;
}
.about-page .about-content button.btn {
  background: #071f41;
  border: 1px solid #071f41;
}

.product-part {
  margin: 50px 0;
}
.product-content {
  margin-bottom: 30px;
}
.product-content h3 {
  color: #044b96;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.product-content h3:before {
  content: '';
  background: #ed3237;
  width: 75px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-content p {
    font-size: 18px;
    line-height: 28px;
}


.footer {
    background: url(../image/grey-bg.png) 0 0 no-repeat;
    padding: 0px 0 0 0;
}

.ft-map {
  margin: 20px 0;
}

.company-detail {
    margin-top: 60px;
}
.company-detail p {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 22px;
}
.company-detail p a {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}
.company-detail p i {
    color: #044b96;
    float: left;
    width: 30px;
    height: 42px;
    font-size: 18px;
}

.footer-copywrite {
    background: #044b96;
    padding: 15px 10px;
    text-align: left; 
}
.footer-copywrite p {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}
.footer-copywrite p a {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.contact-form {}

.contact-form .form-group {
  margin: 0 0 20px 0;
}
.contact-form .form-group label {
  font-size: 18px;
  color: #666666;
  font-weight: bold;
  margin: 0 0 6px 0;
}
.contact-form .form-group input {
  border-color: #e2e2e2;
  border-radius: 0;
  color: #666666;
  font-size: 16px;
  font-weight: normal;
}
.contact-form .form-group textarea {
  border-color: #e2e2e2;
  border-radius: 0;
  color: #666666;
  font-size: 16px;
  font-weight: normal;
}

.contact-form button.btn {
  background: #044b96;
  border-radius: 0;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.contact-address {
  background: #044b96;
  padding: 30px 30px 20px 30px;
}
.contact-address p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 12px;
    clear: both;
}
.contact-address p a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}
.contact-address p i {
    color: #fff;
    float: left;
    width: 30px;
    height: 42px;
    font-size: 18px;
}

.menu-btn {
    background: none;
    border: 0;
    padding: 0;
}
.menu-btn i {
    color: #fff;
}

.shade-list {}
.shade-list ul.nav {
  border: 0;
}
.shade-list ul.nav li.nav-item {
  margin-right: 10px;
}
.shade-list ul.nav li.nav-item a.nav-link {
    text-transform: uppercase;
    background: #f2f2f2;
    color: #044b96;
    border: 0;
    font-weight: bold;
    border-radius: 0;
}
.shade-list ul.nav li.nav-item a.nav-link.active, .shade-list ul.nav li.nav-item a.nav-link:hover {
  background: #044b96;
  color: #fff;
  border: 0;
}
.shade-list table.table tr th {
      background: #ddd;
    color: #707070 !important;
}
.shade-list table.table tr td {
      color: #7a7a7a;
}
.block-xstag {
  display: none;
}
.none-xstag {
  display: block;
}

.black-shade {
  background: #000;
  width: 50px;
  height: 30px;
  border: 2px solid #ccc;
  display: block;
  float: left;
  margin: 0px 10px 0 0;
}
.red-shade {
  background: #fe0000;
  width: 50px;
  height: 30px;
  border: 2px solid #ccc;
  display: block;
  float: left;
  margin: 0px 10px 0 0;
}
.blue-shade {
  background: #1000ff;
  width: 50px;
  height: 30px;
  border: 2px solid #ccc;
  display: block;
  float: left;
  margin: 0px 10px 0 0;
}
.scarlet-shade {
  background: #eb5a57;
  width: 50px;
  height: 30px;
  border: 2px solid #ccc;
  display: block;
  float: left;
  margin: 0px 10px 0 0;
}
.yellow-shade {
  background: #fef56c;
  width: 50px;
  height: 30px;
  border: 2px solid #ccc;
  display: block;
  float: left;
  margin: 0px 10px 0 0;
}
.pink-shade {
  background: #f4c2c2;
  width: 50px;
  height: 30px;
  border: 2px solid #ccc;
  display: block;
  float: left;
  margin: 0px 10px 0 0;
}
.orange-shade {
  background: #ff7300;
  width: 50px;
  height: 30px;
  border: 2px solid #ccc;
  display: block;
  float: left;
  margin: 0px 10px 0 0;
}
.brown-shade {
  background: #ab7e4c;
  width: 50px;
  height: 30px;
  border: 2px solid #ccc;
  display: block;
  float: left;
  margin: 0px 10px 0 0;
}
.violet-shade {
  background: #cf9fff;
  width: 50px;
  height: 30px;
  border: 2px solid #ccc;
  display: block;
  float: left;
  margin: 0px 10px 0 0;
}
.about-img {
  margin: 0 0 15px 0;
}

@media only screen and (max-width: 991px) {
.navbar-dark .navbar-toggler {
  background: #fff;
  border: 2px solid #044b96;
  padding: 8px 8px 3px 8px;
  border-radius: 0;
}
.navbar-dark .navbar-toggler span {
  background: #044b96;
  width: 30px;
  height: 3px;
  display: block;
  margin: 0 0 5px 0;
}
.about-page {
  background: none;
  margin-top: 0;
  padding: 20px 0 0px 0;
}
.about-page .about-content h3 {
  font-size: 24px;
}
.product-content h3 {
  font-size: 24px;
}
ul.main-menu {
    margin-right: 0;
    z-index: 9;
position: relative;
}
ul.main-menu li {
    margin: 0;
}
ul.main-menu li a.nav-link {
  padding: 10px 15px;
}
ul.main-menu li a.nav-link.active, ul.main-menu li a.nav-link:hover {
    padding: 10px 15px;
}
.product-part {
    margin: 0;
}
.product-content {
  margin-top: 20px;
}
}

@media only screen and (max-width: 767px) {
.top-head .header-call ul li {
  text-align: center;
  width: 100%;
  margin: 0;
}
.about-page .about-image {
    margin-bottom: 15px;
}
.carousel-banner .banner-txt h1 {
  padding: 8px 10px;
  font-size: 16px;
}
.product-content h3 {
  margin: 0 0 10px 0;
}
.footer {
  padding: 30px 0 0 0;
}
.company-detail {
    margin-top: 0px;
}
.footer-copywrite p {
  text-align: center !important;
}
.shade-list ul.nav li.nav-item {
  margin-right: 0;
  display: block;
  width: 100%;
  margin: 5px 0px;
}
.contact-address {
  margin-top: 30px;
  padding: 30px 15px 20px 15px;
}
.contact-address p i {
  width: 24px;
}
.footer-copywrite {
  padding: 15px 0;
}
.company-detail p br {
  display: none;
}
.company-detail p b {
  display: block;
}
.company-detail p {
  margin-left: 30px;
  margin-bottom: 12px;
} 
.company-detail p i {
  width: 0px;
  height: auto;
  margin-left: -30px;
}
.contact-address p {
  margin-left: 30px;
  margin-bottom: 12px;
} 
.contact-address p i {
  width: 0px;
  height: auto;
  margin-left: -30px;
}
.block-xstag {
  display: block;
}
.none-xstag {
  display: none;
}
.shade-list table.table tr td {
  word-break: break-all;
}
}
@media only screen and (max-width: 360px) {
.carousel-banner .banner-txt h1 {
    padding: 8px 6px;
    font-size: 15px;
}
.product-content h3 {
    font-size: 22px;
}
}