﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
@font-face {
  font-family: "Manrope";
  src: url("../../fonts/Manrope/Manrope-VariableFont_wght.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

body {
  color: #0a2540;
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

@keyframes opacitymove {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes translateXmove {
  from {
    transform: translateX(-30px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
#home #home-slick {
  position: relative;
}
#home #home-slick .slick-item {
  height: 600px;
  position: relative;
}
#home #home-slick .slick-item .slick-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
#home #home-slick .slick-item .slick-alt {
  position: absolute;
  top: 38%;
  width: 100%;
  text-align: center;
}
#home #home-slick .slick-item .slick-alt h2 {
  text-shadow: 3px 3px 3px #333;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 30px;
}
@media only screen and (max-width: 769px) {
  #home #home-slick .slick-item .slick-alt h2 {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
#home #home-slick .slick-active .slick-alt {
  animation: 1s bounceInDown;
}
#home #home-slick .slick-dots {
  position: absolute;
  bottom: 50px;
  text-align: center;
  padding-top: 15px;
}
#home #home-slick .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
#home #home-slick .slick-dots li button {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  transition: all 0.3s ease;
  opacity: 0.4;
}
#home #home-slick .slick-dots li button:focus {
  outline: none;
}
#home #home-slick .slick-dots li button:hover {
  opacity: 1;
}
#home #home-slick .slick-dots li button::before {
  content: "";
}
#home #home-slick .slick-dots li.slick-active button {
  border-color: #2d3042;
  box-shadow: 0 0 0 2px #fff;
  opacity: 1;
}
#home #home-slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #4f76dd;
  font-size: 30px;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#home #home-slick .btn-prev {
  left: 30px;
}
#home #home-slick .btn-next {
  right: 30px;
}
#home #home-slick:hover .slick-arrow {
  opacity: 1;
}
#home #home-slick:hover .btn-prev {
  left: 60px;
}
#home #home-slick:hover .btn-next {
  right: 60px;
}
#home #home-links .title-section {
  margin: 80px 0 30px;
}
@media only screen and (max-width: 769px) {
  #home #home-links .title-section {
    margin: 40px 0 14px;
  }
}
#home #home-links .title-section h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 769px) {
  #home #home-links .title-section h2 {
    font-size: 20px;
  }
}
#home #home-links .title-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #3cbf59;
  margin: 0 auto;
}
#home #home-links .btn-prev, #home #home-links .btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #3cbf59;
  font-size: 30px;
  cursor: pointer;
}
#home #home-links .btn-prev {
  left: -50px;
}
#home #home-links .btn-next {
  right: -50px;
}
#home #home-links .box {
  padding: 15px;
}
#home #home-links .item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #eee;
  border-radius: 5px;
  height: 100%;
  padding: 2px;
  text-align: center;
}
#home #home-links .item img {
  height: 50px;
}
#home #home-links .item p {
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
}
#home #home-contact .title-section {
  margin: 80px 0 50px;
}
@media only screen and (max-width: 769px) {
  #home #home-contact .title-section {
    margin: 40px 0 14px;
  }
}
#home #home-contact .title-section h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 769px) {
  #home #home-contact .title-section h2 {
    font-size: 20px;
  }
}
#home #home-contact .title-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #3cbf59;
  margin: 0 auto;
}
#home #home-contact .contact-detail {
  margin-bottom: 40px;
}
#home #home-contact .contact-detail .contact-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 769px) {
  #home #home-contact .contact-detail .contact-title h5 {
    font-size: 16px;
  }
}
#home #home-contact .contact-detail .contact-info .info-item {
  margin: 8px 0;
}
#home #home-contact .contact-detail .contact-info .info-item i {
  color: #3cbf59;
  width: 26px;
  font-size: 16px;
  text-align: center;
  margin-right: 4px;
}
#home #home-contact .contact-detail .contact-info .info-item span {
  font-size: 14px;
}
