@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@font-face {
  font-family: "Monda";
  src: url(../font/Monda-Regular.ttf);
}
@font-face {
  font-family: "Monda-Bold";
  src: url(../font/Monda-Bold.ttf);
}
body {
  background: white;
  font-family: "Monda", sans-serif;
  font-size: 14px;
}

header {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
header #logo {
  display: inline-block;
  margin: 10px 0;
}
header #logo img {
  max-width: 100%;
}
header .nav {
  float: right;
}
header .nav ul {
  padding: 0;
  margin: 0;
  margin-top: 15px;
}
header .nav ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding: 20px 10px;
}
header .nav ul li a {
  color: black;
  font-size: 16px;
  font-weight: 500;
}
header .nav ul li ul {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  border: 1px solid #eaeaea;
  top: 50px;
  left: 0;
  background-color: white;
  padding: 20px;
  width: 300px;
}
header .nav ul li ul li {
  display: block;
  padding: 10px 0px;
  border-bottom: 1px solid #eaeaea;
}
header .nav ul li:hover ul {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s;
}
header .lang {
  cursor: pointer;
  margin-top: 30px;
  border-radius: 5px;
  width: 60px;
  border: 1px solid black;
  padding: 5px;
  font-size: 13px;
  float: right;
}
header .lang .vi {
  width: 18px;
  height: 12px;
}
header .search {
  cursor: pointer;
  left: 15px;
  bottom: 70px;
  padding: 0 20px;
  font-size: 20px;
  width: 40px;
  display: inline-block;
  margin-top: 30px;
  float: right;
}
header .open-nav {
  margin: auto;
  width: 32px;
  height: 20px;
  cursor: pointer;
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 35px;
}

.contact_header {
  background: linear-gradient(180deg, #264051 0%, rgba(38, 64, 81, 0.7) 100%);
}
.contact_header .contact {
  color: white;
  padding-top: 50px;
  padding-bottom: 30px;
}
.contact_header .contact h1 {
  font-family: "Monda-bold";
  margin-bottom: 15px;
}

.intro {
  padding: 50px 0;
}
.intro .form {
  margin-top: -150px;
  background: #33A1FD;
  box-shadow: 0px 0px 25px 8px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 40px;
}
.intro .form #ycp {
  margin-top: 20px;
}
.intro .form #ycp span {
  border: 0;
}
.intro .form #ycp .close {
  background: transparent;
  color: white;
  font-size: 25px;
}
.intro .form h3 {
  font-weight: 800;
  color: white;
  text-transform: uppercase;
}
.intro .form hr {
  border-bottom: 2px solid white;
}
.intro .form ::-webkit-input-placeholder {
  /* Edge */
  color: #aaa;
}
.intro .form input,
.intro .form select,
.intro .form textarea {
  margin-bottom: 10px;
  height: auto;
  padding: 6px 10px;
  color: #aaa;
}
.intro .form button {
  background: #264051;
  border-radius: 5px;
  color: white;
  font-family: "Monda";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  border: 0;
  padding: 10px 20px;
}
.intro .form button:hover {
  background: rgb(214, 225, 255);
  color: black;
}
.intro .form .row {
  margin: 0 -7px;
}
.intro .form .row [class*=col-] {
  padding: 0 7px;
}
.intro .content h1 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.intro .content h3 {
  font-size: 24px;
  font-weight: bold;
}
.intro .content h6 {
  font-size: 20px;
  font-weight: bold;
  font-weight: normal;
}
.intro .content p {
  font-size: 18px;
  text-align: justify;
}

.intro1 {
  padding: 50px 0;
  padding-top: 100px;
  background: #F3F3F3;
}
.intro1 .content h1 {
  font-size: 40px;
  text-transform: uppercase;
}
.intro1 .content h3 {
  font-size: 25px;
  font-weight: bold;
}
.intro1 .content h6 {
  font-size: 21px;
  font-weight: bold;
  font-weight: normal;
}
.intro1 .content p {
  font-size: 17px;
  text-align: justify;
}

.intro2 .content {
  padding: 50px;
}
.intro2 .content h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
.intro2 .content h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.intro2 .content p {
  font-size: 17px;
  text-align: justify;
}

.intro3 {
  background-size: cover;
  padding: 30px 0;
}
.intro3 .item {
  background: white;
  padding: 20px 10px;
}
.intro3 .item .item1 {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.intro3 .item img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro3 .item .ct {
  padding: 15px;
}
.intro3 .item h3 {
  font-size: 17px;
  font-family: "Monda-Bold";
  background: rgb(253, 202, 64);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  padding: 20px;
}
.intro3 .item .ct {
  padding: 20px 15px;
  text-align: justify;
}
.intro3 .item p {
  font-size: 16px;
  color: black;
  text-align: justify;
}
.intro3 .item .more a {
  color: #2AB6FF;
}

.lienhe {
  padding: 50px 0;
  background: linear-gradient(180deg, #264051 0%, rgba(38, 64, 81, 0.7) 100%);
}
.lienhe .form {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 25px 8px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 40px;
}
.lienhe .form h3 {
  font-weight: 800;
  color: white;
}
.lienhe .form hr {
  border-bottom: 2px solid white;
}
.lienhe .form ::-webkit-input-placeholder {
  /* Edge */
  color: #aaa;
}
.lienhe .form input,
.lienhe .form select,
.lienhe .form textarea {
  margin-bottom: 10px;
  height: auto;
  padding: 6px 10px;
  color: #aaa;
}
.lienhe .form button {
  background: #2AB6FF;
  border-radius: 5px;
  color: white;
  font-family: "Monda";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  border: 0;
  padding: 10px 20px;
}
.lienhe .form .row {
  margin: 0 -7px;
}
.lienhe .form .row [class*=col-] {
  padding: 0 7px;
}
.lienhe .form #ycp {
  margin-top: 20px;
}
.lienhe .form #ycp span {
  border: 0;
}
.lienhe .form #ycp .close {
  background: transparent;
  color: white;
  font-size: 25px;
}
.lienhe .content {
  color: white;
}
.lienhe .content h1 {
  font-size: 40px;
  text-transform: uppercase;
}
.lienhe .content p {
  font-size: 16px;
}
.lienhe .content ul {
  margin: 20px 0;
  padding: 0;
}
.lienhe .content ul li {
  list-style: none;
  position: relative;
  padding-left: 60px;
  padding-bottom: 20px;
}
.lienhe .content ul li:last-child:after {
  display: none;
}
.lienhe .content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url(../images/elip.png);
  width: 35px;
  height: 35px;
  z-index: 10;
  background: white;
  border-radius: 100%;
}
.lienhe .content ul li:after {
  position: absolute;
  top: 17px;
  left: 17px;
  content: "";
  background-color: white;
  width: 2px;
  height: 100%;
  z-index: 9;
}
.lienhe .content ul li h6 {
  font-size: 18px;
  font-family: "Monda-bold";
}
.lienhe .content ul li p {
  font-size: 16px;
  text-align: justify;
}

.archived {
  padding: 20px 0;
}
.archived .item {
  text-align: center;
}
.archived .item img {
  height: 80px;
  width: auto;
}
.archived .item h3 {
  margin: 15px 0;
  color: rgb(38, 64, 81);
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
}
.archived .item p {
  font-size: 18px;
}

.slider {
  position: relative;
}
.slider .form {
  text-align: center;
  position: absolute;
  left: 0;
  top: 30%;
  z-index: 500;
  width: 100%;
}
.slider .form h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 30px 0;
  font-size: 40px;
  text-align: center;
  color: white;
  width: 100%;
}
.slider .form .input-group {
  border: 3px solid rgba(53, 154, 65, 0.7);
  width: 600px;
  margin: 0 auto;
}
.slider .form .input-group button {
  width: 50px;
  height: 50px;
  border: 0;
  text-align: center;
}
.slider .form .input-group button i {
  font-size: 20px;
  margin-left: 15px;
}
.slider .form .input-group input {
  height: 50px;
  border: 0;
  background: white;
  text-align: left;
  padding: 0 10px;
}
.slider .form .input-group select {
  height: 50px;
  background: white;
  border-top: 0;
  border-bottom: 0;
  max-width: 230px;
}
.slider .form .input-group-text {
  padding: 0;
  background: white;
  border: 0;
  border-radius: 0;
}
.slider .owl-carousel {
  position: static !important;
}
.slider .owl-carousel .owl-item {
  position: static !important;
}
.slider .owl-carousel .owl-nav {
  margin: 0;
}
.slider .owl-carousel .owl-nav .owl-prev {
  border: 1px solid #eaeaea;
  z-index: 100000;
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  width: 35px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  margin: 0;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.5s;
  display: inline-block;
}
.slider .owl-carousel .owl-nav .owl-prev:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: none;
}
.slider .owl-carousel .owl-nav .owl-next {
  border: 1px solid #eaeaea;
  z-index: 100000;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  width: 35px;
  height: 35px;
  line-height: 30px;
  font-size: 20px;
  border-radius: 5px;
  margin: 0;
  background-color: transparent;
  transition: all 0.5s;
  display: inline-block;
}
.slider .owl-carousel .owl-nav .owl-next:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: none;
}
.slider .item {
  position: relative;
}
.slider .item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.slider .item .text {
  top: 40%;
  left: 0;
  width: 100%;
  position: absolute;
  transform: translate3d(0, -50%, 0);
}
.slider .item .text h2 {
  color: white;
  font-family: "Monda-Bold";
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 40px;
}
.slider .item .text p a {
  background-color: #F79824;
  color: white;
  display: inline-block;
  padding: 10px 30px;
  font-size: 18px;
}
.slider .scrolldown {
  display: inline-block;
  padding: 20px;
  position: absolute;
  cursor: pointer;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  z-index: 1000;
}
.slider .scrolldown span {
  display: inline-block;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.slider .scrolldown img {
  width: 12px;
  display: inline-block;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -6px;
  animation: 1.5s infinite sdb05;
}

main .taxonomy {
  background: url("../images/1_1_BG.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 50px 0;
}
main .taxonomy .heading {
  text-align: center;
  margin-bottom: 20px;
}
main .taxonomy .heading h1 {
  font-weight: bold;
  color: #2AB6FF;
  text-transform: uppercase;
  font-size: 28px;
  margin: 15px 0;
}
main .taxonomy .heading h4 {
  font-size: 18px;
  color: #2AB6FF;
}
main .taxonomy .row {
  margin: 0 -10px;
}
main .taxonomy .row [class*=col-] {
  padding: 0 10px;
}
main .taxonomy .item {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  background: white;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}
main .taxonomy .item h2 {
  font-size: 18px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
main .taxonomy .item h2 a {
  color: #2AB6FF;
}
main .taxonomy .item p {
  margin: 0;
  color: #333;
  min-height: 63px;
}
main .widget1 {
  margin: 50px 0;
}
main .widget1 .heading {
  text-align: center;
  margin-bottom: 20px;
}
main .widget1 .heading h2 {
  font-weight: bold;
  color: #2AB6FF;
  font-size: 30px;
  text-transform: uppercase;
}
main .widget1 .heading h2 a {
  color: #2AB6FF;
  cursor: pointer;
  text-decoration: none;
}
main .widget1 .row {
  margin: 0 -10px;
}
main .widget1 .row [class*=col-] {
  padding: 0 10px;
}
main .widget1 .featured {
  position: relative;
}
main .widget1 .featured img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
}
main .widget1 .featured:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
main .widget1 .featured h3 {
  position: absolute;
  margin-bottom: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  font-size: 20px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
}
main .widget1 .featured h3 a {
  color: white;
}
main .widget1 .item {
  margin-bottom: 20px;
}
main .widget1 .item img {
  border-radius: 5px;
}
main .widget1 .item h3 {
  font-size: 18px;
  line-height: 24px;
  /*font-weight: bold;*/
}
main .widget1 .item h3 a {
  color: #333;
}
main .widget1 .more {
  margin-top: 20px;
  text-align: center;
}
main .widget1 .more a {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #2AB6FF;
  border-radius: 5px;
  color: #2AB6FF;
}

.widget2 {
  padding: 50px 0;
  background: url(../images/bg_2.png) no-repeat;
  background-size: cover;
}
.widget2 .heading {
  text-align: center;
}
.widget2 .heading h2 {
  font-size: 30px;
  font-weight: bold;
  color: #2AB6FF;
  text-transform: uppercase;
}
.widget2 .heading h2 a {
  color: #2AB6FF;
  cursor: pointer;
  text-decoration: none;
}
.widget2 .item {
  background: white;
  border-radius: 5px;
  margin-bottom: 30px;
}
.widget2 .item .row {
  margin: 0 -10px;
}
.widget2 .item .row [class*=col-] {
  padding: 0 10px;
}
.widget2 .item .content {
  padding: 15px;
}
.widget2 .item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.widget2 .item h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin: 0;
}
.widget2 .item h3 a {
  color: #333333;
}
.widget2 .item ul {
  margin: 10px 0;
  display: block;
  padding: 0;
}
.widget2 .item ul li {
  margin: 5px 0;
  list-style: none;
  color: #333;
}
.widget2 .item ul li i {
  color: #2AB6FF;
}
.widget2 .item p {
  margin: 5px 0;
}
.widget2 .more {
  margin-top: 20px;
  text-align: center;
}
.widget2 .more a {
  background-color: white;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #2AB6FF;
  border-radius: 5px;
  color: #2AB6FF;
}

.widget3 {
  padding: 50px 0;
  background: white;
}
.widget3 .heading {
  text-align: center;
}
.widget3 .heading h2 {
  font-size: 30px;
  font-weight: bold;
  color: #2AB6FF;
  text-transform: uppercase;
}
.widget3 .heading h2 a {
  color: #2AB6FF;
  cursor: pointer;
  text-decoration: none;
}
.widget3 .row {
  margin: 0 -10px;
}
.widget3 .row [class*=col-] {
  padding: 0 10px;
}
.widget3 .item {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
  padding: 15px;
  border-radius: 10px;
  background: white;
  border-radius: 5px;
  margin-bottom: 30px;
}
.widget3 .item .content {
  padding: 15px;
}
.widget3 .item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.widget3 .item h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin-bottom: 15px;
}
.widget3 .item h3 a {
  color: #2AB6FF;
}
.widget3 .item ul {
  margin: 10px 0;
  display: block;
  padding: 0;
}
.widget3 .item ul li {
  margin: 5px 0;
  list-style: none;
  color: #333;
}
.widget3 .item ul li i {
  color: #2AB6FF;
}
.widget3 .more {
  margin-top: 20px;
  text-align: center;
}
.widget3 .more a {
  background-color: white;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #2AB6FF;
  border-radius: 5px;
  color: #2AB6FF;
}

.widget4 {
  padding: 50px 0;
  background: url("../images/bg_4.png") no-repeat;
  background-size: cover;
}
.widget4 .heading {
  text-align: center;
}
.widget4 .heading h2 {
  font-size: 30px;
  font-weight: bold;
  color: #2AB6FF;
  text-transform: uppercase;
}
.widget4 .heading h2 a {
  color: #2AB6FF;
  cursor: pointer;
  text-decoration: none;
}
.widget4 .item {
  background: white;
  border-radius: 5px;
  margin-bottom: 30px;
}
.widget4 .item .row {
  margin: 0 -10px;
}
.widget4 .item .row [class*=col-] {
  padding: 0 10px;
}
.widget4 .item .content {
  padding: 15px;
}
.widget4 .item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.widget4 .item h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin: 0;
  height: 44px;
  overflow: hidden;
}
.widget4 .item h3 a {
  color: #333333;
}
.widget4 .item ul {
  margin: 10px 0;
  display: block;
  padding: 0;
}
.widget4 .item ul li {
  font-size: 13px;
  display: inline-block;
  list-style: none;
  color: #9f9f9f;
}
.widget4 .item p {
  margin: 5px 0;
}
.widget4 .item .more {
  border: 1px solid #2AB6FF;
  padding: 7px 15px;
  color: #2AB6FF;
  display: inline-block;
  border-radius: 5px;
}
.widget4 .more {
  margin-top: 20px;
  text-align: center;
}
.widget4 .more a {
  background-color: white;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #2AB6FF;
  border-radius: 5px;
  color: #2AB6FF;
}

.widget5 {
  padding: 50px 0;
}
.widget5 .heading {
  text-align: center;
}
.widget5 .heading h2 {
  font-size: 30px;
  font-weight: bold;
  color: #2AB6FF;
  text-transform: uppercase;
}
.widget5 .heading h2 a {
  color: #2AB6FF;
  cursor: pointer;
  text-decoration: none;
}
.widget5 .item {
  background: white;
  border-radius: 5px;
  margin-bottom: 30px;
}
.widget5 .item .row {
  margin: 0 -10px;
}
.widget5 .item .row [class*=col-] {
  padding: 0 10px;
}
.widget5 .item img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.widget5 .item h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin: 0;
}
.widget5 .item h3 a {
  color: #333333;
}
.widget5 .item ul {
  margin: 10px 0;
  display: block;
  padding: 0;
}
.widget5 .item ul li {
  font-size: 13px;
  display: inline-block;
  list-style: none;
  color: #9f9f9f;
}
.widget5 .item p {
  margin: 5px 0;
}
.widget5 .item .more {
  border: 1px solid #2AB6FF;
  padding: 7px 15px;
  color: #2AB6FF;
  display: inline-block;
  border-radius: 5px;
}

.widget6 {
  background-color: #f2f2f2;
  padding: 50px 0;
}
.widget6 .heading {
  text-align: center;
}
.widget6 .heading h2 {
  font-size: 30px;
  font-weight: bold;
  color: #2AB6FF;
  text-transform: uppercase;
}
.widget6 .heading h2 a {
  color: #2AB6FF;
  cursor: pointer;
  text-decoration: none;
}
.widget6 .item {
  padding: 10px;
  background: white;
  border-radius: 5px;
  margin-bottom: 30px;
}
.widget6 .item img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  padding: 15px;
  border: 1px solid #f1f1f1;
  -o-object-fit: cover;
     object-fit: cover;
}
.widget6 .item h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.widget6 .item h3 a {
  color: #333333;
}
.widget6 .item ul {
  padding: 0;
}
.widget6 .item ul li {
  list-style: none;
  padding: 2px 0;
}
.widget6 .item i {
  color: #2AB6FF;
}
.widget6 .more {
  margin-top: 20px;
  text-align: center;
}
.widget6 .more a {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #2AB6FF;
  border-radius: 5px;
  color: #2AB6FF;
}

.taxonomy2 {
  background: url("../images/taxonomy_bg.png") no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.taxonomy2 .title h2 {
  font-size: 18px;
  margin-top: 15px;
  color: white;
  line-height: 24px;
}
.taxonomy2 .title h2 a {
  color: #2AB6FF;
  cursor: pointer;
  text-decoration: none;
}
.taxonomy2 strong {
  font-size: 35px;
  color: white;
}
.taxonomy2 .more {
  margin-top: 20px;
  text-align: center;
}
.taxonomy2 .more a {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #2AB6FF;
  border-radius: 5px;
  color: #2AB6FF;
  background: white;
}

.intro {
  background-color: #F1F1F1;
  padding: 30px 0;
}

.services {
  background: white;
  padding-top: 50px;
}
.services .title {
  margin-bottom: 30px;
}
.services .title .line {
  margin-bottom: 20px;
}
.services .title h2 {
  font-size: 35px;
  color: black;
  font-family: "Monda";
  text-transform: uppercase;
  margin-bottom: 0px;
  position: relative;
  display: inline-block;
}
.services .title h2 a {
  color: black;
  text-transform: uppercase;
}
.services .title h2:after {
  position: absolute;
  top: -4px;
  right: -110px;
  content: url(../images/right.png);
}
.services .title p {
  font-size: 16px;
  color: black;
  text-align: justify;
  line-height: 30px;
}
.services .content {
  background-color: white;
}
.services .item {
  background: white;
  border-radius: 10px;
  padding: 10px;
  border-radius: 10px;
}
.services .item .item1 {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.services .item img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.services .item .ct {
  padding: 15px;
}
.services .item h3 {
  font-size: 18px;
  font-family: "Monda-Bold";
  height: 55px;
  overflow: hidden;
}
.services .item h3 a {
  color: black;
}
.services .item p {
  font-size: 14px;
  color: black;
  text-align: justify;
  height: 72px;
  overflow: hidden;
}
.services .item .more {
  height: auto;
}
.services .item .more a {
  color: #2AB6FF;
}

.lienket {
  padding: 20px 0;
  padding-top: 50px;
}
.lienket .container {
  max-width: 1000px;
}
.lienket .title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Monda";
  text-transform: uppercase;
}
.lienket .title h2 {
  font-size: 35px;
  position: relative;
}
.lienket .title h2:after {
  position: absolute;
  top: -4px;
  left: -110px;
  content: url(../images/left.png);
}
.lienket .item {
  margin-bottom: 20px;
}

.support {
  padding-top: 30px;
}
.support .title {
  margin-bottom: 20px;
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Monda";
}
.support .title h2 {
  font-size: 35px;
  display: inline-block;
  position: relative;
}
.support .title h2:after {
  position: absolute;
  top: -4px;
  right: -110px;
  content: url(../images/right.png);
}
.support .item {
  padding: 10px;
  margin-bottom: 20px;
}
.support .item .item1 {
  border: 2px solid #eaeaea;
  padding: 25px 30px;
}
.support .item .item1 h3 {
  font-size: 15px;
  border-left: 2px solid #2AB6FF;
  padding: 0;
  padding-left: 25px;
  margin-bottom: 10px;
}
.support .item .item1 h3 span {
  font-size: 15px;
}
.support .item .item1 h3 b {
  display: block;
  margin-bottom: 5px;
}
.support .item .item1 p {
  font-size: 18px;
  margin-bottom: 10px;
}
.support .item .item1 p i {
  color: #2AB6FF;
  display: inline-block;
  margin-right: 5px;
}

.news {
  padding: 50px 0;
  background-color: #f4f6fe;
}
.news .title {
  margin-bottom: 20px;
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Monda";
  position: relative;
}
.news .title .more {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 0;
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Monda";
  color: black;
}
.news .title h2 a {
  color: black;
}
.news .item {
  transition: all 0.4s;
  margin-bottom: 20px;
}
.news .item span {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid white;
  border-radius: 5px;
  z-index: 1000;
}
.news .item .ct {
  margin-top: 10px;
  z-index: 100;
}
.news .item .ct p {
  color: black;
  font-size: 13px;
  margin: 0;
}
.news .item .ct h3 {
  font-size: 14px;
  position: relative;
  line-height: 24px;
  font-family: "Monda-Bold";
}
.news .item .ct h3:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  background: white;
  height: 2px;
  width: 50px;
  border-radius: 5px;
}
.news .item .ct h3 a {
  color: black;
}
.news .item:hover {
  transform: scale(1.1);
  transition: all 0.4s;
}
.news .item .img {
  position: relative;
  display: block;
}
.news .item .img img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .item .img:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.video {
  padding: 50px;
}
.video .title {
  margin-bottom: 20px;
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Monda";
  position: relative;
}
.video .title .more {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 0;
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Monda";
  color: black;
}
.video .title h2 a {
  color: black;
}
.video .item {
  margin-bottom: 20px;
}
.video .item img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.video .embed-responsive {
  margin-bottom: 20px;
}

.vanban {
  padding: 40px 0;
}
.vanban .row {
  margin: 0px;
}
.vanban .row [class*=col-] {
  padding: 0px;
}
.vanban .title {
  margin-bottom: 20px;
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Monda";
}
.vanban .title h2 {
  font-size: 35px;
  display: inline-block;
  position: relative;
}
.vanban .title h2:after {
  position: absolute;
  top: -4px;
  right: -110px;
  content: url(../images/right.png);
}
.vanban .title .more {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 0;
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Monda";
  color: black;
}
.vanban .item {
  position: relative;
  transition: all 0.4s;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px;
}
.vanban .item p {
  color: black;
  font-size: 13px;
  display: inline-block;
  margin: 0;
  font-family: "Monda";
  width: 180px;
  display: table-cell;
}
.vanban .item h3 {
  font-size: 14px;
  position: relative;
  margin-bottom: 20px;
  line-height: 24px;
  font-family: "Monda-Bold";
  display: table;
}
.vanban .item h3 a {
  color: black;
}

.news_page.category1 .item img {
  height: 170px;
}
.news_page.category1 .featured {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.news_page.category1 .featured .item img {
  height: 240px;
  margin-bottom: 10px;
}
.news_page.category1 .featured .item .ct h3 {
  font-size: 18px;
  line-height: 26px;
}
.news_page.category1 .featured .item2 {
  margin-bottom: 30px;
}
.news_page.category1 .featured .item2 .row {
  margin: 0 -10px;
}
.news_page.category1 .featured .item2 .row [class*=col-] {
  padding: 0 10px;
}
.news_page.category1 .featured .item2 img {
  height: 160px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.news_page.category1 .featured .item2 h3 {
  font-size: 16px;
  line-height: 26px;
  font-family: "Monda-Bold";
}
.news_page.category1 .featured .item2 h3 a {
  color: black;
}
.news_page.category1 .featured .item2 p {
  text-align: justify;
}

.news_page {
  padding: 20px 0;
}
.news_page .nghiepvu {
  display: none;
}
.news_page form.select {
  margin-bottom: 30px;
}
.news_page form.select select {
  padding: 10px;
  height: auto;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.news_page .title {
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 20px;
  position: relative;
}
.news_page .title a {
  color: black;
  text-decoration: none;
}
.news_page .title span {
  position: absolute;
  top: 15px;
  right: 0;
}
.news_page .title span a {
  color: #2AB6FF;
}
.news_page .featured {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.news_page .featured .item img {
  height: 300px;
  margin-bottom: 10px;
}
.news_page .featured .item .ct h3 {
  font-size: 18px;
  line-height: 26px;
}
.news_page .featured .item2 {
  margin-bottom: 30px;
}
.news_page .featured .item2 .row {
  margin: 0 -10px;
}
.news_page .featured .item2 .row [class*=col-] {
  padding: 0 10px;
}
.news_page .featured .item2 img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.news_page .featured .item2 h3 {
  font-size: 16px;
  line-height: 26px;
  font-family: "Monda-Bold";
}
.news_page .featured .item2 h3 a {
  color: black;
}
.news_page .featured .item2 p {
  text-align: justify;
}
.news_page .item {
  margin-bottom: 20px;
}
.news_page .item img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.news_page .item .ct {
  margin: 15px 0;
}
.news_page .item .ct h3 {
  font-size: 16px;
  font-family: "Monda-Bold";
}
.news_page .item .ct h3 a {
  color: black;
}
.news_page .item .ct p {
  text-align: justify;
}

.post_page {
  padding: 20px 0;
}
.post_page article h1.title {
  font-size: 30px;
  font-family: "Monda-Bold";
}
.post_page article .meta {
  margin-bottom: 20px;
}
.post_page article .meta ul {
  margin: 0;
  padding: 0;
}
.post_page article .meta ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.post_page .related {
  margin: 20px 0;
}
.post_page .related h2 {
  font-family: "Monda-Bold";
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eaeaea;
}
.post_page .related .row {
  margin: 0 -10px;
}
.post_page .related .row [class*=col-] {
  padding: 0 10px;
}
.post_page .related .item2 {
  position: relative;
  transition: all 0.4s;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px;
}
.post_page .related .item2 p {
  color: black;
  font-size: 13px;
  display: inline-block;
  margin: 0;
  margin-right: 0px;
  font-family: "Monda";
  display: table-cell;
  width: 180px;
}
.post_page .related .item2 h3 {
  font-size: 14px;
  position: relative;
  margin-bottom: 20px;
  line-height: 24px;
  font-family: "Monda-Bold";
  display: table;
}
.post_page .related .item2 h3 a {
  color: black;
}
.post_page .related .item {
  margin-bottom: 20px;
}
.post_page .related .item img {
  margin-bottom: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_page .related .item h3 {
  font-size: 18px;
  font-family: "Monda-Bold";
}
.post_page .related .item h3 a {
  color: black;
}
.post_page .related .item p {
  text-align: justify;
}
.post_page .related2 h2 {
  font-family: "Monda-Bold";
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eaeaea;
  font-size: 18px;
}
.post_page .related2 .row {
  margin: 0 -7px;
}
.post_page .related2 .row [class*=col-] {
  padding: 0 7px;
}
.post_page .related2 .item {
  margin-bottom: 20px;
}
.post_page .related2 .item h3 {
  font-size: 15px;
}
.post_page .related2 .item h3 a {
  color: black;
}
.post_page .related2 .item p {
  text-align: justify;
}

.services1 {
  padding: 20px 0;
}
.services1 .nav_service {
  margin-top: -100px;
}
.services1 .nav_service ul {
  background: white;
  border: 0;
  display: block;
}
.services1 .nav_service ul li {
  display: block;
  padding: 1 5px;
}
.services1 .nav_service ul li a {
  color: black;
  font-family: "Monda-bold";
  padding: 10px;
  font-size: 18px;
}
.services1 .nav_service ul li a:hover {
  border: 0;
}
.services1 .nav_service ul li:hover {
  border: 0;
}
.services1 .nav_service ul li .active {
  border: 0;
  border-radius: 0;
  position: relative;
  color: #2AB6FF;
}
.services1 .nav_service ul li .active:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f0da";
  color: #F6A704;
  font-size: 25px;
  left: -10px;
  top: 5px;
}
.services1 h1.title {
  font-size: 35px;
  font-family: "Monda-bold";
  margin-bottom: 20px;
}
.services1 article {
  margin: 30px 0;
}
.services1 .map {
  margin: 20px 0;
}
.services1 .tab-content {
  position: relative;
}
.services1 .icon {
  position: absolute;
  right: 0;
  bottom: 0px;
}
.services1 .icon img {
  width: 300px;
}

.map .row {
  margin: 0px;
}
.map .row [class*=col-] {
  padding: 0px;
}
.map iframe {
  height: 400px !important;
}
.map .content {
  padding: 50px;
}
.map .content strong {
  font-size: 18px;
}
.map .content table {
  display: table;
  width: 100% !important;
  border: 0;
}
.map .content table tbody {
  display: table;
}
.map .content table td {
  width: 49%;
  border: 0;
  vertical-align: text-top;
}
.map .content a {
  display: inline-block;
  background-color: #00243D;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  padding: 15px 25px;
  padding-left: 45px;
  border: 1px solid #000000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Monda";
  font-size: 20px;
  position: relative;
}
.map .content a:before {
  position: absolute;
  top: 17px;
  left: 15px;
  content: url(../images/map.png);
}
.map .nav_service ul {
  background: white;
  border: 0;
  display: block;
  height: 400px;
  overflow-y: scroll;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}
.map .nav_service ul li {
  display: block;
  position: relative;
}
.map .nav_service ul li a {
  color: black;
  padding: 20px;
  font-size: 18px;
  padding-left: 50px;
}
.map .nav_service ul li .active {
  border: 0;
  border-radius: 0;
  background: #D6E1FF;
}
.map .nav_service ul li:before {
  content: url(../images/building.png);
  left: 10px;
  top: 18px;
  position: absolute;
}

.dichvu {
  padding: 50px 0;
}
.dichvu .nav_service {
  margin-top: 0;
}
.dichvu h1.title {
  font-size: 35px;
  font-family: "Monda-bold";
  margin-bottom: 20px;
  border-bottom: 2px solid black;
  padding-bottom: 15px;
}

.dichvu.services {
  background: transparent;
  margin-top: 0;
}
.dichvu.services .title {
  margin-bottom: 20px;
}
.dichvu.services .title h2 {
  font-size: 35px;
  color: black;
}
.dichvu.services .title p {
  color: black;
}
.dichvu.services .content {
  margin: 0;
}
.dichvu.services .item {
  background-repeat: no-repeat;
  background-size: contain;
  padding: 50px 0;
  margin: 20px 0;
  width: 100%;
}
.dichvu.services .item .box {
  background: rgba(2, 142, 207, 0.7);
  padding: 50px;
  color: white;
  max-width: 55%;
}
.dichvu.services .item .box p {
  color: white;
}
.dichvu.services .item .box p a {
  color: white;
}
.dichvu.services .item .box .more {
  margin: 0;
}
.dichvu.services .item .box h3 {
  margin-bottom: 20px;
  font-size: 25px;
  height: auto;
}
.dichvu.services .item .box h3 a {
  color: white;
}
.dichvu.services .item .box p {
  font-size: 16px;
}
.dichvu.services .left {
  background-position: right;
}
.dichvu.services .right .box {
  float: right;
}

.partner {
  padding: 10px 0;
  margin-bottom: 50px;
  box-shadow: 0px 10px 19px rgba(0, 0, 0, 0.25);
  background: #F1F1F1;
}
.partner .item img {
  margin: 15px;
}

.tracking {
  background: #F1F1F1;
  margin-top: 80px;
  margin-bottom: 80px;
}
.tracking .title {
  padding: 30px 0;
}
.tracking .title h2 {
  font-size: 40px;
  color: black;
  font-family: "Monda";
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tracking .title p {
  font-size: 16px;
  color: black;
  text-align: justify;
  line-height: 30px;
}
.tracking .tracuu {
  margin-top: -30px;
  margin-bottom: -30px;
  background: rgba(2, 142, 207, 0.9);
  border-radius: 5px;
  padding: 40px;
}
.tracking .tracuu label {
  color: white;
  font-weight: 500;
}
.tracking .tracuu select,
.tracking .tracuu input {
  margin-bottom: 15px;
}
.tracking .tracuu button {
  border: 1px solid white;
  background-color: #F79824;
  border-radius: 5px;
  color: white;
  font-family: "Monda-Bold";
  padding: 10px 25px;
}

footer {
  background: #F1F1F1;
}
footer .tygia {
  font-size: 13px;
  border-bottom: 2px solid #2AB6FF;
}
footer .tygia .container {
  position: relative;
}
footer .tygia .container h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #2AB6FF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  margin: 0;
  z-index: 1000;
  padding: 10px 12px 5px;
  height: 35px;
}
footer .tygia .container h5 {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #F1F1F1;
  color: black;
  margin: 0;
  z-index: 1000;
  padding: 5px 12px;
  height: 35px;
}
footer .tygia .container h5 a {
  color: black;
  text-decoration: none;
}
footer .tygia .item {
  margin: 5px;
}
footer .tygia p {
  padding: 0;
  margin: 0;
}
footer .tygia span {
  color: #2AB6FF;
}
footer .logo_footer {
  margin-bottom: 50px;
  position: relative;
  padding-left: 130px;
}
footer .logo_footer .item {
  padding: 0 10px;
}
footer .logo_footer img {
  position: absolute;
  top: 0;
  left: 0;
}
footer .logo_footer h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  display: flex;
  align-items: center;
  color: black;
  margin-bottom: 10px;
}
footer .logo_footer p {
  color: black;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  max-width: 500px;
  padding-left: 0 !important;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: black;
}
footer p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: black;
  margin-bottom: 12px;
  position: relative;
  padding-left: 40px;
}
footer p img {
  position: absolute;
  top: 0px;
  left: 0;
  width: 25px;
}
footer .item {
  margin: 10px 0;
}
footer h3 {
  font-family: "Monda-Bold";
  font-size: 18px;
  color: black;
  margin-bottom: 15px;
}

#video {
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}

#hinhanh {
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#hinhanh h3 {
  font-size: 14px;
  position: relative;
  line-height: 24px;
  font-family: "Monda-Bold";
}
#hinhanh h3:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  background: white;
  height: 2px;
  width: 50px;
  border-radius: 5px;
}
#hinhanh h3 a {
  color: black;
}
#hinhanh .items {
  margin: 15px 0;
}

.cta {
  position: fixed;
  right: 15px;
  top: 40%;
  z-index: 10000000;
}
.cta ul {
  margin: 0;
  padding: 0;
}
.cta ul li {
  list-style: none;
  margin: 5px 0;
}
.cta ul li img {
  height: 50px;
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
}

.copyright {
  background: #F1F1F1;
  padding: 30px 0;
}
.copyright h6 {
  color: black;
  font-weight: normal;
  font-size: 16px;
}
.copyright ul {
  margin: 0;
  padding: 0;
}
.copyright ul li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
  color: black;
}
.copyright ul li a {
  color: black;
  font-size: 30px;
}
.copyright p {
  color: black;
  font-size: 14px;
  text-align: center;
  margin: 0;
}

.breadcrumb {
  background: white;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
  margin: 0;
}
.breadcrumb ol {
  padding: 0;
  margin: 0;
}
.breadcrumb ol li {
  list-style: none;
  display: inline-block;
}
.breadcrumb ol li a {
  color: #333;
}

.br {
  background: white;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
  margin: 0;
  padding: 10px 0;
}
.br ul {
  padding: 0;
  margin: 0;
}
.br ul li {
  list-style: none;
  display: inline-block;
}
.br ul li i {
  display: inline-block;
  margin: 0 10px;
}
.br ul li a {
  color: #333;
}

.post {
  background: #f9fafc;
  padding: 20px 0;
}
.post article {
  font-size: 16px;
}
.post article .title {
  font-weight: bold;
  color: #2AB6FF;
  font-size: 25px;
  margin-bottom: 15px;
}
.post hr {
  margin: 10px 0;
  background: #e9e9e9;
}
.post .meta .size span {
  display: inline-block;
}
.post .meta .size i {
  font-size: 25px;
  margin-left: 5px;
}
.post .meta a {
  color: #333;
}
.post .related h2 {
  font-weight: bold;
  margin: 15px 0;
  color: #2AB6FF;
}
.post .related .item {
  margin-bottom: 20px;
}
.post .related .item .row {
  margin: 0 -10px;
}
.post .related .item .row [class*=col-] {
  padding: 0 10px;
}
.post .related .item img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.post .related .item h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin: 0;
}
.post .related .item h3 a {
  color: #333333;
}
.post .related .item ul {
  margin: 10px 0;
  display: block;
  padding: 0;
  margin: 0;
}
.post .related .item ul li {
  display: inline-block;
  list-style: none;
  color: #9f9f9f;
}
.post .related .item p {
  margin: 5px 0;
}
.post .related .item .more {
  border: 1px solid #2AB6FF;
  padding: 7px 15px;
  color: #2AB6FF;
  display: inline-block;
  border-radius: 5px;
}

main.cate {
  padding: 20px 0;
}
main.cate .item {
  margin-bottom: 20px;
}
main.cate .item .row {
  margin: 0 -10px;
}
main.cate .item .row [class*=col-] {
  padding: 0 10px;
}
main.cate .item img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
main.cate .item h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin: 0;
}
main.cate .item h3 a {
  color: #333333;
}
main.cate .item ul {
  margin: 10px 0;
  display: block;
  padding: 0;
  margin: 0;
}
main.cate .item ul li {
  display: inline-block;
  list-style: none;
  color: #9f9f9f;
}
main.cate .item p {
  margin: 5px 0;
}
main.cate .item .more {
  border: 1px solid #2AB6FF;
  padding: 7px 15px;
  color: #2AB6FF;
  display: inline-block;
  border-radius: 5px;
}

.taxonomy1 {
  background: #f9fafc;
  padding: 20px 0;
}
.taxonomy1 .heading {
  text-align: center;
  margin: 25px 0;
}
.taxonomy1 .heading h1 {
  text-transform: uppercase;
  color: #2AB6FF;
  font-weight: bold;
  font-size: 25px;
}
.taxonomy1 .filter {
  margin: 20px 0;
}
.taxonomy1 .filter ul {
  display: block;
  text-align: center;
}
.taxonomy1 .filter ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 10px;
}
.taxonomy1 .filter ul li select {
  background: white;
}
.taxonomy1 .filter button {
  margin-top: -5px;
}
.taxonomy1 .content {
  padding: 20px 0;
}
.taxonomy1 .content .item {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.taxonomy1 .content .item .row {
  margin: 0 -10px;
}
.taxonomy1 .content .item .row [class*=col-] {
  padding: 0 10px;
}
.taxonomy1 .content .item img {
  width: 100%;
  border-radius: 5px;
}
.taxonomy1 .content .item h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin: 0;
}
.taxonomy1 .content .item h3 a {
  color: #2AB6FF;
}
.taxonomy1 .content .item ul {
  margin: 10px 0;
  display: block;
  padding: 0;
}
.taxonomy1 .content .item ul li {
  display: inline-block;
  list-style: none;
  color: #9f9f9f;
  font-size: 13px;
}
.taxonomy1 .content .item ul li .fa-eye {
  margin-left: 10px;
}
.taxonomy1 .content .item p {
  margin: 5px 0;
}
.taxonomy1 .content .item .more {
  border: 1px solid #2AB6FF;
  padding: 7px 15px;
  color: #2AB6FF;
  display: inline-block;
  border-radius: 5px;
}
.taxonomy1 .content .item .more a {
  color: #2AB6FF;
}

.taxonomy22 {
  background: #f9fafc;
  padding: 20px 0;
}
.taxonomy22 .heading {
  text-align: center;
  margin: 25px 0;
}
.taxonomy22 .heading h1 {
  text-transform: uppercase;
  color: #2AB6FF;
  font-weight: bold;
  font-size: 25px;
}
.taxonomy22 .filter {
  margin: 20px 0;
}
.taxonomy22 .filter ul {
  display: block;
  text-align: center;
}
.taxonomy22 .filter ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 20px;
}
.taxonomy22 .filter ul li select {
  background: white;
}
.taxonomy22 .filter button {
  margin-top: -5px;
}
.taxonomy22 .content {
  padding: 20px 0;
}
.taxonomy22 .content .item {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
  padding: 15px;
  border-radius: 10px;
  background: white;
  border-radius: 5px;
  margin-bottom: 30px;
}
.taxonomy22 .content .item .content {
  padding: 15px;
}
.taxonomy22 .content .item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.taxonomy22 .content .item h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin-bottom: 15px;
}
.taxonomy22 .content .item h3 a {
  color: #2AB6FF;
}
.taxonomy22 .content .item ul {
  margin: 10px 0;
  display: block;
  padding: 0;
}
.taxonomy22 .content .item ul li {
  margin: 5px 0;
  list-style: none;
  color: #333;
}
.taxonomy22 .content .item ul li i {
  color: #2AB6FF;
}

.taxonomy3 {
  padding: 20px 0;
  background: #f9fafc;
}
.taxonomy3 .heading {
  text-align: center;
  margin: 25px 0;
}
.taxonomy3 .heading h1 {
  text-transform: uppercase;
  color: #2AB6FF;
  font-weight: bold;
  font-size: 25px;
}
.taxonomy3 .filter {
  margin: 20px 0;
}
.taxonomy3 .filter ul {
  display: block;
  text-align: center;
}
.taxonomy3 .filter ul li {
  list-style: none;
  display: inline-block;
}
.taxonomy3 .filter ul li select {
  background: white;
}
.taxonomy3 .filter button {
  margin-top: -5px;
}
.taxonomy3 .content {
  padding: 20px 0;
}
.taxonomy3 .content .row {
  margin: 0 -10px;
}
.taxonomy3 .content .row [class*=col-] {
  padding: 0 10px;
}
.taxonomy3 .content .item {
  padding: 10px;
  background: white;
  border-radius: 5px;
  margin-bottom: 30px;
}
.taxonomy3 .content .item img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  padding: 15px;
  border: 1px solid #f1f1f1;
  -o-object-fit: cover;
     object-fit: cover;
}
.taxonomy3 .content .item h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.taxonomy3 .content .item h3 a {
  color: #333333;
}
.taxonomy3 .content .item ul {
  padding: 0;
}
.taxonomy3 .content .item ul li {
  list-style: none;
  padding: 2px 0;
}
.taxonomy3 .content .item i {
  color: #2AB6FF;
}

.taxonomy4 {
  padding: 20px 0;
  background: #f9fafc;
}
.taxonomy4 .heading {
  text-align: center;
  margin: 25px 0;
}
.taxonomy4 .heading h1 {
  text-transform: uppercase;
  color: #2AB6FF;
  font-weight: bold;
  font-size: 25px;
}
.taxonomy4 .content {
  padding: 20px 0;
}
.taxonomy4 .content .row {
  margin: 0 -10px;
}
.taxonomy4 .content .row [class*=col-] {
  padding: 0 10px;
}
.taxonomy4 .content .item {
  background: white;
  border-radius: 5px;
  margin-bottom: 30px;
}
.taxonomy4 .content .item .row {
  margin: 0 -10px;
}
.taxonomy4 .content .item .row [class*=col-] {
  padding: 0 10px;
}
.taxonomy4 .content .item .content {
  padding: 15px;
}
.taxonomy4 .content .item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.taxonomy4 .content .item h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin: 0;
}
.taxonomy4 .content .item h3 a {
  color: #333333;
}
.taxonomy4 .content .item ul {
  margin: 10px 0;
  display: block;
  padding: 0;
}
.taxonomy4 .content .item ul li {
  margin: 5px 0;
  list-style: none;
  color: #333;
}
.taxonomy4 .content .item ul li i {
  color: #2AB6FF;
}
.taxonomy4 .content .item p {
  margin: 5px 0;
}

.taxonomy5 {
  padding: 20px 0;
  background: #f9fafc;
}
.taxonomy5 .heading {
  text-align: center;
  margin: 25px 0;
}
.taxonomy5 .heading h1 {
  text-transform: uppercase;
  color: #2AB6FF;
  font-weight: bold;
  font-size: 25px;
}
.taxonomy5 .content {
  padding: 20px 0;
}
.taxonomy5 .content .row {
  margin: 0 -10px;
}
.taxonomy5 .content .row [class*=col-] {
  padding: 0 10px;
}
.taxonomy5 .content .item {
  background: white;
  border-radius: 5px;
  margin-bottom: 30px;
}
.taxonomy5 .content .item .row {
  margin: 0 -10px;
}
.taxonomy5 .content .item .row [class*=col-] {
  padding: 0 10px;
}
.taxonomy5 .content .item .content {
  padding: 15px;
}
.taxonomy5 .content .item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.taxonomy5 .content .item h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin: 0;
  height: 44px;
  overflow: hidden;
}
.taxonomy5 .content .item h3 a {
  color: #333333;
}
.taxonomy5 .content .item ul {
  margin: 10px 0;
  display: block;
  padding: 0;
}
.taxonomy5 .content .item ul li {
  font-size: 13px;
  display: inline-block;
  list-style: none;
  color: #9f9f9f;
}
.taxonomy5 .content .item p {
  margin: 5px 0;
}
.taxonomy5 .content .item .more {
  border: 1px solid #2AB6FF;
  padding: 7px 15px;
  color: #2AB6FF;
  display: inline-block;
  border-radius: 5px;
}

.taxonomy6 {
  background: #f9fafc;
  padding: 20px 0;
}
.taxonomy6 .heading {
  text-align: center;
  margin: 25px 0;
}
.taxonomy6 .heading h1 {
  text-transform: uppercase;
  color: #2AB6FF;
  font-weight: bold;
  font-size: 25px;
}
.taxonomy6 .filter {
  margin: 20px 0;
}
.taxonomy6 .filter ul {
  display: block;
  text-align: center;
}
.taxonomy6 .filter ul li {
  list-style: none;
  display: inline-block;
  width: 100px;
}
.taxonomy6 .filter ul li select {
  background: white;
}
.taxonomy6 .content {
  padding: 20px 0;
}
.taxonomy6 .content .row {
  margin: 0 -10px;
}
.taxonomy6 .content .row [class*=col-] {
  padding: 0 10px;
}
.taxonomy6 .content .item {
  border-radius: 5px;
  margin-bottom: 30px;
}
.taxonomy6 .content .item img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.taxonomy6 .content .item h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin: 0;
}
.taxonomy6 .content .item h3 a {
  color: #333333;
}
.taxonomy6 .content .item ul {
  margin: 10px 0;
  display: block;
  padding: 0;
  margin: 0;
}
.taxonomy6 .content .item ul li {
  display: inline-block;
  list-style: none;
  color: #9f9f9f;
  font-size: 13px;
}
.taxonomy6 .content .item ul li .fa-eye {
  margin-left: 10px;
}
.taxonomy6 .content .item p {
  margin: 5px 0;
}
.taxonomy6 .content .item .more {
  border: 1px solid #2AB6FF;
  padding: 7px 15px;
  display: inline-block;
  border-radius: 5px;
}
.taxonomy6 .content .item .more a {
  color: #2AB6FF;
}

@media only screen and (max-width: 1024px) {
  .vanban .item p {
    display: table-cell;
  }
}
@media only screen and (max-width: 768px) {
  .map .content {
    padding: 50px 15px;
  }
  .tracking .tracuu {
    padding: 25px;
  }
  .lienket {
    margin-top: 50px;
  }
  .lienket .title h2 {
    font-size: 30px;
  }
  .lienket .title h2:after {
    display: none;
  }
  .support .item {
    padding: 0;
  }
  .support .item .item1 {
    padding: 10px;
  }
  .vanban .title .more {
    display: none;
  }
  .dichvu.services .item {
    padding: 0;
    background-size: cover;
  }
  .dichvu.services .item .box {
    width: 100%;
    max-width: 100%;
    padding: 25px;
    margin-top: 150px;
  }
  .dichvu.services .item .box p {
    font-size: 15px;
  }
  .support .item {
    margin-bottom: 0;
  }
  .support .title h2 {
    font-size: 30px;
  }
  .support .title h2:after {
    display: none;
  }
  .news .title h2 {
    font-size: 30px;
  }
  .news .title .more {
    display: none;
  }
  body {
    padding-left: 0;
  }
  header {
    height: auto;
    width: 100%;
  }
  header .open-nav {
    position: absolute;
    left: 30px;
    top: 20px;
    font-size: 25px;
  }
  header .lang {
    right: 15px;
    bottom: 15px;
    left: auto;
    position: absolute;
    right: 40px;
  }
  header .search {
    position: absolute;
    top: -15px;
    right: 10px;
    left: auto;
  }
  header #logo {
    margin: 5px 0;
    display: block;
    text-align: center;
  }
  header #logo img {
    height: auto;
  }
  .gioithieu_header .title .why ul li {
    max-width: 170px;
  }
  .contact_header .contact {
    color: white;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .contact_header .contact h1 {
    font-family: "Monda-bold";
    margin-bottom: 15px;
    font-size: 30px;
  }
  .news_header .news_title h1 {
    font-size: 30px;
  }
  .intro .form {
    margin-top: 20px;
    padding: 40px 20px;
  }
  .intro2 .content {
    padding: 50px 0;
  }
  .lienhe .form {
    margin-top: 20px;
    padding: 40px 20px;
  }
  .services .item img {
    height: 300px;
  }
  .services .item h3 {
    height: auto;
  }
  .services .item p {
    height: auto;
  }
  main .taxonomy .row {
    margin: 0 -5px;
  }
  main .taxonomy .row [class*=col-] {
    padding: 0 5px;
  }
  main .taxonomy .item {
    padding: 10px;
    margin-bottom: 10px;
  }
  main .taxonomy .item p {
    min-height: 147px;
  }
  main .taxonomy .item .icon img {
    height: 55px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main .widget1 .featured {
    margin-bottom: 15px;
  }
  footer .logo_footer p {
    font-size: 15px;
  }
  .post .related .item img {
    width: 100%;
    height: auto;
  }
  .post .related .item h3 {
    margin: 10px 0;
  }
  .taxonomy1 .filter ul {
    padding: 0;
    margin: 0;
  }
  .taxonomy1 .filter ul li {
    width: 100%;
  }
  .taxonomy1 .filter input,
  .taxonomy1 .filter select {
    margin-bottom: 10px;
  }
  .taxonomy1 .content .item h3 {
    margin: 10px 0;
  }
  .taxonomy22 .filter ul {
    padding: 0;
    margin: 0;
  }
  .taxonomy22 .filter ul li {
    width: 100%;
  }
  .taxonomy22 .filter input,
  .taxonomy22 .filter select {
    margin-bottom: 10px;
  }
  .taxonomy22 .content .item h3 {
    margin: 10px 0;
  }
  .taxonomy3 .filter ul {
    padding: 0;
    margin: 0;
  }
  .taxonomy3 .filter ul li {
    width: 100%;
  }
  .taxonomy3 .filter input,
  .taxonomy3 .filter select {
    margin-bottom: 10px;
  }
  .taxonomy3 .content .item h3 {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 430px) {
  .vanban .item p {
    display: block;
  }
}
.click_out {
  position: absolute;
  z-index: 1022;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

#menu-mobile {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1022;
  width: 100%;
  height: 100%;
  display: none;
  transition: all 0.4s;
  overflow: auto;
}
#menu-mobile .header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.001);
}
#menu-mobile .header #logo {
  text-align: center;
  display: block;
  margin: 5px 0;
}
#menu-mobile .header #logo img {
  height: 50px;
}
#menu-mobile .open-nav {
  margin-top: 10px;
  margin-left: 15px;
  font-size: 25px;
}
#menu-mobile .nav_mobile {
  padding: 20px 15px;
}
#menu-mobile .nav_mobile .logo-side {
  color: #333;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
#menu-mobile .nav_mobile .logo-side img {
  max-height: 38px;
}
#menu-mobile .nav_mobile .logo-side i {
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  right: 0;
  color: red;
}
#menu-mobile .nav_mobile ul {
  list-style: none;
  padding: 0;
  overflow: auto;
}
#menu-mobile .nav_mobile ul li {
  clear: both;
  border-top: 1px solid #e9e9e9;
  position: relative;
}
#menu-mobile .nav_mobile ul li:first-child {
  border: none;
}
#menu-mobile .nav_mobile ul li a {
  text-decoration: none;
  color: #000;
  padding: 10px 0;
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
#menu-mobile .nav_mobile ul li a:hover {
  opacity: 0.8;
  color: #2AB6FF;
}
#menu-mobile .nav_mobile ul li .sub-menu {
  padding: 0;
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}
#menu-mobile .nav_mobile ul li .sub-menu li:first-child {
  border-top: 1px solid #e9e9e9;
}
#menu-mobile .nav_mobile ul li .sub-menu li a {
  padding-left: 20px;
  display: inline-block;
}
#menu-mobile .nav_mobile ul li .sub-menu .sub-menu {
  max-height: 0;
  overflow: hidden;
}
#menu-mobile .nav_mobile ul li .sub-menu .sub-menu a {
  padding-left: 40px;
}
#menu-mobile .nav_mobile ul .active a {
  font-weight: 700;
}
#menu-mobile .nav_mobile .user-nav-mb span {
  width: 50%;
  float: left;
}
#menu-mobile .nav_mobile .user-nav-mb span i {
  margin-right: 10px;
  color: white;
}
#menu-mobile .nav_mobile .user-nav-mb span a {
  color: white;
}
#menu-mobile .accordion {
  color: #000;
  cursor: pointer;
  width: 10%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0;
  background: none;
}
#menu-mobile .accordion:after {
  content: "\f107";
  font-family: FontAwesome;
  color: #000;
  font-weight: bold;
  margin-left: 5px;
}
#menu-mobile .accordion.active:after {
  content: "\f106";
}

#menu-desktop {
  background: url(../images/logo_nav.png) no-repeat;
  background-color: white;
  background-position: bottom right;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1022;
  width: 100%;
  height: 100%;
  display: none;
  box-shadow: 5px 0px 56px rgba(0, 0, 0, 0.25);
  transition: all 0.4s;
  overflow: auto;
}
#menu-desktop .header {
  width: 95px;
  height: 100%;
  position: fixed;
  background: #2AB6FF;
  top: 0;
  left: 0;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.001);
  transition: 0.3s;
}
#menu-desktop .search {
  position: absolute;
  cursor: pointer;
  left: 15px;
  bottom: 70px;
  padding: 0 20px;
  font-size: 20px;
}
#menu-desktop #logo {
  display: inline-block;
  margin-top: 15px;
  padding: 0 15px;
}
#menu-desktop .open-nav {
  margin: auto;
  width: 32px;
  height: 20px;
  cursor: pointer;
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 35px;
}
#menu-desktop .lang {
  position: absolute;
  cursor: pointer;
  left: 15px;
  bottom: 20px;
  border-radius: 5px;
  border: 1px solid black;
  padding: 5px;
  font-size: 13px;
}
#menu-desktop .lang .vi {
  width: 18px;
  height: 12px;
}
#menu-desktop .nav {
  padding-left: 150px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#menu-desktop .nav ul {
  padding: 0;
  margin: 0;
  width: 300px;
}
#menu-desktop .nav ul li {
  position: relative;
  list-style: none;
  font-size: 23px;
  font-family: "Monda-Bold";
  margin: 15px 0;
}
#menu-desktop .nav ul li a {
  color: rgba(0, 0, 0, 0.5);
}
#menu-desktop .nav ul li:hover > a {
  color: #2AB6FF;
}
#menu-desktop .nav ul li:hover ul {
  display: block;
}
#menu-desktop .nav ul li ul {
  display: none;
  position: absolute;
  left: 300px;
  width: 800px;
  top: 50%;
  transform: translate3d(0%, -50%, 0);
}
#menu-desktop .nav ul li ul li {
  width: auto;
  font-family: "Monda";
  text-transform: capitalize;
  font-size: 16px;
  margin: 15px 0;
}

.searchPage .searchArea {
  padding-top: 20px;
}
.searchPage .searchArea button {
  background-color: #2AB6FF;
  margin-top: 20px;
}

#menu-search {
  background-color: white;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1022;
  width: 600px;
  max-width: 100%;
  height: 100%;
  display: none;
  box-shadow: 5px 0px 56px rgba(0, 0, 0, 0.25);
  transition: all 0.4s;
  overflow: auto;
}
#menu-search .searchArea {
  padding-top: 50px;
  margin-left: 100px;
}
#menu-search .searchArea button {
  background-color: #2AB6FF;
  margin-top: 20px;
}
#menu-search .searchArea .sugget {
  margin-top: 20px;
}
#menu-search .searchArea .sugget ul {
  list-style: none;
  padding-left: 0;
}
#menu-search .searchArea .sugget ul li a {
  color: black;
}
#menu-search .lang {
  position: absolute;
  cursor: pointer;
  left: 15px;
  bottom: 20px;
  border-radius: 5px;
  border: 1px solid black;
  padding: 5px;
  font-size: 13px;
}
#menu-search .lang .vi {
  width: 18px;
  height: 12px;
}
#menu-search .search {
  position: absolute;
  cursor: pointer;
  left: 15px;
  bottom: 70px;
  padding: 0 20px;
  font-size: 20px;
}
#menu-search .header {
  width: 95px;
  height: 100%;
  position: fixed;
  background: #2AB6FF;
  top: 0;
  left: 0;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.001);
  transition: 0.3s;
}
#menu-search #logo {
  display: inline-block;
  margin-top: 15px;
  padding: 0 15px;
}
#menu-search .open-nav {
  margin: auto;
  width: 32px;
  height: 20px;
  cursor: pointer;
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 35px;
}
#menu-search .nav {
  margin-top: 100px;
  padding-left: 150px;
}
#menu-search .nav ul {
  padding: 0;
  margin: 0;
  width: 300px;
}
#menu-search .nav ul li {
  position: relative;
  list-style: none;
  font-size: 25px;
  font-family: "Monda-Bold";
  margin: 15px 0;
}
#menu-search .nav ul li a {
  color: rgba(0, 0, 0, 0.5);
}
#menu-search .nav ul li:hover > a {
  color: #2AB6FF;
}
#menu-search .nav ul li:hover ul {
  display: block;
}
#menu-search .nav ul li ul {
  display: none;
  position: absolute;
  left: 300px;
  width: 800px;
  top: 0;
}
#menu-search .nav ul li ul li {
  width: auto;
  font-family: "Monda";
  text-transform: capitalize;
  font-size: 20px;
}

#menu-lang {
  background: url(../images/rreview.png) no-repeat;
  background-color: white;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1022;
  width: 100%;
  height: 100%;
  display: none;
  box-shadow: 5px 0px 56px rgba(0, 0, 0, 0.25);
  transition: all 0.4s;
  overflow: auto;
}
#menu-lang .lang {
  position: absolute;
  cursor: pointer;
  left: 15px;
  bottom: 20px;
  border-radius: 5px;
  border: 1px solid black;
  padding: 5px;
  font-size: 13px;
}
#menu-lang .lang .vi {
  width: 18px;
  height: 12px;
}
#menu-lang .header {
  width: 95px;
  height: 100%;
  position: fixed;
  background: #2AB6FF;
  top: 0;
  left: 0;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.001);
  transition: 0.3s;
}
#menu-lang .search {
  position: absolute;
  cursor: pointer;
  left: 15px;
  bottom: 70px;
  padding: 0 20px;
  font-size: 20px;
}
#menu-lang #logo {
  display: inline-block;
  margin-top: 15px;
  padding: 0 15px;
}
#menu-lang .open-nav {
  margin: auto;
  width: 32px;
  height: 20px;
  cursor: pointer;
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 35px;
}
#menu-lang .nav {
  margin-top: 100px;
  padding-left: 150px;
}
#menu-lang .nav ul {
  padding: 0;
  margin: 0;
  width: 300px;
}
#menu-lang .nav ul li {
  position: relative;
  list-style: none;
  font-size: 25px;
  font-family: "Monda-Bold";
  margin: 15px 0;
}
#menu-lang .nav ul li a {
  color: rgba(0, 0, 0, 0.5);
}
#menu-lang .nav ul li:hover > a {
  color: #2AB6FF;
}
#menu-lang .nav ul li:hover ul {
  display: block;
}
#menu-lang .nav ul li ul {
  display: none;
  position: absolute;
  left: 300px;
  width: 800px;
  top: 0;
}
#menu-lang .nav ul li ul li {
  width: auto;
  font-family: "Monda";
  text-transform: capitalize;
  font-size: 20px;
}

.scrollup {
  position: fixed;
  right: 2%;
  bottom: 5%;
  background-color: #2AB6FF;
  z-index: 99999 !important;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 10px;
}
.scrollup a {
  color: #fff;
  line-height: 40px;
  font-size: 25px;
  text-decoration: none;
  font-weight: 700;
}
.scrollup a:hover {
  background: #2AB6FF;
}

form.add p {
  margin: 5px 0;
  color: #333;
  font-weight: bold;
}
form.add .btn-success {
  margin-top: 20px;
}

.pagination {
  margin-top: 20px;
}
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination li {
  list-style: none;
  display: inline-block;
  border-radius: 0;
}
.pagination li a {
  padding: 10px 15px;
  color: black;
}
.pagination .active a {
  background-color: #2AB6FF !important;
  border-color: #2AB6FF !important;
  color: white;
}

.grid-item {
  width: 33.33%;
}

.grid-item-0 {
  width: 66.66%;
}

.grid-item-6 {
  width: 66.66%;
}

.grid {
  margin: 0 -7px;
}
.grid .grid-item {
  height: 200px;
  padding: 7px;
}
.grid .grid-item .item {
  height: 100%;
  position: relative;
}
.grid .grid-item .item .thumb {
  height: 100%;
}
.grid .grid-item .item .thumb img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid .grid-item .item .title {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
}
.grid .grid-item .item .title h3 {
  font-size: 25px;
}
.grid .grid-item .item .title a {
  color: white;
  font-weight: bold;
}

.product_user {
  border: 1px dotted #eaeaea;
  padding: 15px;
  margin: 10px 0;
}
.product_user .row {
  margin: 0 -7px;
}
.product_user .row [class*=col-] {
  padding: 0 7px;
}
.product_user h3 {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}
.product_user .avatar {
  text-align: center;
}
.product_user .avatar img {
  border-radius: 50%;
}
.product_user .hotline .btn-danger {
  background: #ffc000;
  text-align: center;
  color: white;
  display: block;
  border: 0;
  text-transform: uppercase;
  font-size: 14px;
  padding: 6px;
}

.error {
  padding: 50px 0;
}

article .sapo1 {
  background: #dee2e6;
  margin-bottom: 20px;
  /*border-radius: 20px;*/
  padding: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
}
article .sapo1 ul {
  margin: 10px 0;
  padding: 0;
}
article .sapo1 ul li {
  list-style: none;
  color: #333;
  margin: 5px 0;
  width: 50%;
  float: left;
}
article .sapo1 ul li i {
  color: #2AB6FF;
  margin-right: 10px;
}
article .ketnoi {
  text-align: center;
  margin: 0;
}
article .ketnoi a {
  background-color: #2AB6FF;
  display: inline-block;
  border-radius: 10px;
  width: 100px;
  padding: 10px;
  color: white !important;
  cursor: pointer;
}
article .modal ul li {
  width: 100%;
}
article .modal a {
  color: white !important;
}
article img {
  max-width: 100%;
  height: auto !important;
}
article figure {
  max-width: 100%;
  height: auto !important;
}
article table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
article iframe {
  max-width: 100%;
}
article table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
article table tbody tr:nth-child(odd) {
  background: #ccc;
}
article table tbody tr:nth-child(even) {
  background: #fff;
}
article table tr {
  border: 1px solid #e1e1e1;
}
article table tr td {
  border: 1px solid #e1e1e1;
  padding: 10px 5px 10px 10px;
}
article table tr th {
  border: 1px solid #e1e1e1;
  padding: 10px 5px;
  text-align: center;
}

.modal h5 {
  text-transform: uppercase;
  color: #2AB6FF;
  font-weight: bold;
}
.modal .btn {
  padding: 10px;
  width: 100%;
  display: inline-block;
  margin: 10px 0;
  text-transform: uppercase;
}
.modal .form-control {
  margin-bottom: 10px;
  color: #888888;
}
.modal .form-control:focus {
  border-color: #2AB6FF;
  outline: none;
  box-shadow: none;
}
.modal label {
  margin-bottom: 5px;
}
.modal .row {
  margin: 0 -5px;
}
.modal .row [class*=col-] {
  padding: 0 5px;
}
.modal .submit {
  padding: 10px;
  width: 150px;
  color: white;
  background: #2AB6FF;
  font-weight: bold;
  border-radius: 5px;
  border: 0;
}
.modal .social {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  color: white;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}
.modal .facebook {
  background: #3b5998;
}
.modal .google {
  background: #df4a32;
}
.modal .text-center {
  margin: 10px 0;
}
.modal .text-center p {
  margin: 5px 0;
}
.modal .text-center .dnbtn a {
  color: #2AB6FF;
}
.modal .text-center .qmk a {
  color: #333;
}

.profile {
  background: #f9fafc;
  padding: 20px 0;
}
.profile .sidebar {
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
  background: white;
}
.profile .sidebar h3 {
  color: #2AB6FF;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.profile .sidebar ul {
  padding: 0;
  margin: 0;
}
.profile .sidebar ul li {
  padding: 5px 0;
  list-style: none;
  color: black;
}
.profile .sidebar ul li a {
  color: black;
}
.profile .sidebar ul li a span {
  display: inline-block;
  height: 20px;
  width: 20px;
  font-size: 11px;
  color: white;
  background: red;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
}
.profile .sidebar ul li ul {
  padding-left: 20px;
}
.profile .sidebar ul li ul li {
  color: #333;
  padding: 2px 0;
}
.profile .sidebar ul li ul li a {
  color: #333;
}
.profile .content .heading h1 {
  color: #2AB6FF;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.profile .content label {
  margin-top: 10px;
  font-weight: bold;
}
.profile .content button {
  margin-top: 20px;
}
.profile .item {
  margin-bottom: 20px;
}
.profile .item .row {
  margin: 0 -10px;
}
.profile .item .row [class*=col-] {
  padding: 0 10px;
}
.profile .item img {
  border-radius: 5px;
}
.profile .item h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin: 0;
}
.profile .item h3 a {
  color: #333333;
}
.profile .item p {
  margin: 5px 0;
}
.profile .item .meta span {
  display: inline-block;
  margin: 0 10px;
}
.profile #category,
.profile #time {
  display: none;
}
.profile .thongbao th,
.profile .thongbao td {
  padding: 5px 0;
}
.profile .thongbao p {
  margin: 5px 0;
}
.profile .thongbao p b {
  font-size: 15px;
}
.profile .thongbao p span {
  font-size: 12px;
}

.label-success {
  padding: 5px 10px;
  background-color: green;
  border-radius: 5px;
  color: white;
  margin: 0;
  font-size: 13px;
}

.label-danger {
  padding: 5px 10px;
  background-color: red;
  border-radius: 5px;
  color: white;
  font-size: 13px;
  margin: 0;
}

.none {
  padding: 50px 0;
}
.none .export {
  margin-bottom: 20px;
}/*# sourceMappingURL=landing.css.map */