﻿@charset "UTF-8";
@import url("/assets/fonts/roboto/font-roboto.css");
@import url("/assets/fonts/roboto/font-roboto.css");
@media only screen and (min-width: 1200px) {
  .container {
    min-width: 80%;
  }
}
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình ipad hiển thị theo chiều ngang (Landscape)****/
/****Màn hình desktop loại bé****/
/****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é****/
/*@mixin mobile {
    @media(max-width: 767px) {
        @content
    }
}


@mixin ipad {
    @media(min-width: 768px) and (max-width:1024px) {
        @content
    }
}
@mixin tablet {
    @media only screen and (max-width: 1200px) {
        @content
    }
}

@mixin ipad {
    @media only screen and (max-width:1024px) {
        @content
    }
}

@mixin ipad-port {
    @media only screen and (max-width:992px) {
        @content
    }
}

@mixin mobile {
    @media only screen and (max-width:769px) {
        @content
    }
}

@mixin ipadSmPort {
    @media only screen and (max-width:600px) {
        @content
    }
}

@mixin mobile-small {
    @media only screen and (max-width: 577px) {
        @content
    }
}

@mixin iphonePlus {
    @media only screen and (max-width: 415px) {
        @content
    }
}

@mixin iphone {
    @media only screen and (max-width: 376px) {
        @content
    }
}

@mixin mobileSm {
    @media only screen and (max-width: 376px) {
        @content
    }
}

@mixin onlyTablet {
    @media (min-width: 1025px) and (max-width: 1200px) {
        @content
    }
}

@mixin onlyIpad {
    @media (min-width: 992px) and (max-width:1024px) {
        @content
    }
}

@mixin onlyIpad-port {
    @media (min-width: 769px) and (max-width:992px) {
        @content
    }
}

@mixin onlyMobile {
    @media (min-width: 577px) and (max-width:769px) {
        @content
    }
}

@mixin onlyMobile-small {
    @media (max-width: 577px) {
        @content
    }
}
@mixin mobile {
    @media (max-width: 600px) {
        @content;
    }
}



@mixin desktop {
    @media (min-width:768px) and (max-width: 1024px) {
        @content;
    }
}

@mixin desktop-up {
    @media (min-width: 1800px) {
        @content;
    }
}*/
@font-face {
  font-family: "Manrope";
  src: url("../../fonts/Manrope/Manrope-VariableFont_wght.ttf") format("truetype");
}
body {
  color: #0a2540;
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

#header {
  background: transparent !important;
  height: 100px !important;
  z-index: 1000;
}

.banner::before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: linear-gradient(to top, transparent, rgb(0, 138, 223));
}

.banner {
  position: relative;
  font-family: "RobotoBold", sans-serif;
  bottom: 100px;
  z-index: 1;
  overflow: hidden;
  background: #fff;
  background: url("/assets/images/Kenh-La-Khe-2.jpg") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: cover;
  height: 95vh;
  background-position: center calc(0% - 55px);
}
.banner .block {
  padding: 210px 0px 160px;
}
.banner .block h1 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  color: #fff;
  font-family: "RobotoBold", sans-serif;
  font-weight: bold;
  text-align: center;
}
.banner .block .divider {
  width: 40px;
  height: 5px;
  background: #e51717;
  display: none;
}
.banner .block p {
  color: #232323;
  font-size: 14pt;
  background-color: rgba(255, 255, 255, 0.85);
  border-top-right-radius: 100px;
  border-bottom-left-radius: 10px;
  padding: 24px 5px 24px 16px;
  line-height: 35px;
  text-align: justify;
}
.banner .block .btn-container .btn-round-full {
  border-radius: 50px;
}
.banner .block .btn-container .btn-main-2 {
  background: #e51717;
  color: #fff;
  border-color: #e51717;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 0.75rem 2rem;
  text-transform: uppercase;
}
.banner .block .btn-container .btn-main-2:hover {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}
.banner .hay2 {
  display: flex;
  align-items: center;
}
.banner .hay2 img {
  width: 100%;
  object-fit: cover;
  animation: mover 1.5s infinite alternate;
}
.banner .text-sm {
  font-size: 14px;
}
.banner .letter-spacing {
  letter-spacing: 2px;
  color: #e9bb0f;
  font-family: Exo-Regular;
}

.features {
  margin-top: -230px;
  position: relative;
  z-index: 2;
}
.features .btn-round-full {
  border-radius: 50px;
}
.features .feature-block {
  display: flex;
  justify-content: center;
}
.features .feature-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 32.33%;
  margin: 0px 10px;
  padding: 30px 30px;
  background-color: #fff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
  cursor: pointer;
}
.features .feature-item:hover img {
  transform: scale(1.2);
}
.features .feature-item h4 {
  font-family: "RobotoBold", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  font-size: 11pt;
}
.features .feature-item .feature-icon .circle {
  width: 140px;
  height: 140px;
  background: linear-gradient(218.58deg, #035fda 11.5%, #8ab9ff 87.95%);
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.features .feature-item .feature-icon .circle .image {
  width: 134px;
  height: 134px;
  border: 4px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  z-index: 5;
  overflow: hidden;
  background: linear-gradient(110.49deg, #f0f0f0 26.28%, #f0f1ff 94.17%);
  overflow: hidden;
}
.features .feature-item .feature-icon .circle .image img {
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.features .feature-item .feature-icon h4 {
  color: #223a66;
}
.features .feature-item .feature-icon p {
  font-size: 14px;
}
.features .feature-item .feature-icon .btn-round-full {
  border-radius: 50px;
}
.features .feature-item .feature-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.features .feature-item .feature-text p {
  text-align: center;
  height: 130px;
  font-size: 12pt;
}
.features .feature-item .btn-main {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
  font-size: 12pt;
}
.features .feature-item .btn-main:hover {
  background: #e51717;
  border-color: #e51717;
  color: #fff;
}

.chart {
  background: #f4f9fc;
  position: relative;
  z-index: 1;
  bottom: 50px;
  height: 650px;
}
.chart .chart-body {
  position: relative;
  top: 100px;
}
.chart .chart-body .c-child1 {
  height: 500px;
}
.chart .chart-body .c-child2 {
  height: 500px;
  margin: 0;
}
.chart .card {
  position: relative;
  border-radius: 15px 15px 15px 15px;
  border: none;
  height: 100%;
}
.chart .card .card-body h4 {
  color: #4f76dd;
  font-size: 14pt;
  font-family: "RobotoBold", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.chart .card .card-body h3 {
  color: #4f76dd;
  font-size: 14pt;
  font-family: "RobotoBold", sans-serif;
  font-weight: 600;
}
.chart .card .card-body .highcharts-figure tspan {
  font-family: "RobotoBold", sans-serif;
}
.chart .card .card-body .highcharts-figure .highcharts-axis-labels {
  font-family: "RobotoBold", sans-serif;
}
.chart .card .card-body .highcharts-figure .highcharts-credits {
  display: none;
}
.chart .card .card-body .f-center {
  width: 363px;
}

.chart-child-2 .card {
  position: relative;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
  border: none;
  height: 100%;
  overflow: hidden;
}
.chart-child-2 .card .card-body h4 {
  color: #4f76dd;
  font-size: 14pt;
  font-family: "RobotoBold", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.chart-child-2 .card .card-body h3 {
  color: #4f76dd;
  font-size: 14pt;
  font-family: "RobotoBold", sans-serif;
  font-weight: 600;
}
.chart-child-2 .card .card-body table {
  border-collapse: separate;
}
.chart-child-2 .card .card-body table h6 {
  color: #222;
}
.chart-child-2 .chart-child-2-content .cmc1 {
  height: 400px;
}

.card-header {
  border-bottom: unset;
  padding: unset;
}

.card-body {
  padding: 1.25rem;
}

/*.table tbody td:nth-child(2n+1) {
    background: #f4f6fc;
}*/
.table-sm td, .table-sm th {
  padding: 9px 0px;
}

.table thead tr {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
  border-bottom-color: rgb(222, 226, 230);
}

.table tbody td {
  border: 1px solid #f0f0f0;
  text-align: center;
}

.table thead th {
  border: 1px solid #f0f0f0;
  text-align: center !important;
}

.align-items-center {
  justify-content: center;
}

.chart-child-3 {
  margin-top: 50px;
}
.chart-child-3 .chart-child-3-content .cmc1 {
  height: 400px;
}
.chart-child-3 .chart-child-3-content .card {
  position: relative;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
  border: none;
  height: 100%;
  overflow: hidden;
}
.chart-child-3 .chart-child-3-content .card .card-header {
  background-color: unset !important;
}
.chart-child-3 .chart-child-3-content .card .card-header h4 {
  color: #4f76dd;
  font-size: 13pt;
  font-family: "RobotoBold", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.chart-child-3 .chart-child-3-content .card .card-body h4 {
  color: #4f76dd;
  font-size: 14pt;
  font-family: "RobotoBold", sans-serif;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}
.chart-child-3 .chart-child-3-content .card .card-body .table .thead-light th {
  font-size: 11pt;
}
.chart-child-3 .chart-child-3-content .card .card-body .table tbody td {
  font-size: 16px;
  font-family: "RobotoBold", sans-serif;
  padding: 10px;
  border-top: unset !important;
  text-align: center !important;
}
.chart-child-3 .chart-child-3-content .card .card-body .table tbody td:nth-child(1), .chart-child-3 .chart-child-3-content .card .card-body .table tbody td:nth-child(2) {
  text-align: left !important;
}
.chart-child-3 .chart-child-3-content .card .card-body h3 {
  color: #4f76dd;
  font-size: 14pt;
  font-family: "RobotoBold", sans-serif;
  font-weight: 600;
}
.chart-child-3 .chart-child-3-content .card .card-body .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.chart-child-3 .chart-child-3-content .card .card-body .stretched-link {
  font-family: "RobotoBold", sans-serif;
  font-size: 16px;
}
.chart-child-3 .chart-child-3-content .card .card-body .stretched-link:hover {
  text-decoration: underline;
}
.chart-child-3 .chart-child-3-content .card .card-body table {
  border-collapse: separate;
}
.chart-child-3 .chart-child-3-content .card .card-body table h6 {
  color: #222;
}
.chart-child-3 .chart-child-3-content .card .card-footer .custom-select {
  display: block;
  width: 100%;
  padding-left: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #344050;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.chart-child-3 .chart-child-3-content .card .card-footer .custom-select-sm {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  padding-left: 0.75rem;
  font-size: 0.875rem;
}

.water-level {
  background: #f4f9fc;
  margin-top: 50px;
  height: 610px;
}
.water-level .card {
  position: relative;
  border-radius: 15px 15px 15px 15px;
  border: none;
  height: 100%;
}
.water-level .card .card-body h4 {
  color: #4f76dd;
  font-size: 13pt;
  font-family: "RobotoBold", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.water-level .card .card-body h3 {
  color: #4f76dd;
  font-size: 14pt;
  font-family: "RobotoBold", sans-serif;
  font-weight: 600;
}
.water-level .card .card-body .card-bdp {
  margin: 0;
  background-color: #4f76dd;
  color: #fff;
  padding: 6px;
  border-radius: 15px;
}
.water-level .card .card-body .highcharts-figure tspan {
  font-family: "RobotoBold", sans-serif;
  font-weight: 600;
}
.water-level .card .card-body .highcharts-figure .highcharts-axis-labels {
  font-family: "RobotoBold", sans-serif;
}
.water-level .card .card-body .highcharts-figure .highcharts-credits {
  display: none;
}
.water-level .water-level-content {
  position: relative;
  top: 50px;
}

.luu-do-wrapper .ld-img {
  margin-top: 50px;
}
.luu-do-wrapper .ld-img h4 {
  color: #4f76dd;
  font-size: 14pt;
  font-family: "RobotoBold", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.luu-do-wrapper .ld-img img {
  width: 100%;
  object-fit: cover;
}

.list-items {
  height: 630px;
}
.list-items .news-list {
  position: relative;
  border-radius: 15px 15px 15px 15px;
  top: 50px;
  text-align: right;
  padding: 10px 15px;
  font-family: "RobotoBold", sans-serif;
  border: none;
  height: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}
.list-items .news-list .title {
  text-align: left;
}
.list-items .news-list .title h5 {
  font-family: "RobotoBold", sans-serif;
  color: #4f76dd;
  font-size: 13pt;
  text-transform: uppercase;
  padding-top: 15px;
  position: relative;
  font-weight: 600;
}
.list-items .news-list ul {
  margin-bottom: 0;
  padding-left: 20px;
  padding-top: 20px;
}
.list-items .news-list ul li:last-child {
  border-bottom: unset !important;
}
.list-items .news-list ul li {
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
  text-align: justify;
  cursor: pointer;
  display: flex;
}
.list-items .news-list ul li .ttitle {
  margin-bottom: 5px;
}
.list-items .news-list ul li .ttitle .nhomtin {
  font-weight: 600;
}
.list-items .news-list ul li .ttitle .nhomtin:hover {
  text-decoration: underline;
}
.list-items .news-list ul li a {
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-items .news-list ul li p {
  text-align: right;
  color: #e51717;
  font-weight: 300;
  font-size: 14px;
}
.list-items .news-list ul li i {
  color: #1CAF50;
  margin: 5px;
}

.section-link {
  background: #f4f9fc;
  padding-top: 50px;
  padding-bottom: 28px;
}
.section-link .slick-slider {
  display: flex;
}
.section-link .slick-slider .item-link {
  min-height: 90px;
  padding: 0 18px;
}
.section-link .slick-slider .item-link .resize {
  width: 100%;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #232323;
  margin-bottom: 20px;
  /***/
  position: relative;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: none;
  overflow: hidden;
}
.section-link .slick-slider .item-link .resize img {
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  height: 50px;
  border-bottom: 1px solid #9f9f9f;
}
.section-link .slick-slider .item-link .resize span {
  margin-top: 9px;
  font-size: 16px;
  font-weight: 600;
}
.section-link .bg-arrows {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-link .bg-arrows button.slick-prev,
.section-link .bg-arrows button.slick-next {
  background: #035fda;
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
  outline: none;
}
.section-link .bg-arrows button.slick-prev i,
.section-link .bg-arrows button.slick-next i {
  font-size: 20px;
  pointer-events: none;
  user-select: none;
}

.slick-prev {
  position: relative;
  top: -63px;
  left: -92px;
}

.slick-next {
  position: relative;
  top: -63px;
  right: -92px;
}

.slick-prev::before {
  content: none;
}

.slick-next::before {
  content: none;
}

/** RESPONSIVE **/
@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}
@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}
@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .banner {
    background: #fff !important;
  }
}
@media (max-width: 992px) {
  .banner {
    background: #fff !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
/** KEYFRAMES **/
@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
