﻿@charset "UTF-8";
@import url("/assets/fonts/roboto/font-roboto.css");
@import url("/assets/fonts/roboto/font-roboto.css");
@media only screen and (min-width: 1200px) {
  .container {
    min-width: 80%; } }

/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình ipad hiển thị theo chiều ngang (Landscape)****/
/****Màn hình desktop loại bé****/
/****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é****/
/*@mixin mobile {
    @media(max-width: 767px) {
        @content
    }
}


@mixin ipad {
    @media(min-width: 768px) and (max-width:1024px) {
        @content
    }
}
@mixin tablet {
    @media only screen and (max-width: 1200px) {
        @content
    }
}

@mixin ipad {
    @media only screen and (max-width:1024px) {
        @content
    }
}

@mixin ipad-port {
    @media only screen and (max-width:992px) {
        @content
    }
}

@mixin mobile {
    @media only screen and (max-width:769px) {
        @content
    }
}

@mixin ipadSmPort {
    @media only screen and (max-width:600px) {
        @content
    }
}

@mixin mobile-small {
    @media only screen and (max-width: 577px) {
        @content
    }
}

@mixin iphonePlus {
    @media only screen and (max-width: 415px) {
        @content
    }
}

@mixin iphone {
    @media only screen and (max-width: 376px) {
        @content
    }
}

@mixin mobileSm {
    @media only screen and (max-width: 376px) {
        @content
    }
}

@mixin onlyTablet {
    @media (min-width: 1025px) and (max-width: 1200px) {
        @content
    }
}

@mixin onlyIpad {
    @media (min-width: 992px) and (max-width:1024px) {
        @content
    }
}

@mixin onlyIpad-port {
    @media (min-width: 769px) and (max-width:992px) {
        @content
    }
}

@mixin onlyMobile {
    @media (min-width: 577px) and (max-width:769px) {
        @content
    }
}

@mixin onlyMobile-small {
    @media (max-width: 577px) {
        @content
    }
}
@mixin mobile {
    @media (max-width: 600px) {
        @content;
    }
}



@mixin desktop {
    @media (min-width:768px) and (max-width: 1024px) {
        @content;
    }
}

@mixin desktop-up {
    @media (min-width: 1800px) {
        @content;
    }
}*/
ul, li {
  list-style: none; }

body {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px; }

p {
  margin: 0 auto; }

a:hover {
  text-decoration: none; }

/****TRANG HỎI ĐÁP*****/
#header .header-top {
  top: 0; }

#pHoiDap {
  background: white; }
  #pHoiDap .HoiDap {
    padding-top: 50px; }

.box-filter {
  padding-top: 50px;
  padding-bottom: 20px; }
  .box-filter .input-right-button {
    display: flex;
    margin-left: 10px; }
    .box-filter .input-right-button .dropdown #dropdownMenuButton {
      width: 400px; }
    .box-filter .input-right-button #doSearch {
      display: block;
      width: 100%;
      height: calc(1.5em + .75rem + 2px);
      padding: .375rem .75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: white;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: .25rem;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      margin-left: 10px;
      background-color: #3aafa9; }
      .box-filter .input-right-button #doSearch:hover {
        color: black;
        background-color: #2f8c87; }

/****** LEFT ******/
.title {
  padding: 10px 0; }
  .title h4 {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #3aafa9; }
    .title h4:after {
      position: absolute;
      content: "";
      display: block;
      background-color: #3aafa9;
      bottom: -5px;
      left: 0;
      width: 100%;
      height: 3px; }
    .title h4 i {
      margin-right: 10px; }

#formHoiDap, #formSearch {
  text-align: right;
  margin-bottom: 15px;
  padding: 20px;
  background-image: linear-gradient(#e0f3f2, #beedea);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 95%;
  border-radius: 5px; }
  #formHoiDap .form-group, #formSearch .form-group {
    display: flex;
    flex-wrap: wrap; }
    #formHoiDap .form-group label, #formSearch .form-group label {
      font-size: 15px;
      font-weight: 600;
      text-align: left;
      width: 82px; }
    #formHoiDap .form-group .myinput, #formSearch .form-group .myinput {
      flex-grow: 1; }
    #formHoiDap .form-group input, #formHoiDap .form-group textarea, #formSearch .form-group input, #formSearch .form-group textarea {
      margin-bottom: 5px;
      width: 100%; }
      #formHoiDap .form-group input:focus, #formHoiDap .form-group textarea:focus, #formSearch .form-group input:focus, #formSearch .form-group textarea:focus {
        border-color: #3aafa9;
        box-shadow: 0 0 0 2px rgba(58, 175, 169, 0.3) !important; }
    #formHoiDap .form-group textarea, #formSearch .form-group textarea {
      min-height: 170px; }
    #formHoiDap .form-group ::placeholder, #formSearch .form-group ::placeholder {
      color: #afadad;
      font-size: 14px; }
  #formHoiDap button, #formSearch button {
    padding: 7px 12px;
    background-color: #3aafa9;
    color: #fff;
    border: none;
    font-size: 16px;
    border: 1px solid #3aafa9;
    transition: all 0.5s ease-in;
    border-radius: 5px; }
    #formHoiDap button:hover, #formHoiDap button:focus, #formSearch button:hover, #formSearch button:focus {
      outline: none;
      background-color: #fff;
      color: #3aafa9;
      transition: all 0.5s ease-out; }

#formSearch .form-group textarea {
  min-height: 25px; }

/****** RIGHT ******/
.title-right {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 10px 0px; }
  .title-right .search {
    width: 50%;
    margin: 0; }

.content {
  background-color: white;
  /*position: relative;
    z-index: 9;*/
  padding-top: 30px;
  padding-top: 15px;
  width: 100%;
  padding-bottom: 65px;
  border-radius: 5px; }
  .content #title-lstcauhoi {
    font-size: 22px;
    font-weight: 600; }
  .content #hoidap {
    margin-bottom: 0;
    /*height: calc(100vh - 75px);*/
    height: auto;
    min-height: 500px !important;
    padding-right: 10px;
    position: relative;
    padding-left: 0px; }
    .content #hoidap li {
      padding: 10px 0;
      text-align: justify;
      cursor: pointer;
      position: relative;
      /*&:after {
                position: absolute;
                content: "";
                left: 25%;
                bottom: 0;
                width: 50%;
                height: 2px;
                display: block;
                background-color: #3aafa9;
            }*/ }
      .content #hoidap li a {
        color: #000;
        font-size: 18px; }
        .content #hoidap li a:hover {
          color: #657FAD; }
        .content #hoidap li a i {
          margin-right: 15px;
          color: #657FAD; }
      .content #hoidap li p.traloi {
        font-size: 15px;
        font-weight: 600; }
      .content #hoidap li p {
        line-height: 26px;
        font-size: 15px;
        background: #f7f7f7;
        padding: 10px 28px; }

.phantrang .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px; }
  .phantrang .pagination li {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #dadada;
    border-radius: 50%;
    margin: 0 4px; }
    .phantrang .pagination li:hover, .phantrang .pagination li.active {
      background-color: #3aafa9;
      border-color: #3aafa9;
      color: white;
      cursor: pointer; }
    .phantrang .pagination li.disabled {
      cursor: unset;
      background-color: unset;
      border-color: #dadada;
      color: inherit; }

#cbo-mt {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

/****SEARCH*****/
.search {
  width: 100%;
  position: relative;
  display: flex;
  margin: 15px 0; }

.searchInput {
  width: 100%;
  border: 3px solid #e8e8e8;
  border-right: none;
  padding: 5px;
  height: 40px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: black; }

.searchInput:focus {
  color: black; }

.searchBTN {
  width: 80px;
  height: 40px;
  border: 1px solid #e8e8e8;
  background: #e8e8e8;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px; }
  .searchBTN i {
    color: #657FAD; }

.sendButton {
  width: 100%;
  height: 40px;
  border: 1px solid #C8D3E6;
  background: #C8D3E6;
  text-align: center;
  color: #002566;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600; }
  .sendButton p {
    margin: auto;
    padding: 4px; }

/*Resize the wrap to see the search bar change!*/
.wrap {
  width: 105%;
  /*position: absolute;
    top: 50px;
    left: 156px;
    transform: translate(-50%, -50%);*/
  margin-left: -17px;
  margin-top: 17px; }

.noidung {
  padding-top: 25px;
  width: 100%;
  display: flex;
  float: none; }
  .noidung .RIGHT {
    float: none; }

.GuiCauHoi {
  padding-top: 35px; }

body {
  background-color: #f0f0f0 !important; }

#todo-list {
  width: 95%;
  /*margin: 0 auto 50px auto;*/
  padding: 25px;
  background: white;
  position: relative;
  /*box-shadow*/
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  /*border-radius*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

#todo-list:before {
  content: "";
  position: absolute;
  z-index: -1;
  /*box-shadow*/
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  /*border-radius*/
  -webkit-border-radius: 100px / 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px; }

.todo-wrap {
  display: block;
  position: relative;
  padding-left: 35px;
  /*box-shadow*/
  -webkit-box-shadow: 0 2px 0 -1px #ebebeb;
  -moz-box-shadow: 0 2px 0 -1px #ebebeb;
  box-shadow: 0 2px 0 -1px #ebebeb; }

.todo-wrap:last-of-type {
  /*box-shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

input[type="checkbox"] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  top: -600px; }

.todo {
  display: inline-block;
  font-weight: 200;
  padding: 10px 5px;
  height: 37px;
  position: relative; }

.todo:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  height: 18px;
  width: 18px;
  top: 9px;
  left: -25px;
  /*box-shadow*/
  -webkit-box-shadow: inset 0 0 0 2px #d8d8d8;
  -moz-box-shadow: inset 0 0 0 2px #d8d8d8;
  box-shadow: inset 0 0 0 2px #d8d8d8;
  /*transition*/
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  /*border-radius*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.todo:hover:after {
  /*box-shadow*/
  -webkit-box-shadow: inset 0 0 0 2px #949494;
  -moz-box-shadow: inset 0 0 0 2px #949494;
  box-shadow: inset 0 0 0 2px #949494; }

.todo .fa-check {
  position: absolute;
  z-index: 1;
  left: -31px;
  top: 0;
  font-size: 1px;
  line-height: 36px;
  width: 36px;
  height: 36px;
  text-align: center;
  color: transparent;
  text-shadow: 1px 1px 0 white, -1px -1px 0 white; }

:checked + .todo {
  color: #717171; }

:checked + .todo:before {
  width: 100%; }

:checked + .todo:after {
  /*box-shadow*/
  -webkit-box-shadow: inset 0 0 0 2px #0eb0b7;
  -moz-box-shadow: inset 0 0 0 2px #0eb0b7;
  box-shadow: inset 0 0 0 2px #0eb0b7; }

:checked + .todo .fa-check {
  font-size: 20px;
  line-height: 35px;
  color: #0eb0b7; }

/* Delete Items */
.todo-wrap:hover {
  opacity: 1; }

a:hover {
  text-decoration: none !important; }

#ccdl {
  padding: 50px 0;
  text-transform: uppercase;
  font-weight: 500; }
  #ccdl .wrap {
    width: fit-content;
    margin-bottom: 5px;
    display: flex;
    padding: 15px;
    padding-right: 45px;
    border: 1px solid #F4F7F5;
    border-radius: 10px;
    background-color: #F4F7F5;
    color: #657FAD;
    cursor: pointer; }
    #ccdl .wrap i {
      font-size: 18px;
      margin: auto 30px;
      margin-left: 30px; }
    #ccdl .wrap p {
      font-size: 18px;
      margin: unset; }
  #ccdl .wrap:hover {
    color: #002566; }

@media only screen and (max-width: 769px) {
  #todo-list, #formHoiDap {
    width: 100%; } }
