/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header .header-top {
  /*background: linear-gradient(0deg, #5d2129 0%, #ad1126 100%);*/
  background: #7A1317;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top-bar.header-top ul li {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
}


#top-bar.header-top ul li span {
  background-color: #fff;
  padding: 0px 10px;
  margin-left: 0.8rem;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
  display: inline-flex;
  align-items: center;
}

#top-bar.header-top ul li span a {
  font-size: 14px;
  color: #7A1317;
  text-decoration: none;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 1rem;
}

.title.home-title {
  text-transform: uppercase;
  color: #7A1317;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.title.home-title span {
  width: 8px;
  height: 30px;
  display: block;
  background: #7A1317;
}

.intro-row {
  position: relative;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Cột ảnh */
.intro-row .col:first-child {
  z-index: 1;
}

.intro-row .col:first-child .img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
}

.intro-row .col:first-child img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

/* Cột nội dung */
.intro-row .col:last-child {
  position: relative;
  z-index: 2;
}

/* Card đỏ */
.intro-board {
  background: #7A1317;
  color: #fff;
  padding: 20px 25px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .25);

  /* Đè sang bên trái */
  margin-left: -90px;
  margin-top: -110px;

  position: relative;
}

.company-name {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.content-text {
  color: #fff;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 25px;
}

/* Button */
.intro-row .button {
  margin-top: 25px;
  background: #fff;
  color: #b61f35 !important;
  border-radius: 40px;
  padding: 0 30px;
  font-weight: 700;
  border: none;
}

.intro-row .button:hover {
  background: #f5f5f5;
}

.intro-board .white-btn {
  padding: 0.1rem 0.5rem;
  background: white;
  color: #7A1317;
  font-size: 1.6rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.title-home {
  font-size: 2rem;
  text-transform: uppercase;
  color: #7A1317;
  font-weight: 800;
  margin-bottom: 2rem;
}

.legal_services .banner h2 {
  color: #7A1317;
}

.legal_services .banner h4 {
  color: #7A1317;
}

.rgb-btn {
  padding: 5px 15px;
  border-radius: 16px;
  background-image: linear-gradient(90deg, #6b3370 0%, #6b3370 7%, #cd1d35 100%);
  color: #ffffff;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
  border: none;
}

.rgb-btn:hover {
  background: #fff;
  color: #7A1317;
  outline: auto;
}

.form_bottom .btn {
  padding: 5px 15px;
  border-radius: 16px;
  background-image: linear-gradient(90deg, #6b3370 0%, #6b3370 7%, #cd1d35 100%);
  color: #ffffff;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  border: none;
}

.form_bottom .btn:hover {
  background: #fff;
  color: #7A1317;
  outline: auto;
}


.feedback_head {
  background-image: linear-gradient(8deg, #0c15c7 0%, #0c15c7 42%, #cf162f 100%);
  padding: 5rem 0;
  color: #fff;
  font-size: 20px;
}

.feedback_head .fade-right {
  max-width: 80%;
  height: auto;
  mask-image: linear-gradient(to right, black 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, black 60%, transparent 100%);
  margin: 2rem 0;
}


.feedback_head .row {
  display: flex;
  align-items: center;
}

.feedback_head .row .col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
}

.feedback-item .col-inner {
  border-radius: 1.8rem;
  padding: 3rem;
  border: 1px solid #ea4a52;
  -webkit-border-radius: 1.8rem;
  -moz-border-radius: 1.8rem;
  -ms-border-radius: 1.8rem;
  -o-border-radius: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.feedback-item .col-inner h4 {
  font-size: 1.2rem;
  color: #000000;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}

.feedback-item .col-inner p {
  font-size: 1rem;
  color: #000000;
  margin-bottom: 1rem;
  text-align: center;
  text-align: justify;
}

.feedback-item .col-inner .img-icon img {
  width: 10%;
}

.outstanding_news .col.post-item .col-inner {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
}

.form_bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form_bottom ul li {
  margin-left: 5px;
}

.form_bottom .form-register {
  padding: 1.5rem;
    background: linear-gradient(180deg, #c4152c 0%, #c4152c 0%, #7A1317 70%, #7A1317 100%);
  border-radius: 2.6rem;
  -webkit-border-radius: 2.6rem;
  -moz-border-radius: 2.6rem;
  -ms-border-radius: 2.6rem;
  -o-border-radius: 2.6rem;
}

.form_bottom .form-register .form-title {
  font-size: 2rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 2rem;
}

.form_bottom .form-register form {
  padding: 15px;
  background: #fff;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  border: 0.03rem solid #2a2a2a;

  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.form_bottom .form-register form input,
.form_bottom .form-register form textarea {
  padding: 1rem 1rem;
  border-radius: 1.5rem;
  background-color: #ffffff;
  border: 0.03rem solid #2a2a2a;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  font-size: 1.2rem;
  color: #959595;
}

#footer .footer-block .address-list {
  color: #fff;
}

#footer .footer-block .address-list a {
  color: #fff;
}

#footer .footer-block .footer-list ul li a {
  color: #fff;
}

#footer .footer-block .footer-list .footer-title {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 1rem;
}

#footer .footer-block hr {
  height: 0.2rem !important;
  background: #ffffff;
  opacity: 1;
  margin-bottom: 2rem;
  width: 95%;
}

ol,
ul {
  list-style: none;
}

.category .page-wrapper {
  padding-top: 0px;
}

.show-posts-list {
  padding: 5rem 0;
}

.show-posts-list .title {
  font-size: 30px;
  color: #7A1317;
  font-weight: 800;
  margin-bottom: 15px;
}

.show-posts-list .service-box {
  border-radius: 12px;
  border: 1px solid #f6d8dc;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 1rem;
  height: 100%;
  text-align: center;
  width: 90%;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.show-posts-list .service-box .service-name {
  font-size: 1rem;
  color: #1a191a;
  font-weight: 600;
  line-height: normal;
}

.show-posts-list .service-box:hover .service-name {
  color: #fff;

}

.show-posts-list .service-box:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  background: #ab5252;
}

.show-posts-list .partner-box {
  border-radius: 12px;
  filter: drop-shadow(0px 12px 12px rgba(0, 0, 0, 0.19));
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  justify-content: space-between;
  width: 90%;
}

.show-posts-list .partner-box .partner-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

.show-posts-list .partner-box .partner-info .partner-name {
  font-size: 25px;
  color: #1a191a;
  font-weight: 800;
}

.show-posts-list .rgb-btn {
  padding: 5px 15px;
  border-radius: 16px;
  background-image: linear-gradient(90deg, #6b3370 0%, #6b3370 7%, #cd1d35 100%);
  color: #ffffff;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
  border: none;
}

.show-posts-list .cate-box .cate-info,
.show-posts-list .cate-news-box .cate-info {
  align-items: center;
}

.show-posts-list .cate-box .cate-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}

.show-posts-list .cate-box .cate-info .cate-name {
  font-size: 20px;
  color: #1a191a;
  font-weight: 800;
}

.show-posts-list .cate-box .cate-info .rgb-btn {
  margin: 0;
  font-size: 15px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.show-posts-list .cate-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 12px;
  height: 100%;
  filter: drop-shadow(0px 12px 12px rgba(0, 0, 0, 0.19));
  padding: 15px 10px;
  background-color: #ffffff;
  flex-direction: column-reverse;
  gap: 2rem;
}

.header-nav .menu-item a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #7A1317;
  font-size: 16px;
}

.header-nav .menu-item.active a {
  color: #000;
}

.box-text .post-title {
  font-size: 18px;
  color: #7A1317;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 10px 0 5px 0;
  line-height: normal;
}

p.from_the_blog_excerpt {
  font-size: 16px;
  color: #2c2c2c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: normal;
}

.post-list .partner-table table {
  border: 1px solid #5d2129;
  vertical-align: middle;
}

.post-list .partner-table table th {
  background-color: #5d2129;
  color: white;
  padding: 1rem;
  text-align: center;
  border: 1px solid #5d2129;
  vertical-align: middle;
}

.post-list .partner-table table tr td {
  text-align: left;
  padding: 2rem 1rem;
  border: 1px solid #5d2129;
}

.sidebar-category .container h3 {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
  background-image: linear-gradient(180deg, #c04556 0%, #c04556 0%, #8e2634 89%, #8e2634 100%);
  padding: 10px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 0px;
}

.sidebar-category .container .list-cates {
  background-color: #f3f3f3;
  border: 2.6923593832px solid #a92638;
  padding: 13px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sidebar-category .container .list-cates li a:hover {
  color: #000000;
}

.form-sidebar {
  -webkit-border-radius: 15px;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  /*background: linear-gradient(180deg, #c4152c 0%, #c4152c 0%, #7A1317 70%, #7A1317 100%);*/
      background: #7A1317;
  padding: 16px;
  margin-bottom: 10px;
}

.form-contact .form-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: center;
}

.form-contact form {
  background-color: #ffffff;
  border-radius: 1.5rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  padding: 20px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container .form-contact .row {
  width: 100%;
}

.form-contact .row .col {
  padding: 0px 8px;
}

.form-contact .row .col .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-contact .row .col .form-group .btn {
  padding: 5px 12px;
  border-radius: 16px;
  /*background-image: linear-gradient(90deg, #6b3370 0%, #6b3370 7%, #cd1d35 100%);*/
  background: #7A1317;
  font-size: 15px;
  color: #ffffff;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* gap: 2rem; */
  margin-top: 5px;
  border: none;
  margin: auto;
}

.form-contact .row .col .sm-btn {
  text-align: center;
}

.list-why-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #fbe6e7;
  border-radius: 1.5rem;
  -webkit-border-radius: 15px;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  padding: 20px 15px;
}

.list-why-group .heading {
  font-size: 23px;
  color: #2a2a2a;
  font-weight: 800;
  line-height: normal;
}

.list-why-group li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #000000;
}

.reg-home .form-contact .row {
  width: 100%;
}

.box-text .post-title {
  min-height: 75px;
}


.legal_services .service-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.legal_services .service-service-item {
  text-align: center;
}

.legal_services .service-index-img {
  display: block;
  overflow: hidden;
  border-radius: 16px;
}

.legal_services .service-index-img img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
  transition: all .3s ease;
}

.legal_services .service-service-item:hover img {
  transform: scale(1.05);
}

.legal_services .service-name {
  display: block;
  margin-top: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #b12632;
  text-decoration: none;
  line-height: 1.4;
  transition: .3s;
}

.legal_services .service-name:hover {
  color: #7A1317;
}

.footer-content .form-contact .ng-pristine .row {
  width: 100%;
}

.footer-content .form-contact {
  padding: 10px;
  /*background: linear-gradient(180deg, #cb606e 0%, #cb606e 0%, #c02d41 70%, #c02d41 100%);*/
  background : #7A1317;
  border-radius: 2.6rem;
  -webkit-border-radius: 2.6rem;
  -moz-border-radius: 2.6rem;
  -ms-border-radius: 2.6rem;
  -o-border-radius: 2.6rem;
}

.footer-content .form-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 1rem;
}

.lephong-title {
  font-size: 22px;
  text-transform: uppercase;
  color: #7A1317;
  font-weight: 800;
}

.footer-content .place .heading {
  text-transform: uppercase;
  color: #171414;
  margin-bottom: 15px;
}

.footer-content .place .list-info {
  display: flex;
  flex-direction: column;
}

.footer-content .address-contact {
  padding-left: 30px;
}

div#comments {
  display: none;
}

.justify-content-center {text-align: center;}



.service-results .post-item .box-text.text-center {
    display: none;
}



/*#header .header-top .container .right-content {*/
/*    display: flex;*/
/*    gap: 0.7rem;*/
/*    align-items: center;*/
/*    position: relative;*/
/*}*/

/*#header .header-top .container .right-content .search-field{*/
/*        height: 30px;*/
/*    border-radius: 5px;*/
/*    width: 150px;*/
/*    font-size: 11px;*/
/*    font-weight: 300;*/

/*}*/

.right-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.right-content .search-icon {
    cursor: pointer;
    font-size: 15px;
    padding: 0;
    margin-top: 3px;
}

.right-content .search-box {
    width: 0;
    overflow: hidden;
    transition: width .35s ease;
}

.right-content .search-box.show {
    width: 150px;
}

.right-content .search-box.show {
   
    border-radius: 5px;
    font-size: 11px;
    font-weight: 300;
}

.right-content .search-box form {
    margin: 0;
}

.right-content .search-box .search-field {
    width: 220px;
    margin: 0;
}

.flag-header li {
    margin-bottom: 0px;
}

.button-contact-vr-display {
    position: fixed;
    display: none;
}

.button-contact-vr-single {
    bottom: 0 !important;
    left: -0.5%;
    display: flex;
    align-items: center;
}

#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999;
}

#button-contact-vr {
    transform: scale(0.8);
}

#button-contact-vr {
    margin: -10px;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#gom-all-in-one .button-contact {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-single {
    height: 80px !important;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.phone-vr-circle-fill-single {
    width: 70px;
    height: 70px;
    top: 0;
    left: 0.5%;
}

.phone-vr-img-circle-single {
    width: 70px;
    height: 70px;
    line-height: 40px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.tuvanngay {
    font-size: 24px;
}

.tuvanngay {
    color: #b2273a;
    font-weight: 800;
}

.animate__animated.animate__infinite {
    animation-iteration-count: infinite;
}

.animate__heartBeat {
     animation-name: heartBeat;
    animation-duration: 1.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; /* Lặp vô hạn */
    transform-origin: center;
}

.button-contact-vr-display{
    opacity:0;
    visibility:hidden;
    transform:translateY(20px);
    transition:all .3s ease;
}

.button-contact-vr-display.show{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
     display: block;
}

#fanpage-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
    background-color: rgb(24 119 242 / 70%);
}

#fanpage-vr .phone-vr-img-circle {
    background-color: #1877f2;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

#button-contact-vr {
    bottom: 8%;
}

.zalo-container {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 160px;
    z-index: 9999999;
}

.zalo-container a {
    display: block;
}

.zoomIn_zalo {
    animation-name: zoomIn_zalo;
}


.animated_zalo {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.cmoz-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    opacity: 0.5;
    border-radius: 100%;
    border-width: 2px;
    border-style: solid;
    border-image: none;
    border-color: rgb(17, 130, 252);
}

.cmoz-alo-circle {
    width: 62px;
    height: 62px;
    top: -5px;
    right: -17px;
}

.cmoz-alo-circle-fill {
    position: absolute;
    width: 62px;
    height: 62px;
    top: -5px;
    right: -17px;
}

.animated_zalo.infinite {
    animation-iteration-count: infinite;
}

.zalo-container.right {
    right: 4rem !important;
}

.zalo-container {
    bottom: 120px !important;
}





.pulse_zalo {
    animation-name: pulse_zalo;
}



.zalo-container span {
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    background: rgb(17, 130, 252);
}

.zalo-container span {
    width: 53px;
    height: 53px;
}

.zalo-container img {
    max-width: 100%;
    height: auto;
}

.serch-box {
        border-radius: 15px;
    background-color: #fbe6e7;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.serch-box .title {
    font-size: 18px;
    color: #1a191a;
    font-weight: 800;
    margin-bottom: 5px;
}

.serch-box input {
    background-color: #ffffff;
    border: 0.03rem solid #2a2a2a;
    padding: 7px;
    width: 100%;
    margin-bottom: 0px;
}

.serch-box .searchform {
    position: relative;
    margin-bottom: 7px;
    
}

.lawyer-info .lawyer-name {
    font-size: 20px;
    color: #b2273a;
    font-weight: 800;
}

.lawyer-img{
    width:40%;
}


.list-general {
    width:30%;
    
}

.active-field {
    width:30%;
    font-size: 16px;
    color: #383838;
    font-weight: 600;
    line-height: inherit;
}

.right-content .flag-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.html_topbar_left .left-content {
    display: flex;
    gap: 2rem;
    align-items: center;
    color: #fff;
}

.mobile-sidebar .sidebar-menu .html_topbar_right .logo-name{
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.html_topbar_right .logo-name img{
    width: 67%;
}

.off-canvas .mobile-sidebar .sidebar-menu {
    padding:  0;
}

.mobile-sidebar .right-content .search-icon {
    display: none;
}

    

@keyframes zoomIn_zalo {
 0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
}
    
   50% {
    opacity: 1;
}

}

@keyframes pulse_zalo {
   0% {
    transform: scale3d(1, 1, 1);
    }
    
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    
    100% {
        transform: scale3d(1, 1, 1);
    }

}

@keyframes heartBeat {
    0% {
        transform: scale(1);
    }

    14% {
        transform: scale(1.3);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.3);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}


@keyframes phone-vr-circle-fill {
    0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/

  .intro-board {
    margin-left: 0;
    margin-top: -50px;
    padding: 30px;
  }

  .company-name {
    font-size: 30px;
  }

  .content-text {
    font-size: 16px;
  }

  .intro {
    padding-left: 10px;
    padding-right: 10px;
  }

  .intro .intro-row {
    margin-top: 15px;
  }

  .intro .intro-board {
    margin-top: -15px;
    margin-bottom: 0px;
  }

  .intro-board .white-btn {
    padding: 4px 10px;
    font-size: 12px;
  }

  .banner-aos-init {
    padding: 0px;
  }

  .title-home {
    font-size: 20px;
  }

  .feedback_head {
    padding: 10px;
    text-align: left;
    font-size: 15px;

  }

  .feedback_head .text-center {
    text-align: left;
    float: left;
  }

  .feedback_head .text-center .img {
    width: 100% !important;
    float: left;
  }

  .feedback_head .text-center .img img {
    width: 50%;
  }

  .feedback-item .col-inner {
    padding: 15px;
  }

  .feedback-item .img-star {
    width: 100%;
  }

  .feedback-item .img-star img {
    width: 50%;
  }

  .feedback .rgb-btn {
    margin-top: 0px;
  }

  .outstanding_news .rgb-btn {
    margin-top: 0px;
  }

  .home .outstanding_news {
    padding: 0px !important;
  }

  .form_bottom .form-register .form-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .form_bottom .form-register {
    padding: 10px;
    -webkit-border-radius: 15px;
  }

  .form-sidebar {
    padding: 0;
  }

  .form_bottom .form-register form {
    padding: 30px 5px;
  }

  .show-posts-list .service-box {
    width: auto;
    margin: 5px;
  }

  .show-posts-list.container {
    padding: 0px 10px;
  }

  .legal_services .service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .outstanding_news .col.post-item .col-inner {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
  }



}