html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

input,
textarea,
select,
button {
  outline: none;
}

a {
  display: block;
  text-decoration: none !important;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}


@font-face {
  font-family: "Brandon Grotesque";
  src: local("Brandon Grotesque"), url("/assets/font/BrandonGrotesque-Black.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}


p,
h1,
h4,
h2,
h3 {
  line-height: 1.5;
  margin: 0;
}

p {
  margin-bottom: 15px;
}


.box-text.text-left {
  text-align: left;
}

.box-text.text-right {
  text-align: right;
}

.box-text.text-center {
  text-align: center;
}

button:focus {
  box-shadow: none !important;
}

button:hover {
  opacity: 0.9;
}

a:hover,
a.nav-link:hover {
  color: currentColor;
  opacity: 0.9;
}

.general-title,
.footer-bottom__title,
.service-item__title,
.profile-info__title>.text-special {
  background: -webkit-linear-gradient(45deg, #2f5bb7 29%, #83d3f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.detail-nav__original {
  background: linear-gradient(90deg, #d30050 0%, #d20151 19%, #982075 39%, #6b3991 60%, #4a4ba6 80%, #3656b2 90%, #2f5ab7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* PC Alway  */
/* PC BIG  */
/* PC BIG Lower */
/* PC BIG 16 */
/* PC fit */
/* PC fit-sub */
/* PC fit lower */
/* PC fit lower */
/* PC fit small */
/* PC HD */
/* PC Change */
/* PC LOWER  min-1023px */
/* Mobile & tablet */
/* Tablet */
/* Min Mobile */
/* Mobile */
/* Phone Small */
html {
  font-size: 16px;
  scroll-behavior: smooth !important;
}

section {
  padding-top: 30px;
  padding-bottom: 30px;
}


html,
body {
  position: relative;
  height: 100%;
}

body {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #64748B;
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: #ffffff;
  --widthDefault: 1200px;
  --color-mainstream: #E5005E;
}

body .container-xl {
  max-width: var(--widthDefault) !important;
}

@media only screen and (max-width: 1440px) {
  body {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1300px) {
  body {
    font-size: 15px;
  }
}

@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  body {
    font-size: 15px;
  }
}

@media only screen and (max-width: 46.1875em) {
  body {
    font-size: 14px;
  }
}


/* Css header ****************************************************************************************************************/

.header {
  position: relative;
  z-index: 65752;
  min-height: 124px;
}

.header .stuck.position-fixed {
  width: 100%;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  animation: fixed-header 0.5s linear;
  top: 0px;
  left: 0px;
}

@keyframes fixed-header {
  0% {
    transform: translateY(-100px);
  }

  100% {
    transform: translateY(0px);
  }
}



.header-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0px;
}

.header .stuck.position-fixed .header-wrapper {
  padding: 10px 0px;
}

.header-logo {
  width: 19.3%;
  max-width: 226px;
}

.header-logo img {
  width: 100%;
  height: auto;
}

.header-wrapper .header-menu {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}

.header-wrapper .header-menu a {
  font-weight: 700;
  color: white;
  padding: 3px 16px;
  border-right: 1px solid #BEBEBE;
}

.header-wrapper .header-menu .link-menu:last-child a{
  border: none;
}

.header-wrapper .header-menu .link-menu:hover a {
  background: linear-gradient(270deg, #83A2E4 0.01%, #E780A7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.stuck.position-fixed {
  background-color: #1c1c3a !important;
}

.header-icon__mobile {
  display: none;
}


/* Css section-introduce ****************************************************************************************************************/

.section-introduce {
  padding: 180px 0px 150px 0px;
  margin-top: -140px;
  position: relative;
}

.section-introduce::after {
  content: '';
  position: absolute;
  background: linear-gradient(180deg, #ffeeff 0.01%, #ffffff 100%);
  width: 22%;
  /* top: 0px; */
  left: 62%;
  transform: translateX(-50%);
  height: 100px;
  bottom: -24px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}

.section-introduce>* {
  position: relative;
  z-index: 2;
}

.section-introduce .form-advise {
  padding: 34px 90px 34px 32px;
  box-shadow: 0px 0px 20px 0px #97AEEA40;
  border-radius: 20px;
  background-color: white;
  max-width: 495px;
}

.section-introduce .col-left {
  position: relative;
}

.section-introduce .col-left>.inner-img img {
  position: absolute;
  top: -88px;
  right: -100px;
  max-width: 320px;
}

.section-introduce .form-advise>.text-title {
  margin-bottom: 6px;
  color: #333333;
}

.section-introduce .form-advise>.text-price {
  font-size: 26px;
  font-weight: 800;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background: linear-gradient(270deg, rgb(47, 90, 183) 0.01%, rgb(54, 86, 178) 11.82%, rgb(74, 75, 166) 29.26%, rgb(107, 57, 145) 50.19%, rgb(152, 32, 117) 73.84%, rgb(210, 1, 81) 99.46%, rgb(211, 0, 80) 100%) text;
}


#custom-range input[type="range"] {
  -webkit-appearance: none;
  width: 370px;
  height: 2px;
  background: linear-gradient(270deg, #83A2E4 0.01%, #E780A7 100%);
  outline: none;
  border-radius: 5px;
  margin-top: 30px;
}

#custom-range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 9px;
  /* Kích thước của nút kéo */
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(270deg, #2F5AB7 0.01%, #D20151 99.46%, #D30050 100%);
  cursor: pointer;
}

#custom-range input[type="range"]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #E780A7;
  cursor: pointer;
}

.section-introduce .form_calculator-bottom {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.section-introduce .form_calculator-bottom strong {
  font-weight: 500;
}

.section-introduce .form-advise .box-advise input {
  max-width: 320px;
  height: 48px;
  border: 1px solid #CFDDF0;
  border-radius: 10px;
  margin-bottom: 16px;
}

.section-introduce .form-advise .box-advise button {
  max-width: 320px;
  height: 48px;
  border-radius: 100px;
  width: 100%;
  border: none;
  background: linear-gradient(270deg, #2F5AB7 0.01%, #3656B2 11.82%, #4A4BA6 29.26%, #6B3991 50.19%, #982075 73.84%, #D20151 99.46%, #D30050 100%);
  font-weight: 700;
  color: #FFFFFF;
}


.section-introduce .icon-box {
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 36px;
}

.section-introduce .icon-box .icon-wrapper {
  display: -webkit-flex;
  align-items: center;
  margin-right: 8px;
}

.section-introduce .icon-box .inner-img {
  height: 44px;
}

.section-introduce .col-right .button-call {
  position: relative;
  /* Để sử dụng pseudo-element */
  border-radius: 100px;
  /* Bo tròn viền */
  padding: 12px 60px;
  /* Thêm khoảng cách bên trong để thấy rõ viền */
  background: linear-gradient(270deg, #83A2E4 0.01%, #E780A7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 900;
  position: relative;
  width: max-content;
}

.section-introduce .col-right .button-call span {
  border-radius: 100px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  padding: 2px;
  width: calc(100%);
  height: 100%;
  position: absolute;
  top: -1px;
  left: -1px;
  background: linear-gradient(270deg, #83A2E4 0.01%, #E780A7 100%);
  color: transparent;
}

.section-introduce .col-right .text-title {
  font-size: 30px;
  line-height: 37px;
  font-style: italic;
  font-weight: 700;
  color: white;
  margin-bottom: 24px;
}

.section-introduce .col-right .text-title strong {
  background: linear-gradient(270deg, #83A2E4 0.01%, #E780A7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
}

.section-introduce .col-right .text-content {
  color: white;
  margin-bottom: 36px;
}

.section-introduce .col-right .text-content strong {
  font-weight: 700;
  margin: 0px 6px;
}

.section-introduce .col-right .text-box {
  color: white;
}

.section-introduce .col-right .text-box span {
  background: linear-gradient(270deg, #83A2E4 0.01%, #E780A7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
  margin: 0px 6px;
}

/* Dành cho trình duyệt Chrome, Safari, Edge và Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Dành cho Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.section-introduce .col-position {
  position: relative;
}

.section-introduce .col-position .inner-img {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 26.6%;
  max-width: 320px;
  transform: translateX(-68%);
}

/* Css section-procedure ****************************************************************************************************************/
.section-procedure {
  position: relative;
  z-index: 3;
  padding-top: 60px;
}

.section-procedure .row .col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-procedure .item-procedure {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: baseline;
  position: relative;
  padding-bottom: 16px;
  cursor: pointer;
}

.section-procedure .item-procedure::after {
  content: '';
  background: url(/wp-content/themes/DuchoaThemes/images/section-procedure/section-procedure3.svg);
  background-size: 100% 496%;
  background-repeat: no-repeat;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.section-procedure .item-procedure:last-child::after {
  display: none;
}

.section-procedure .item-procedure .text-number {
  background: url(/wp-content/themes/DuchoaThemes/images/section-procedure/section-procedure2.svg);
  width: 60px;
  height: 60px;
  min-width: 60px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  z-index: 4;
  border-radius: 100%;

}

.section-procedure .item-procedure .text-number span {
  background: linear-gradient(270deg, #2F5AB7 0.01%, #3656B2 11.82%, #4A4BA6 29.26%, #6B3991 50.19%, #982075 73.84%, #D20151 99.46%, #D30050 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.section-procedure .inner-img {
  width: 100%;
  max-width: 530px;
}

.section-procedure .item-procedure .box-text {
  padding: 16px;
  border-radius: 20px;
}

.section-procedure .item-procedure .box-text .text-title {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 18px;
}

.section-procedure .item-procedure.active .text-number {
  background: linear-gradient(270deg, #2F5AB7 0.01%, #3656B2 11.82%, #4A4BA6 29.26%, #6B3991 50.19%, #982075 73.84%, #D20151 99.46%, #D30050 100%);
}

.section-procedure .item-procedure.active .text-number span {
  color: white;
  background: initial;
  -webkit-text-fill-color: initial
}

.section-procedure .item-procedure.active .box-text {
  box-shadow: 0px 0px 30px 0px #0000001A;
}

.section-procedure .item-procedure.active .box-text .text-title {
  background: linear-gradient(270deg, #2F5AB7 0.01%, #3656B2 11.82%, #4A4BA6 29.26%, #6B3991 50.19%, #982075 73.84%, #D20151 99.46%, #D30050 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.section-procedure .col-top .text-title {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  line-height: 37px;
  margin-bottom: 40px;
  position: relative;
}

.section-procedure .item-procedure .box-text .text-content {
  margin-bottom: 0px;
}

.section-procedure .col-top .text-title span {
  background: linear-gradient(270deg, #2F5AB7 0.01%, #3656B2 11.82%, #4A4BA6 29.26%, #6B3991 50.19%, #982075 73.84%, #D20151 99.46%, #D30050 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-right: 6px;
}

.section-procedure .col-top .text-title::after {
  content: '';
  position: absolute;
  background: url(/wp-content/themes/DuchoaThemes/images/section-procedure/section-procedure4.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 52px;
  height: 11.5px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}



/* Css section-profession ****************************************************************************************************************/


.section-profession .col-top .text-title {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  line-height: 37px;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.section-profession .col-top .text-title span {
  background: linear-gradient(270deg, #2F5AB7 0.01%, #3656B2 11.82%, #4A4BA6 29.26%, #6B3991 50.19%, #982075 73.84%, #D20151 99.46%, #D30050 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-right: 6px;  
}

.section-profession .col-top .text-title::after {
  content: '';
  position: absolute;
  background: url(/wp-content/themes/DuchoaThemes/images/section-procedure/section-procedure4.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 52px;
  height: 11.5px;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}

.section-profession .list-profession {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 17.8px;
  max-width: 462px;
  margin: auto;
  transform: rotate(359deg);
  margin-right: initial;
}

.section-profession .item-profession {
  padding: 64px 14px;
  position: relative;
  background-color: white;
  border-radius: 20px;
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.section-profession .item-profession .inner-img {
width: 64px;
height: 64px;
margin-bottom: 16px;
}

.section-profession .item-profession .text-content {
color: #333333;
margin-bottom: 0px;
text-align: center;
}

.section-profession .item-profession:nth-child(even) {
  margin-top: -20px;
}

.section-profession .col-left {
  padding: 30px;
  padding-left: 12px;
  position: relative;
}

.section-profession .col-left > * {
  position: relative;
  z-index: 2;
}


.section-profession .col-right .inner-img {
  margin-top: -100px;
  width: 112%;
}



/* Css section-benefit ****************************************************************************************************************/

.section-benefit {
  padding-top: 150px;
  padding-bottom: 0px;
  position: relative;
  z-index: 3;
}
.section-benefit .col-top .text-title {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  line-height: 37px;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}

.section-benefit .col-top .text-title span {
  background: linear-gradient(270deg, #2F5AB7 0.01%, #3656B2 11.82%, #4A4BA6 29.26%, #6B3991 50.19%, #982075 73.84%, #D20151 99.46%, #D30050 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-right: 6px;
}

.section-benefit .col-top .text-title::after {
  content: '';
  position: absolute;
  background: url(/wp-content/themes/DuchoaThemes/images/section-procedure/section-procedure4.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 52px;
  height: 11.5px;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}

.section-benefit .col-buttom .list-benefit {
  gap: 30px 60px;
    justify-content: start;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: start;
    flex-direction: column;
}

.section-benefit .col-buttom .item-benefit {
  padding: 22px 16px;
  border-radius: 20px;
  border: 1px solid #BEBEBE;
  width: 100%;
  cursor: pointer;
  height: max-content;
}

.list-benefit.right,
.list-benefit.left {
max-width: 377px;
}

.section-benefit .col-buttom .item-benefit.active {
  box-shadow: 0px 0px 30px 0px #0000001A;
  border-color: transparent;
}

.section-benefit .col-buttom .item-benefit .icon-box {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  margin-bottom: 10px;
}

.section-benefit .col-buttom .item-benefit .text-content {
  margin-bottom: 0px;
}

.section-benefit .col-buttom .item-benefit .icon-box .text-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}
.section-benefit .col-buttom .item-benefit.active .icon-box .text-title {
  background: linear-gradient(270deg, #2F5AB7 0.01%, #3656B2 11.82%, #4A4BA6 29.26%, #6B3991 50.19%, #982075 73.84%, #D20151 99.46%, #D30050 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}


.section-benefit .col-buttom .item-benefit .icon-box img {
  width: 64px;
  height: 64px;
  margin-right: 12px;
}

.section-benefit .row {
  position: relative;
  padding-bottom: 46px;
}

.section-benefit .col-position {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.section-benefit .row .col-buttom  {
  position: relative;
  z-index: 2;
}

.list-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

.section-benefit .col-position .inner-img {
  max-width: 417px;
  margin: auto;
  width: 35.6%;
}


/* Css section-question ****************************************************************************************************************/

.section-question {
  padding: 60px 0px;
  background: linear-gradient(270deg, rgba(131, 162, 228, 0.1) 0.01%, rgba(231, 128, 167, 0.1) 100%);
  position: relative;
  z-index: 3;
}


.section-question .col-top .text-title {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  line-height: 37px;
  margin-bottom: 70px;
  position: relative;
  text-align: center;
}

.section-question .col-top .text-title span {
  background: linear-gradient(270deg, #2F5AB7 0.01%, #3656B2 11.82%, #4A4BA6 29.26%, #6B3991 50.19%, #982075 73.84%, #D20151 99.46%, #D30050 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-right: 6px;
}

.section-question .col-top .text-title::after {
  content: '';
  position: absolute;
  background: url(/wp-content/themes/DuchoaThemes/images/section-procedure/section-procedure4.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 52px;
  height: 11.5px;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}

.section-question .col-buttom .accordion-button {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #333333;
  background-color: transparent !important;
  padding-left: 0px;
  padding-right: 0px;
}


.section-question .col-buttom .accordion-button span {
  
  background: linear-gradient(270deg, #2F5AB7 0.01%, #3656B2 11.82%, #4A4BA6 29.26%, #6B3991 50.19%, #982075 73.84%, #D20151 99.46%, #D30050 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.section-question .col-buttom .accordion-button.collapsed span {
  color: #64748B;
  background: initial;
  -webkit-text-fill-color: initial;
}

.section-question .accordion-item {
background-color: transparent;
border: none;
}

.section-question .accordion-body {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.section-question .accordion-button::after {
  background: url(/wp-content/themes/DuchoaThemes/images/section-question/section-question2.svg);
background-repeat: no-repeat;
background-size: 100% 100%;
height: 19px;
width: 19px;
}

.section-question .accordion-button:not(.collapsed)::after {
background: url(/wp-content/themes/DuchoaThemes/images/section-question/section-question1.svg);
background-repeat: no-repeat;
background-size: 100% 100%;
height: 19px;
width: 19px;
}


/* Css section-progress ****************************************************************************************************************/

.section-progress {
  padding: 100px 0px 140px 0px;
}

.section-progress .col-top .text-title {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  line-height: 37px;
  margin-bottom: 110px;
  position: relative;
  text-align: center;
}

.section-progress .col-top .text-title span {
  background: linear-gradient(270deg, #2F5AB7 0.01%, #3656B2 11.82%, #4A4BA6 29.26%, #6B3991 50.19%, #982075 73.84%, #D20151 99.46%, #D30050 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-right: 6px;
}

.section-progress .col-top .text-title::after {
  content: '';
  position: absolute;
  background: url(/wp-content/themes/DuchoaThemes/images/section-procedure/section-procedure4.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 52px;
  height: 11.5px;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}

.section-progress .list-progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-progress .col-buttom {
  position: relative;
}

.section-progress .col-buttom > * {
  position: relative;
  z-index: 2;
}

.section-progress .col-buttom .inner-img {
  max-width: 833px;
    position: absolute;
    top: 10px;
    left: 53px;
    z-index: 1;
    width: 70%;
}


.section-progress .item-progress .text-number {
  background: url(/wp-content/themes/DuchoaThemes/images/section-procedure/section-procedure2.svg);
  width: 60px;
  height: 60px;
  min-width: 60px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  z-index: 4;
  border-radius: 100%;
  margin-bottom: 0px;
}

.section-progress .item-progress .text-number span {
  background: linear-gradient(270deg, #2F5AB7 0.01%, #3656B2 11.82%, #4A4BA6 29.26%, #6B3991 50.19%, #982075 73.84%, #D20151 99.46%, #D30050 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.section-progress .item-progress .box-text .text-title {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 12px;
}

.section-progress .item-progress .box-text .text-content {
  margin-bottom: 0px;
}

.section-progress .item-progress .box-text {
  max-width: 208px;
}

.section-progress .item-progress:first-child .box-text {
  max-width: 240px;
} 

.section-progress .item-progress:first-child {
  margin-top: -70px;
}

.section-progress .item-progress:nth-child(2) {
  margin-top: 18px;
}

.section-progress .item-progress {
  display: flex;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  min-width: 27.1%;
  padding: 16px;
  border-radius: 20px;
  cursor: pointer;
}

.section-progress .item-progress.active {
  box-shadow: 0px 0px 30px 0px #0000001A;
  background-color: white;
}


.section-progress .item-progress.active .text-number {
  background: linear-gradient(270deg, #2F5AB7 0.01%, #3656B2 11.82%, #4A4BA6 29.26%, #6B3991 50.19%, #982075 73.84%, #D20151 99.46%, #D30050 100%);
}

.section-progress .item-progress.active .text-number span {
  color: white;
  background: initial;
  -webkit-text-fill-color: initial;
}

.section-progress .item-progress.active .box-text .text-title {
  background: linear-gradient(270deg, #2F5AB7 0.01%, #3656B2 11.82%, #4A4BA6 29.26%, #6B3991 50.19%, #982075 73.84%, #D20151 99.46%, #D30050 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}


/* Css footer ****************************************************************************************************************/

.footer .row.top {
padding: 130px 0px 50px 0px;
border-bottom: 1px solid #FFFFFF33
}


.footer .list-icon .inner-img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}


.footer .list-icon .icon-box {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  margin-bottom: 16px;
  color: white;
}

.footer .list-icon .icon-bottom .icon-box:last-child {
  margin-bottom: 0px;
}

.footer .list-icon .text-content {
  margin-bottom: 0px;
}

.footer .list-icon .text-content strong {
  margin-right: 4px;
  font-weight: 700;
}

.footer .list-icon .icon-bottom {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 0px;

}

.footer .col-md-5 .inner-img {
max-width: 398px;
margin-bottom: 7px;
}

.footer .col-md-5 .text-title {
color: white;
text-transform: uppercase;
font-size: 18px;
font-weight: 700;
line-height: 26px;
}

.footer .col {
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-direction: column;
justify-content: center;
}

.footer .row.bottom {
  padding: 24px 0px 30px 0px;
}

.footer .row.bottom .text-title {
text-align: center;color: white;
}


/* Css offconvas-menu ****************************************************************************************************************/

.offconvas-menu {
  z-index: 65999;
  background-color: #1c1c3a;
}
.btn-close {
      background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>") center / 1em auto no-repeat;
      opacity: 1;
}

.offconvas-menu .header-menu a {
  font-weight: 700;
  color: white;
  padding: 3px 16px;
  border-right: 1px solid #BEBEBE;
}

.offconvas-menu .header-menu .link-menu:last-child a {
  border: none;
}

.offconvas-menu .header-menu ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}



/* Css responsive ****************************************************************************************************************/


@media only screen and (max-width: 1170px) {
  .section-introduce .col-position .inner-img {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 21.6%;
    max-width: 320px;
    transform: translateX(-51%);
}

}

@media only screen and (max-width: 1100px) {
  .section-progress .col-buttom .inner-img {
    max-width: 833px;
    width: 68%;
  }

    .list-benefit.right, .list-benefit.left {
      max-width: 330px;
  }

}




@media only screen and (max-width: 1000px) {
  .header-icon__mobile {
    display: block;
  }

  .list-benefit.right, .list-benefit.left {
    max-width: 100%;
}

.list-wrapper {
  flex-direction: column;
}

  .section-introduce {
    background: url(/wp-content/themes/DuchoaThemes/images/section-introduce/section-introduce9.png) !important;
    background-size: 100% 100% !important;
    background-position: center;
  }

  .section-introduce .icon-box {
    align-items: baseline;
    flex-direction: column;
}

  .section-introduce::after {
display: none;
  }

  .section-introduce .col-right .text-box span {
    margin-left: 0px;
  }

  .header-wrapper .header-menu {
    display: none;
  }

  .header-logo {
    margin: auto;
    width: 44%;
    max-width: 176px;
    height: 50px;
}

.section-introduce .form-advise {
  max-width: 100%;
  padding: 24px 21px 38px 21px;
  margin-bottom: 40px;
}

#custom-range input[type="range"] {
  width: 100%;
  margin-top: 20px;
}

.section-introduce .form-advise>.text-price {
  font-size: 24px;
}

.section-introduce .form-advise>.text-title {
  font-size: 14px;
}

.section-introduce .form_calculator-bottom {
  margin-bottom: 36px;
}

.section-introduce .form-advise .box-advise button,
.section-introduce .form-advise .box-advise input {
  max-width: 100%;
  height: 40px;
}

.section-introduce .col-right .text-title strong,
.section-introduce .col-right .text-title {
  font-size: 20px;
  line-height: 25px;
}

.section-introduce .col-right .text-content {
  margin-bottom: 24px;
}

.section-introduce .icon-box .inner-img {
  height: 30px;
  max-width: 110px;
}

.section-introduce .col-right .button-call {
  padding: 10px 55px;
}

.section-introduce .col-position .inner-img {
  position: absolute;
  bottom: -126px;
  left: initial;
  width: 36.8%;
  max-width: 320px;
  transform: initial;
  right: 40px;
}

.section-introduce .col-left {
  width: 100%;
}

.section-profession .col-right .inner-img {
  margin-top: -100px;
  width: 100%;
}

.section-benefit .col-buttom .item-benefit {
  padding: 16px;
  width: 100%;
  max-width: 100%;
}

.section-benefit .col-buttom .list-benefit {
  gap: 20px;
}

.section-benefit .col-buttom .list-benefit.left {
margin-bottom: 20px;
}


.section-profession .list-profession {
  max-width: 100%;
}

.section-profession .col-right {
  margin-bottom: 100px;
}

.section-procedure .item-procedure.active .box-text {
  box-shadow: initial;
}

.section-procedure .item-procedure {
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 24px;
  border: 1px solid #BEBEBE;
}

.section-procedure .item-procedure::after {
  background-size: 100% 2000%;
  width: 60px;
  height: 24px;
  top: 100%;
  left: 16px;
}

.section-question {
  padding: 40px 0px;
}

.section-procedure .item-procedure .text-number {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: linear-gradient(270deg, #2F5AB7 0.01%, #3656B2 11.82%, #4A4BA6 29.26%, #6B3991 50.19%, #982075 73.84%, #D20151 99.46%, #D30050 100%);
  position: absolute;
}

.section-procedure .item-procedure .text-number span {
  color: white;
  background: initial;
    -webkit-text-fill-color: initial;
}

.section-procedure .item-procedure .box-text {
  padding: 0px;
}

.section-procedure .item-procedure .box-text .text-title {
  background: initial;
  -webkit-text-fill-color: initial;
  color: black;
  padding-left: 60px;
  font-size: 18px;
  line-height: 26px;
  margin-top: 7px;
  margin-bottom: 25px;
}

.section-procedure .inner-img {
  margin-bottom: 48px;
}

.section-benefit .col-position {
  position: initial;
}

.section-progress .col-buttom > .inner-img {
  display: none;
}

.section-progress .item-progress:first-child {
  margin-top: 0px;
}

.section-progress .col-top .text-title {
  margin-bottom: 45px;
}

.section-progress .item-progress.active {
  box-shadow: none;
}

.section-progress .item-progress:nth-child(2) {
  margin-top: 0px;
}

.section-progress .item-progress {
  min-width: 50%;
}

.section-progress .item-progress .text-number {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

.section-progress .item-progress .text-number span {
  font-size: 16px;
}

.section-progress .item-progress .text-number {
  background: linear-gradient(270deg, #2F5AB7 0.01%, #3656B2 11.82%, #4A4BA6 29.26%, #6B3991 50.19%, #982075 73.84%, #D20151 99.46%, #D30050 100%);
}

.section-progress .item-progress .text-number span {
  color: white;
  background: initial;
  -webkit-text-fill-color: initial;
}

.section-progress .item-progress .box-text .text-title {
  font-size: 18px;
}

.section-progress .item-progress.active .box-text .text-title {
  color: black;
  background: initial;
  -webkit-text-fill-color: initial;
}

.section-progress .item-progress {
  align-items: initial;
  padding: 12px;
}

.section-progress .item-progress .box-text {
  max-width: initial;
}

.footer {
  background: url(/wp-content/themes/DuchoaThemes/images/footer/footer6.png)!important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}

.section-progress .list-progress {
flex-wrap: wrap;
}

.section-profession .col-left::after {
  background-size: 130% 100%;
}

.footer .list-icon .icon-bottom {
  grid-template-columns: repeat(1, 1fr);
}

.footer .list-icon .icon-bottom .icon-box:last-child {
  margin-bottom: 16px;
}

.section-profession .item-profession {
  padding: 35px 14px;
}

.section-introduce {
  padding: 160px 0px 150px 0px;
}

.section-procedure .item-procedure.active .box-text .text-title {
  background: initial;
  -webkit-text-fill-color: initial;
  color: #333333;
}

.section-benefit {
  padding-top: 84px;
}

.footer .row.bottom .col {
  text-align: center;
        justify-content: center;
        align-items: center;
}

.footer .row.bottom .text-title {
  max-width: 256px;
}


}



@media only screen and (max-width: 734px) {
  .section-introduce .col-position .inner-img {
      bottom: -220px;
      left: initial;
      width: 30.8%;
      transform: initial;
      right: 1px;
  }

  .section-benefit .col-buttom .list-benefit {
    grid-template-columns: repeat(1, 1fr);
  }
}





@media only screen and (max-width: 550px) {

  .section-introduce .container-xl > .row {
    flex-direction: column-reverse;
  }

  .section-progress .item-progress {
    min-width: 100%;
  }
  .section-introduce .col-position .inner-img {
    bottom: -470px;
    width: 48.8%;
    right: 2px;
  }

  .section-introduce .col-right {
    margin-bottom: 140px;
  }


    .section-procedure .col-top .text-title {
      font-size: 20px;
      margin-bottom: 10px;
  }

  .section-profession .col-top .text-title {
    font-size: 20px;
    line-height: 25px;
    max-width: 270px;
    margin: auto;
    margin-bottom: 120px;
}

  .section-procedure .row .col-bottom .row {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column-reverse;
  }

  .section-profession .col-left::after {
    background-size: 250% 100%;
    opacity: 0.5;
}

.section-benefit .col-top .text-title {
  font-size: 20px;
  line-height: 25px;
}

.section-benefit .col-buttom .item-benefit {
  padding: 16px;
  width: 100%;
  max-width: 100%;
}

.section-benefit .col-position .inner-img {
  max-width: initial;
  margin: auto;
  width: 80%;
}
.section-benefit .col-buttom .item-benefit .icon-box img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

.section-benefit .col-buttom .item-benefit .icon-box .text-title {
  font-size: 18px;
  line-height: 23px;
}

.section-benefit .col-buttom .item-benefit.active .icon-box .text-title {
  background: initial;
  -webkit-background-clip: text;
  -webkit-text-fill-color: initial;
  background-clip: text;
  color: black;
}
.section-benefit .col-buttom .item-benefit.active {
  box-shadow: none;
  border-color: #BEBEBE;
}
.section-benefit .col-buttom .item-benefit {
  border: 1px solid #BEBEBE;
}

.section-question .col-top .text-title {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 50px;
}

.section-question .col-buttom .accordion-button {
  font-size: 18px;
  line-height: 23px;
}

.section .col {
  padding: 0px 16px;
}

.section-progress {
  padding: 50px 0px 50px 0px;
}


.section-progress .col-top .text-title {
  font-size: 20px;
  line-height: 25px;
}

.section-progress .list-progress {
  flex-direction: column;
}

.section-progress .item-progress {
  min-width: 100%;
}

.footer .row.top {
  padding: 90px 0px 40px 0px;
  border-bottom: 1px solid #FFFFFF33;
}

.footer .col-md-5 .inner-img {
  max-width: 176px;
  margin: auto;
  margin-bottom: 7px;
}

.footer .col-md-5 .text-title {
  color: white;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 30px;
}

.footer .list-icon .icon-bottom {
  grid-template-columns: repeat(1, 1fr);
}

.footer .list-icon .icon-bottom .icon-box:last-child {
  margin-bottom: 16px;
}




}

@media only screen and (max-width: 430px) {
  .section-profession .list-profession {
    max-width: 327px;
    margin: auto;
  }

  .section-profession .item-profession {
    padding: 32px 14px;
}
}

@media only screen and (max-width: 325px) {
  .section-introduce .col-position .inner-img {
    bottom: -360px;
    width: 37.8%;
    right: 0px;
  }

  .section-introduce .col-right {
    margin-bottom: 20px;
  }

  .section-introduce {
    padding: 160px 0px 60px 0px;
  }

}

.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 50px;
  left: 0;
  z-index: 999999;
}

.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}

.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
  background-color: #e60808;
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
}

@keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }

}

@keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }

  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }

}

@keyframes phonering-alo-circle-img-anim {
  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);
  }
}

.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  width: 175px !important;
  left: 33px;
  bottom: 37px;
}

.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 40px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
  width: max-content;
}

.zalo-container {
  position: fixed;
  bottom: 4rem;
  z-index: 9;
}

.zalo-container.right {
  right: 2.5rem;
}

.zalo-container a {
  border-radius: 999px;
  width: 160px;
  height: 50px;
  padding: 7px 6px 8px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  position: relative;
  margin-top: 15px;
  background-color: #5fc4ea;
  box-shadow: 0 0px 10px rgb(0 0 0 / 21%);
  -webkit-box-shadow: 0 0px 10px rgb(0 0 0 / 21%);
  background: linear-gradient(90deg, #5fc4ea -9.92%, #225b7f 100%);
}

.zalo-container a p {
  margin-bottom:0px;
  font-size: 17px;
  font-weight: 600;
}

.zalo-container .zalo-ico {
  display: block;
  position: relative;
  z-index: 12;
  cursor: pointer;
}

.zalo-container .zalo-ico .zalo-ico-main {
  display: block;
  position: relative;
  z-index: 3;
  margin-right:10px;
  animation: shake 1.2s infinite ease-in-out;
}

@keyframes shake {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }

}

.zalo-container img {
  max-width: 100%;
  height: auto;
  width: 40px;
  border: 1px solid white;
  border-radius: 100%;
}

.zalo-container a:hover {
  opacity:0.9;
}

.zalo-container .zalo-ico em:before {
  -webkit-box-shadow: 0 0 8px 4px #7ed321;
  box-shadow: 0 0 8px 4px #7ed321;
}

.alignnone.wp-image-65 {
  margin-right:10px;
}

@keyframes Grow {
  0% {
    transform: scale(.1);
    -ms-transform: scale(.1);
    -webkit-transform: scale(.1);
    opacity: 0;
    filter: alpha(opacity = 0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity = 100);
  }
  100% {
    transform: scale(1.8);
    -ms-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    opacity: 0;
    filter: alpha(opacity = 0);
  }
}


@media (max-width: 768px) {
  .hotline-bar {
    display: none;
  }

  .zalo-container.right {
    right: initial;
    bottom: 15px;
    left: 15px;
  }

  .zalo-container img {
    width: 35px;
  }

  .zalo-container a {
    height: 35px;
    padding: 7px 1px 8px;
    width: 130px;
  }

  .hotline-phone-ring-wrap {
    bottom: 82px;
    left: -18px;
  }
  .zalo-container a:first-child {
    margin-top: 0px;
  }

  .zalo-container a p {
    font-size: 14px;
  }
}


