@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/mont/Montserrat-Medium.eot");
  src: url("../fonts/mont/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/mont/Montserrat-Medium.woff2") format("woff2"), url("../fonts/mont/Montserrat-Medium.woff") format("woff"), url("../fonts/mont/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/mont/Montserrat-Bold.eot");
  src: url("../fonts/mont/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/mont/Montserrat-Bold.woff2") format("woff2"), url("../fonts/mont/Montserrat-Bold.woff") format("woff"), url("../fonts/mont/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/mont/Montserrat-SemiBold.eot");
  src: url("../fonts/mont/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/mont/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/mont/Montserrat-SemiBold.woff") format("woff"), url("../fonts/mont/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/mont/Montserrat-Light.eot");
  src: url("../fonts/mont/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/mont/Montserrat-Light.woff2") format("woff2"), url("../fonts/mont/Montserrat-Light.woff") format("woff"), url("../fonts/mont/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/mont/Montserrat-Regular.eot");
  src: url("../fonts/mont/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/mont/Montserrat-Regular.woff2") format("woff2"), url("../fonts/mont/Montserrat-Regular.woff") format("woff"), url("../fonts/mont/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Bold.eot");
  src: url("../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Regular.eot");
  src: url("../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Light.eot");
  src: url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Medium.eot");
  src: url("../fonts/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

.mont {
  font-family: "Montserrat";
  font-weight: normal;
}

.mont-med {
  font-family: "Montserrat";
  font-weight: 500;
}

.mont-semi {
  font-family: "Montserrat";
  font-weight: 600;
}

.mont-bold {
  font-family: "Montserrat";
  font-weight: bold;
}

.mont-loght {
  font-family: "Montserrat";
  font-weight: 300;
}

.robo {
  font-family: "Roboto";
  font-weight: normal;
}

.robo-bold {
  font-family: "Roboto";
  font-weight: bold;
}

.robo-light {
  font-family: "Roboto";
  font-weight: 300;
}

.robo-med {
  font-family: "Roboto";
  font-weight: 500;
}

body {
  box-sizing: border-box;
  padding: 0 !important;
  font-size: 17px;
  line-height: 1.65;
  transition: .3s all;
  position: relative;
  font-weight: normal;
  overflow-x: hidden;
  color: #23282d;
  font-family: "Roboto";
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body label,
body ul,
body li,
body .card,
body a {
  text-decoration: none !important;
  transition: .3s all;
  margin-bottom: 0;
  outline: none !important;
}

body a {
  transition: .3s all;
}

body a:hover {
  transition: .3s all;
}

body ul {
  padding: 0;
  margin: 0;
}

body input,
body button {
  outline: none !important;
  box-shadow: none;
  transition: .3s all;
}

body .slick-slide {
  height: auto;
}

body .container {
  width: 100%;
  max-width: 1200px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-80 {
  padding-top: 30px;
}

.pb-80 {
  padding-bottom: 10px;
}

.pt-40 {
  padding-top: 5px;
}

.pb-40 {
  padding-bottom: 40px;
}

footer {
  padding: 15px 0;
  background: #f2f5f7;
}

footer ul li {
  list-style: none;
}

.ft-top {
  margin-bottom: 25px;
}

.ft-top ul li {
  margin-right: 0 !important;
  position: relative;
  padding-right: 10px;
}

.ft-top ul li:last-child,
.ft-top ul li:first-child {
  padding-right: 0;
}

.ft-top ul li:last-child:after,
.ft-top ul li:first-child:after {
  display: none;
}

.ft-top ul li:after {
  content: "|";
  position: absolute;
  right: 0;
  top: -1px;
}

.ft-top a {
  color: #0073aa;
}

.info-footer {
  font-size: 13px;
}

.info-footer ul li {
  padding: 2px 0;
}

.header-top {
  padding: 8px 0;
  background: #23282d;
}

.header-top ul li {
  padding-left: 10px;
}

.header-top ul li:first-child {
  padding-left: 0;
}

.header-top a {
  color: #fff;
}

.header-top a:hover {
  color: #0073aa;
}

.header-info {
  padding: 0px;
  background: white;
  color: #fff;
}

.header-info .item {
    display: inline-flex;
    width: 100%;
    height: 100%;
    position: relative;
    justify-content: center;
}

.header-info .item .icon {
  flex: 0 0 64px;
  margin-right: 15px;
}
.header-info .item .info {
  display: flex;
  align-items: center;
}
.header-info .item .info a {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #0073aa;
  color: #000;
}


.header-info .item-search:hover .box-search {
  transition: .3s all;
  opacity: 1;
  z-index: 10;
  visibility: visible;
}

.box-search {
  position: absolute;
  background: #0073aa;
  width: 765px;
  bottom: -10px;
  transition: .3s all;
  border: solid 2px;
  border-color: #3fbd2b;
}
@media screen and (max-width: 375px) {
.box-search {
  position: absolute;
  background: #0073aa;
  width: 300px;
  bottom: -6px;
  transition: .3s all;
}  
}

.box-search input {
  height: 40px;
  width: 100%;
  padding: 5px 0px 0px 120px;
  /*font-size: 14px;*/
  border: 0;
}

.box-search button {
  width: 90px;
  height: 40px;
  background: #3fbd2b;
  border: 1px solid #fff;
  color: #fff;
  position: absolute;
  cursor: pointer;
}

.box-search button:hover {
  background: #409502;
}

.content-quess {
  box-shadow: 0px 0px 13px 8px #f3f3f3;
}

.content-quess .title {
  padding: 0px;
}

.title .row {
  align-items: center;
}

.title h2 {
  border-bottom: 4px solid #0073aa;
  font-size: 40px;
  font-weight: bold;
  color: #0073aa;
  padding-bottom: 10px;
}
.content-quess-2 .title h2 {
  border: none;
  padding-bottom: 0;
}
.title a {
  display: block;
  height: 46px;
  line-height: 46px;
  /*width: 160px;*/
  border-radius: 5px;
  font-size: 17px;
  color: #fff;
}

.title a.recently {
  background: #0073aa;
}
.title a.recently.active {
  background: #0073aa;
}

.title a.recently:hover {
  background: #0073aa;
}
.title a.popular.active {
    background: #0073aa;
}
.title a.popular {
  background: #23282d;
}

.title a.popular:hover {
  background: #0073aa;
}

.list-quees .item {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  display: inline-flex;
  width: 100%;
}

.list-quees .item:last-child {
  border-bottom: 0;
}

.list-quees .item .icon {
  flex: 0 0 61px;
  margin-right: 15px;
}

.list-quees .item .info h3 a {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #0073aa;
}

.list-quees .item .info h3 a:hover {
  color: #0073aa;
}

.list-quees .item .info h4 {
  font-weight: bold;
  font-size: 20px;
  color: #0073aa;
  margin-bottom: 10px;
}

.list-quees .item .desc {
  margin-bottom: 10px;
}
.list-quees .item .desc * {
  color: #23282d !important;
  font-size: 18px !important;
}
.list-quees .item.item-anser {
  padding: 25px 0;
  border-bottom: 1px solid #ddd !important;
}
.list-quees .item .desc a, .list-quees .item .desc a * {
  color: #007bff !important;
}
.name-cate {
  padding: 5px 0 10px 0;
  display: flex;
}

.name-cate span {
  color: #0073aa;
  font-weight: bold;
}

.name-cate a {
  color: #0073aa;
}

.date-quess li {
  padding-right: 15px;
}

.date-quess li:last-child {
  padding-right: 0;
}

.date-quess img {
  vertical-align: inherit;
  margin-right: 6px;
  display: inline;
}

.pagination {
  width: 100%;
}

.pagination ul {
  width: 100%;
}

.pagination ul a {
  display: block;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  border: 1px solid #23282d;
  font-weight: bold;
  color: #23282d;
}

.pagination ul a i {
  font-size: 18px;
}

.pagination ul a.active {
  color: #fff;
  background: #0073aa;
  border: 1px solid #0073aa;
}

.pagination ul a:hover {
  color: #fff;
  background: #0073aa;
  border: 1px solid #0073aa;
}

#social-fixed li {
  list-style: none;
  margin-bottom: 12px;
}

#social-fixed li:last-child {
  margin-bottom: 0;
}

.side-bar .list-cate {
  box-shadow: 0px 0px 13px 8px #f3f3f3;
  padding: 25px 10px 30px 20px;
  margin-bottom: 40px;
}
.list-cate h4 {
    padding-bottom: 8px;
}
.list-cate h4 {
    background-color: #0073aa;
    color: white;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    font-size: 23px;
    margin-bottom: 10px;
}

.side-bar .list-cate a {
  font-size: 16px;
  font-weight: bold;
  color: #0073aa;
  display: block;
  padding: 3px 0 3px 18px;
  position: relative;
}

.side-bar .list-cate a:hover {
  color: #0073aa;
}

.side-bar .list-cate a:after {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #23282d;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 6px;
}

.side-bar .list-cate li {
  list-style: none;
}

.title-bar {
  font-size: 33px;
  font-weight: bold;
  color: #0073aa;
  margin-bottom: 10px;
}

.slick-arrow {
  background: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 20px);
}

.slick-arrow.prev {
  left: -60px;
}

.slick-arrow.next {
  right: -60px;
}

.slide-banner {
  padding: 170px 0;
  background-size: cover !important;
  position: relative;
}

.slide-banner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.slide-banner .title {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.slide-banner .title h2 {
  color: #fff;
  font-size: 50px;
}

.slide-banner .list-item {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  z-index: 2;
}

.slide-banner .list-item .item-slide {
  padding: 30px 35px;
}

.slide-banner .list-item .item {
  display: inline-flex;
  width: 100%;
  padding-bottom: 60px;
}

.slide-banner .list-item .item .icon {
  flex: 0 0 61px;
  margin-right: 15px;
}

.slide-banner .list-item .item h2 a {
  font-size: 24px;
  font-weight: bold;
  display: block;
  color: #0073aa;
}

.slide-banner .list-item .item h2 a:hover {
  color: #0073aa;
}

.slide-banner .list-item .item .name-cate {
  padding-bottom: 0;
}
#banner .item img {
	height: 80vh; 
	width: 100%;
	object-fit: cover
}
#quesstion {
  position: relative;
}

.max-content {
  max-width: 870px;
  margin: 0 auto;
}

.info-account {
  box-shadow: 0px 0px 13px 8px #f3f3f3;
  padding: 50px;
}

.title-acc {
  margin-bottom: 30px;
}

.title-acc h2 {
  font-size: 40px;
  font-weight: bold;
  color: #0073aa;
}

.title-acc p {
  color: #363636;
  padding: 10px;
}

.list-form .item {
  margin-bottom: 50px;
  position: relative;
}

.list-form .item:last-child {
  margin-bottom: 0;
}

.list-form .item .clc-edit {
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 2;
}

.list-form label {
  display: block;
  margin-bottom: 0;
}

.list-form input {
  width: 100%;
  font-weight: 500;
  color: #202022 !important;
  font-size: 18px;
  height: 50px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #e8e8e8;
}

.list-form input::placeholder {
  font-weight: normal;
}

.btn-submit button {
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  width: 200px;
  border-radius: 5px;
  border: 0;
  color: #fff;
  cursor: pointer;
}

.btn-submit button.btn-succ {
  background: #0073aa;
}

.btn-submit button.btn-succ:hover {
  background: #0073aa;
}

.btn-submit button.reset {
  background: #23282d;
}

.btn-submit button.reset:hover {
  background: #0073aa;
}

#breadcrumbs ul {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

#breadcrumbs ul a {
  color: #23282d;
}

#breadcrumbs ul a:hover {
  color: #0073aa;
}

#breadcrumbs ul li {
  position: relative;
  padding-right: 15px;
}

#breadcrumbs ul li:last-child {
  padding-right: 0;
}

#breadcrumbs ul li:last-child:after {
  display: none;
}

#breadcrumbs ul li:after {
  content: "\f101";
  font-family: "FontAwesome";
  position: absolute;
  right: -3px;
  font-size: 14px;
  top: 1px;
  color:#000;
}

.forgot {
  position: absolute;
  bottom: 14px;
  right: 0;
}

.forgot a {
  color: #23282d;
}

.list-choose-cate {
  padding: 25px 50px;
  box-shadow: 0px 0px 13px 8px #f3f3f3;
  margin-bottom: 30px;
}

.list-choose-cate .item {
  display: inline-flex;
  width: 100%;
  padding: 25px 0;
}

.list-choose-cate .item .avarta {
  flex: 0 0 80px;
  margin-right: 20px;
}

.list-choose-cate .item .info a {
  color: #0073aa;
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
  margin-top: -3px;
}

.list-choose-cate .item .info .desc {
  font-size: 14px;
}
.other-cate {
  padding-top: 10px !important;
}
.content-detail {
  padding: 0 40px 20px 40px;
}
.content-detail img {max-width: 100%}
.content-detail .title-detail h1 {
  font-weight: bold;
  color: #0073aa;
  font-size: 30px;
}

.content-detail .title-detail ul {
  padding: 5px 0 15px 0;
}

.content-detail .title-detail ul li {
  padding-right: 20px;
}

.content-detail .title-detail .date img {
  vertical-align: inherit;
  margin-right: 6px;
  display: inline;
}

.content-detail .btn-submit {
  padding-top: 20px;
}

.content-detail .btn-submit button {
  font-size: 17px;
  height: 45px;
  font-weight: normal;
}

.detail p {
  margin-bottom: 20px;

}
.detail p, .detail p *, .detail ul * {
  font-size: 18px !important;
  font-family: "Roboto" !important;
}
.detail ul {
  padding-left: 18px;
  margin-bottom: 15px;
}

.detail ul li {
  padding: 3px 0;
}

.baocao a {
  color: #0073aa;
}

.title-other {
  color: #0073aa;
  font-size: 32px;
  font-weight: bold;
}

.title-other span {
  font-size: 15px;
  font-weight: normal;
  color: #23282d;
}

.list-other-cate a {
  font-size: 16px;
  font-weight: bold;
  color: #0073aa;
  display: block;
  padding: 3px 0 3px 18px;
  position: relative;
}

.list-other-cate a:after {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #23282d;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 6px;
}

.list-other-cate a:hover {
  color: #0073aa;
}

.list-other-cate li {
  list-style: none;
}

.tab-taikhoan {
  box-shadow: 0px 0px 13px 8px #f3f3f3;
  padding: 40px;
}

.tab-taikhoan .title {
  margin-bottom: 20px;
}

.tab-taikhoan .title h2 {
  font-size: 50px;
}

.box-form {
  margin-bottom: 50px;
}

.box-form:last-child {
  margin-bottom: 0;
}

.box-form h4 {
  font-size: 26px;
  font-weight: bold;
  color: #0073aa;
  margin-bottom: 25px;
}

.box-form .btn-submit button {
  height: 45px;
  width: 160px;
  font-size: 17px;
  font-weight: normal;
}

.acc-tabs ul {
  border-bottom: 0;
  display: inline-block;
  width: 100%;
}

.acc-tabs ul a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #0073aa;
  padding: 13px 20px;
  position: relative;
  box-shadow: 0px 0px 13px 8px #f3f3f3;
  border-radius: 4px;
}

.acc-tabs ul a.active {
  color: #0073aa;
}

.acc-tabs ul a:hover {
  color: #0073aa;
}

.acc-tabs ul li {
  margin-bottom: 10px;
}

.acc-tabs ul li:last-child {
  margin-bottom: 0;
}

.box-thongke ul li {
  list-style: none;
  font-weight: bold;
  font-size: 18px;
  color: #202022;
  padding: 4px 0;
  display: inline-flex;
  width: 100%;
  align-items: center;
}

.box-thongke ul li span {
  color: #0073aa;
  font-size: 16px;
  flex: 0 0 115px;
}


/*# sourceMappingURL=style.css.map */
.list-choose-cate .item .info h2 {
    position: relative;
}

.list-choose-cate .item .info ul {
    background: #fff;
    position: absolute;
    width: 240px;
    padding: 10px 15px;
    left: 0;
    transition: .4s all;
    transform: scale(0);
    z-index: 1001;
    box-shadow: 0px 0px 8px 4px #f3f3f3;
}

.list-choose-cate .item .info ul li {
    list-style: none;
    padding: 10px 0;
}

.list-choose-cate .item .info ul a {
    font-size: 16px;
    /* color: #fff; */
    font-weight: 500;
    margin-bottom: 0;
}

.list-choose-cate .item .info h2:hover ul {
    transition: .4s all;
    transform: scale(1);
}
.right-title .nav-tabs {
    border-bottom: 0;
    position: relative;
    margin-top: 40px;
}
.right-title .nav-tabs:after {
    content: "";
    width: 100%;
    height: 4px;
    background: #0073aa;
    position: absolute;
    bottom: 0;
    left: 0;
}
.content-detail .title-detail h1 span {
    font-weight: normal;
    font-size: 17px;
    color: red;
  margin-left: 20px;
}
#breadcrumbs {
    background: #0073aa;
    color: #fff;
}

#breadcrumbs a {
    color: #000 !important;
}
.header-top .logo img {
    height: 60px;
}

.header-top .row {
    align-items: center;
}

.detail h2, .detail h3, .detail h4, .detail h5, .detail h6 {
    margin-bottom: 20px;
}

.detail p img {
    max-width: 100%;
    height: auto !important;
}
.list-quees .item p img {
    max-width: 100%;
    height: auto !important;
}

.list-quees .item p {
    margin-bottom: 10px;
}
.img-comment img {
  max-width: 100%;
}

.banner-item {
  position: relative;
}
.banner-item > a > img {
  height: auto;
  object-fit: cover;
  width: 100%;
}
.banner-text {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.heading-arial {
    color: #0073aa;
    font-weight: bold;
    font-style: italic;
    font-size: 130px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 40px;
}
.banner-text p {
    color: #fff;
    font-size: 24px;
}
.banner-text .under {
    width: 60px;
    height: 3px;
    background-color: #ffffff;
    margin-bottom: 30px;
}
.banner-text .btn-red {
    border: 1px solid #0073aa;
    border-radius: 5px;
    background-color: #0073aa;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    width: 184px;
    margin-bottom: 20px;
}
.banner-text .btn-red:hover {
  background-color: transparent;
  color: #0073aa;
}
.banner-text .btn-red i {
  margin-left: 15px;
}
.mgt-50 {
  margin-top: 50px;
}
.banner-slider .slick-arrow {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 45%;
    z-index: 2;
    transition: all 400ms;
}
.banner-slider .slick-arrow:hover {
  color: #0073aa;
}
.banner-slider .slick-arrow.prev {
    left: 60px;
}
.banner-slider .slick-arrow.next {
    right: 60px;
}

.header-bottom {
  background-color: #0073aa;
  padding: 10px 0;
}
.header-bottom ul li {
    padding-left: 10px;
	padding-right: 20px;
}
.header-top ul li:first-child {
    padding-left: 0;
}
.header-bottom a {
    color: #fff;
    font-weight: 700;
}

.mxh {
  text-align: right;
}
.mxh img {
  height: 30px;
  border-radius: 3px;
}
.mxh ul {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.mxh li {
  list-style: none;
}
.btn-mxh {
    border: 2px solid #fff;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 40px;
    width: 250px;
}
.header-top .btn-mxh:hover {
    color: #fff;
}

#breadcrumbs {
  margin-top: 15px;
}
#breadcrumbs.breadcrumbs-single {
  margin-top: 0;
}
.breadcrumbs-banner {
  position: relative;
  font-size: 28px;
  color: #fff;
}
.breadcrumbs-banner .content {
  max-width: 500px;
  width: 100%;
}
.btn-drop {
  cursor: pointer;
}
.drop-box {
  display: none;
}
.banner-text .under {
  display: none;
}
.list-other-cate {
  display: flex;
}
.list-other-cate ul {
  padding-right: 20px;
  width: 32%;
}
.list-other-cate ul:last-child {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .list-other-cate {
    flex-wrap: wrap;
  }
  .list-other-cate ul {
    width: 100%;
  }
  .side-bar {
    margin-top: 20px;
  }
  .pt-50 {
    padding-top: 30px;
  }
}
/*sửa 21/6*/
.cat-name-page h2{
    color: black;
    padding-top: 10px;
    padding-left: 10px;
}
.box-search button i.fa.fa-search {
    font-size: 28px;
    margin-top: 3px;
}
.box-search input::placeholder{
    font-size: 22px;
    color: black;
    font-weight: bold;
}
.header-info .col-md-7.col-sm-6.col-6 {
    padding-top: 8px;
    padding-bottom: 8px;
}
.item.itme-qs {
    background-color: #d5d5d5;
    border-radius: 8px;
}
li.ans-cmt {
    font-size: 15px;
}
li.item-breadc {
    display: inline-flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.icon-breadc {
    padding-left: 12px;
    font-size: 22px;
}
ul.list-inline.title-breadcrum {
    border-bottom: 4px solid #0073aa;
    padding: 8px 0px 5px 8px;
}
ul.list-inline.title-breadcrum li:nth-child(1) .icon-breadc {
    display: block !important;
}
a.tit-quest {
    padding: 0 0px 0px 8px;
    border-bottom: 4px solid #0073aa !important;
    font-size: 23px !important;
    color: black !important;
}
/*mobile*/
@media (max-width: 849px) {
    .header-info .item .info h4 {
    font-size: 15px;
}
.header-info .item .icon{
    margin-right: 0 !important;
}
.icon.ic-not img {
    width: 50px !important;
    margin-right: 5px;
}
.box-search {
    width: auto;
}
.text-right.menu-r li.list-inline-item:nth-child(1) {
    display: none;
}
.text-right.menu-r li.list-inline-item:nth-child(2) {
    display: none;
}
.box-search input {
    height: 32px;
    padding: 7px 0 0 83px;
}
.box-search button {
    height: 32px;
    width: 70px;
}
.box-search button i.fa.fa-search {
    font-size: 20px;
}
.menu-r {
        margin-right: 6%;
}
.menu-mobile .col-md-5.col-5.col-sm-5 {
    text-align: center;
}
.login-mb {
    display: inline-flex;
}
.login-mb .dk-mb {
    display: block;
    margin-right: 12px;
}
.login-mb .dk-mb a{
    color: white;
}
}
/* sửa havi*/
/*phân trang question*/
.pagination-cmt {
    margin-top: 20px;
}
.pagination-cmt li.page-link {
    border: 0;
	padding: 10px 0px 10px 0px;
}
.pagination-cmt li a {
    padding: .5rem .75rem;
    border: 1px solid #c9c9c9;
}
.pagination-cmt .disabled.page-link span {
    padding: .5rem .75rem;
    border: 1px solid #c9c9c9;
}
/*header top*/
.hd-box-search input {
    width: 88%;
    float: right;
    border: 1px solid white;
}
.hd-box-search button {
    background-color: white;
    width: 33px;
    height: 32px;
    border: 0px solid #fff;
    position: absolute;
}
/*header info*/
.banner-home img {
    width: 100%;
}
.header-info .container {
    padding: 0;
    max-width: fit-content;
}
/*header bottom*/
ul.menu-hd-bottom {
    display: flex;
    justify-content: space-around;
}
.nav-hd-bottom {
    display: flex;
    justify-content: space-between;
}
/*content trang chủ*/
.row-home .col-md-12 {
    background-color: #e1e1e1;
    margin-bottom: 20px;
	padding-left: 0;
    padding-right: 0;
	border-radius: 8px;
}
.row-icon-home {
    margin: 0;
    display: flex;
    align-items: center;
	margin-top: 18px;
}
.row-icon-home .tit-home {
    padding-left: 3%;
}
.row-home .list-choose-cate{
	box-shadow: none !important;
	margin-bottom: 0px;
}
.row-home .list-quees {
    background-color: white;
    border-radius: 8px;
    padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.row-home .list-choose-cate .item {
    padding: 10px 0;
}
.row-home .content-blocks-home {
	padding: 20px 50px 20px 50px;
}
.row-home .content-blocks-home p {
    padding-bottom: 10px;
	text-indent: 15px;
}
.row-home .content-blocks-home h3 {
    padding-bottom: 10px;
}
.row-home .list-choose-cate {
    padding: 10px 50px;
}

.row.row-home2 {
    background-color: #94bc25;
    padding-top: 15px;
    padding-bottom: 15px;
}
.row-home2 .content-anh-home{
	padding-left: 35px;
}
.row-home2 .title-content-home {
    color: white;
    padding-bottom: 15px;
}
.row-home2 .title-content-home h2{
	text-align: center;
	padding-bottom: 10px;
}
.row-home2 .title-content-home h3{
	padding-bottom: 10px;
	color: #3f48cc;
}
.row-home2 .title-content-home p{
	padding-bottom: 10px;
	text-indent: 10px;
}
.list-choose-cate .col-md-4 .info h2 a {
    font-size: 17px;
}
.list-choose-cate .sub-cate ul {
    border-radius: 8px;
}
.list-choose-cate .item .info ul li:hover{
	background-color: #0073aa;
	color: white;
	border-radius: 8px;
	padding-left: 8px;
}
.list-choose-cate .item .info ul li:hover a{color: white;}
.list-choose-cate .item .avarta img.img-fluid {
    height: 57px;
}
.list-choose-cate .item .info i.fa.fa-arrow-circle-down {
    color: #0073aa;
    font-size: 25px;
}
.anh-home img {
    width: 100%;
    height: 100%;
}
/*footer*/
.row-ft .content-number-home{
	padding: 15px;
	text-align: center;
}
.row-ft .content-number-home .row {
    justify-content: center;
}
.row-ft .content-number-home .col-md-2 {
    background-color: white;
    margin: 10px;
    border-radius: 8px;
    padding: 15px 0px 15px 0px;
}