* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  font-family: "Montserrat", "Roboo";
}

img {
  border-width: 0px;
  border-style: none;
}

header nav {
  background-color: rgb(0, 0, 0);
  height: 83px;
}
@media only screen and (max-width: 480px) {
  header nav {
    height: auto;
  }
}
header nav ul li {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 20px;
}
header nav ul li a {
  color: #fff;
}
header nav ul li img.logo {
  width: 108px;
  height: 108px;
}

.ctax-title img {
  max-width: 40px !important;
}
.ctax-title h3, .ctax-title .title-text {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 35px;
  color: rgb(2, 50, 32);
  padding-bottom: 20px;
  position: relative;
  padding-top: 20px;
}

.block-edit-link {
  display: none !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.show {
  top: 100px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.show li a {
  color: rgb(0, 0, 0) !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.show li:hover a {
  background: rgb(0, 0, 0);
  color: #fff !important;
}

.navbar-expand-lg .navbar-nav .dropdown-divider {
  border-top: 1px solid rgb(0, 0, 0);
  width: 100%;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  top: 100px;
}

.navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu li a {
  color: rgb(0, 0, 0) !important;
}

.navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu li:hover a {
  background: rgb(0, 0, 0);
  color: #fff !important;
}

#ctax-banner {
  background-image: url("../images/Mask_Group_1.png");
  background-size: cover;
  min-height: 700px;
  background-color: transparent !important;
  position: relative;
}
@media only screen and (max-width: 480px) {
  #ctax-banner {
    align-items: center;
    min-height: 350px;
  }
}
@media only screen and (max-width: 860px) {
  #ctax-banner {
    align-items: center;
    min-height: 500px;
  }
}
#ctax-banner .content_banner {
  opacity: 1;
  color: #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
}
#ctax-banner .content_banner .content_banner_left h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
}
#ctax-banner .content_banner .content_banner_left h3 {
  color: #fff;
}
#ctax-banner .content_banner .content_banner_left button {
  background-color: rgb(0, 0, 0);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
@media only screen and (max-width: 480px) {
  #ctax-banner .content_banner .content_banner_left h1 {
    font-size: 30px;
  }
  #ctax-banner .content_banner .content_banner_left h3 {
    font-size: 20px;
    color: rgb(0, 0, 0);
  }
}
#ctax-banner .content_banner .content_banner_right .img-wrapper {
  overflow: hidden;
}
@media only screen and (max-width: 860px) {
  #ctax-banner .content_banner .content_banner_right .img-wrapper {
    max-height: 500px;
  }
}
#ctax-banner .content_banner .content_banner_right img {
  width: 80%;
  height: auto;
  border-width: 0px !important;
}
@media only screen and (max-width: 860px) {
  #ctax-banner .content_banner .content_banner_right img {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #ctax-banner .content_banner .content_banner_right {
    display: none;
  }
}

.section_1 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 480px) {
  .section_1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.section_1 .section_1_content .col:hover {
  cursor: pointer;
}
.section_1 .section_1_content .col .card {
  transition: all 0.3s ease-in-out;
}
.section_1 .section_1_content .col .card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.section_1 .section_1_header img {
  width: 33px;
  height: 33px;
  margin-right: 10px;
}
.section_1 .section_1_header h3 {
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  color: rgb(2, 50, 32);
}
.section_1 .section_1_header p {
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: rgb(0, 0, 0);
  padding-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .section_1 .section_1_header h3 {
    font-size: 20px;
  }
  .section_1 .section_1_header p {
    font-size: 14px;
  }
}
.section_1 .section_1_content {
  /*position: relative;*/
}
.section_1 .section_1_content .card_custom {
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px, rgba(0, 0, 0, 0.23) 0 3px 6px;
  border-bottom: 10px rgb(2, 50, 32) solid;
  height: 340px;
  position: relative;
}
.section_1 .section_1_content .card_custom img {
  width: 100px;
  height: 100px;
}
.section_1 .section_1_content .card_custom .card_body_custom {
  /*padding-bottom: 70px;*/
}
.section_1 .section_1_content .card_custom .card_body_custom h5 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: rgb(2, 50, 32);
}
.section_1 .section_1_content .card_custom .card_body_custom p {
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: rgb(0, 0, 0);
  line-height: 25px;
  padding-top: 10px;
}
.section_1 .section_1_content .card_custom .card_footer_custom {
  border: none;
  background: none;
  padding: 20px;
  position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.section_1 .section_1_content .card_custom .card_footer_custom button {
  padding: 0;
  border-bottom: 1px #333 solid;
}

.section_2 {
  padding-bottom: 70px;
}
.section_2 .section_content {
  align-items: center;
}
.section_2 .section_content .section_content_left img {
  width: 33px;
  height: 33px;
}
.section_2 .section_content .section_content_left h3 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 35px;
  color: rgb(2, 50, 32);
  padding-bottom: 20px;
  position: relative;
  padding-top: 30px;
}
.section_2 .section_content .section_content_left h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 290px;
  height: 4px;
  background-color: rgb(2, 50, 32);
}
@media only screen and (max-width: 480px) {
  .section_2 .section_content .section_content_left h3::after {
    width: 200px;
  }
}
.section_2 .section_content .section_content_left p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: rgb(0, 0, 0);
  padding-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .section_2 .section_content .section_content_left h3 {
    font-size: 20px;
  }
  .section_2 .section_content .section_content_left p {
    font-size: 14px;
  }
}
.section_2 .section_content .section_content_right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  top: -100px;
}
@media only screen and (max-width: 480px), (max-width: 860px) {
  .section_2 .section_content .section_content_right {
    grid-template-columns: auto;
    position: relative;
    top: 0px;
  }
}
.section_2 .section_content .section_content_right .card_custom {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px, rgba(0, 0, 0, 0.23) 0 3px 6px;
  margin: 1rem;
  text-align: center;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.section_2 .section_content .section_content_right .card_custom:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.section_2 .section_content .section_content_right .card_custom .image {
  padding-top: 20px;
  text-align: center;
}
.section_2 .section_content .section_content_right .card_custom .image svg {
  width: 31.77px;
  height: 33.117px;
  overflow: visible;
}
.section_2 .section_content .section_content_right .card_custom h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: rgb(2, 50, 32);
}
.section_2 .section_content .section_content_right .card_custom p {
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: rgb(0, 0, 0);
  line-height: 18px;
  padding-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .section_2 .section_content .section_content_right .card_custom:nth-child(1) {
    grid-area: 4/1/8/auto;
  }
  .section_2 .section_content .section_content_right .card_custom:nth-child(2) {
    grid-area: 2/2/6/auto;
  }
  .section_2 .section_content .section_content_right .card_custom:nth-child(3) {
    grid-area: 6/2/10/auto;
  }
  .section_2 .section_content .section_content_right .card_custom:nth-child(4) {
    grid-area: 4/3/8/auto;
  }
}

.section_3 {
  padding-bottom: 150px;
  background-color: rgb(230, 230, 230);
  padding-top: 50px;
  padding-bottom: 70px;
}
.section_3 .section_content .section_content_left h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  color: rgb(0, 0, 0);
  position: relative;
}
.section_3 .section_content .section_content_left h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  color: rgb(2, 50, 32);
}
.section_3 .section_content .section_content_left p {
  text-align: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  font-size: 16px;
  color: rgb(0, 0, 0);
}
@media only screen and (max-width: 480px) {
  .section_3 .section_content .section_content_left h3 {
    font-size: 30px;
  }
  .section_3 .section_content .section_content_left h1 {
    font-size: 40px;
  }
  .section_3 .section_content .section_content_left p {
    padding-bottom: 20px;
  }
}
.section_3 .section_content .section_content_right .card_custom {
  width: 260px;
  min-height: 370px;
}
.section_3 .section_content .section_content_right .card_custom .image {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.section_3 .section_content .section_content_right .card_custom .image img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}
.section_3 .section_content .section_content_right .card_custom .card_body_custom .info {
  margin: 0 auto;
  text-align: center;
}
.section_3 .section_content .section_content_right .card_custom .card_body_custom .info h3 {
  font-size: 16px;
  font-weight: bold;
}
.section_3 .section_content .section_content_right .card_custom .card_body_custom .info p {
  font-size: 13px;
  line-height: 18px;
  font-style: normal;
  font-weight: 500;
}
.section_3 .section_content .section_content_right .card_custom .card_body_custom h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: rgb(242, 193, 0);
}
.section_3 .section_content .section_content_right .card_custom .card_body_custom p {
  font-size: 14px;
  color: rgb(0, 0, 0);
  line-height: 18px;
  padding-top: 10px;
}

.section_4 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 480px) {
  .section_4 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.section_4 .section_content .section_content_header {
  display: flex;
  align-items: center;
}
.section_4 .section_content .section_content_header img {
  width: 33px;
  height: 33px;
}
.section_4 .section_content .section_content_header h3 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 35px;
  color: rgb(242, 193, 0);
  padding-bottom: 20px;
  position: relative;
  padding-top: 20px;
}
.section_4 .section_content .section_content_header h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 290px;
  height: 4px;
  background-color: rgb(242, 193, 0);
}
@media only screen and (max-width: 480px) {
  .section_4 .section_content .section_content_header h3 {
    font-size: 20px;
  }
  .section_4 .section_content .section_content_header h3::after {
    width: 200px;
  }
}
.section_4 .section_content .section_content_main .card-img {
  overflow: hidden;
  max-height: 370px;
}
.section_4 .section_content .section_content_main .card-img img {
  width: 100%;
}
.section_4 .section_content .section_content_main .card_custom {
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px, rgba(0, 0, 0, 0.23) 0 3px 6px;
}
.section_4 .section_content .section_content_main .card_body_custom h5 {
  font-weight: 16px;
  font-weight: bold;
}
.section_4 .section_content .section_content_main .card_body_custom p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: rgb(0, 0, 0);
  line-height: 18px;
}

.section_5 {
  background: #000;
  padding-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .section_5 {
    padding-top: 20px;
    padding-bottom: 70px;
  }
}
.section_5 .section_content .section_content_header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section_5 .section_content .section_content_header::after {
  content: "";
  position: absolute;
  left: 24%;
  top: 50%;
  width: 200px;
  height: 4px;
  background-color: rgb(242, 193, 0);
}
.section_5 .section_content .section_content_header::before {
  content: "";
  position: absolute;
  right: 25%;
  top: 50%;
  width: 200px;
  height: 4px;
  background-color: rgb(242, 193, 0);
}
@media only screen and (max-width: 480px) {
  .section_5 .section_content .section_content_header::after {
    left: 4%;
    width: 50px;
  }
  .section_5 .section_content .section_content_header::before {
    right: 5%;
    width: 50px;
  }
}
.section_5 .section_content .section_content_header img {
  width: 33px;
  height: 33px;
}
.section_5 .section_content .section_content_header h3 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 35px;
  color: rgb(242, 193, 0);
  padding: 20px;
  position: relative;
  text-align: center;
}
.section_5 .section_content .section_content_main .card_custom {
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px, rgba(0, 0, 0, 0.23) 0 3px 6px;
}
.section_5 .section_content .section_content_main .card_custom .card_body_custom button {
  background-color: rgb(0, 0, 0);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
.section_5 #section-taichinh {
  background-image: url("../images/bg-finance.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}
.section_5 #section-baohiem {
  background-image: url("../images/bg-ins.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}
.section_5 #section-baohiem h3 {
  color: #fff;
}
.section_5 .section_6 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .section_5 .section_6 {
    padding-bottom: 70px;
  }
}

footer {
  background-color: rgb(0, 0, 0);
  color: #fff;
}
footer h3 {
  font-size: 16px;
  color: rgb(242, 193, 0);
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  align-self: end;
}
footer ul li {
  line-height: 40px;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
}
footer ul li input {
  background: rgb(0, 0, 0);
}
footer ul li button {
  background-color: #fff;
  color: rgb(0, 0, 0);
}

.slick-prev:before,
.slick-next:before {
  color: rgb(0, 0, 0) !important;
  padding: 5px;
}

.slick-list {
  padding: 0 20% 0 0 !important;
}

#section-thue h3 {
  color: #fff;
}
#section-thue .slick-prev:before,
#section-thue .slick-next:before {
  color: #fff !important;
  padding: 5px;
}

/*# sourceMappingURL=style.css.map */
