@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  src: local("Roboto Regular"), url("../fonts/Roboto-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: normal;
  src: local("Roboto Italic"), url("../fonts/Roboto-Italic.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  src: local("Roboto Bold"), url("../fonts/Roboto-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: bold;
  src: local("Roboto Bold Italic"), url("../fonts/Roboto-BoldItalic.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Thin"), url("../fonts/Roboto-Thin.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Thin Italic"), url("../fonts/Roboto-ThinItalic.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Light"), url("../fonts/Roboto-Light.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Light Italic"), url("../fonts/Roboto-LightItalic.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), url("../fonts/Roboto-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), url("../fonts/Roboto-MediumItalic.woff") format("woff");
}

body {
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  height: 100%;
  background: #f7e9e0;
  background: -webkit-gradient(linear, left top, right top, from(#f7e9e0), to(#f1cfc8));
  background: linear-gradient(90deg, #f7e9e0 0%, #f1cfc8 100%);
}

.content {
  min-height: 100%;
}

.select2 {
  background-color: white;
}

.breadcrumbs {
  background: #f7e9e0;
  background: -webkit-gradient(linear, left top, right top, from(#f7e9e0), to(#f1cfc8));
  background: linear-gradient(90deg, #f7e9e0 0%, #f1cfc8 100%);
}

.breadcrumbs .breadcrumb {
  background: #f7e9e0;
  background: -webkit-gradient(linear, left top, right top, from(#f7e9e0), to(#f1cfc8));
  background: linear-gradient(90deg, #f7e9e0 0%, #f1cfc8 100%);
}

.col-md-6 .col-footer {
  -webkit-column-count: 2;
          column-count: 2;
}

.col-footer {
  padding-left: 0;
}

.col-footer li {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #888;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.col-footer li a {
  color: #333;
}

.col-footer li a:hover {
  text-decoration: none;
  color: #333;
}

.col-footer li a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.homepage {
  background: #f7e9e0;
  background: -webkit-gradient(linear, left top, right top, from(#f7e9e0), to(#f1cfc8));
  background: linear-gradient(90deg, #f7e9e0 0%, #f1cfc8 100%);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.grey-text {
  color: #999;
}

.opacity {
  opacity: 0.6;
}

.footer {
  border-top: 1px solid white;
}

.nav-header {
  background-color: #363435;
  font-weight: 700;
  padding: 7px;
}

.nav-header a {
  color: white;
}

.nav-header a:hover {
  text-decoration: none;
  color: white;
}

.social a {
  color: #333;
}

.social a:hover {
  color: #333;
  text-decoration: none;
}

.menu {
  padding: 10px 0;
}

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

.menu ul li a {
  color: #333;
}

.menu ul li a:hover {
  text-decoration: none;
  color: #333;
}

.menu ul .menu-partner {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.menu .active {
  font-weight: 700;
}

.menu-top li a {
  text-transform: uppercase !important;
  color: #333 !important;
}

.menu-top li:after {
  border: none !important;
}

.activated a span {
  color: #C73536 !important;
}

.container {
  max-width: 1200px;
}

.banner {
  position: relative;
}

.banner img {
  width: 100%;
}

.pagination {
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .current, .pagination .other-page, .pagination .next-page, .pagination .pre-page, .pagination b {
  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;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #737373;
  background-color: #eee;
  margin: 0 5px;
}

.pagination .current:hover, .pagination .other-page:hover, .pagination .next-page:hover, .pagination .pre-page:hover, .pagination b:hover {
  text-decoration: none;
  opacity: 0.9;
}

.pagination .current {
  background: #333;
  font-family: 'Google Sans',sans-serif;
  color: #fff;
  border: none;
}

.menu-box {
  -webkit-box-shadow: 0px 6px 7px -5px #33333324;
          box-shadow: 0px 6px 7px -5px #33333324;
  background: white;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
}

.black-box {
  background-color: #363435;
  color: white;
}

.grey-background {
  background-color: #f9f9f9;
}

.title-news {
  font-weight: 500;
  color: #333333 !important;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 40px;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: 0.1px;
  text-align: left;
  text-overflow: ellipsis;
  margin: 0px;
  overflow: hidden;
  height: 40px;
  /* text-align: center; */
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

#search-icon:hover {
  cursor: pointer;
}

.searchAllArea {
  display: none;
}

.searchAllArea form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.searchAllArea form input {
  width: 240px;
  height: 36px;
  border: 1px solid #e0e0e0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 36px 10px 15px;
  border-radius: 4px;
  font-size: 14px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.searchAllArea form input:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: none;
  border-color: #e0e0e0;
}

.searchAllArea form button {
  position: absolute;
  right: 10px;
  border: none;
  background: transparent;
  outline: none;
}

.choose-language li {
  padding: 10px;
  font-size: 14px;
}

.choose-language li:hover {
  background-color: rgba(136, 136, 136, 0.123);
}

.choose-language li:hover a {
  font-weight: 500;
}

.choose-language li img {
  width: 24px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.buy-now:hover {
  text-decoration: none;
}

.price {
  font-weight: 500;
}

.choose-language {
  display: none;
  padding-top: 20px;
  position: absolute;
  bottom: -70px;
  z-index: 2;
  background-color: white;
  width: 120px;
}

.current-language img {
  width: 24px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.current-language:hover {
  cursor: pointer;
}

.current-language:hover > .choose-language {
  display: block;
}

.fa-caret-down {
  padding-left: 3px;
  color: #999999;
}

.copyright {
  font-size: 14px;
}

.flag-icon-vietname {
  background-image: url(/img/vietnam.svg);
}

.owl-dot span {
  background-color: #EBBEBB !important;
}

.btn {
  padding: 10px 15px;
  border-radius: 1px;
}

.item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.item .product {
  color: #333;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item .product img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 20px;
  margin: auto;
  width: 100%;
  max-width: 200px;
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}

.item .product:hover {
  color: #333;
  text-decoration: none;
}

.item .product:hover img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.name-product {
  margin-bottom: 10px;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: 0.1px;
  text-align: left;
  text-overflow: ellipsis;
  margin: 0px;
  overflow: hidden;
  height: 25px;
  /* text-align: center; */
  margin: auto;
  margin-bottom: 10px;
  margin-top: 10px;
}

.on-sale .owl-prev {
  display: none !important;
}

.on-sale .owl-stage {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.on-sale .buy-now {
  display: block;
  background: #D3B99E;
  color: white !important;
  border-radius: 20px;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.on-sale .buy-now span {
  position: absolute;
  right: 20px;
  font-size: 25px;
  line-height: 20px;
}

.on-sale .owl-prev {
  display: none;
}

.wrapper-popup a {
  color: white;
}

.wrapper-popup a:hover {
  color: white;
  text-decoration: none;
}

.check-box {
  display: block;
  position: relative;
  margin-bottom: 7px;
  cursor: pointer;
}

.check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check-box input:checked ~ .checkmark {
  background-color: #c73536;
  border: none;
}

.check-box input:checked ~ .checkmark:after {
  display: block;
}

.check-box:hover input ~ .checkmark {
  background-color: #c73536;
}

.check-box .checkmark:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #bbb;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.btn-red {
  border: 2px solid #c73536;
  color: #c73536;
  position: relative;
}

.btn-red:hover {
  text-decoration: none;
  color: #c73536;
}

.btn-red:hover {
  background-color: #C73536;
  color: white;
}

.btn-red2 {
  color: white;
  background-color: #c73536;
  color: white;
}

.btn-red2:hover {
  text-decoration: none;
  color: white;
}

.btn-red2:hover {
  background-color: white;
  color: #c73536;
  border: 2px solid #c73536;
}

.btn-white {
  border: 2px solid white;
  color: white;
}

.btn-white:hover {
  text-decoration: none;
  color: white;
}

.btn-white:hover {
  background-color: white;
  color: #333;
}

.border-box {
  position: absolute;
  top: -30px;
  z-index: -1;
  right: 40px;
}

.partner {
  background-color: #F9F9F9;
}

.phone-call {
  color: #333;
}

.phone-call:hover {
  text-decoration: none;
  color: #333;
}

.owl-dots .owl-dot {
  padding: 0;
  border: none;
  background-color: transparent;
}

.owl-dots .owl-dot:focus {
  outline: none;
}

.owl-dots .active span {
  background-color: #C21C33 !important;
  width: 30px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

#news .item {
  color: #333;
}

#news .item:hover {
  text-decoration: none;
  color: #333;
}

.new-fee {
  font-weight: 500;
  line-height: 20px;
  color: #c73536;
  margin: 5px;
  margin-top: 8px;
}

.old-fee {
  font-weight: 400;
  text-align: left;
  color: #999;
  text-decoration: line-through;
  margin: 5px;
}

#msgModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
}

#msgModal .msgmodal-content {
  background: #fff;
  padding: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  width: auto;
  max-width: 500px;
}

#msgModal .msgmodal-content .msgmodal-body {
  text-align: center;
}

#msgModal .msgmodal-content .msgmodal-body svg {
  width: 100px;
  height: 100px;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}

#msgModal .msgmodal-content .msgmodal-body .bt-modals {
  text-align: center;
  margin: auto;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 4px;
  background: #e83e28;
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
}

.owl-nav .owl-prev {
  position: absolute;
  top: 30%;
  left: 0;
  background-color: transparent !important;
  border: none;
  outline: none;
}

.owl-nav .owl-prev span {
  color: #CCCCCC;
  font-size: 30px;
}

.owl-nav .owl-next {
  position: absolute;
  top: 30%;
  right: 0;
  border: none;
  outline: none;
  border-radius: 50%;
}

.owl-nav .owl-next span {
  color: #CCCCCC;
  font-size: 30px;
}

.partner .item img {
  margin: auto;
}

.label_error {
  position: absolute;
  font-size: 12px;
  color: red;
  margin-top: 5px;
}

.redborder {
  outline: 1px solid red;
}

.created-time {
  color: #999;
}

.map p {
  width: 100% !important;
  margin-bottom: 0px !important;
}

@media (max-width: 767px) {
  .footer {
    padding: 8px;
    font-size: 14px;
  }
  header {
    display: none;
  }
  .logo img {
    padding-left: 10px;
  }
  .menu-top {
    display: none;
  }
  .fa-bars, .fa-times {
    font-size: 25px;
    color: #C73536;
  }
  .search-cart {
    padding-right: 10px !important;
    position: absolute;
    top: 20px;
    right: 0;
    height: 40px;
  }
  .banner .title {
    position: absolute;
    top: 10%;
    left: 3%;
  }
  .banner .title p {
    margin-bottom: 5px !important;
  }
  .banner .title p span {
    font-size: 80% !important;
  }
  .banner .title .btn {
    font-size: 80% !important;
    padding: 5px 10px;
    border: 1px solid #c73536;
  }
  .banner img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .scroll-to-discover {
    display: none !important;
  }
  .about-us .title {
    margin-top: 15px;
  }
  .about-us .title h1 {
    font-size: 25px;
  }
  .about-us .col-left {
    margin-bottom: 20px;
  }
  .about-us img {
    width: 100%;
  }
  main .btn-red {
    font-size: 90% !important;
    padding: 8px 12px;
    border: 2px solid #c73536;
  }
  main .black-box {
    background-color: white;
    color: #333;
  }
  main .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 15px;
    padding-right: 15px;
  }
  main .product .title {
    margin-top: 15px;
  }
  main .product .title h1 {
    font-size: 25px;
  }
  main .product img {
    width: 100%;
  }
  main .product .parallelogram-product-2 {
    display: none;
  }
  main .product .parallelogram-product-3 {
    display: none;
  }
  main .product .opacity {
    opacity: 0.9 !important;
  }
  main .product .btn-white {
    border: 2px solid #333;
    color: #333;
    font-size: 90% !important;
    padding: 8px 12px;
  }
  main .product .image-box {
    margin-top: 15px;
  }
  main .project {
    padding-left: 15px;
    padding-right: 15px;
  }
  main .project .title {
    margin-top: 15px;
  }
  main .project .title h1 {
    font-size: 25px;
  }
  main .project .left-col {
    margin-bottom: 15px;
  }
  main .project .right-col img {
    width: 100%;
  }
  main .news .title, main .partner .title {
    padding-top: 30px;
    font-size: 25px !important;
  }
  main .partner .owl-carousel .owl-item img {
    display: block;
    max-height: 130px;
    max-width: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mail-register {
    display: none !important;
  }
  .product-item {
    padding: 10px;
  }
  .product-item img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .about-us {
    margin-top: 30px;
  }
  .product-item {
    max-width: 250px;
    height: 290px;
  }
  .product-item img {
    width: 150px;
    height: 150px;
  }
  .product-item .truncate {
    width: 150px;
  }
  .fa-bars {
    display: block;
  }
  header {
    display: none;
  }
  .logo img {
    padding-left: 10px;
  }
  .menu-box {
    font-size: 80%;
  }
  .menu-top {
    display: none;
  }
  .fa-bars, .fa-times {
    font-size: 25px;
    color: #C73536;
  }
  .search-cart {
    padding-right: 10px !important;
    position: absolute;
    top: 20px;
    right: 0;
    height: 40px;
  }
  .banner .title {
    position: absolute;
    top: 10%;
    left: 3%;
  }
  .banner .title p {
    margin-bottom: 5px !important;
  }
  .banner .title p span {
    font-size: 20px !important;
  }
  .banner .title .btn {
    font-size: 80% !important;
    padding: 5px 10px;
    border: 1px solid #c73536;
  }
  .banner img {
    height: 370px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .scroll-to-discover {
    display: none !important;
  }
  .about-us .title {
    margin-top: 15px;
  }
  .about-us .title h1 {
    font-size: 25px;
  }
  .about-us .col-left {
    margin-bottom: 20px;
  }
  .about-us img {
    width: 100%;
  }
  main .btn-red {
    font-size: 90% !important;
    padding: 8px 12px;
    border: 2px solid #c73536;
  }
  main .black-box {
    background-color: transparent;
    color: #333;
  }
  main .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
  }
  main .product .title {
    margin-top: 15px;
  }
  main .product .title h1 {
    font-size: 25px;
  }
  main .product img {
    width: 100%;
  }
  main .product .opacity {
    opacity: 0.9 !important;
  }
  main .product .btn-white {
    border: 2px solid #333;
    color: #333;
    font-size: 90% !important;
    padding: 8px 12px;
  }
  main .product .image-box {
    margin-top: 15px;
  }
  main .project {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  main .project .title {
    margin-top: 15px;
  }
  main .project .title h1 {
    font-size: 25px;
  }
  main .project .left-col {
    margin-bottom: 15px;
  }
  main .project .right-col img {
    width: 100%;
    translate: initial !important;
  }
  main .news .title, main .partner .title {
    padding-top: 30px;
    font-size: 25px !important;
  }
  main .partner .owl-carousel .owl-item img {
    display: block;
    max-height: 130px;
    max-width: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product-item {
    padding: 10px;
  }
  .product-item img {
    width: 100%;
  }
  #email-input {
    background-color: #636363;
    border: none;
    padding: 10px 16px;
    color: #b9b9b9;
    min-width: 300px !important;
    max-height: 40px;
  }
  #email-input::-webkit-input-placeholder {
    color: #b9b9b9;
  }
  #email-input:-ms-input-placeholder {
    color: #b9b9b9;
  }
  #email-input::-ms-input-placeholder {
    color: #b9b9b9;
  }
  #email-input::placeholder {
    color: #b9b9b9;
  }
  #email-input:focus {
    outline: none;
  }
  .mail-register {
    margin-left: 20px;
  }
}

@media (min-width: 1023px) and (max-width: 1999px) {
  .fa-bars {
    display: none !important;
  }
  .menu-top {
    display: block;
  }
}

@media (min-width: 1200px) {
  .fa-bars {
    display: none !important;
  }
  .content-title {
    font-size: 28px;
    font-weight: 400;
  }
  .banner .title {
    position: absolute;
    top: 10%;
    left: 6%;
  }
  .banner .title p {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .banner img {
    max-height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .image-box img {
    width: 100%;
    height: 440px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-us {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .about-us .title h1 {
    font-size: 30px;
    font-family: 'Roboto';
  }
  .about-us .col-right img {
    width: 355px;
    height: 285px;
    margin-left: 70px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-us .col-right .border-box {
    width: 355px;
    height: 285px;
    border: 5px solid #eee;
  }
  .suntek {
    font-size: 37px !important;
  }
  .product .title {
    padding-bottom: 20px;
  }
  .product .title h1 {
    font-size: 30px;
    font-family: 'Roboto';
  }
  .product .description {
    width: 360px;
  }
  .product-item {
    width: 100%;
    padding: 5px;
    height: 290px;
  }
  .product-item img {
    width: 180px;
    height: 180px;
  }
  .product-item .truncate {
    width: 200px;
  }
  .project .title {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .project .title h1 {
    font-size: 30px;
    font-family: 'Roboto';
  }
  .project .right-col img {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    width: 362px;
    height: 455px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news .title, .partner .title {
    font-size: 30px;
    padding-bottom: 30px;
    font-family: 'Roboto';
  }
  .partner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .partner .item img {
    width: 150px;
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  footer .mail-register {
    margin-left: 11%;
  }
}

@media (min-width: 1400px) {
  .banner .title {
    position: absolute;
    top: 10%;
    left: 8%;
  }
  .banner .title p {
    font-size: 30px;
    margin-bottom: 8px;
  }
  footer .mail-register {
    margin-left: 13%;
  }
}

@media (min-width: 1600px) {
  .content-title {
    font-size: 33px;
  }
  .banner .title {
    position: absolute;
    top: 10%;
    left: 12.5%;
  }
  .banner .title p {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .banner img {
    max-height: 640px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  footer .mail-register {
    margin-left: 21%;
  }
}

@media (min-width: 1900px) {
  .content-title {
    font-size: 40px;
  }
  .image-box img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner .title {
    top: 15%;
    left: 19%;
  }
  .about-us {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .about-us .title h1 {
    font-size: 42px;
  }
  .about-us .col-right img {
    width: 510px;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-us .col-right .border-box {
    width: 510px;
    height: 400px;
    border: 7px solid #eee;
  }
  .suntek {
    font-size: 56px !important;
  }
  .product {
    height: 640px;
  }
  .product .title h1 {
    font-size: 40px;
  }
  .product .description {
    width: 510px;
    margin-bottom: 50px;
  }
  .project .title {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .project .title h1 {
    font-size: 42px;
  }
  .project .right-col img {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
    width: 510px;
    height: 640px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news .title, .partner .title {
    font-size: 42px;
    padding-bottom: 30px;
    font-family: 'Roboto';
  }
  .partner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .partner .item img {
    width: 210px;
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  footer .mail-register {
    margin-left: 30%;
  }
}
/*# sourceMappingURL=style.css.map */