/*
Theme Name: C16WE1225
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.4
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.ttd-text-box p {
  margin-bottom: 5px;
}

.contact-sub-heading p {
  margin-bottom: 10px;
}

.contact-map p {
  margin: 0;
  padding: 0;
}
.contact-map iframe {
  margin: 0;
  padding: 0;
}

.wpcf7 form {
  background: #FFF;
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #F1F1F1;
  box-shadow: 0 0 5px rgba(198, 198, 198, 0.3);
}
.wpcf7 form .wpcf7-form-control-wrap input[type=text],
.wpcf7 form .wpcf7-form-control-wrap input[type=tel],
.wpcf7 form .wpcf7-form-control-wrap input[type=email] {
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  box-shadow: none;
  margin-bottom: 5px;
  background: none;
  margin-top: 5px;
}
.wpcf7 form .wpcf7-form-control-wrap textarea {
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  box-shadow: none;
  background: none;
  margin-top: 5px;
}
.wpcf7 form input[type=submit] {
  margin: 0;
  min-width: 150px;
  border-radius: 5px;
  background: #0072bb;
}

.page-heading {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 15px;
}
.page-heading h1, .page-heading h2, .page-heading h3 {
  font-size: 2em;
  color: #0072bb;
  margin-bottom: 0;
}
.page-heading:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  height: 2px;
  width: 90px;
  background: #0072bb;
}
.page-heading:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #FFF;
  background-image: url("assets/images/icon-law.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  border-radius: 50%;
  border: 2px solid #0072bb;
}

.ttd-breadcrumb-wrapper {
  background: #00aeef;
  color: #FFF;
  padding: 10px 0;
}
.ttd-breadcrumb-wrapper a {
  color: #FFF;
  font-weight: bold;
}
.ttd-breadcrumb-wrapper p {
  margin-bottom: 0;
}

header .nav-dropdown {
  min-width: 300px;
  width: fit-content;
}
header .nav-dropdown a {
  text-transform: uppercase;
}
header .header-icon-item {
  font-weight: normal;
  padding-left: 55px;
  max-width: 400px;
}
header .header-icon-item strong {
  display: block;
}
header .header-icon-item.icon-hotline {
  margin-right: 30px;
  background: url("assets/images/i-phone.png");
  background-size: 40px;
  background-position-y: center;
  background-repeat: no-repeat;
}
header .header-icon-item.icon-hotline p {
  color: #cf1820;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: bold;
}
header .header-icon-item.icon-address {
  background: url("assets/images/i-map.png");
  background-size: 40px;
  background-position-y: center;
  background-repeat: no-repeat;
}
header .header-icon-item.icon-address p {
  line-height: 1.2;
}
header .header-bottom {
  border-bottom: 4px solid orange;
}
header .social-icons a {
  background: #FFF;
  border-radius: 50%;
  color: #cf1820;
  aspect-ratio: 1/1;
  width: 24px;
  height: 24px;
  display: inline-block;
  transition: 0.6s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
header .social-icons a:hover {
  opacity: 1 !important;
  background: #d0dc44;
}
.nav-dropdown {
  border: 1px solid #ddd;
  padding: 0;
}
.nav-dropdown > li.nav-dropdown-col {
  display: block;
  width: 100%;
  border-right: 0;
}
.nav-dropdown li a {
  font-weight: 500 !important;
  text-transform: none !important;
  font-size: 15px;
}
.nav-dropdown .nav-dropdown-col > a {
  font-weight: 500 !important;
  text-transform: none !important;
  font-size: 15px;
}
.nav-dropdown .nav-dropdown-col > ul {
  margin-top: -40px;
  box-shadow: 2px 2px 5px #828282;
  display: none;
  position: absolute;
  left: 100%;
  z-index: 9;
  background: white;
  min-width: 240px;
}
.nav-dropdown .nav-dropdown-col > ul li a {
  padding: 10px;
  text-transform: none;
  color: black;
}
.nav-dropdown .nav-dropdown-col > ul li:hover > a {
  color: #db0000;
}

.nav-dropdown-default > li > a {
  border-bottom: 0 !important;
}
.nav-dropdown-default > li:hover {
  background: #fbae3c;
}
.nav-dropdown-default > li:hover > a {
  color: white;
}

.nav-dropdown-has-arrow li.has-dropdown:before {
  border-width: 10px;
  margin-left: -10px;
}

.header-nav li.nav-dropdown-col:hover > ul {
  display: block !important;
}

.row-mega-menu .col {
  padding-bottom: 10px;
}
.row-mega-menu strong {
  margin-bottom: 5px;
  display: block;
}
.row-mega-menu a {
  color: #000;
}

footer .ft-heading {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 1px solid #FFF;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
@media (max-width: 575px) {
  footer .ft-copyright {
    padding: 0 15px;
  }
}
footer .ft-tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  list-style: none;
  font-size: 9.3px;
}
footer .ft-tags ul li {
  margin: 0;
  padding: 0;
}
footer .ft-tags ul li h4 {
  margin: 0;
}
footer .ft-tags ul li a {
  border: 1px solid #FFF;
  display: inline-block;
  padding: 5px;
  line-height: 1.2;
  border-radius: 2px;
  transition: 0.6s ease;
}
footer .ft-tags ul li a:hover {
  border-color: #cf1820;
  background: #cf1820;
}
@media (max-width: 575px) {
  footer .ft-tags {
    padding: 15px;
  }
}

#button-contact-vr {
  z-index: 1000 !important;
}

body.archive .page-title {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 15px;
}
body.archive .page-title span {
  font-size: 2em;
  color: #0072bb;
  font-weight: bold;
}
body.archive .page-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  height: 2px;
  width: 90px;
  background: #0072bb;
}
body.archive .page-title:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #FFF;
  background-image: url("assets/images/icon-law.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  border-radius: 50%;
  border: 2px solid #0072bb;
}
body.archive .box.box-blog-post {
  border: 1px solid #F1F1F1;
}
body.archive .box.box-blog-post .box-text {
  padding: 10px;
}
body.archive .box.box-blog-post .box-text .is-divider {
  display: none;
}

@media (max-width: 575px) {
  body.home .m-swiper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: 12px;
  }
  body.home .m-swiper::-webkit-scrollbar {
    display: none;
  }
  body.home .m-swiper > .col {
    width: 75%;
    min-width: 75%;
    flex: 0 0 75%;
    scroll-snap-align: start;
    white-space: normal;
  }
  body.home .m-swiper > .col .icon-box {
    border: 1px solid #F1F1F1;
    border-radius: 10px;
  }
  body.home .m-swiper > .col .text {
    white-space: normal;
  }
  body.home .m-swiper > .col .box {
    white-space: normal;
  }
}
body.home .box.box-blog-post .box-text {
  padding: 15px;
  background: #f2f5f8;
  transition: 0.6s ease;
}
body.home .box.box-blog-post .box-text .is-divider {
  display: none;
}
body.home .box.box-blog-post .box-text .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
body.home .box.box-blog-post:hover .box-text {
  background: #0072bb;
}
body.home .box.box-blog-post:hover .box-text .post-title a {
  color: #FFF;
}
@media (max-width: 575px) {
  body.home section.gbv,
  body.home section.gtv,
  body.home section.gcg,
  body.home section.qtlv {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: #FFF !important;
  }
  body.home a.button.primary {
    width: 100%;
  }
}

body.page .box {
  border: 1px solid #F1F1F1;
  transition: 0.6s ease;
}
body.page .box .box-text {
  background: #f2f5f8;
  padding: 15px;
  text-transform: uppercase;
}
body.page .box .box-text, body.page .box .box-text * {
  transition: 0.6s ease;
}
body.page .box .box-text p {
  margin-bottom: 0;
}
body.page .box:hover {
  box-shadow: 0 0 15px rgba(177, 177, 177, 0.38);
}
body.page .box:hover .box-text {
  background: #0072bb;
}
body.page .box:hover .box-text * {
  color: #FFF;
}

body.single .entry-header .entry-header-text {
  padding-bottom: 0;
}
body.single .entry-header .entry-title {
  color: #0072bb;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 0;
  position: relative;
  border-bottom: 2px solid #00aeef;
}
body.single .entry-header .entry-divider {
  display: none;
}
body.single .entry-content.single-page {
  font-size: 18px;
}
body.single .entry-content.single-page h1, body.single .entry-content.single-page h2, body.single .entry-content.single-page h3, body.single .entry-content.single-page h4, body.single .entry-content.single-page h5, body.single .entry-content.single-page h6 {
  color: #ff0000;
}
body.single .entry-content.single-page table {
  border: none;
  border: 1px solid #3084cd;
}
body.single .entry-content.single-page table tr:first-child td {
  background: #469ce8;
  color: #FFF !important;
  font-weight: bold;
}
body.single .entry-content.single-page table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #3084cd;
  color: #000;
}
body.single .entry-content.single-page img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 2px;
}
body.single .entry-content.single-page p {
  margin-bottom: 8px;
}
body.single .entry-content.single-page .boxspan {
  background: #0072bb;
  color: #fafafa;
  border-radius: 3px;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  padding: 5px 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-indent: 0;
  font-weight: bold;
}
body.single .entry-content.single-page .text-contact p {
  margin-bottom: 5px;
}

section .fp-heading {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 15px;
}
section .fp-heading h2, section .fp-heading h3, section .fp-heading h4, section .fp-heading h5, section .fp-heading h6 {
  font-size: 32px;
  color: #0072bb;
  font-weight: bold;
  margin-bottom: 0;
}
section .fp-heading:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  height: 2px;
  width: 90px;
  background: #0072bb;
}
section .fp-heading:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #FFF;
  background-image: url("assets/images/icon-law.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  border-radius: 50%;
  border: 2px solid #0072bb;
}

@media (max-width: 575px) {
  section.qtlv .m-swiper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: 12px;
  }
  section.qtlv .m-swiper::-webkit-scrollbar {
    display: none;
  }
  section.qtlv .m-swiper > .col {
    width: 75%;
    min-width: 75%;
    flex: 0 0 75%;
    scroll-snap-align: start;
    white-space: normal;
  }
  section.qtlv .m-swiper > .col .icon-box {
    border: 1px solid #F1F1F1;
    border-radius: 10px;
  }
  section.qtlv .m-swiper > .col .text {
    white-space: normal;
  }
  section.qtlv .m-swiper > .col .box {
    white-space: normal;
  }
}
section.qtlv .qtlv-box-item {
  border: 1px solid #F1F1F1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  text-align: center;
  height: 100%;
}
section.qtlv .qtlv-box-item p:first-child {
  margin-bottom: 5px;
}
section.qtlv .qtlv-box-item p:not(:first-child) {
  font-size: 95%;
}
section.qtlv .qtlv-box-item.item-1 {
  border-bottom: 8px solid #e23a59;
}
section.qtlv .qtlv-box-item.item-1 .name {
  color: #e23a59;
  font-weight: bold;
  margin: 10px 0;
}
section.qtlv .qtlv-box-item.item-1 .step {
  color: #FFF !important;
  background: #e23a59;
  font-size: 45px;
  line-height: 1.2;
}
section.qtlv .qtlv-box-item.item-1 p:first-child {
  color: #e23a59;
  font-weight: bold;
}
section.qtlv .qtlv-box-item.item-2 {
  border-bottom: 8px solid #1b75bb;
}
section.qtlv .qtlv-box-item.item-2 .name {
  color: #1b75bb;
  font-weight: bold;
  margin: 10px 0;
}
section.qtlv .qtlv-box-item.item-2 .step {
  color: #FFF !important;
  background: #1b75bb;
  font-size: 45px;
  line-height: 1.2;
}
section.qtlv .qtlv-box-item.item-2 p:first-child {
  color: #1b75bb;
  font-weight: bold;
}
section.qtlv .qtlv-box-item.item-3 {
  border-bottom: 8px solid #fcc82b;
}
section.qtlv .qtlv-box-item.item-3 .name {
  color: #fcc82b;
  font-weight: bold;
  margin: 10px 0;
}
section.qtlv .qtlv-box-item.item-3 .step {
  color: #FFF !important;
  background: #fcc82b;
  font-size: 45px;
  line-height: 1.2;
}
section.qtlv .qtlv-box-item.item-3 p:first-child {
  color: #fcc82b;
  font-weight: bold;
}
section.qtlv .qtlv-box-item.item-4 {
  border-bottom: 8px solid #45aeae;
}
section.qtlv .qtlv-box-item.item-4 .name {
  color: #45aeae;
  font-weight: bold;
  margin: 10px 0;
}
section.qtlv .qtlv-box-item.item-4 .step {
  color: #FFF !important;
  background: #45aeae;
  font-size: 45px;
  line-height: 1.2;
}
section.qtlv .qtlv-box-item.item-4 p:first-child {
  color: #45aeae;
  font-weight: bold;
}

section.slider-section .text-box h3 {
  line-height: 1.2;
}

.post-sidebar .widget-title {
  display: block;
  background: #00aeef;
  color: #FFF;
  padding: 15px;
  line-height: 1;
}
.post-sidebar .is-divider {
  display: none;
}
.post-sidebar ul.menu li.menu-item a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.post-sidebar .widget.flatsome_recent_posts ul li.recent-blog-posts-li .badge {
  border: 1px solid #F1F1F1;
  border-radius: 4px;
}
.post-sidebar .widget.flatsome_recent_posts ul li.recent-blog-posts-li a {
  font-size: 14px;
  color: #333;
  text-transform: lowercase;
}
.post-sidebar .widget.flatsome_recent_posts ul li.recent-blog-posts-li a:first-letter {
  text-transform: uppercase;
}

section.dich-vu-cua-chung-toi .icon-box {
  border: 1px solid #CCC;
  padding: 15px;
}
section.dich-vu-cua-chung-toi .icon-box .icon-box-img .icon {
  margin: 5px;
  background: #ffffff;
  padding: 15px;
  border: 1px solid #CCC;
}
section.dich-vu-cua-chung-toi .icon-box h2, section.dich-vu-cua-chung-toi .icon-box h3 {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 5px;
}
section.dich-vu-cua-chung-toi .icon-box h2 a, section.dich-vu-cua-chung-toi .icon-box h3 a {
  color: #000;
}
section.dich-vu-cua-chung-toi .icon-box ul li {
  margin: 0;
  list-style: none;
  transition: 0.6s ease;
}
section.dich-vu-cua-chung-toi .icon-box ul li:not(:last-child) {
  margin-bottom: 5px;
}
section.dich-vu-cua-chung-toi .icon-box ul li:hover {
  color: #0072bb;
}

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