﻿@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");
}
@font-face {
  font-family: "glint";
  src: url("../../fonts/glint-regular-maisfontes.d6e5/glint-regular.otf") format("opentype");
}
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;
}

/*$secondary-color: #cf0921;
$primary-color: #014eff;
$text-active: #FCE731;*/
.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1312px;
    padding: 0;
  }
}
.horizonli_content > div {
  display: none;
}

.horizonli_content > div.active {
  display: block;
}

.horizon-list ul li.active {
  background-color: #2155ce !important;
  color: #fff !important;
  font-weight: 600;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 15px 0;
}
header .btn-login {
  background: hsla(0, 0%, 100%, 0.4) !important;
  color: #2155ce !important;
}

.r_banner_wrapper {
  background-image: url("/assets/images/banner-trangchu.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.r_banner_wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 180px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}
.r_banner_wrapper .display_tt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3.5rem;
  padding-bottom: 2rem;
  height: 100%;
}
.r_banner_wrapper .display_tt .overlay-suggestmodal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 13;
}
.r_banner_wrapper .display_tt .home-suggestion {
  display: none;
  position: fixed;
  width: 100%;
  height: 80vh;
  max-width: 750px;
  z-index: 14;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 24px;
}
.r_banner_wrapper .display_tt .home-suggestion #close-modal {
  position: absolute;
  right: 21px;
  top: 12px;
  cursor: pointer;
  background-color: #2155ce;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.r_banner_wrapper .display_tt .home-suggestion .sg-content .sg-title {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 24px;
  text-align: center;
}
.r_banner_wrapper .display_tt .home-suggestion .sg-content .sg-title .traCuu {
  font-size: 1.2rem;
  font-weight: 700;
}
.r_banner_wrapper .display_tt .home-suggestion .sg-content .sg-title .line {
  background: #ddd;
  height: 1px;
  margin-top: 10px;
}
.r_banner_wrapper .display_tt .home-suggestion .sg-content .horizon-list ul {
  display: flex;
  gap: 25px;
}
.r_banner_wrapper .display_tt .home-suggestion .sg-content .horizon-list ul li {
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #72AEFD;
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
}
.r_banner_wrapper .display_tt .home-suggestion .sg-content .horizonli_content {
  border-top: 1px solid #ddd;
}
.r_banner_wrapper .display_tt .home-suggestion .sg-content .horizonli_content .category-content {
  max-height: 460px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.r_banner_wrapper .display_tt .home-suggestion .sg-content .horizonli_content .category-content .field-text {
  padding-left: 45px;
  padding-top: 20px;
  font-size: 1rem;
  font-weight: 600;
}
.r_banner_wrapper .display_tt .home-suggestion .sg-content .horizonli_content .category-content .field-link {
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}
.r_banner_wrapper .display_tt .home-suggestion .sg-content .horizonli_content .category-content .field-link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  background-color: #f6f6f6;
  border-radius: 24px;
  transition: 0.3s ease;
}
.r_banner_wrapper .display_tt .home-suggestion .sg-content .horizonli_content .category-content .field-link a:hover {
  background-color: #ffe5e5;
}
.r_banner_wrapper .display_tt .home-suggestion .sg-content .horizonli_content .category-content .field-link a .field-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
}
.r_banner_wrapper .display_tt .home-suggestion .sg-content .horizonli_content .category-content .field-link a .field-img img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.r_banner_wrapper .display_tt .home-suggestion .sg-content .horizonli_content .category-content .field-link a .field-p p {
  font-style: normal;
  font-weight: 700;
  font-size: 1.025rem;
  line-height: 1.875rem;
  color: rgba(0, 0, 0, 0.8);
}
.r_banner_wrapper .display_tt .home-greeting {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}
.r_banner_wrapper .display_tt .home-greeting .greeting-wrap {
  padding: 0;
}
.r_banner_wrapper .display_tt .home-greeting .greeting-wrap .greeting {
  display: flex;
}
.r_banner_wrapper .display_tt .home-greeting .greeting-wrap .greeting .greeting-img img {
  width: 100%;
  height: 2.7rem;
  object-fit: contain;
}
.r_banner_wrapper .display_tt .home-greeting .greeting-wrap .greeting .greeting-text {
  padding-left: 7px;
  font-size: 1rem;
  line-height: 1.5rem;
  max-width: 485px;
  color: #fff;
  font-size: 1rem;
}
.r_banner_wrapper .display_tt .home-greeting .greeting-wrap .greeting .greeting-text .h_1 {
  font-weight: 700;
  font-size: 1.2rem;
  padding-bottom: 6px;
}
.r_banner_wrapper .display_tt .home-greeting .greeting-wrap .greeting .greeting-text .like_p {
  font-weight: 500;
}
.r_banner_wrapper .display_tt .home-greeting .greeting-wrap .home_search_wrap {
  border: 8px solid hsla(0, 0%, 100%, 0.4);
  margin-top: 1.5rem;
  border-radius: 40px;
}
.r_banner_wrapper .display_tt .home-greeting .greeting-wrap .home_search_wrap .home_search {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  padding: 0.4rem 1.5rem;
  border-radius: 40px;
  cursor: pointer;
}
.r_banner_wrapper .display_tt .home-greeting .greeting-wrap .home_search_wrap .home_search span {
  font-size: 1.2rem;
  cursor: pointer;
  color: #232323;
}
.r_banner_wrapper .display_tt .home-greeting .greeting-wrap .home_search_wrap .home_search span i {
  font-weight: 500;
}
.r_banner_wrapper .display_tt .home-greeting .greeting-wrap .home_search_wrap .home_search .form-control {
  border: none;
  box-shadow: none;
  padding: 0;
}
.r_banner_wrapper .display_tt .home-greeting .greeting-wrap .home_search_wrap .home_search #home-search {
  background: 0 0;
  cursor: pointer;
}
.r_banner_wrapper .display_tt .navigation_bottom {
  width: 100%;
  padding: 0;
}
.r_banner_wrapper .display_tt .navigation_bottom .navi-box {
  border: 8px solid hsla(0, 0%, 100%, 0.4);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 50px;
}
.r_banner_wrapper .display_tt .navigation_bottom .navi-box .box-wrap {
  background-color: #fff;
  border-radius: 42px;
  display: flex;
  width: 100%;
}
.r_banner_wrapper .display_tt .navigation_bottom .navi-box .box-wrap .navi-item {
  flex: 1;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.r_banner_wrapper .display_tt .navigation_bottom .navi-box .box-wrap .navi-item .navi-item-content .navi-item-icon img {
  width: 100%;
  height: 30px;
  object-fit: contain;
  transition: all 0.3s;
}
.r_banner_wrapper .display_tt .navigation_bottom .navi-box .box-wrap .navi-item .navi-item-content .navi-item-text span {
  color: #232323;
  font-size: 1rem;
}
.r_banner_wrapper .display_tt .navigation_bottom .navi-box .box-wrap .navi-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background: #e0e4f8;
  right: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.r_banner_wrapper .display_tt .navigation_bottom .navi-box .box-wrap .navi-item:hover .navi-item-icon img {
  transform: translateY(-5px);
}
.r_banner_wrapper .display_tt .navigation_bottom .navi-box .box-wrap .navi-item:hover .navi-item-text span {
  font-weight: 700;
}
.r_banner_wrapper .display_tt .navigation_bottom .navi-box .box-wrap .last-navi-item::before {
  all: unset;
}

#thongke {
  margin-top: 2.5rem;
  height: 375px;
}
#thongke .thongke-wrap {
  position: relative;
  background-image: url("/assets/images/bannerimg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  border-radius: 24px;
}
#thongke .thongke-wrap .overlay-thongke {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  border-radius: 24px;
}
#thongke .thongke-wrap .danhsachthongke {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
#thongke .thongke-wrap .danhsachthongke ul {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 15px;
  justify-content: space-around;
}
#thongke .thongke-wrap .danhsachthongke ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 200px;
  width: 200px;
  border-radius: 50%;
}
#thongke .thongke-wrap .danhsachthongke ul li span {
  color: #232323;
  font-size: 1rem;
  font-weight: 600;
}
#thongke .thongke-wrap .danhsachthongke ul li strong {
  font-size: 2rem;
  color: #72aefd;
}
