/*** Import *****/

.container-fluid {
    max-width: 144rem;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
}

@media screen and (max-width: 1200px) {
    .header-logo-pc {
        display: none;
    }

    .header-logo-mb {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .header-logo-pc {
        display: flex;
        justify-content: center;
    }

    .header-wrap {
        justify-content: space-between;

    }

    .header-logo-mb {
        display: none;
    }
}

.form-send {
    position: absolute;
    right: 16px;
    top: 0;
    min-width: max-content;

    height: 3.2rem;
    border-radius: .8rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.footer-col .form-ip input {
    border-radius: .8rem;
}

.header-srch-input .col {
    position: relative;
}

.inner-image {
    cursor: pointer;
    pointer-events: visible;
    position: sticky;
    top: calc(18.5rem + 1.6rem);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


.page-news .col.col-8 .news-slider .news-image .inner-img {
    padding-top: calc((1 / 2)* 100%);
}

#ez-toc-container {
    --bg: #fff;
    --py: 2.4rem;
    --bd: 0.1rem solid #d9d9d9;
    --rs: 0.6rem;
    background: var(--bg);
    padding: var(--py);
    border: var(--bd);
    border-radius: var(--rs);
    width: 100%;
}

#ez-toc-container .ez-toc-title {
    --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
    font-size: var(--f-sz);
    font-weight: 700 !important;
    color: #262626;
}

#ez-toc-container nav>ul>li:not(:last-child) {
    border-bottom: 0.1rem solid #f1f5f9;
}

#ez-toc-container nav>ul>li {
    padding: 1.6rem 0;
}

#wp-admin-bar-wp-logo {
    display: none;
}

.wpcf7 .hidden {
    display: none;
}

#gallery-1 img {
    border: unset !important;
}

label.btn.right {
    margin-left: auto;
    border-radius: 1rem;

}

.hd-action {
    align-items: center;

}

.hdv-img {
    position: relative;
}

.hdv-text {
    position: absolute;
    top: 36%;
    width: 64%;
    text-align: center;
    right: 16%;
}

.form-list .form-ip input,
.form-list .form-ip input::placeholder,
.form-list .form-ip select,
.select2-container .select2-selection--single .select2-selection__rendered,
.form-list .form-ip textarea::placeholder {
    color: #B3B3B3;
    font-family: "Roboto", serif;
    font-weight: 400;
}

.ft-social .iwt {
    align-items: flex-start;
}

.ft-social .iwt .t-txt {
    margin-top: -4px;
}

.ft-social {
    gap: 1.5rem;
}


.ft-menu .menu {
    gap: .6rem;
}

.qa-item.active {
    background-color: #f7faff;
    border-color: #f7faff;
}

/* .phone-button {
    display: inline-flex;
    align-items: center;
    border: 2px solid orange;
    border-radius: 50px;
    padding: 5px 15px;
    text-decoration: none;
    color: #0077cc;
    font-weight: bold;
    background-color: white;
} */

header .iwt .icon {
    margin-right: 8px;
    font-size: 20px;
    animation: shake 0.6s infinite;
    border-radius: 50%;
}

header .iwt .icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 119, 204, 0.4);
    /* xanh mờ */
    animation: pulse 1.5s infinite;
    z-index: 1;
    border-radius: 100rem;
}

/* Hiệu ứng rung */
@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(20deg);
    }

    20% {
        transform: rotate(-20deg);
    }

    30% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(10deg);
    }

    60% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(5deg);
    }

    80%,
    100% {
        transform: rotate(0deg);
    }
}

/* Hiệu ứng sóng lan */
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

.customer-it {
    transition: 1s;
}

.customer-it:hover {
    transform: scale(1.5);
}

.sfb-it {
    cursor: pointer;
}

.sec-sfb {
    background-color: #F3F8FF;
}

.spi-bg img {
    width: 100%;
}

.sys-block {
    position: relative;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.homes-logis-circle {
    position: relative;
    width: calc(100% / 3);
}

@media screen and (min-width: 701px) {

    .homes-logis-item:nth-child(1),
    .homes-logis-item:nth-child(2),
    .homes-logis-item:nth-child(3) {
        margin-bottom: auto;
    }
}




.spit-item {
    width: calc(100% / 3.1);
}

.spit-item:nth-child(1) {
    position: absolute;
    top: 38%;
    left: 4%;
}

.spit-item:nth-child(2) {
    position: absolute;
    bottom: 29%;
    left: 6%;
}

.spit-item:nth-child(3) {
    position: absolute;
    bottom: 4%;
    right: 26%;
}

.spit-item:nth-child(4) {
    position: absolute;
    bottom: 27%;
    right: -6%;
}

.spit-item:nth-child(5) {
    position: absolute;
    top: 38%;
    right: -7%;
}

@media screen and (max-width: 1020px) and (min-width: 768px) {
    .spit-item {
        width: calc(100% / 3.6);
    }

    .spit-item:nth-child(1) {
        top: 31%;
        left: 0%;
    }

    .spit-item:nth-child(2) {
        bottom: 29%;
        left: 0%;
    }

    .spit-item:nth-child(3) {
        bottom: -1%;
        right: 30%;
        width: calc(100% / 3.1);
    }

    .spit-item:nth-child(4) {
        bottom: 27%;
        right: -1%;
    }

    .spit-item:nth-child(5) {
        top: 38%;
        right: -2%;
    }
}

@media screen and (max-width: 767px) {

    .spit-item {
        width: calc(100% / 3.4);
        font-size: 1rem;
    }



    .spit-item:nth-child(4) {
        bottom: 27%;
        right: -4%;
        text-align: left;
    }

    .spit-item:nth-child(2) {
        bottom: 29%;
        left: -3%;
        text-align: right;
    }

    .spit-item:nth-child(1) {
        top: 27%;
        left: -1%;
        text-align: right;
    }

    .spit-item:nth-child(5) {
        top: 34%;
        right: -2%;
        text-align: left;
    }

    .spit-item:nth-child(3) {
        bottom: -4%;
        right: 23%;
        width: calc(100% / 2.4);
    }

    .sform-img,
    .sform-img img {
        width: 100%;
    }
}


#menu-chinh-sach {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
}

#menu-chinh-sach li {
    position: relative;
    padding-right: 1rem;
}

#menu-chinh-sach li:first-child:before {
    position: absolute;
    content: "/";
    top: 0;
    right: 0;
}

@media screen and (max-width: 400px) {

    .bnh-panel .b-head .txt {
        font-size: 2rem;
    }

    .hdv-text {
        font-size: 1.3rem;
    }

    .hdv-list li::before {
        top: .4rem;
    }

    .hd-action {
        gap: .5rem;
    }
}

/*** End ****/