﻿@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;
}

#fixed-over-flow {
  text-align: center;
}

/*top bar*/
.header-area {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-area .header-top_area .header_left p {
  color: #727272;
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 0;
}

.header-area .header-top_area .header_right.d-flex {
  display: flex;
  justify-content: flex-end;
}

.header-area .header-top_area .social_media_links a img:hover {
  color: #5DB2FF;
}

.col-md-7 {
  padding-right: 0px;
}

.social_media_links {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.social_media_links_img {
  width: 30px;
  height: 20px;
  margin-top: 15%;
}

.social_media_links_img:hover {
  transform: scale(1.2);
}

.a-top {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  border: 1px solid #333;
  border-radius: 50%;
  margin-right: 10px;
}

#header {
  /* navbar */
}
#header ul.navbar-nav > li:hover > a,
#header ul.navbar-nav > li.active > a {
  color: #ffdc47 !important;
  position: relative;
}

ul.navbar-nav {
  position: relative;
}

.navbar-fixed {
  z-index: 10;
  position: fixed;
  width: 100%;
  top: 0;
  height: 70px;
}

.header-two {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 0;
}

.header-two .navbar-fixed {
  background-color: #fff;
}

/**header*/
.header {
  background: #fff;
  position: relative;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.header-one .logo-area {
  width: 98%;
}

#header {
  background: unset;
}
#header .bg-header {
  background: url("../../images/header-bg.png") no-repeat center;
}

.logo img {
  width: auto;
}

.custom-search {
  position: relative;
  max-width: 100%;
}

.custom-search input {
  width: 100%;
  height: 50px;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 50px;
  outline: none;
}

.custom-search button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: #2cab00;
  height: 40px;
  width: 40px;
}

.custom-search button i {
  font-size: 16px;
  color: #fff;
}

.custom-search input:focus {
  border-color: #4F8ECC;
}

.login .user i {
  color: #fff;
  font-size: 18px;
  width: 45px;
  height: 45px;
  background-color: #2cab00;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.login ul li {
  cursor: pointer;
}
.login ul li:hover {
  color: #2cab00;
}

.btn-dksp {
  display: inline-block;
  width: 230px;
  padding: 10px 15px;
  background-color: #4F8ECC;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s, transform 0.2s;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.btn-dksp:hover {
  color: #fff;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.site-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2cab00;
  text-align: center;
}

.site-subtitle {
  font-size: 20px;
  color: #cf0921;
  text-transform: uppercase;
  font-weight: 700;
}

/*nav bar*/
.header-one,
.header-one .site-navigation {
  background: #2cab00;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-one .navbar-collapse {
  padding-left: 0;
  justify-content: center;
}

@media (max-width: 991px) {
  .navbar-collapse.collapse {
    overflow-y: auto;
    background: #2cab00;
  }
}
.header-one ul.navbar-nav > li {
  padding-left: 0;
}

@media (max-width: 991px) {
  .header-one ul.navbar-nav > li {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  ul.navbar-nav > li > a {
    padding: 1px 0 !important;
  }
  .navbar-nav {
    margin-bottom: 15px;
  }
}
.navbar-toggler {
  float: left;
  margin-top: 10px;
  padding: 12px;
}

.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}

.navbar-toggler {
  margin: 10px 0;
  padding: 6px;
  border-radius: 0;
  font-size: 1rem;
  background: #ffb600;
}

.navbar-toggler:focus {
  outline: 0;
}

ul.navbar-nav > li {
  position: relative;
}

.danhgiasp {
  width: 90px;
}

.nav-link-a-danhgia-sp {
  height: 70px;
}

@media (max-width: 1200px) {
  ul.navbar-nav > li {
    padding: 0 9px;
  }
  ul.navbar-nav > li .nav-link {
    font-size: 12px;
  }
}
#header ul.navbar-nav {
  justify-content: space-between;
  display: flex;
}

@media (max-width: 991px) {
  .header-two ul.navbar-nav > li {
    padding: 0;
    width: 100%;
  }
}
.span-dg-ocop {
  position: relative;
  bottom: 6px;
  left: 10px;
}

#header .navbar-nav > li > a {
  font-family: "Manrope", sans-serif;
  color: #fff;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  font-size: 14px;
  margin: 0;
  line-height: 30px;
  padding: 20px 0;
}
#header ul.navbar-nav > li > a:after,
#header ul.navbar-nav > li > a:after {
  display: none;
}
#header ul.navbar-nav > li:last-child {
  padding-right: 0;
}
#header ul.navbar-nav > li:last-child:after {
  background: none;
}
#header ul.navbar-nav > li > a i {
  font-weight: 700;
}

.navbar-dark ul.navbar-nav > li > a {
  color: #fff;
  font-size: 15px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-nav .nav-item {
  flex-grow: 1;
}

.nav-item.active .nav-link {
  color: #ffdc47;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 71px;
  border-radius: 0;
  text-align: left;
  background: #fff;
  z-index: 100;
  width: 100%;
  min-width: 200px;
  border-radius: 0;
  border: 0;
  border-top: 2px solid #ffb600;
  padding: 0 20px;
  margin: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  margin-top: 0;
  margin-right: -5px;
  border: 0;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

@media (max-width: 991px) {
  .dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  }
}
ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
  top: 35px !important;
  left: 90%;
  display: none;
}

.navbar-nav > li > .dropdown-menu a {
  background: none;
  font-family: "Manrope", sans-serif;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  padding: 15px 0;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
}

@media (max-width: 991px) {
  .dropdown-menu li a {
    padding: 12px 0;
  }
}
.dropdown-menu li:last-child > a {
  border-bottom: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #4F8ECC;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > .dropdown-menu > .active > a {
  background: none;
}

/* Định dạng submenu */
.dropdown-submenu2 {
  position: relative;
}

.dropdown-submenu2 > .sub1 {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: -5px;
  min-width: 250px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Hiển thị submenu khi hover */
.dropdown-submenu2:hover > .sub1 {
  display: block;
  background: white;
  padding-left: 20px;
}

/* reponsive header */
@media (max-width: 1600px) {
  .site-navigation_below {
    right: 30px;
  }
}
@media (min-width: 1650px) {
  .site-navigation_below {
    right: 90px;
  }
}
@media (max-width: 800px) {
  .logo-area {
    left: 0;
    bottom: 0;
  }
  .fix-1 {
    margin-top: 10px;
  }
  .fix-2 {
    margin-top: 90px;
  }
  .row-header-right-below {
    display: block;
    width: 450px;
  }
  .custom-search {
    margin-top: 0px;
    margin-bottom: 10px;
    width: 450px;
  }
  #searchInput {
    width: 430px;
  }
  .searchButton_button {
    left: 390px;
  }
  .navbar-toggler {
    margin-left: 30px;
  }
  .login .user i {
    color: #2cab00;
  }
  .login ul li {
    cursor: pointer;
  }
  .rps-header {
    right: 50px;
  }
}
@media (max-width: 550px) {
  .bg-white_below {
    justify-content: start !important;
  }
  .col4-header1-rps {
    justify-content: flex-end !important;
  }
  .fix-2 {
    margin-top: 70px !important;
  }
  .navbar-nav {
    text-align: start !important;
    width: auto !important;
    justify-content: space-between !important;
    display: flex !important;
  }
  #searchInput {
    width: 357px;
  }
  .logo {
    right: -54px;
  }
}
@media (max-width: 400px) {
  .ocop_text {
    display: none;
  }
  .searchButton_button {
    left: 311px;
  }
  .custom-search {
    left: 31px;
  }
  .danhgiasp {
    display: flex;
    width: 375px;
    left: 0;
    height: 32px;
  }
  .nav-link-a-danhgia-sp {
    width: 100%;
    height: 100%;
  }
  .fa-caret-down {
    background-color: #4F8ECC;
    left: 0;
  }
  .span-dg-ocop {
    opacity: 0;
  }
  .img-logo-a-below img {
    max-width: 145px;
  }
  .header-right {
    height: 50% !important;
  }
  .col-8, .col-4 {
    display: block;
    width: 100%;
  }
  .col-4 {
    margin-top: 10px;
  }
}
.header-right {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  height: 100%;
}

.row-header-right-below {
  width: 100%;
}
