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

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
    padding: 0;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

/*navtab*/
#navforhome .nav-tabs {
  border-bottom: 1px solid #05459C;
}
#navforhome .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #05459C #05459C #fff;
  font-weight: 600;
}

/*end navtab*/
.frame-container {
  height: 500px;
}
.frame-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.info-lh .dbox .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #4f76dd;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 20px;
}
.info-lh .dbox .icon span {
  color: #fff;
  font-size: 24px;
}
.info-lh .dbox .text p {
  font-size: 1rem;
}

#footer {
  position: relative;
  top: 154px;
}

/*responsive*/
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    gap: 30px;
  }
  .frame-container, .info-lh {
    flex: unset;
    width: 100%;
    min-width: unset;
    height: 300px;
  }
}
