:root {
  --v2-primary-color: #AD0042;
  --v2-second-color: #343F6D;
}

.bg--primary-color {
  background-color: var(--v2-primary-color);
}

.f-family--cg {
  font-family: "SVN-Gilroy";
}

.f-color--primary {
  color: #D72262;
}

.f-color--second,
.color-second {
  color: var(--v2-second-color);
}

.f-color--text {
  color: #333;
}

.f-color--black {
  color: #000;
}

.f-color--gray {
  color: #999;
}

.f-color--three {
  color: #343F6D;
}

.f-color--c0 {
  color: #C0C0C0;
}

.bg--three-c {
  background: #343F6D;
}

.border-shadow--2primary {
  border: 2px solid #AD0042;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.fs-48 {
  font-size: 3em;
}

.fs-45 {
  font-size: 2.9em;
}

.fs-30 {
  font-size: 1.8em;
}

.fs-20 {
  font-size: 20px;
}

.fs-18 {
  font-size: 1.25em;
}

.fs-14 {
  font-size: 14px;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.translate-all {
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -ms-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}

.text-justify {
  text-align: justify !important;
}

.fs-14 {
  font-size: 14px !important;
}

.translate-all {
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -ms-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}

.img-radius-60br {
  border-radius: 60px 0px;
}

.hover--link {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: fit-content;
  align-items: center
}

.hover--link:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--v2-primary-color);
  bottom: 0;
  transition: all .2s ease-in-out;
}

.post-item:hover .text-c {
  color: var(--v2-second-color) !important;
}

.post-item:hover .hover--link::after {
  width: 50%;
  background: var(--v2-second-color);
}

.btn-loadore-style:hover {
  background: var(--v2-primary-color) !important;
  color: #fff !important;
}

.btn-loadore-style:hover span {
  color: #fff !important;
}

.white-space--pre {
  white-space: pre !important;
}

.time-work {
  align-items: center;
  margin: 0;
  padding: 0;
}

.navbar-nav>.menu-item>.sub-menu {
  display: none !important;
  transition: all 0.2s ease-in !important;
  -webkit-transition: all 0.2s ease-in !important;
  -moz-transition: all 0.2s ease-in !important;
  -ms-transition: all 0.2s ease-in !important;
  -o-transition: all 0.2s ease-in !important;
}

.navbar-nav>.menu-item.active-menu-item>.sub-menu {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}


/* style all page -> theme v2 style */

.s_title--v2,
h1.title-service {
  font-family: 'Cormorant Garamond' !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 48px !important;
  line-height: 58px !important;
  color: var(--v2-primary-color) !important;
}

.s_family--v2 {
  font-family: 'Cormorant Garamond';
}

.post-type-archive-featured_item .s_box_1 .b_thumb img {
  border-radius: 60px 0 !important;
}

.post-type-archive-featured_item .col-md-6:hover .b_thumb img {
  border-radius: 10px !important;
}

#breadcrumbs {
  color: var(--v2-primary-color) !important;
}

.devvn_readmore_taxonomy_flatsome a {
  background-image: var(--v2-primary-color) !important;
}

.tax-featured_item_category .list-name-title {
  color: var(--v2-primary-color) !important;
  font-family: 'Cormorant Garamond' !important;
  text-transform: uppercase;
}

.btn-loadmore {
  color: var(--v2-primary-color);
}

.btn-loadmore {
  color: var(--v2-primary-color) !important;
  border: 1px solid var(--v2-primary-color) !important;
}

.btn-loadmore:hover {
  color: #fff !important;
  border: 1px solid var(--v2-primary-color) !important;
  background: var(--v2-primary-color) !important;
}

.btns-log_out {
  padding: 10px 20px;
  gap: 5px;
  border-radius: 5px;
}

.knowledeg-page h2 {
  width: 100%;
  max-width: 450px;
}

/* menu contact :right */
.btn--bar-right {
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  padding: 5px 10px;
  background: #AD0042;
  border-radius: 20px 0px;
}

.btn--bar-right .slider {
  opacity: 1;
  background: #BE024A;
  border-radius: 15px 0px;
  box-shadow: unset;
  padding-right: 30px;
}

.btn--bar-right ul li {
  box-shadow: unset;
  filter: unset;
  border: unset;
  -webkit-filter: unset;
}

.btn--bar-right ul li:hover,
.btn--bar-right ul li:hover .slider {
  background: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.btn--bar-right ul li:hover .slider p {
  color: var(--v2-second-color);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.btn--bar-right ul li .slider svg {
  opacity: 1;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.btn--bar-right ul li .slider {
  transition: all 0.2s ease-in-out;
}

.btn--bar-right ul li:hover .slider svg {
  position: absolute;
  left: 25px;
}

.btn--bar-right ul li:hover .slider p {
  right: -10px;
  position: relative;
}

.btn--bar-right ul li:hover svg>path {
  fill: var(--v2-second-color);
}

.btn--bar-right .slider p {
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.btn--bar-right ul li .slider {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.btn--bar-right ul li:hover .slider {
  padding: 0 10px;
  width: 160px;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.boxi-other img {
  transition: all .1s ease-in-out;
  transform: scale(0.9);
  width: 150px;
  height: 150px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
}

.boxi-other h3 {
  font-weight: 600;
}

.boxi-other:hover h3 {
  color: var(--v2-second-color);
}

.boxi-other:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  filter: hue-rotate(266deg) saturate(53%);
}

.btn--read-more:hover {
  color: var(--v2-second-color);
}

.btn--read-more:hover::after {
  background: var(--v2-second-color);
}

.row.list-new .col-12 h3 {
  /* display: none; */
}

.row.list-new .col-12 img {
  border-radius: 60px 0;
}

.row.list-new .b-card-22::before {
  border-radius: 60px 0;
}

button#login-tab:hover,
button#sign-tab:hover,
button#login-tab:focus,
button#sign-tab:focus {
  box-shadow: unset !important;
}

.tab-sign-login button:before,
.tab-sign-login button::before {
  content: '';
  position: absolute;
  bottom: 2px;
  background: var(--v2-second-color);
  width: -webkit-fill-available;
  height: 2px;
  display: flex;
  justify-content: center;
}

button#login-tab:hover span,
button#sign-tab:hover span {
  color: #343f6dab;
}

.scroll_y::-webkit-scrollbar-thumb {
  background: #ad0042;
  border-radius: 5px;
}

ul.logo-group-f {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  gap: 5px;
}

.logo-group-f img {
  width: 130px;
  height: 45px;
  padding: 5px;
  border: 1px solid #333;
  border-radius: 5px;
  object-fit: contain;
}

.box-fcta.background {
  border-radius: 10px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  border: 1px solid #df1854;
  background: #df18540a;
}

.b_address_map {
  position: absolute;
  z-index: 105;
  min-width: max-content;
  bottom: 6px;
  left: 6px;
  color: var(--v2-primary-color) !important;
  text-transform: unset;
  font-weight: 400;
  line-height: 1em;
  padding: 5px 12px;
  background: #fff;
  border-radius: 5px;
  font-size: 15px;
}

.box_s_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.box_s_list ul {
  margin: 0 !important;
  padding: 10px 0;
}

.fs-36 {
  font-size: 36px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.gap-20 {
  gap: 20px !important;
}

.bg--primary-1 {
  background: var(--brandwebsite-primary, #AD0042);
}

.bg--secondary-1 {
  background: var(--brandwebsite-secondary-1, #343F6D);
}

.p-20 {
  padding: 20px !important;
}

.lh-28 {
  line-height: 28px;
}

.text-40 {
  font-size: 40px !important;
}

.p-10 {
  padding: 10px;
}

.sc-branch-images .container {
  padding: 10px !important;
}

.contantner--1260 {
  margin: 0 auto;
  max-width: 1260px;
}

@media screen and (max-width: 1410px) {
  .header-slogan {
    font-size: 17px;
  }
}

@media screen and (max-width: 1260px) {
  .header-slogan {
    font-size: 14px;
  }

  .se-service {
    /* margin-top: -135px; */
  }
}

@media screen and (max-width: 1024px) {
  .header-slogan {
    font-size: 14px;
  }

  .fs-64 {
    font-size: 2.5em !important;
  }

  .se-service {
    /* margin-top: -115px; */
  }

  .fs-36 {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 768px) {
  .se-service {
    /* margin-top: -95px; */
  }

  .fs-48 {
    font-size: 30px !important;
  }

  .fs-64 {
    font-size: 36px !important;
  }

  .fs-64 {
    font-size: 22px !important;
  }

  /* menu mobile */
  .s-icon-4.box-menu-mobile {
    display: flex !important;
  }

  .s-icon-4.box-menu-mobile {
    background: #ffffff;
    height: 88px !important;
    margin: 0 9px 9px !important;
    box-shadow: 0px -3px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .box-menu-mobile>a>span {
    color: var(--v2-second-color) !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    white-space: pre;
  }

  .box-menu-mobile>a {
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* align-content: space-between; */
    /* justify-content: center; */
    width: 90%;
    margin: 0 auto !important;
    display: inline-block !important;
  }

  .box-menu-mobile>a:nth-child(3) {
    position: relative;
    top: -4px;
  }

  .box-menu-mobile>a:last-child {
    border-right: 1px solid transparent !important;
  }

  div#box-menu-mobile-modal {
    z-index: 3000000000 !important;
  }

  div#menubar-right {
    bottom: 240px !important;
    height: 50px;
  }

  div#formContactMobile .modal-dialog {
    justify-content: center;
    top: 18%;
  }

  div#formContactMobile .modal-content {
    width: 240px;
  }

  div#formContactMobile .modal-body {
    padding: 8px 8px 12px 8px !important;
  }

  .contactMobile li {
    border-radius: 8px;
    background: #fff;
    width: 100%;
    padding: 2px 10px;
    margin-bottom: 2px;
    cursor: pointer;
  }

  .contactMobile li:hover {
    background: #FFEAF1;
  }

  .contactMobile li:last-child {
    margin-bottom: 0;
  }

  .contactMobile li .text-1 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.012px;
  }

  .contactMobile li .text-2 {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.012px;
  }

  .contactMobile li a {
    color: #434343 !important;
  }

  #formAdviseDoctor .modal-content {
    position: relative;
    border-radius: 10.341px;
    box-shadow: 0px 2.585px 3.447px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding: 15px 25px;
    width: 295.581px;
    /* height: 261.972px; */
    transform: translateX(-50%);
    left: 50%;
  }

  #formAdviseDoctor .modal-content::before {
    content: "";
    position: absolute;
    background-image: var(--wpr-bg-abaa85d7-ed67-4498-974b-d748b638bf50);
    height: 100%;
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
  }
  #formAdviseDoctor .img-doctor {
    width: 375px;
    height: 245.308px;
    position: relative;
    bottom: -44px;
    margin: auto;
}
#formAdviseDoctor .modal-dialog{justify-content: center;display: block !important;align-items: center;position: relative;transform: translate(-50%, 50%);left: 50%;bottom: 40%;margin: 0;height: 100vh;}
#formAdviseDoctor .modal-content .title-form {
    color: var(--Secondary-Yale-Blue, #0D4E91);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.024px;
    margin-bottom: 0;
  }
  #formAdviseDoctor .modal-content .form-group{
    margin-bottom: 0 !important;
  }

  #formAdviseDoctor .modal-content .form-group label {
    color: var(--Secondary-Yale-Blue, #0D4E91);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.012px;
  }

  #formAdviseDoctor .modal-content .form-group input {
    width: 100%;
    height: 27.576px;
    border-radius: 5.753px;
    background: var(--Neutral-nutral-1, #FFF);
    margin-bottom: 6px;
  }
  #formAdviseDoctor .modal-content .form-group input,#formAdviseDoctor .modal-content .form-group input::placeholder,#formAdviseDoctor .modal-content .form-group textarea,#formAdviseDoctor .modal-content .form-group textarea::placeholder {
  color: #333 !important;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.01px;
  margin-bottom: 0;
  border: none !important;
  transition: none !important;
  background-color: #fff !important;
  }
  #formAdviseDoctor .modal-content .form-group input.formAdviseDoctor{
    background-color: #fff !important;
  }
  #formAdviseDoctor .modal-content .form-group textarea {
    height: 40.502px;
    border-radius: 5.753px;
}

#formAdviseDoctor .modal-content .form-group button {
    width: 86.175px;
    height: 27.576px;
    border-radius: 27.097px;
    background: var(--Neutral-nutral-1, #FFF);
    box-shadow: 0px 1.438px 1.438px 0px rgba(0, 0, 0, 0.10);
    color: var(--Secondary-Yale-Blue, #0D4E91);
    font-size: 10.341px;
    font-weight: 700;
    letter-spacing: 0.01px;
    margin: auto;
    margin-top: 14px;
    border: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: normal !important;
    padding: 8px 9px 2px 9px;
    text-transform: none !important;
  }
  #formAdviseDoctor, #formContactMobile {
    overflow: hidden;
  }
  #formAdviseDoctor .img-doctor img{
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  #formAdviseDoctor .error {
    font-size: 12px !important;
    margin-top: 10px;
}
.box-menu-mobile>a:focus-visible{
  outline: none !important;
}
}

@media screen and (max-width: 575px) {
  .se-service {
    margin-top: -55px;
  }

  .fs-64 {
    font-size: 32px !important;
  }

  .fs-45 {
    font-size: 2em;
  }

  .s_title--v2,
  h1.title-service {
    font-size: 22px !important;
    line-height: 26px !important;
  }

  .box-menu-mobile>a>span {
    font-size: 12px !important;
  }

  .btn--bar-right {
    display: none !important;
  }
}

.gap-20 {
  gap: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.lh-28 {
  line-height: 28px;
}

.text-40 {
  font-size: 40px !important;
}

.p-10 {
  padding: 10px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.bg--primary-1 {
  background: var(--brandwebsite-primary, #AD0042);
}

.bg--secondary-1 {
  background: var(--brandwebsite-secondary-1, #343F6D);
}

.mx--10 {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.color-D72262 {
  color: #D72262 !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

@media (min-width:992px) {
  .container-1440 {
    width: 1440px !important;
    max-width: 1440px !important;
  }
}

.lh-30 {
  line-height: 30px !important;
}

.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.mx--12 {
  margin-right: -12px !important;
  margin-left: -12px !important;
}

.gap-12 {
  gap: 12px !important;
}
.input--primary.active-focus {
  background-color: #e7f0fe !important;
}