@font-face {
    font-family: 'UTM';
    src: url('/wp-content/themes/hazo/assets/fonts/UTMAvoBold.woff2') format('woff2'), url('/wp-content/themes/hazo/assets/fonts/UTMAvoBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTM';
    src: url('/wp-content/themes/hazo/assets/fonts/UTMAvo.woff2') format('woff2'), url('/wp-content/themes/hazo/assets/fonts/UTMAvo.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body{
   font-family: 'Be Vietnam Pro',Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.5;
}

/* title  */
.title h2{
    margin-bottom: 20px;
    font-size: 36px;
}
.title-small h2{
    font-size: 30px;
}

@media (max-width: 991px) {
    .title h2{
        font-size: 30px;
    }
    .title-small h2{
       font-size: 25px;
    }

}
@media (max-width: 768px) {
    .title h2{
        font-size: 25px;
    }
    .title-small h2{
       font-size: 23px;
    }

}
/* btn  */
.btn-ser {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  background-color: #d42027;
  border: 2px solid #d42027;
  transition: all 0.5s;
}
.btn-ser:hover{
    background-color: transparent;
    color: #d42027;
}
/* banner seo */
.seo-banner {
     font-family: "UTM" !important;
    padding: 40px 0;
}


.seo-banner-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.seo-banner-content {
    color: #fff;
}

.seo-banner-content h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
}

.seo-banner-content h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 55px;
}

.seo-banner-content ul li {
    display: flex;
    max-width: 500px;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
}

.seo-banner-content ul li+li {
    margin-top: 19px;
}

.seo-banner-content ul li::before {
    content: url(/wp-content/themes/hazo/assets/svg/check2.svg);
}

@media (min-width: 992px) {

    .seo-banner {
        padding: 94px 0 122px;
    }

    .seo-banner-img {
        width: 100%;
        height: 500px;
        position: relative;
    }

    .seo-banner-img img {
        position: absolute;
        width: 755px;
        height: 545px;
        top: 10px;
        left: -32%;
        max-width: initial;
    }
}

@media (max-width: 767px) {
    .seo-banner-content h3 {
        font-size: 16px;
    }

    .seo-banner-content h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .seo-banner-content ul li {
        max-width: 100%;
        font-size: 14px;
    }

    .seo-banner-content ul li+li {
        margin-top: 10px;
    }
}

/* all service */

.all-services{
    padding: 100px 0;
}

.all-services-title h2{ 
    font-weight: 400;
    margin-bottom: 40px;
}
.ads-service {
  background: #fff;
  padding: 50px 20px 30px 20px;
  border-radius: 6px;
  position: relative;
  margin-top: 36px;
  transition: all 0.5s;
  margin-bottom: 35px;
}
.ads-service:hover{
    transform: translateY(-5px);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
.ads-service__img {
    width: 86px;
    height: 86px;
    position: absolute;
    top: -46px;
    left: 50%;
    transform: translateX(-50%);
}
.ads-service h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
}
.ads-service ul {
  padding-left: 0;
  margin-bottom: 20px;
  list-style: decimal;
  list-style-position: inside;
  font-size: 15px;
}
@media (min-width: 1200px) {
  .ads-service ul {
    min-height: 132px;
  }
}

@media (max-width: 767px) {
    .all-services{
        padding: 40px 0;
    }
    .all-services-title h2{ 
        margin-bottom: 20px;
    }
}
/* PRICE */
.page-banggia {
    padding: 100px 0;
    margin-top: 0;
    font-family: 'Be Vietnam Pro', sans-serif;
}
.qtws-price {
    padding: 35px 0;
}
.qtws-section-title {
    font-size: 36px;
}
.qtws-price__desc {
    font-size: 22px;
}

.qtws-price__desc:after {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background-color: var(--color-red);
    margin: 10px auto 0 auto;
}

.qtws-price .home2-price-tab-content {
    margin-top: 110px;
}

.qtws-price .home2-price-tab__item {
    padding-bottom: 40px;
}

@media screen and (max-width:767px) {
    .page-banggia {
       padding: 40px 0;
    }
    .qtws-price .home2-price-tab-content {
        margin-top: 30px;
    }
}

/* Quy trình */
.procedure-ss{
    padding: 100px 0;
}
.procedure-list{
    counter-reset: section;
    position: relative;
    margin-top: 60px;
}
.procedure-list::before{
    content: "";
    position: absolute;
    top: -20px;
    left: 51%;
    border-left: 1px solid #fff;
    height: 100%;
}
.procedure-box::after{
    counter-increment: section;
    content: '0' counter(section);
    font-weight: 700;
    position: absolute;
    top: 20px;
    right: 49px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 27px;
    border-radius: 50%;
    background-color: #d42027;
}
.procedure-box::before{
    position: absolute;
    content: "";
    top: 15px;
    right: 44px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.procedure-list  .row:nth-child(even) .procedure-box::after{
    /* top: 14px; */
    right: auto;
    left: 70px;
}
.procedure-list  .row:nth-child(even)  .procedure-box::before{
    /* top: 9px; */
    right: auto;
    left: 65px;
}
.procedure-box-desc{
    padding: 20px 40px 10px 40px;
    margin-bottom: 30px;
    border-radius: 8rem;
    background: #FFF;
    box-shadow: 0px 0px 18.69px 2.31px rgba(0, 0, 0, 0.18);
    font-size: 16px;
    max-width: 445px;
    min-height: 120px;
    position: relative;
    transition: all 0.5s;
}
.procedure-box-desc:hover{
    -webkit-box-shadow: 2px 4px 17px 8px #d4202714;
    box-shadow: 2px 4px 17px 8px #d4202714;
    transform: translateY(-3px);
}
.procedure-box-desc p {
    margin-bottom: 0;
}
.procedure-box-desc h3 {
    font-size: 24px;
    color: #d42027;
}
.procedure-list .row:nth-child(even){
    flex-direction: row-reverse;
}
.procedure-list .row:nth-child(even) .procedure-box-desc{
    margin-left: auto;
}

@media (min-width: 1200px){
    .procedure-box-desc:before {
        content: '';
        display: inline-block;
        width: 66px;
        height: 1px;
        background: #FFF;
        position: absolute;
        top: 50%;
        right: -66px;        
    }
    .procedure-list .row:nth-child(even) .procedure-box-desc:before {
        right: auto;
        left: -66px;
    }
}
@media (max-width: 1200px){
    .procedure-box::before{
        right: 28px;
    }
    .procedure-box::after{
        right: 33px;
    }
    .procedure-list .row:nth-child(even) .procedure-box::before{
        left: 43px;
    }
    .procedure-list .row:nth-child(even) .procedure-box::after{
        left: 48px;
    }
    .procedure-box-desc{
        width: calc(100% - 118px);
    }
    .procedure-list .row:nth-child(even) .procedure-box-desc{
        width: calc(100% - 128px);
    }
    .procedure-box{
        display: flex;
        align-items: center;
        column-gap: 10px;
    }
}
@media (max-width: 991px){
    .procedure-list::before{
        display: none;
    }
    .procedure-box::before,
    .procedure-box::after{
        display: none;
    }
    .procedure-box-desc{
        width: 100% !important;
        max-width: 100% !important;
        min-height: auto;
        padding: 20px;
        border-radius: 30px;
    }
}

/* advantage */
.advantage-ss{
    padding: 100px 0;
}
.advantage-ss .title-small h2{
    margin-bottom: 40px;
}

.advantage__item {
  padding: 25px 20px;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 0px 18.69px 2.31px rgba(0, 0, 0, 0.18);
  text-align: center;
  height: 100%;
  transition: all 0.5s;
}
.advantage__item p{
    font-size: 15px;
    line-height: 1.4;
}
.advantage__item:hover{
    transform: translateY(-5px);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
.advantage__item h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.advantage__item__img {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px){
    .advantage-ss{
        padding: 40px 0;
    }
    .advantage-ss .title-small h2{
        margin-bottom: 20px;
    }
}