﻿@charset "UTF-8";
/*primary-color: #1667a0*/
/*primary-color: #009970*/
/****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 Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
/*primary-color: #1667a0*/
/*primary-color: #009970*/
/****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 Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
/*primary-color: #1667a0*/
/*primary-color: #009970*/
@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter/Inter-VariableFont_slnt,wght.ttf") format("truetype");
}
/*@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-Black.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-Bold.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-Italic.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-Light.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-LightItalic.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-Medium.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-Regular.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-Thin.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
}*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

html {
  color: #333;
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 16px;
}

/*primary-color: #1667a0*/
/*primary-color: #009970*/
.p-section {
  display: flex;
  align-items: center;
  padding: 60px 120px;
}

.s-top-banner {
  position: relative;
  background: #F8FAF9;
  background-image: url("../../images/trangchu/image-5.jpg");
  background-size: cover;
  background-position: center;
  max-height: 700px;
  min-height: 500px;
}

.section-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(14, 16, 18, 0.5), rgba(14, 16, 18, 0.5)), linear-gradient(90deg, rgba(18, 22, 33, 0.9), rgba(18, 22, 33, 0.7) 40%, rgba(30, 35, 48, 0.4) 75%, transparent);
}

.text {
  width: 60%;
  position: relative;
  align-self: center;
}
.text h3 {
  font-weight: 600;
  font-size: 30px;
  color: #fff;
}
.text h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  color: #2bc27d;
}
.text h2 {
  font-weight: 600;
  font-size: 34px;
  color: #fff;
}
.text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #c3c3c3;
}

.text-cta {
  display: flex;
}
.text-cta .text-cta-btn {
  border-radius: 0.325rem;
  font-weight: 500;
  color: #2bc27d;
  border: 2px solid #2bc27d;
  padding: 10px 20px;
  background: none;
  margin-right: 15px;
  margin-bottom: 10px;
}
.text-cta .text-cta-btn:hover {
  background: #2bc27d;
  color: #fff;
  border: #fff solid 2px;
}
.text-cta .text-cta-btn i {
  margin-right: 5px;
}

.home-bg {
  width: 40%;
  position: relative;
  display: flex;
  justify-content: space-around;
}
.home-bg .bg-1 {
  padding: 10px;
  width: 120px;
  height: 120px;
  border-radius: 15px;
  object-fit: cover;
}
.home-bg .bg-2-1 {
  padding: 10px;
  width: 120px;
  height: 120px;
  display: grid;
  border-radius: 15px;
  object-fit: cover;
}
.home-bg .bg-3-1 {
  padding: 10px;
  width: 250px;
  height: 240px;
  border-radius: 15px;
  object-fit: cover;
}
.home-bg .home-bg-two {
  display: flex;
}

.s-introduction {
  padding-bottom: 0;
}
.s-introduction .content {
  padding: 40px;
  background-color: aliceblue;
  border-radius: 10px;
  width: 100%;
}

.s-category .s-category-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 590px;
  background: aliceblue;
  margin-right: 20px;
  margin-top: 0;
  padding: 42px;
  width: 45%;
  align-items: center;
  border-radius: 0 55px 0 0;
}
.s-category h3 {
  color: #2bc27d;
  padding-top: 20px;
  font-size: 20px;
  border-top: solid 3px #2bc27d;
  font-weight: 600;
}
.s-category img {
  width: 200px;
  opacity: 0.8;
}
.s-category .col-sm-12:nth-child(1) .box:hover img {
  background: #efda9f;
}
.s-category .col-sm-12:nth-child(2) .box:hover img {
  background: #9fefca;
}
.s-category .col-sm-12:nth-child(3) .box:hover img {
  background: #f2bfb3;
}
.s-category .col-sm-12:nth-child(4) .box:hover img {
  background: #81e6a6;
}
.s-category .col-sm-12:nth-child(5) .box:hover img {
  background: #bececc;
}
.s-category .col-sm-12:nth-child(6) .box:hover img {
  background: #b4ddf2;
}
.s-category .col-sm-12:nth-child(7) .box:hover img {
  background: #f0f2b4;
}

.box {
  padding: 15px;
  border: solid 2px transparent;
  margin-top: 20px;
  min-height: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: solid 2px #eee;
  border-left: solid 2px #eee;
  transition: all ease-in-out 0.5s;
  border-radius: 0 35px 0 0;
}
.box:hover {
  border: solid 2px #2bc27d;
}
.box:hover img {
  transform: scale(1.1);
}
.box a {
  text-decoration: none;
  color: #2bc27d;
}
.box img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  background: #f4fdff;
  padding: 7px;
  border-radius: 5px;
  transition: all ease-in-out 0.5s;
}
.box h5 {
  font-weight: 600;
  font-size: 1.35rem;
}
.box p {
  font-size: 0.85rem;
  color: #6b6e71;
}

.s-map {
  background: #f6fdff;
}
.s-map .text {
  padding-left: 50px;
  width: 40%;
}
.s-map .text p {
  color: inherit;
}
.s-map .home-bg {
  width: 70%;
}
.s-map .home-bg img {
  width: 100%;
}

.s-statistics {
  flex-direction: column;
  padding: 60px 0;
}

.chart-wrapper {
  padding: 30px;
  margin: auto;
  margin-bottom: 50px;
  border-radius: 15px;
  width: 80%;
  align-self: flex-end;
}
@media only screen and (max-width: 992px) {
  .chart-wrapper {
    flex-direction: column;
    padding: 0;
  }
}

.chart-describe {
  width: 60%;
  padding: 15px;
  padding-right: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .chart-describe {
    width: 100%;
    padding-right: 0;
  }
}
.chart-describe h4 {
  margin-bottom: 25px;
  margin-top: 25px;
  font-size: 20px;
  color: #2bc27d;
  font-weight: 700;
  text-transform: uppercase;
  border-left: solid 5px #2bc27d;
  padding-left: 10px;
}
.chart-describe .textfill {
  font-weight: 700;
}
.chart-describe p {
  color: #444755;
}
.chart-describe img {
  height: 70px;
  width: max-content;
  opacity: 0.6;
  padding: 5px;
}

.chart-box {
  border: solid 1px #dedede;
  border-radius: 7px;
  width: 100%;
  height: 400px;
  background: #fff;
}

.s-link {
  padding: 10px 120px;
  margin-top: 100px;
}

.slide img {
  border-radius: 5px;
  margin: 0 auto;
}

.slick-slide img {
  width: 500px;
  height: 100px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  border-top: solid 2px #2bc27d;
  padding-top: 45px;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
}

.slick-slide {
  float: left;
  height: 150px;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-initialized .slick-slide {
  display: block;
}

.dropdown-toggle:first-child::after {
  position: unset;
}

@media screen and (max-width: 767px) {
  .p-section {
    padding: 30px 40px;
  }
  .s-top-banner .text-cta {
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .p-section {
    padding: 30px 40px;
  }
  .s-top-banner {
    min-height: 400px;
  }
  .s-top-banner .home-bg {
    margin: 0;
    display: none;
  }
  .s-top-banner .text {
    width: 100%;
  }
  .s-top-banner .text h3 {
    font-size: 24px;
  }
  .s-top-banner .text h2 {
    font-size: 28px;
  }
  .s-category {
    flex-direction: column;
  }
  .s-category .s-category-title {
    flex-direction: initial;
    height: auto;
    width: 100%;
    padding: 20px;
  }
  .s-category .s-category-title img {
    width: 100px;
    margin-left: 20px;
    opacity: 0.6;
  }
  .s-category .box {
    height: 145px;
    min-height: 120px;
    border: solid 2px #2bc27d;
    border-radius: 15px;
  }
  .s-category .box a {
    display: flex;
    align-items: center;
  }
  .s-category .box img {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .s-map .w-flex {
    flex-direction: column-reverse;
  }
  .s-map .home-bg {
    width: 100%;
    margin-top: 20px;
  }
  .s-map .text {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .s-map .text .text-cta {
    justify-content: center;
  }
  .s-map .text h1 {
    font-size: 28px;
  }
  .s-link .slick-slide img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: left;
  }
}
