@import url(https://fonts.googleapis.com/css2?family=Pattaya&display=swap);
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.BlogListItem.row .notfound {
    text-align: center;
    margin-top: 120px;
}
a {
    text-decoration: none !important;
}
.footerMobile {
    position: relative;
    min-height: 500px;
    padding: 10px 5% 10px 5%;
    background-color: #0b0d17;
}
.footerMobile .box__logo {
    margin: 24px 0px;
}
.footerMobile .box__logo img {
    width: 130px;
    height: 40px;
}
.footerMobile .box__content-left {
    color: #ffffff;
}
.footerMobile .box__content-left h1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    /* or 156% */
    font-feature-settings: "liga" off;
}
.footerMobile .box__content-left ul {
    list-style: none;
}
.footerMobile .box__content-left ul li {
    font-size: 14px;
    line-height: 26px;
}
.footerMobile .box__content-left p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    font-feature-settings: "liga" off;
    /* Text / Gray 300 */
    color: #d9dbe1;
    margin: 24px 0px;
}
.footerMobile .box__content-right {
    color: #ffffff;
}
.footerMobile .box__content-right h1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    /* or 156% */
    font-feature-settings: "liga" off;
}
.footerMobile .box__content-right ul {
    list-style: none;
}
.footerMobile .box__content-right ul li {
    font-size: 14px;
    line-height: 24px;
}
.footerMobile .box__content-right ul li span {
    color: #2ab649;
}
.footerMobile .box__content-bottom {
    position: relative;
}
.footerMobile .box__content-bottom .icon img {
    height: 35px;
    width: 35px;
    margin: 0 10px;
}
.footerMobile .box__content-bottom p {
    padding: 15px 0;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
}

.footerWeb {
    position: relative;
    min-height: 500px;
    padding: 50px 12% 50px 12%;
    background-color: #0b0d17;
}
.footerWeb .box__logo {
    margin: 24px 0px;
}
.footerWeb .box__logo img {
    width: 130px;
    height: 40px;
}
.footerWeb .box__content-left {
    color: #ffffff;
    padding-left: 30px;
}
.footerWeb .box__content-left h1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    /* or 156% */
    font-feature-settings: "liga" off;
}
.footerWeb .box__content-left ul {
    list-style: none;
}
.footerWeb .box__content-left ul li {
    font-size: 16px;
    line-height: 26px;
}
.footerWeb .box__content-left p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    /* identical to box height, or 171% */
    font-feature-settings: "liga" off;
    /* Text / Gray 300 */
    color: #d9dbe1;
    margin: 24px 0px;
}
.footerWeb .box__content-right {
    color: #ffffff;
    padding-left: 30px;
}
.footerWeb .box__content-right h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    /* or 156% */
    font-feature-settings: "liga" off;
}
.footerWeb .box__content-right ul {
    list-style: none;
}
.footerWeb .box__content-right ul li {
    font-size: 16px;
    line-height: 26px;
}
.footerWeb .box__content-right ul li span {
    color: #2ab649;
}
.footerWeb .box__content-bottom {
    position: relative;
}
.footerWeb .box__content-bottom .icon img {
    height: 45px;
    width: 45px;
    margin: 0 10px;
}
.footerWeb .box__content-bottom p {
    padding: 15px 15px;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
}

@media screen and (max-width: 1400px) {
    .footerWeb {
        position: relative;
        min-height: 500px;
        padding: 50px 8% 50px 8%;
        background-color: #0b0d17;
    }
    .footerWeb .box__logo {
        margin: 24px 0px;
    }
    .footerWeb .box__logo img {
        width: 130px;
        height: 40px;
    }
    .footerWeb .box__content-left {
        color: #ffffff;
        padding-left: 30px;
    }
    .footerWeb .box__content-left h1 {
        font-weight: 500;
        font-size: 20px;
        line-height: 35px;
        /* or 156% */
        font-feature-settings: "liga" off;
    }
    .footerWeb .box__content-left ul {
        list-style: none;
    }
    .footerWeb .box__content-left ul li {
        font-size: 16px;
        line-height: 26px;
    }
    .footerWeb .box__content-left p {
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 24px;
        /* identical to box height, or 171% */
        font-feature-settings: "liga" off;
        /* Text / Gray 300 */
        color: #d9dbe1;
        margin: 24px 0px;
    }
    .footerWeb .box__content-right {
        color: #ffffff;
        padding-left: 30px;
    }
    .footerWeb .box__content-right h1 {
        font-weight: 500;
        font-size: 30px;
        line-height: 38px;
        /* or 156% */
        font-feature-settings: "liga" off;
    }
    .footerWeb .box__content-right ul {
        list-style: none;
    }
    .footerWeb .box__content-right ul li {
        font-size: 16px;
        line-height: 26px;
    }
    .footerWeb .box__content-right ul li span {
        color: #2ab649;
    }
    .footerWeb .box__content-bottom {
        position: relative;
    }
    .footerWeb .box__content-bottom .icon img {
        height: 45px;
        width: 45px;
        margin: 0 10px;
    }
    .footerWeb .box__content-bottom p {
        padding: 15px 15px;
        font-size: 15px;
        line-height: 24px;
        color: #ffffff;
    }
}
@media screen and (max-width: 1200px) {
    .footerWeb {
        position: relative;
        min-height: 500px;
        padding: 50px 5% 50px 5%;
        background-color: #0b0d17;
    }
    .footerWeb .box__logo {
        margin: 24px 0px;
    }
    .footerWeb .box__logo img {
        width: 130px;
        height: 40px;
    }
    .footerWeb .box__content-left {
        color: #ffffff;
        padding-left: 30px;
    }
    .footerWeb .box__content-left h1 {
        font-weight: 500;
        font-size: 20px;
        line-height: 35px;
        /* or 156% */
        font-feature-settings: "liga" off;
    }
    .footerWeb .box__content-left ul {
        list-style: none;
    }
    .footerWeb .box__content-left ul li {
        font-size: 16px;
        line-height: 26px;
    }
    .footerWeb .box__content-left p {
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 24px;
        /* identical to box height, or 171% */
        font-feature-settings: "liga" off;
        /* Text / Gray 300 */
        color: #d9dbe1;
        margin: 24px 0px;
    }
    .footerWeb .box__content-right {
        color: #ffffff;
        padding-left: 30px;
    }
    .footerWeb .box__content-right h1 {
        font-weight: 500;
        font-size: 30px;
        line-height: 38px;
        /* or 156% */
        font-feature-settings: "liga" off;
    }
    .footerWeb .box__content-right ul {
        list-style: none;
    }
    .footerWeb .box__content-right ul li {
        font-size: 16px;
        line-height: 26px;
    }
    .footerWeb .box__content-right ul li span {
        color: #2ab649;
    }
    .footerWeb .box__content-bottom {
        position: relative;
    }
    .footerWeb .box__content-bottom .icon img {
        height: 45px;
        width: 45px;
        margin: 0 10px;
    }
    .footerWeb .box__content-bottom p {
        padding: 15px 15px;
        font-size: 15px;
        line-height: 24px;
        color: #ffffff;
    }
}
@media screen and (max-width: 1000px) {
    .footerWeb {
        position: relative;
        min-height: 500px;
        padding: 50px 2% 50px 2%;
        background-color: #0b0d17;
    }
    .footerWeb .box__logo {
        margin: 24px 0px;
    }
    .footerWeb .box__logo img {
        width: 130px;
        height: 40px;
    }
    .footerWeb .box__content-left {
        color: #ffffff;
        padding-left: 30px;
    }
    .footerWeb .box__content-left h1 {
        font-weight: 500;
        font-size: 20px;
        line-height: 35px;
        /* or 156% */
        font-feature-settings: "liga" off;
    }
    .footerWeb .box__content-left ul {
        list-style: none;
    }
    .footerWeb .box__content-left ul li {
        font-size: 16px;
        line-height: 26px;
    }
    .footerWeb .box__content-left p {
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 24px;
        /* identical to box height, or 171% */
        font-feature-settings: "liga" off;
        /* Text / Gray 300 */
        color: #d9dbe1;
        margin: 24px 0px;
    }
    .footerWeb .box__content-right {
        color: #ffffff;
        padding-left: 30px;
    }
    .footerWeb .box__content-right h1 {
        font-weight: 500;
        font-size: 30px;
        line-height: 38px;
        /* or 156% */
        font-feature-settings: "liga" off;
    }
    .footerWeb .box__content-right ul {
        list-style: none;
    }
    .footerWeb .box__content-right ul li {
        font-size: 16px;
        line-height: 26px;
    }
    .footerWeb .box__content-right ul li span {
        color: #2ab649;
    }
    .footerWeb .box__content-bottom {
        position: relative;
    }
    .footerWeb .box__content-bottom .icon img {
        height: 45px;
        width: 45px;
        margin: 0 10px;
    }
    .footerWeb .box__content-bottom p {
        padding: 15px 15px;
        font-size: 15px;
        line-height: 24px;
        color: #ffffff;
    }
}
.headerMobile {
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 60px;
    overflow-x: hidden;
    background: #ffffff;
    box-shadow: 0px 1.5px 0px #e5e9f2;
}
.headerMobile .nav {
    position: relative;
    min-height: 56px;
    padding: 16px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    overflow-x: hidden;
    z-index: 4;
}
.headerMobile .nav__logo img {
    width: 115px;
    height: 30px;
}
.headerMobile .nav__btn label {
    margin-bottom: 0;
}
.headerMobile .nav__btn label img {
    width: 26px;
    height: 20px;
}
.headerMobile .nav__btn input#btnToggle {
    visibility: hidden;
}
.headerMobile .nav__btn input[type="checkbox"]:checked ~ div.list {
    display: flex;
    width: 100%;
}
.headerMobile .nav__btn input[type="checkbox"]:checked ~ div.list .right {
    width: 60%;
}
.headerMobile .nav__btn input[type="checkbox"]:checked ~ div.list .left {
    width: 40%;
    height: 100%;
}
.headerMobile .nav__btn .list {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    bottom: 0;
    z-index: 999;
    overflow-x: hidden;
    transition: 0.5s;
}
.headerMobile .nav__btn .list .right {
    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    transition: 0.5s;
    overflow-x: hidden;
}
.headerMobile .nav__btn .list .list__close {
    height: 40px;
    padding: 16px;
    display: flex;
    align-items: center;
    box-shadow: 0px 1px 0px #e5e9f2;
}
.headerMobile .nav__btn .list .list__close label {
    margin-bottom: 0;
}
.headerMobile .nav__btn .list .list__close label img {
    padding: 2px;
    width: 24px;
    height: 24px;
}
.headerMobile .nav__btn .list ul {
    list-style: none;
    flex: 1 1;
}
.headerMobile .nav__btn .list ul li.list__item {
    padding: 12px 16px;
}
.headerMobile .nav__btn .list ul li.list__item a {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #18191f;
    text-decoration: none;
}
.headerMobile .nav__btn .list ul .list__item.active a {
    color: #f77116;
}
.headerMobile .nav__btn .list .left {
    width: 0;
    background: #0b0d17;
    opacity: 0.4;
    transition: 0.5s;
}
.headerMobile .nav__btn .list .right {
    flex: 1 1;
}
.headerMobile .nav__btn .list .right .list__button {
    padding: 12px 16px;
}
.headerMobile .nav__btn .list .right .list__button button {
    background: #f77116;
    border-radius: 6px;
    color: white;
}

.headerWeb .header {
    padding: 0;
    position: relative;
    width: 100%;
    height: 866px;
    overflow-x: hidden;
    background: #ffffff;
}
.headerWeb .header__navbar {
    min-height: 72px;
    background: #ffffff;
    box-shadow: 0px 2px 0px #e5e9f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12%;
    background-color: transparent;
}
.headerWeb .header__navbar .navbar {
    width: 100%;
    z-index: 3;
}
.headerWeb .header__navbar .navbar__logo {
    width: 160px;
    height: 50px;
}
.headerWeb .header__navbar .navbar__logo img {
    min-width: 100%;
}
.headerWeb .header__navbar .navbar__content {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
}
.headerWeb .header__navbar .navbar__content-item {
    display: flex;
    align-items: center;
    margin: 0px 10px;
}
.headerWeb .header__navbar .navbar__content-item a {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    font-feature-settings: "liga" off;
    color: #18191f;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.headerWeb .header__navbar .navbar__content-item.active a {
    color: #f77116;
}
.headerWeb .header__navbar .navbar__btn {
    background: #f77116;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    outline-color: none;
}
.headerWeb .header__navbar .navbar__btn span {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    font-feature-settings: "liga" off;
    color: #ffffff;
}

@media screen and (max-width: 1400px) {
    .headerWeb .header__navbar {
        height: 72px;
        background: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 8%;
        background-color: transparent;
    }
    .headerWeb .header__navbar .navbar {
        width: 100%;
        z-index: 3;
    }
    .headerWeb .header__navbar .navbar__logo {
        width: 160px;
        height: 50px;
    }
    .headerWeb .header__navbar .navbar__logo img {
        min-width: 100%;
    }
    .headerWeb .header__navbar .navbar__content {
        display: flex;
        list-style: none;
    }
    .headerWeb .header__navbar .navbar__content-item {
        display: flex;
        align-items: center;
        margin: 0px;
    }
    .headerWeb .header__navbar .navbar__content-item a {
        font-style: normal;
        font-weight: bold;
        font-size: 19px;
        font-feature-settings: "liga" off;
        color: #18191f;
        flex: none;
        order: 0;
        flex-grow: 0;
        margin: 0px;
        z-index: 3;
    }
    .headerWeb .header__navbar .navbar__btn {
        background: #f77116;
        border-radius: 8px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        outline-color: none;
    }
    .headerWeb .header__navbar .navbar__btn span {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        font-feature-settings: "liga" off;
        color: #ffffff;
    }
}
@media screen and (max-width: 1200px) {
    .headerWeb .header__navbar {
        height: 72px;
        background: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 5%;
        background-color: transparent;
    }
    .headerWeb .header__navbar .navbar {
        width: 100%;
        z-index: 3;
    }
    .headerWeb .header__navbar .navbar__logo {
        width: 160px;
        height: 50px;
    }
    .headerWeb .header__navbar .navbar__logo img {
        min-width: 100%;
    }
    .headerWeb .header__navbar .navbar__content {
        display: flex;
        list-style: none;
    }
    .headerWeb .header__navbar .navbar__content-item {
        display: flex;
        align-items: center;
        margin: 0px;
    }
    .headerWeb .header__navbar .navbar__content-item a {
        font-style: normal;
        font-weight: bold;
        font-size: 19px;
        font-feature-settings: "liga" off;
        color: #18191f;
        flex: none;
        order: 0;
        flex-grow: 0;
        margin: 0px;
        z-index: 3;
    }
    .headerWeb .header__navbar .navbar__btn {
        background: #f77116;
        border-radius: 8px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        outline-color: none;
    }
    .headerWeb .header__navbar .navbar__btn span {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        font-feature-settings: "liga" off;
        color: #ffffff;
    }
}
@media screen and (max-width: 1000px) {
    .headerWeb .header__navbar {
        height: 72px;
        background: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 2%;
        background-color: transparent;
    }
    .headerWeb .header__navbar .navbar {
        width: 100%;
        z-index: 3;
    }
    .headerWeb .header__navbar .navbar__logo {
        width: 160px;
        height: 50px;
    }
    .headerWeb .header__navbar .navbar__logo img {
        min-width: 100%;
    }
    .headerWeb .header__navbar .navbar__content {
        display: flex;
        list-style: none;
    }
    .headerWeb .header__navbar .navbar__content-item {
        display: flex;
        align-items: center;
        margin: 0px;
    }
    .headerWeb .header__navbar .navbar__content-item a {
        font-style: normal;
        font-weight: bold;
        font-size: 19px;
        font-feature-settings: "liga" off;
        color: #18191f;
        flex: none;
        order: 0;
        flex-grow: 0;
        margin: 0px;
        z-index: 3;
    }
    .headerWeb .header__navbar .navbar__btn {
        background: #f77116;
        border-radius: 8px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        outline-color: none;
    }
    .headerWeb .header__navbar .navbar__btn span {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        font-feature-settings: "liga" off;
        color: #ffffff;
    }
}
.HomeWeb {
    padding: 0;
}
.HomeWeb .BannerItem {
    position: relative;
    overflow-x: hidden;
    min-height: 900px;
}
.HomeWeb .BannerItem .header__content {
    position: relative;
    background-color: transparent;
    z-index: 3;
}
.HomeWeb .BannerItem .header__content .left {
    padding-left: 12%;
    padding-top: 180px;
    z-index: 2;
}
.HomeWeb .BannerItem .header__content .left__text {
    font-weight: 900;
    font-size: 55px;
    line-height: 80px;
    color: #18191f;
    font-style: normal;
    padding-bottom: 20px;
}
.HomeWeb .BannerItem .header__content .left__btn {
    background: #f77116;
    border-radius: 8px;
    outline-color: none;
    color: #ffffff;
    width: 234px;
    height: 50px;
    font-weight: bold;
}
.HomeWeb .BannerItem .header__content .right {
    z-index: 2;
}
.HomeWeb .BannerItem .header__content .right__image {
    padding-top: 100px;
}
.HomeWeb .BannerItem .header__content .right__image img {
    min-width: 600px;
    width: 100%;
    height: auto;
}
.HomeWeb .BannerItem .header__background {
    z-index: 1;
    display: flex;
    overflow: hidden;
}
.HomeWeb .BannerItem .header__background-bg {
    position: absolute;
    width: 100%;
    height: 855px;
    left: 0;
    top: 0;
    background: rgba(242, 247, 255, 0.7);
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
}
.HomeWeb .BannerItem .header__background-bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 2000px 180px 0;
    border-color: transparent transparent #fff transparent;
    z-index: 1;
}
.HomeWeb .BannerItem .header__background-purple_circle {
    z-index: 2;
    position: absolute;
    width: 500px;
    height: 500px;
    right: 0px;
    top: 0px;
    border-radius: 100%;
    background: #f77116;
    filter: blur(50px);
    opacity: 0.3;
}
.HomeWeb .serviceItem {
    min-height: 800px;
    padding: 100px 12% 100px 12%;
}
.HomeWeb .serviceItem__title {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 64px;
    color: #18191f;
    padding-bottom: 70px;
}
.HomeWeb .serviceItem__content {
    margin: 15px;
    overflow: hidden;
}
.HomeWeb .serviceItem__content-img.one {
    background: #fdd9d9;
    padding: 5vh 3vh 3vh 3vh;
}
.HomeWeb .serviceItem__content-img.one img {
    transform: translateX(7%);
    width: 130%;
    object-position: left;
    height: 100%;
    transition: all 0.3s ease-in-out 0s;
}
.HomeWeb .serviceItem__content-img.one:hover img {
    transform: translateX(-30%);
}
.HomeWeb .serviceItem__content-img.two {
    background: #c0dae5;
    padding: 3vh;
    display: flex;
    justify-content: center;
}
.HomeWeb .serviceItem__content-img.two img {
    transform: translateX(2%);
    max-width: 400px;
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out 0s;
}
.HomeWeb .serviceItem__content-img.two:hover img {
    transform: translateY(-52%) translateX(2%);
}
.HomeWeb .serviceItem__content-img.there {
    background: #c1e5c0;
    padding-top: 3vh;
    display: flex;
    justify-content: center;
}
.HomeWeb .serviceItem__content-img.there img {
    transform: translateX(2%);
    max-width: 400px;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}
.HomeWeb .serviceItem__content-img.there:hover img {
    transform: translateY(-52%) translateX(2%);
}
.HomeWeb .serviceItem__content-img {
    height: 350px;
    border-radius: 8px;
    overflow: hidden;
}
.HomeWeb .serviceItem__content-text h3 {
    font-size: 26px;
    line-height: 40px;
    /* identical to box height, or 133% */
    /* Text / Gray 900 */
    color: #18191f;
    /* Inside Auto Layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 8px 0px;
    font-weight: 700;
}
.HomeWeb .serviceItem__content-text span {
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 8px 0px;
    font-weight: 600;
}
.HomeWeb .DesignWebItem {
    position: relative;
    min-height: 1100px;
    background-color: #f4f5f7;
    padding: 80px 12% 0 12%;
    margin: 0;
}
.HomeWeb .DesignWebItem .box__title-gradeOne {
    font-weight: 900;
    font-size: 45px;
    line-height: 64px;
    /* Text / Gray 900 */
    color: #18191f;
}
.HomeWeb .DesignWebItem .box__title-gradeOne span {
    color: #f77116;
}
.HomeWeb .DesignWebItem .box__title-gradeTwo {
    padding: 40px 15px 15px 15px;
    font-size: 28px;
    line-height: 40px;
    /* identical to box height, or 143% */
    /* Text / Gray 900 */
    color: #18191f;
}
.HomeWeb .DesignWebItem .box__title-gradeTwo span {
    font-weight: 900;
}
.HomeWeb .DesignWebItem .box__content-item {
    padding: 15px;
}
.HomeWeb .DesignWebItem .box__content-item img {
    width: 100%;
    border-radius: 15px;
}
.HomeWeb .DesignWebItem .box__btn {
    padding: 50px 0;
    display: flex;
    justify-content: center;
}
.HomeWeb .DesignWebItem .box__btn a {
    background: #f77116;
    border-radius: 8px;
    padding: 12px 16px;
    color: #ffff;
    font-weight: 600;
}
.HomeWeb .DesignAppItem {
    position: relative;
    min-height: 1000px;
    background-color: #ffff;
    padding: 80px 12% 80px 12%;
    margin: 0;
}
.HomeWeb .DesignAppItem .box__title-gradeOne {
    font-weight: 900;
    font-size: 45px;
    line-height: 74px;
    padding-bottom: 20px;
    /* Text / Gray 900 */
    color: #18191f;
}
.HomeWeb .DesignAppItem .box__title-gradeOne span {
    color: #f77116;
}
.HomeWeb .DesignAppItem .box__content {
    padding: 40px 15px 20px 15px;
}
.HomeWeb .DesignAppItem .box__content-img {
    padding: 0 15px;
    width: 100%;
}
.HomeWeb .DesignAppItem .box__content-img img {
    width: 100%;
}
.HomeWeb .DesignAppItem .box__content-footer {
    margin: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    border-bottom: 1px solid #f4f5f7;
}
.HomeWeb .DesignAppItem .box__content-footer .title {
    font-size: 28px;
    line-height: 40px;
}
.HomeWeb .DesignAppItem .box__content-footer .title span {
    font-weight: 900;
}
.HomeWeb .DesignAppItem .box__content-footer .btn {
    border-radius: 100px;
    padding: 10px 20px;
    background: #f77116;
    color: #ffff;
}
.HomeWeb .ReasonItem {
    position: relative;
    overflow-x: hidden;
    min-height: 800px;
    background-color: #f4f5f7;
    padding: 80px 12% 80px 12%;
    z-index: 2;
}
.HomeWeb .ReasonItem .box {
    position: relative;
    z-index: 2;
}
.HomeWeb .ReasonItem .box__title-gradeOne {
    font-weight: 900;
    font-size: 45px;
    line-height: 64px;
    padding-bottom: 30px;
    /* Text / Gray 900 */
    color: #18191f;
}
.HomeWeb .ReasonItem .box__title-gradeOne span {
    color: #f77116;
}
.HomeWeb .ReasonItem .box .box .row div {
    transition: 0.4s ease-in-out 0s;
}
.HomeWeb .ReasonItem .box__content {
    background: #ffffff;
    box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
    border-radius: 8px;
    margin: 25px 0;
    padding: 24px;
    height: 192px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: 0.3s ease-in-out 0s;
}
.HomeWeb .ReasonItem .box__content-text {
    font-size: 24px;
    line-height: 32px;
    /* or 133% */
    color: #18191f;
    font-weight: bold;
    flex: 1 1;
    transition: 0.3s ease-in-out 0s;
}
.HomeWeb .ReasonItem .box__content-icon {
    width: 32px;
    height: 29px;
}
.HomeWeb .ReasonItem .box__content-icon img {
    width: 100%;
    height: 100%;
}
.HomeWeb .ReasonItem .box__content:hover {
    background: #f77116;
    transition: 0.3s ease-in-out 0s;
}
.HomeWeb .ReasonItem .box__content:hover .box__content-text {
    color: #ffffff;
}
.HomeWeb .ReasonItem .circle {
    z-index: 1;
    position: absolute;
    width: 540px;
    height: 540px;
    border-radius: 540px;
    background: #ffe2bc;
    opacity: 0.5;
    top: 5%;
    right: 1%;
}
.HomeWeb .BusinessPartnerItem {
    position: relative;
    min-height: 500px;
    background-color: #ffff;
    padding: 80px 12% 80px 12%;
}
.HomeWeb .BusinessPartnerItem .box {
    position: relative;
}
.HomeWeb .BusinessPartnerItem .box__title-gradeOne {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 900;
    font-size: 45px;
    line-height: 64px;
    padding-bottom: 30px;
    /* Text / Gray 900 */
    text-align: center;
    color: #18191f;
}
.HomeWeb .BusinessPartnerItem .box__title-gradeOne span {
    color: #f77116;
}
.HomeWeb .BusinessPartnerItem .box__content {
    flex-wrap: wrap;
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: linear-gradient(#ffff, #fafafc);
}
.HomeWeb .BusinessPartnerItem .box__content-item {
    margin: 0 10px;
    width: 170px;
    height: 96px;
    box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.3);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.HomeWeb .BusinessPartnerItem .box__content-item img {
    padding: 15px;
    height: 100%;
}
.HomeWeb .ContactItem {
    position: relative;
    min-height: 650px;
}
.HomeWeb .ContactItem .box {
    padding: 80px 0 80px 0;
    position: relative;
    overflow: hidden;
}
.HomeWeb .ContactItem .box__right {
    padding-left: 12%;
}
.HomeWeb .ContactItem .box__right-title {
    font-weight: 900;
    font-size: 40px;
    line-height: 54px;
    /* or 135% */
    /* Default / White */
    color: #ffffff;
}
.HomeWeb .ContactItem .box__right-title span {
    color: #f77116;
}
.HomeWeb .ContactItem .box__right-title input {
    font-size: 20px;
}
.HomeWeb .ContactItem .box__right-title .form-control {
    font-size: 20px;
}
.HomeWeb .ContactItem .box__right-title select {
    height: 44px;
}
.HomeWeb .ContactItem .box__right-title textarea {
    font-size: 20px;
}
.HomeWeb .ContactItem .box__right-btn button {
    padding: 8px 20px;
    background: #f77116;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
}
.HomeWeb .ContactItem .box__left {
    width: 100%;
    display: flex;
    text-align: end;
    padding: 0;
}
.HomeWeb .ContactItem .box__left-image1 {
    max-height: 500px;
    width: 100%;
}
.HomeWeb .ContactItem .box__left img {
    height: 100%;
}
.HomeWeb .ContactItem .background {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.HomeWeb .ContactItem .background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1200px) {
    .HomeWeb .serviceItem {
        min-height: 800px;
        padding: 50px 12% 50px 12%;
    }
    .HomeWeb .serviceItem__title {
        font-weight: 900;
        font-size: 48px;
        line-height: 64px;
    }
    .HomeWeb .serviceItem__content {
        margin: 15px;
    }
    .HomeWeb .serviceItem__content-img.one {
        padding: 5vh 3vh 3vh 3vh;
    }
    .HomeWeb .serviceItem__content-img.one:hover img {
        transform: translateX(-30%);
    }
    .HomeWeb .serviceItem__content-img.two {
        background: #c0dae5;
        padding: 3vh;
    }
    .HomeWeb .serviceItem__content-img.two img {
        transform: translateX(2%);
        max-width: 400px;
        width: 100%;
        height: auto;
    }
    .HomeWeb .serviceItem__content-img.there {
        padding-top: 3vh;
    }
    .HomeWeb .serviceItem__content-img.there img {
        transform: translateX(2%);
        max-width: 400px;
    }
    .HomeWeb .serviceItem__content-img {
        height: 280px;
        border-radius: 8px;
    }
    .HomeWeb .serviceItem__content-text h3 {
        font-size: 26px;
        line-height: 40px;
        /* identical to box height, or 133% */
        /* Text / Gray 900 */
        /* Inside Auto Layout */
        margin: 8px 0px;
        font-weight: 700;
    }
    .HomeWeb .serviceItem__content-text span {
        font-size: 16px;
        line-height: 26px;
        /* identical to box height, or 162% */
        margin: 8px 0px;
        font-weight: 600;
    }
}
@media screen and (max-width: 1000px) {
    .titleSizeMobile,
    .HomeWeb .ContactItem .box__right-title,
    .HomeWeb .BusinessPartnerItem .box__title-gradeOne,
    .HomeWeb .ReasonItem .box__title-gradeOne {
        font-weight: 800;
        font-size: 32px;
        line-height: 50px;
    }

    .HomeWeb .serviceItem {
        min-height: 800px;
        padding: 50px 12% 50px 12%;
    }
    .HomeWeb .serviceItem__title {
        font-weight: 900;
        font-size: 48px;
        line-height: 64px;
    }
    .HomeWeb .serviceItem__content {
        margin: 15px;
    }
    .HomeWeb .serviceItem__content-img.one {
        padding: 5vh 3vh 3vh 3vh;
    }
    .HomeWeb .serviceItem__content-img.one:hover img {
        transform: translateX(-30%);
    }
    .HomeWeb .serviceItem__content-img.two {
        background: #c0dae5;
        padding: 3vh;
    }
    .HomeWeb .serviceItem__content-img.two img {
        transform: translateX(2%);
        max-width: 400px;
        width: 100%;
        height: auto;
    }
    .HomeWeb .serviceItem__content-img.there {
        padding-top: 3vh;
    }
    .HomeWeb .serviceItem__content-img.there img {
        transform: translateX(2%);
        max-width: 400px;
    }
    .HomeWeb .serviceItem__content-img {
        height: 450px;
        border-radius: 8px;
    }
    .HomeWeb .serviceItem__content-text h3 {
        font-size: 26px;
        line-height: 40px;
        /* identical to box height, or 133% */
        /* Text / Gray 900 */
        /* Inside Auto Layout */
        margin: 8px 0px;
        font-weight: 700;
    }
    .HomeWeb .serviceItem__content-text span {
        font-size: 16px;
        line-height: 26px;
        /* identical to box height, or 162% */
        margin: 8px 0px;
        font-weight: 600;
    }
    .HomeWeb .DesignWebItem {
        position: relative;
        min-height: 900px;
        padding: 30px 12% 0 12%;
        margin: 0;
    }
    .HomeWeb .DesignWebItem .box__title-gradeOne {
        font-weight: 900;
        font-size: 45px;
        line-height: 64px;
        /* Text / Gray 900 */
    }
    .HomeWeb .DesignWebItem .box__title-gradeTwo {
        padding: 40px 15px 15px 15px;
        font-size: 28px;
        line-height: 40px;
        /* identical to box height, or 143% */
        /* Text / Gray 900 */
    }
    .HomeWeb .DesignWebItem .box__title-gradeTwo span {
        font-weight: 900;
    }
    .HomeWeb .DesignWebItem .box__content-item {
        padding: 15px;
    }
    .HomeWeb .DesignWebItem .box__content-item img {
        width: 100%;
        border-radius: 15px;
    }
    .HomeWeb .DesignWebItem .box__btn {
        padding: 30px 0;
    }
    .HomeWeb .DesignWebItem .box__btn a {
        border-radius: 8px;
        padding: 12px 16px;
        font-weight: 600;
    }
    .HomeWeb .DesignAppItem {
        position: relative;
        min-height: 1000px;
        padding: 30px 12% 30px 12%;
        margin: 0;
    }
    .HomeWeb .DesignAppItem .box__title-gradeOne {
        font-weight: 900;
        font-size: 45px;
        line-height: 74px;
        padding-bottom: 20px;
        /* Text / Gray 900 */
    }
    .HomeWeb .DesignAppItem .box__content {
        padding: 40px 15px 20px 15px;
    }
    .HomeWeb .DesignAppItem .box__content-img {
        padding: 0 15px;
        width: 100%;
    }
    .HomeWeb .DesignAppItem .box__content-img img {
        width: 100%;
    }
    .HomeWeb .DesignAppItem .box__content-footer {
        margin: 0 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 80px;
        border-bottom: 1px solid #f4f5f7;
    }
    .HomeWeb .DesignAppItem .box__content-footer .title {
        font-size: 28px;
        line-height: 40px;
    }
    .HomeWeb .DesignAppItem .box__content-footer .title span {
        font-weight: 900;
    }
    .HomeWeb .DesignAppItem .box__content-footer .btn {
        border-radius: 100px;
        padding: 10px 20px;
    }
    .HomeWeb .ReasonItem {
        position: relative;
        min-height: 500px;
        background-color: #f4f5f7;
        padding: 30px 12% 30px 12%;
        z-index: 2;
    }
    .HomeWeb .ReasonItem .box {
        position: relative;
        z-index: 2;
    }
    .HomeWeb .ReasonItem .box__title-gradeOne {
        padding-bottom: 30px;
        /* Text / Gray 900 */
    }
    .HomeWeb .ReasonItem .box__title-gradeOne span {
        color: #f77116;
    }
    .HomeWeb .ReasonItem .box .box .row div {
        transition: 0.4s ease-in-out 0s;
    }
    .HomeWeb .ReasonItem .box__content {
        background: #ffffff;
        box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
        border-radius: 8px;
        margin: 25px 0;
        padding: 24px;
        height: 192px;
        display: flex;
        flex-direction: column;
        text-decoration: none;
        transition: 0.3s ease-in-out 0s;
    }
    .HomeWeb .ReasonItem .box__content-text {
        font-size: 20px;
        line-height: 28px;
        /* or 133% */
        font-weight: bold;
        flex: 1 1;
        transition: 0.3s ease-in-out 0s;
    }
    .HomeWeb .ReasonItem .box__content-icon {
        width: 32px;
        height: 29px;
    }
    .HomeWeb .ReasonItem .box__content-icon img {
        width: 100%;
        height: 100%;
    }
    .HomeWeb .ReasonItem .box__content:hover {
        transition: 0.3s ease-in-out 0s;
    }
    .HomeWeb .ReasonItem .box__content:hover .box__content-text {
        color: #ffffff;
    }
    .HomeWeb .ReasonItem .circle {
        z-index: 1;
        position: absolute;
        width: 540px;
        height: 540px;
        border-radius: 540px;
        background: #ffe2bc;
        opacity: 0.5;
        top: 5%;
        right: 1%;
    }
    .HomeWeb .BusinessPartnerItem {
        position: relative;
        min-height: 300px;
        padding: 30px 5vh;
    }
    .HomeWeb .BusinessPartnerItem .box {
        position: relative;
    }
    .HomeWeb .BusinessPartnerItem .box__title-gradeOne {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 0;
    }
    .HomeWeb .BusinessPartnerItem .box__title-gradeOne span {
        color: #f77116;
    }
    .HomeWeb .BusinessPartnerItem .box__content {
        padding: 30px 15px;
        align-items: center;
        background-color: linear-gradient(#ffff, #fafafc);
    }
    .HomeWeb .BusinessPartnerItem .box__content-item {
        margin: 5px;
        width: 100px;
        height: 66px;
        box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.3);
        border-radius: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .HomeWeb .BusinessPartnerItem .box__content-item img {
        padding: 8px;
        height: 100%;
    }
    .HomeWeb .ContactItem {
        position: relative;
        min-height: 450px;
    }
    .HomeWeb .ContactItem .box {
        padding: 30px 0 30px 0;
        position: relative;
    }
    .HomeWeb .ContactItem .box__right {
        padding-left: 15px;
    }
    .HomeWeb .ContactItem .box__right-title input {
        font-size: 20px;
    }
    .HomeWeb .ContactItem .box__right-title .form-control {
        font-size: 20px;
    }
    .HomeWeb .ContactItem .box__right-title select {
        height: 44px;
    }
    .HomeWeb .ContactItem .box__right-title textarea {
        font-size: 20px;
    }
    .HomeWeb .ContactItem .box__right-btn button {
        padding: 8px 20px;
        border-radius: 4px;
        font-weight: 600;
    }
    .HomeWeb .ContactItem .box__left {
        width: 100%;
        display: none;
        text-align: end;
        padding: 2vh 0 0 0;
    }
    .HomeWeb .ContactItem .box__left-image1 {
        max-height: 500px;
        width: 100%;
    }
    .HomeWeb .ContactItem .box__left img {
        height: 100%;
    }
    .HomeWeb .ContactItem .background {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .HomeWeb .ContactItem .background img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.HomeMobile .BannerItem {
    position: relative;
    background-color: #fff;
    height: 70vh;
}
.HomeMobile .BannerItem .background-image {
    z-index: 1;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
}
.HomeMobile .BannerItem .background-image img {
    width: 100%;
    height: 95%;
}
.HomeMobile .BannerItem .content {
    position: relative;
    padding: 16px;
    background-color: transparent;
    z-index: 3;
    text-align: center;
}
.HomeMobile .BannerItem .content__text {
    font-weight: 900;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    font-feature-settings: "liga" off;
    color: #18191f;
    padding-bottom: 30px;
}
.HomeMobile .BannerItem .content__btn {
    background: #f77116;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
}
.HomeMobile .BannerItem .content__image {
    margin-top: 25px;
    width: 100%;
    height: 62.5%;
}
.HomeMobile .BannerItem .content__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.HomeMobile .serviceItem {
    z-index: 1;
    position: relative;
    min-height: 800px;
    padding: 0px 0 20px 0;
}
.HomeMobile .serviceItem__title {
    padding-bottom: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    font-feature-settings: "liga" off;
    color: #18191f;
}
.HomeMobile .serviceItem__content {
    overflow: hidden;
}
.HomeMobile .serviceItem__content-img.one {
    background: #fdd9d9;
    padding: 3vh;
}
.HomeMobile .serviceItem__content-img.one img {
    transform: translateX(7%);
    width: 130%;
    object-position: left;
    height: 100%;
    transition: all 0.3s ease-in-out 0s;
}
.HomeMobile .serviceItem__content-img.two {
    background: #c0dae5;
    padding: 3vh 5vh;
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}
.HomeMobile .serviceItem__content-img.two img {
    transform: translateX(2%);
    max-width: 400px;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}
.HomeMobile .serviceItem__content-img.there {
    background: #c1e5c0;
    padding: 3vh 5vh;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.HomeMobile .serviceItem__content-img.there img {
    transform: translateX(2%);
    max-width: 400px;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}
.HomeMobile .serviceItem__content-img {
    height: 260px;
    border-radius: 8px;
    overflow: hidden;
}
.HomeMobile .serviceItem__content-text {
    padding-bottom: 2vh;
}
.HomeMobile .serviceItem__content-text h3 {
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 133% */
    font-feature-settings: "liga" off;
    /* Text / Gray 900 */
    color: #18191f;
    /* Inside Auto Layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 8px 0px;
    font-weight: 700;
}
.HomeMobile .serviceItem__content-text span {
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */
    font-feature-settings: "liga" off;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 8px 0px;
    font-weight: 600;
}
.HomeMobile .DesignWebItem {
    position: relative;
    background-color: #f4f5f7;
    padding: 30px 0 0 0;
}
.HomeMobile .DesignWebItem .box__title-gradeOne {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #18191f;
}
.HomeMobile .DesignWebItem .box__title-gradeOne span {
    color: #f77116;
}
.HomeMobile .DesignWebItem .box__title-gradeTwo {
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 22px;
    line-height: 30px;
    color: #18191f;
}
.HomeMobile .DesignWebItem .box__title-gradeTwo span {
    font-weight: 700;
}
.HomeMobile .DesignWebItem .box__content-item {
    width: 100%;
    height: 62.5%;
    padding-bottom: 3vh;
}
.HomeMobile .DesignWebItem .box__content-item img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}
.HomeMobile .DesignWebItem .box__btn {
    padding: 20px 0 30px 0;
    display: flex;
    justify-content: center;
}
.HomeMobile .DesignWebItem .box__btn a {
    background: #f77116;
    border-radius: 8px;
    padding: 9px 14px;
    color: #ffff;
    font-weight: 600;
}
.HomeMobile .DesignAppItem {
    position: relative;
    min-height: 1000px;
    background-color: #ffff;
    padding: 30px 0 30px 0;
    margin: 0;
}
.HomeMobile .DesignAppItem .box__title-gradeOne {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    font-feature-settings: "liga" off;
    padding-bottom: 20px;
    /* Text / Gray 900 */
    color: #18191f;
}
.HomeMobile .DesignAppItem .box__title-gradeOne span {
    color: #f77116;
}
.HomeMobile .DesignAppItem .box__content {
    padding: 10px 15px 20px 15px;
}
.HomeMobile .DesignAppItem .box__content-img {
    width: 100%;
}
.HomeMobile .DesignAppItem .box__content-img img {
    width: 100%;
}
.HomeMobile .DesignAppItem .box__content-footer {
    margin: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    border-bottom: 1px solid #f4f5f7;
}
.HomeMobile .DesignAppItem .box__content-footer .title {
    font-size: 20px;
    line-height: 28px;
}
.HomeMobile .DesignAppItem .box__content-footer .title span {
    font-weight: 700;
}
.HomeMobile .DesignAppItem .box__content-footer .btn {
    border-radius: 100px;
    padding: 6px 15px;
    background: #f77116;
    color: #ffff;
}
.HomeMobile .ReasonItem {
    position: relative;
    background-color: #f4f5f7;
    padding: 30px 0 30px 0;
    z-index: 2;
    overflow-x: hidden;
}
.HomeMobile .ReasonItem .box {
    position: relative;
    z-index: 2;
    overflow-x: hidden;
}
.HomeMobile .ReasonItem .box__title-gradeOne {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    font-feature-settings: "liga" off;
    padding-bottom: 5px;
    /* Text / Gray 900 */
    color: #18191f;
}
.HomeMobile .ReasonItem .box__title-gradeOne span {
    color: #f77116;
}
.HomeMobile .ReasonItem .box .box .row div {
    transition: 0.4s ease-in-out 0s;
}
.HomeMobile .ReasonItem .box__content {
    background: #ffffff;
    box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
    border-radius: 8px;
    margin: 10px 0;
    padding: 15px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: 0.3s ease-in-out 0s;
}
.HomeMobile .ReasonItem .box__content-text {
    font-size: 16px;
    line-height: 26px;
    /* or 133% */
    color: #18191f;
    font-feature-settings: "liga" off;
    font-weight: 600;
    flex: 1 1;
    transition: 0.3s ease-in-out 0s;
}
.HomeMobile .ReasonItem .box__content-icon {
    width: 32px;
    height: 29px;
}
.HomeMobile .ReasonItem .box__content-icon img {
    width: 100%;
    height: 100%;
}
.HomeMobile .ReasonItem .box__content:hover {
    background: #f77116;
    transition: 0.3s ease-in-out 0s;
}
.HomeMobile .ReasonItem .box__content:hover .box__content-text {
    color: #ffffff;
}
.HomeMobile .ReasonItem .circle {
    z-index: 1;
    position: absolute;
    width: 364px;
    height: 364px;
    border-radius: 540px;
    background: #ffe2bc;
    opacity: 0.5;
    top: 25vh;
    right: -50%;
}
.HomeMobile .BusinessPartnerItem {
    position: relative;
    min-height: 300px;
    background-color: #ffff;
}
.HomeMobile .BusinessPartnerItem .box {
    position: relative;
}
.HomeMobile .BusinessPartnerItem .box__title-gradeOne {
    padding-top: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 0;
    color: #18191f;
}
.HomeMobile .BusinessPartnerItem .box__title-gradeOne span {
    color: #f77116;
}
.HomeMobile .BusinessPartnerItem .box__content {
    flex-wrap: wrap;
    padding: 30px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: linear-gradient(#ffff, #fafafc);
}
.HomeMobile .BusinessPartnerItem .box__content-item {
    margin: 5px;
    width: 80px;
    height: 66px;
    box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.3);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.HomeMobile .BusinessPartnerItem .box__content-item img {
    padding: 8px;
    height: 100%;
}
.HomeMobile .ContactItem {
    position: relative;
    min-height: 350px;
}
.HomeMobile .ContactItem .box {
    padding: 80px 0 40px 0;
    position: relative;
    overflow: hidden;
}
.HomeMobile .ContactItem .box__right-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    /* or 135% */
    font-feature-settings: "liga" off;
    /* Default / White */
    color: #ffffff;
}
.HomeMobile .ContactItem .box__right-title span {
    color: #f77116;
}
.HomeMobile .ContactItem .box__right-title input {
    font-size: 16px;
}
.HomeMobile .ContactItem .box__right-title .form-control {
    font-feature-settings: "liga" off;
    font-size: 16px;
}
.HomeMobile .ContactItem .box__right-title select {
    height: 38px;
}
.HomeMobile .ContactItem .box__right-title textarea {
    font-size: 20px;
}
.HomeMobile .ContactItem .box__right-btn button {
    padding: 8px 20px;
    background: #f77116;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
}
.HomeMobile .ContactItem .box__left {
    display: none;
}
.HomeMobile .ContactItem .background {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.HomeMobile .ContactItem .background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.AboutUsMobile .BannerItem .box {
    padding: 0;
}
.AboutUsMobile .BannerItem .box img {
    width: 100%;
    object-fit: cover;
}
.AboutUsMobile .IntroduceItem {
    background: #f4f5f7;
    padding-top: 4vh;
    padding-bottom: 4vh;
}
.AboutUsMobile .IntroduceItem .box__image {
    padding: 0;
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
}
.AboutUsMobile .IntroduceItem .box__image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}
.AboutUsMobile .IntroduceItem .box__text {
    padding: 12px 12px 16px 12px;
    background-color: #ffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    /* or 171% */
    font-feature-settings: "liga" off;
    /* Text / Gray 800 */
    color: #474a57;
}
.AboutUsMobile .IntroduceItem .box__text ul {
    list-style: none;
}
.AboutUsMobile .IntroduceItem .box__text-btn button {
    background: #f77116;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
}
.AboutUsMobile .GroupItem {
    background: #ffff;
    padding-top: 4vh;
    padding-bottom: 4vh;
}
.AboutUsMobile .GroupItem .boxOne__title h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    /* or 133% */
    font-feature-settings: "liga" off;
    /* Text / Gray 900 */
    color: #18191f;
    padding-bottom: 2vh;
}
.AboutUsMobile .GroupItem .boxOne__content-one h3 {
    padding: 2vh 0 1vh 0;
    border-top: 2px solid #969bab;
    font-size: 22px;
    line-height: 32px;
    /* identical to box height, or 178% */
    font-feature-settings: "liga" off;
    /* Text / Gray 800 */
    color: #474a57;
}
.AboutUsMobile .GroupItem .boxOne__content-one .title {
    font-family: "Pattaya", sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.5px;
    color: #474a57;
}
.AboutUsMobile .GroupItem .boxOne__content-one .content {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    /* or 171% */
    font-feature-settings: "liga" off;
    /* Text / Gray 800 */
    color: #474a57;
}
.AboutUsMobile .GroupItem .boxOne__content-two {
    background-color: #fff;
}
.AboutUsMobile .GroupItem .boxOne__content-two .text {
    padding: 16px;
    background: #f77116;
    border-radius: 16px 16px 0 0;
    color: #ffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* or 171% */
    display: flex;
    align-items: center;
    font-feature-settings: "liga" off;
}
.AboutUsMobile .GroupItem .boxOne__content-two .image {
    height: 280px;
}
.AboutUsMobile .GroupItem .boxOne__content-two .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.AboutUsMobile .GroupItem .boxTwo__content-one h3 {
    padding: 2vh 0 1vh 0;
    border-top: 2px solid #969bab;
    font-size: 22px;
    line-height: 32px;
    /* identical to box height, or 178% */
    font-feature-settings: "liga" off;
    /* Text / Gray 800 */
    color: #474a57;
}
.AboutUsMobile .GroupItem .boxTwo__content-one .title {
    font-family: "Pattaya", sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.5px;
    color: #474a57;
}
.AboutUsMobile .GroupItem .boxTwo__content-one .content {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    /* or 171% */
    font-feature-settings: "liga" off;
    /* Text / Gray 800 */
    color: #474a57;
}
.AboutUsMobile .GroupItem .boxTwo__content-two {
    background-color: #fff;
}
.AboutUsMobile .GroupItem .boxTwo__content-two .text {
    padding: 16px;
    background: #f77116;
    color: #ffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* or 171% */
    display: flex;
    align-items: center;
    font-feature-settings: "liga" off;
}
.AboutUsMobile .GroupItem .boxTwo__content-two .image {
    height: 280px;
    border-radius: 0 0 16px 16px;
}
.AboutUsMobile .GroupItem .boxTwo__content-two .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 16px 16px;
}
.AboutUsMobile .GroupItem .boxThere__text {
    padding: 2vh 0;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    /* or 171% */
    font-feature-settings: "liga" off;
    /* Text / Gray 800 */
    color: #474a57;
}
.AboutUsMobile .GroupItem .boxThere__image {
    height: 240px;
}
.AboutUsMobile .GroupItem .boxThere__image img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}
.AboutUsMobile .GroupItem .boxFour__item-number {
    text-align: center;
    font-weight: 900;
    font-size: 52px;
    line-height: 64px;
    font-feature-settings: "liga" off;
    color: #f4f5f7;
    transform: translateY(20%);
}
.AboutUsMobile .GroupItem .boxFour__item-title {
    padding-bottom: 1vh;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    /* identical to box height, or 156% */
    text-align: center;
    font-feature-settings: "liga" off;
    /* Text / Gray 900 */
    color: #18191f;
}
.AboutUsMobile .GroupItem .boxFour__item-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* or 171% */
    text-align: center;
    font-feature-settings: "liga" off;
    /* Text / Gray 800 */
    color: #474a57;
}
.AboutUsMobile .ProjectItem {
    background: #f4f5f7;
    padding-top: 4vh;
    padding-bottom: 4vh;
}
.AboutUsMobile .ProjectItem .box__title h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    /* or 133% */
    font-feature-settings: "liga" off;
    /* Text / Gray 900 */
    color: #18191f;
    padding-bottom: 2vh;
}
.AboutUsMobile .ProjectItem .box__image {
    height: 350px;
    border-radius: 0 0 16px 16px;
}
.AboutUsMobile .ProjectItem .box__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.AboutUsMobile .ProjectItem .box__text {
    padding: 1vh 0;
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
    /* identical to box height, or 150% */
    font-feature-settings: "liga" off;
    /* Text / Gray 900 */
    color: #18191f;
}
.AboutUsMobile .ProjectItem .box__content {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    /* or 171% */
    font-feature-settings: "liga" off;
    /* Text / Gray 900 */
    color: #18191f;
}
.AboutUsMobile .ProjectItem .box__link {
    padding: 2vh 0 0 0;
    display: flex;
    align-items: flex-end;
}
.AboutUsMobile .ProjectItem .box__link a {
    padding-right: 2vh;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    /* identical to box height, or 143% */
    font-feature-settings: "liga" off;
    /* Brand / Purple */
    color: #f77116;
}
.AboutUsMobile .ProjectItem .box__link img {
    width: 25px;
    height: 15px;
}
.AboutUsWeb .BannerItem .box {
    padding: 0;
}
.AboutUsWeb .BannerItem .box img {
    width: 100%;
}
.AboutUsWeb .IntroduceItem {
    position: relative;
    padding: 10vh 12%;
    background: #f4f5f7;
    min-height: 1200px;
}
.AboutUsWeb .IntroduceItem .groupFont,
.AboutUsWeb .IntroduceItem .box__two-title p,
.AboutUsWeb .IntroduceItem .box__one-title > div {
    padding: 5vh;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    font-feature-settings: "liga" off;
    color: #474a57;
    border-radius: 8px;
    background-color: #fff;
}
.AboutUsWeb .IntroduceItem .box {
    position: relative;
}
.AboutUsWeb .IntroduceItem .box__one {
    position: relative;
    height: 600px;
    padding: 15 0;
}
.AboutUsWeb .IntroduceItem .box__one-title {
    z-index: 2;
    position: relative;
    padding: 0;
    margin: auto 0;
}
.AboutUsWeb .IntroduceItem .box__one-title > div {
    position: relative;
    width: 115%;
}
.AboutUsWeb .IntroduceItem .box__one-title > div ul {
    list-style: none;
}
.AboutUsWeb .IntroduceItem .box__one-title > div button {
    background-color: #f77116;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 500;
}
.AboutUsWeb .IntroduceItem .box__one-image {
    z-index: 1;
    padding: 5vh 0;
    height: 600px;
}
.AboutUsWeb .IntroduceItem .box__one-image img {
    width: 100%;
    height: 100%;
}
.AboutUsWeb .IntroduceItem .box__two {
    position: relative;
    height: 600px;
}
.AboutUsWeb .IntroduceItem .box__two-title {
    z-index: 2;
    position: relative;
    padding: 0;
    margin: auto 0;
}
.AboutUsWeb .IntroduceItem .box__two-title p {
    position: relative;
    float: right;
    width: 115%;
}
.AboutUsWeb .IntroduceItem .box__two-image {
    z-index: 1;
    padding: 5vh 0;
    height: 600px;
}
.AboutUsWeb .IntroduceItem .box__two-image img {
    width: 100%;
    height: 100%;
}

.AboutUsWeb .GroupItem .box__content-two .box .img:hover img.img-two {
    opacity: 1;
}

.AboutUsWeb .GroupItem .box__content-two .box .img img.img-two {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.8s;
}
.AboutUsWeb .GroupItem {
    position: relative;
    padding: 10vh 12%;
    background: #fff;
    height: auto;
}
.AboutUsWeb .GroupItem .box__title {
    padding: 0;
}
.AboutUsWeb .GroupItem .box__title h1 {
    padding: 5vh 0;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 64px;
    /* identical to box height, or 133% */
    font-feature-settings: "liga" off;
    /* Text / Gray 900 */
    color: #18191f;
}
.AboutUsWeb .GroupItem .box__content {
    position: relative;
}
.AboutUsWeb .GroupItem .box__content-one {
    padding-top: 4vh;
    padding-bottom: 4vh;
}
.AboutUsWeb .GroupItem .box__content-one .right {
    border-top: 1px solid #474a57;
    padding: 0;
}
.AboutUsWeb .GroupItem .box__content-one .right h3 {
    padding-top: 4vh;
    padding-bottom: 1vh;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    /* identical to box height, or 178% */
    font-feature-settings: "liga" off;
    /* Text / Gray 800 */
    color: #474a57;
}
.AboutUsWeb .GroupItem .box__content-one .right p {
    font-family: "Pattaya", sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 1.5px;
    /* or 160% */
    /* Text / Gray 800 */
    color: #474a57;
}
.AboutUsWeb .GroupItem .box__content-one .left {
    padding-left: 10vh;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    /* or 162% */
    font-feature-settings: "liga" off;
    /* Text / Gray 800 */
    color: #474a57;
}

.AboutUsWeb .GroupItem .box__content-two {
    border-radius: 16px;
    overflow: hidden;
}
.AboutUsWeb .GroupItem .box__content-two {
    height: 500px;
    background-color: #f77116;
}
.AboutUsWeb .GroupItem .box__content-two .box {
    display: flex;
}
.AboutUsWeb .GroupItem .box__content-two .box .img {
    width: 50%;
    height: 500px;
}
.AboutUsWeb .GroupItem .box__content-two .box .img img {
    width: 100%;
    height: 100%;
}
.AboutUsWeb .GroupItem .box__content-two .box .text {
    font-weight: 500;
    width: 50%;
    padding: 3vh;
    font-size: 18px;
    line-height: 32px;
    align-items: center;
    font-feature-settings: "liga" off;
    color: #fff;
}
.AboutUsWeb .GroupItem .box__content-there .title {
    font-weight: 500;
    padding-top: 5vh;
    padding-bottom: 5vh;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    /* or 162% */
    font-feature-settings: "liga" off;
    /* Text / Gray 800 */
    color: #474a57;
}
.AboutUsWeb .GroupItem .box__content-there .img {
    height: 450px;
}
.AboutUsWeb .GroupItem .box__content-there .img img {
    width: 100%;
    height: 100%;
}
.AboutUsWeb .GroupItem .box__footer {
    position: relative;
    padding-top: 5vh;
    padding-bottom: 5vh;
    z-index: 1;
}
.AboutUsWeb .GroupItem .box__footer .box:hover .number {
    color: #f77116;
}
.AboutUsWeb .GroupItem .box__footer .box:hover .title {
    color: #f77116;
}
.AboutUsWeb .GroupItem .box__footer .box .number {
    position: relative;
    z-index: 1;
    font-style: normal;
    font-weight: 900;
    font-size: 70px;
    line-height: 94px;
    /* identical to box height, or 148% */
    text-align: right;
    text-align: center;
    font-feature-settings: "liga" off;
    /* Text / Gray 100 */
    color: #f4f5f7;
    transform: translateY(30%);
    transition: all 0.3s ease-in-out 0s;
}
.AboutUsWeb .GroupItem .box__footer .box .title {
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    z-index: 2;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    /* identical to box height, or 156% */
    text-align: center;
    font-feature-settings: "liga" off;
    /* Text / Gray 900 */
    color: #18191f;
    padding: 1vh 0;
}
.AboutUsWeb .GroupItem .box__footer .box .text {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 26px;
    /* or 162% */
    font-weight: 500;
    text-align: center;
    font-feature-settings: "liga" off;
    /* Text / Gray 800 */
    color: #474a57;
}
.AboutUsWeb .ProjectItem {
    position: relative;
    padding: 10vh 12%;
    background: #f4f5f7;
    min-height: 1400px;
    height: auto;
}
.AboutUsWeb .ProjectItem .box {
    position: relative;
    padding-bottom: 10vh;
}
.AboutUsWeb .ProjectItem .box__title {
    padding-bottom: 10vh;
    padding-top: 5vh;
}
.AboutUsWeb .ProjectItem .box__title h1 {
    font-weight: 900;
    font-size: 48px;
    line-height: 64px;
    /* identical to box height, or 133% */
    font-feature-settings: "liga" off;
    /* Text / Gray 900 */
    color: #18191f;
}
.AboutUsWeb .ProjectItem .box__content {
    position: relative;
    height: 700px;
    width: 100%;
}
.AboutUsWeb .ProjectItem .box__content-inner {
    position: relative;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.AboutUsWeb .ProjectItem .box__content:hover .box__content-inner {
    transform: rotateY(180deg);
}
.AboutUsWeb .ProjectItem .box__content-font,
.AboutUsWeb .ProjectItem .box__content-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    height: 700px;
    width: 100%;
}
.AboutUsWeb .ProjectItem .box__content-font img,
.AboutUsWeb .ProjectItem .box__content-back img {
    width: 100%;
    height: 100%;
}
.AboutUsWeb .ProjectItem .box__content-back {
    transform: rotateY(180deg);
}
.AboutUsWeb .ProjectItem .box__content-text h3 {
    padding-top: 3vh;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    /* identical to box height, or 143% */
    font-feature-settings: "liga" off;
    /* Text / Gray 900 */
    color: #18191f;
}
.AboutUsWeb .ProjectItem .box__content-text p {
    padding: 0;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    font-feature-settings: "liga" off;
    color: #18191f;
}
.AboutUsWeb .ProjectItem .box__link {
    padding: 10vh;
    display: flex;
    align-items: baseline;
}
.AboutUsWeb .ProjectItem .box__link a {
    padding: 0 2vh 0 0;
    text-decoration: none;
    color: #f77116;
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
    /* identical to box height, or 150% */
    font-feature-settings: "liga" off;
    /* Brand / Purple */
    color: #f77116;
}
.AboutUsWeb .ProjectItem .box__link img {
    height: 20px;
    width: 35px;
}

@media screen and (max-width: 1400px) {
    .AboutUsWeb .IntroduceItem {
        position: relative;
        padding: 6vh 8%;
        background: #f4f5f7;
        min-height: 1200px;
    }
    .AboutUsWeb .IntroduceItem .groupFont1400,
    .AboutUsWeb .IntroduceItem .box__two-title p,
    .AboutUsWeb .IntroduceItem .box__one-title > div {
        padding: 3vh;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        font-feature-settings: "liga" off;
        color: #474a57;
        border-radius: 8px;
        background-color: #fff;
    }
    .AboutUsWeb .IntroduceItem .box {
        position: relative;
    }
    .AboutUsWeb .IntroduceItem .box__one {
        position: relative;
        height: 600px;
        padding: 15 0;
    }
    .AboutUsWeb .IntroduceItem .box__one-title {
        z-index: 2;
        position: relative;
        padding: 0;
        margin: auto 0;
    }
    .AboutUsWeb .IntroduceItem .box__one-title > div {
        position: relative;
        width: 115%;
    }
    .AboutUsWeb .IntroduceItem .box__one-title > div ul {
        list-style: none;
    }
    .AboutUsWeb .IntroduceItem .box__one-title > div button {
        background-color: #f77116;
        color: #ffffff;
        border-radius: 8px;
        font-weight: 500;
    }
    .AboutUsWeb .IntroduceItem .box__one-image {
        z-index: 1;
        padding: 5vh 0;
        height: 600px;
    }
    .AboutUsWeb .IntroduceItem .box__one-image img {
        width: 100%;
        height: 100%;
    }
    .AboutUsWeb .IntroduceItem .box__two {
        position: relative;
        height: 600px;
    }
    .AboutUsWeb .IntroduceItem .box__two-title {
        z-index: 2;
        position: relative;
        padding: 0;
        margin: auto 0;
    }
    .AboutUsWeb .IntroduceItem .box__two-title p {
        position: relative;
        float: right;
        width: 115%;
    }
    .AboutUsWeb .IntroduceItem .box__two-image {
        z-index: 1;
        padding: 5vh 0;
        height: 600px;
    }
    .AboutUsWeb .IntroduceItem .box__two-image img {
        width: 100%;
        height: 100%;
    }
    .AboutUsWeb .GroupItem {
        position: relative;
        padding: 5vh 8%;
        background: #fff;
        height: auto;
    }
    .AboutUsWeb .GroupItem .box__title {
        padding: 0;
    }
    .AboutUsWeb .GroupItem .box__title h1 {
        padding: 2vh 0;
        font-style: normal;
        font-weight: 900;
        font-size: 42px;
        line-height: 64px;
        /* identical to box height, or 133% */
        font-feature-settings: "liga" off;
        /* Text / Gray 900 */
        color: #18191f;
    }
    .AboutUsWeb .GroupItem .box__content {
        position: relative;
    }
    .AboutUsWeb .GroupItem .box__content-one {
        padding-top: 3vh;
        padding-bottom: 3vh;
    }
    .AboutUsWeb .GroupItem .box__content-one .right {
        border-top: 1px solid #474a57;
        padding: 0;
    }
    .AboutUsWeb .GroupItem .box__content-one .right h3 {
        font-weight: 500;
        font-size: 20px;
        line-height: 32px;
        /* identical to box height, or 178% */
        font-feature-settings: "liga" off;
        /* Text / Gray 800 */
        color: #474a57;
    }
    .AboutUsWeb .GroupItem .box__content-one .right p {
        font-family: "Pattaya", sans-serif;
        font-style: italic;
        font-weight: normal;
        font-size: 22px;
        line-height: 32px;
        letter-spacing: 1.5px;
        /* or 160% */
        /* Text / Gray 800 */
        color: #474a57;
    }
    .AboutUsWeb .GroupItem .box__content-one .left {
        padding-left: 10vh;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        /* or 162% */
        font-feature-settings: "liga" off;
        /* Text / Gray 800 */
        color: #474a57;
    }

    .AboutUsWeb .GroupItem .box__content-two {
        border-radius: 16px;
        overflow: hidden;
    }
    .AboutUsWeb .GroupItem .box__content-two {
        height: 480px;
        background-color: #f77116;
    }
    .AboutUsWeb .GroupItem .box__content-two .box {
        display: flex;
    }
    .AboutUsWeb .GroupItem .box__content-two .box .img {
        width: 50%;
        height: 480px;
    }
    .AboutUsWeb .GroupItem .box__content-two .box .img img {
        width: 100%;
        height: 100%;
    }
    .AboutUsWeb .GroupItem .box__content-two .box .text {
        width: 50%;
        padding: 2vh;
        font-size: 17px;
        line-height: 30px;
        align-items: center;
        font-feature-settings: "liga" off;
        color: #fff;
    }
    .AboutUsWeb .GroupItem .box__content-there .title {
        padding-top: 4vh;
        padding-bottom: 6vh;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
        /* or 162% */
        font-feature-settings: "liga" off;
        /* Text / Gray 800 */
        color: #474a57;
    }
    .AboutUsWeb .GroupItem .box__content-there .img {
        height: 400px;
    }
    .AboutUsWeb .GroupItem .box__content-there .img img {
        width: 100%;
        height: 100%;
    }
    .AboutUsWeb .GroupItem .box__footer {
        position: relative;
        padding-top: 3vh;
        padding-bottom: 5vh;
        z-index: 1;
    }
    .AboutUsWeb .GroupItem .box__footer .box:hover .number {
        color: #f77116;
    }
    .AboutUsWeb .GroupItem .box__footer .box:hover .title {
        color: #f77116;
    }
    .AboutUsWeb .GroupItem .box__footer .box .number {
        position: relative;
        z-index: 1;
        font-style: normal;
        font-weight: 900;
        font-size: 70px;
        line-height: 94px;
        /* identical to box height, or 148% */
        text-align: right;
        text-align: center;
        font-feature-settings: "liga" off;
        /* Text / Gray 100 */
        color: #f4f5f7;
        transform: translateY(30%);
        transition: all 0.3s ease-in-out 0s;
    }
    .AboutUsWeb .GroupItem .box__footer .box .title {
        transition: all 0.3s ease-in-out 0s;
        position: relative;
        z-index: 2;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 28px;
        /* identical to box height, or 156% */
        text-align: center;
        font-feature-settings: "liga" off;
        /* Text / Gray 900 */
        color: #18191f;
        padding: 1vh 0;
    }
    .AboutUsWeb .GroupItem .box__footer .box .text {
        position: relative;
        z-index: 2;
        font-size: 16px;
        line-height: 26px;
        /* or 162% */
        font-weight: 500;
        text-align: center;
        font-feature-settings: "liga" off;
        /* Text / Gray 800 */
        color: #474a57;
    }
    .AboutUsWeb .ProjectItem {
        position: relative;
        padding: 5vh 8%;
        background: #f4f5f7;
        min-height: 1400px;
        height: auto;
    }
    .AboutUsWeb .ProjectItem .box {
        position: relative;
        padding-bottom: 5vh;
    }
    .AboutUsWeb .ProjectItem .box__title {
        padding-bottom: 5vh;
        padding-top: 5vh;
    }
    .AboutUsWeb .ProjectItem .box__title h1 {
        font-weight: 900;
        font-size: 42px;
        line-height: 64px;
        /* identical to box height, or 133% */
        font-feature-settings: "liga" off;
        /* Text / Gray 900 */
        color: #18191f;
    }
    .AboutUsWeb .ProjectItem .box__content {
        position: relative;
        height: 600px;
        width: 100%;
    }
    .AboutUsWeb .ProjectItem .box__content-inner {
        position: relative;
        transition: transform 0.8s;
        transform-style: preserve-3d;
    }
    .AboutUsWeb .ProjectItem .box__content:hover .box__content-inner {
        transform: rotateY(180deg);
    }
    .AboutUsWeb .ProjectItem .box__content-font,
    .AboutUsWeb .ProjectItem .box__content-back {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        height: 600px;
        width: 100%;
    }
    .AboutUsWeb .ProjectItem .box__content-font img,
    .AboutUsWeb .ProjectItem .box__content-back img {
        width: 100%;
        height: 100%;
    }
    .AboutUsWeb .ProjectItem .box__content-back {
        transform: rotateY(180deg);
    }
    .AboutUsWeb .ProjectItem .box__content-text h3 {
        padding-top: 2vh;
        font-weight: 700;
        font-size: 25px;
        line-height: 40px;
        /* identical to box height, or 143% */
        font-feature-settings: "liga" off;
        /* Text / Gray 900 */
        color: #18191f;
    }
    .AboutUsWeb .ProjectItem .box__content-text p {
        padding: 0;
        margin: 0;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .AboutUsWeb .ProjectItem .box__link {
        padding-top: 10vh;
        padding-bottom: 2vh;
        display: flex;
        align-items: baseline;
    }
    .AboutUsWeb .ProjectItem .box__link a {
        padding: 0 2vh 0 0;
        text-decoration: none;
        color: #f77116;
        font-size: 32px;
        line-height: 40px;
        font-weight: bold;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        /* Brand / Purple */
        color: #f77116;
    }
    .AboutUsWeb .ProjectItem .box__link img {
        height: 20px;
        width: 35px;
    }
}
@media screen and (max-width: 1200px) {
    .AboutUsWeb .IntroduceItem {
        position: relative;
        padding: 5vh 5%;
        background: #f4f5f7;
        min-height: 1200px;
    }
    .AboutUsWeb .IntroduceItem .groupFont1200,
    .AboutUsWeb .IntroduceItem .box__two-title p,
    .AboutUsWeb .IntroduceItem .box__one-title > div {
        padding: 3vh;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        font-feature-settings: "liga" off;
        color: #474a57;
        border-radius: 8px;
        background-color: #fff;
    }
    .AboutUsWeb .IntroduceItem .box {
        position: relative;
    }
    .AboutUsWeb .IntroduceItem .box__one {
        position: relative;
        height: 500px;
        padding: 15 0;
    }
    .AboutUsWeb .IntroduceItem .box__one-title {
        z-index: 2;
        position: relative;
        padding: 0;
        margin: auto 0;
    }
    .AboutUsWeb .IntroduceItem .box__one-title > div {
        position: relative;
        width: 115%;
    }
    .AboutUsWeb .IntroduceItem .box__one-title > div ul {
        list-style: none;
    }
    .AboutUsWeb .IntroduceItem .box__one-title > div button {
        background-color: #f77116;
        color: #ffffff;
        border-radius: 8px;
        font-weight: 500;
    }
    .AboutUsWeb .IntroduceItem .box__one-image {
        z-index: 1;
        padding: 2vh 0;
        height: 500px;
    }
    .AboutUsWeb .IntroduceItem .box__one-image img {
        width: 100%;
        height: 100%;
    }
    .AboutUsWeb .IntroduceItem .box__two {
        position: relative;
        height: 500px;
    }
    .AboutUsWeb .IntroduceItem .box__two-title {
        z-index: 2;
        position: relative;
        padding: 0;
        margin: auto 0;
    }
    .AboutUsWeb .IntroduceItem .box__two-title p {
        position: relative;
        float: right;
        width: 115%;
    }
    .AboutUsWeb .IntroduceItem .box__two-image {
        z-index: 1;
        padding: 2vh 0;
        height: 500px;
    }
    .AboutUsWeb .IntroduceItem .box__two-image img {
        width: 100%;
        height: 100%;
    }
    .AboutUsWeb .GroupItem {
        position: relative;
        padding: 5vh 5%;
        background: #fff;
        height: auto;
    }
    .AboutUsWeb .GroupItem .box__title {
        padding: 0;
    }
    .AboutUsWeb .GroupItem .box__title h1 {
        padding: 2vh 0;
        font-style: normal;
        font-weight: 900;
        font-size: 40px;
        line-height: 64px;
        /* identical to box height, or 133% */
        font-feature-settings: "liga" off;
        /* Text / Gray 900 */
        color: #18191f;
    }
    .AboutUsWeb .GroupItem .box__content {
        position: relative;
    }
    .AboutUsWeb .GroupItem .box__content-one {
        padding-top: 3vh;
        padding-bottom: 3vh;
    }
    .AboutUsWeb .GroupItem .box__content-one .right {
        border-top: 1px solid #474a57;
        padding: 0;
    }
    .AboutUsWeb .GroupItem .box__content-one .right h3 {
        font-weight: 500;
        font-size: 20px;
        line-height: 32px;
        /* identical to box height, or 178% */
        font-feature-settings: "liga" off;
        /* Text / Gray 800 */
        color: #474a57;
    }
    .AboutUsWeb .GroupItem .box__content-one .right p {
        font-family: "Pattaya", sans-serif;
        font-style: italic;
        font-weight: normal;
        font-size: 22px;
        line-height: 32px;
        letter-spacing: 1.5px;
        /* or 160% */
        /* Text / Gray 800 */
        color: #474a57;
    }
    .AboutUsWeb .GroupItem .box__content-one .left {
        padding-left: 10vh;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        /* or 162% */
        font-feature-settings: "liga" off;
        /* Text / Gray 800 */
        color: #474a57;
    }

    .AboutUsWeb .GroupItem .box__content-two {
        border-radius: 16px;
        overflow: hidden;
    }
    .AboutUsWeb .GroupItem .box__content-two {
        height: 480px;
        background-color: #f77116;
    }
    .AboutUsWeb .GroupItem .box__content-two .box {
        display: flex;
    }
    .AboutUsWeb .GroupItem .box__content-two .box .img {
        width: 50%;
        height: 480px;
    }
    .AboutUsWeb .GroupItem .box__content-two .box .img img {
        width: 100%;
        height: 100%;
    }
    .AboutUsWeb .GroupItem .box__content-two .box .text {
        width: 50%;
        padding: 3vh;
        font-size: 15px;
        line-height: 30px;
        align-items: center;
        font-feature-settings: "liga" off;
        color: #fff;
    }
    .AboutUsWeb .GroupItem .box__content-there .title {
        padding-top: 4vh;
        padding-bottom: 6vh;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
        /* or 162% */
        font-feature-settings: "liga" off;
        /* Text / Gray 800 */
        color: #474a57;
    }
    .AboutUsWeb .GroupItem .box__content-there .img {
        height: 400px;
    }
    .AboutUsWeb .GroupItem .box__content-there .img img {
        width: 100%;
        height: 100%;
    }
    .AboutUsWeb .GroupItem .box__footer {
        position: relative;
        padding-top: 3vh;
        padding-bottom: 5vh;
        z-index: 1;
    }
    .AboutUsWeb .GroupItem .box__footer .box:hover .number {
        color: #f77116;
    }
    .AboutUsWeb .GroupItem .box__footer .box:hover .title {
        color: #f77116;
    }
    .AboutUsWeb .GroupItem .box__footer .box .number {
        position: relative;
        z-index: 1;
        font-style: normal;
        font-weight: 900;
        font-size: 70px;
        line-height: 94px;
        /* identical to box height, or 148% */
        text-align: right;
        text-align: center;
        font-feature-settings: "liga" off;
        /* Text / Gray 100 */
        color: #f4f5f7;
        transform: translateY(30%);
        transition: all 0.3s ease-in-out 0s;
    }
    .AboutUsWeb .GroupItem .box__footer .box .title {
        transition: all 0.3s ease-in-out 0s;
        position: relative;
        z-index: 2;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 28px;
        /* identical to box height, or 156% */
        text-align: center;
        font-feature-settings: "liga" off;
        /* Text / Gray 900 */
        color: #18191f;
        padding: 1vh 0;
    }
    .AboutUsWeb .GroupItem .box__footer .box .text {
        position: relative;
        z-index: 2;
        font-size: 16px;
        line-height: 26px;
        /* or 162% */
        font-weight: 500;
        text-align: center;
        font-feature-settings: "liga" off;
        /* Text / Gray 800 */
        color: #474a57;
    }
    .AboutUsWeb .ProjectItem {
        position: relative;
        padding: 5vh 5%;
        background: #f4f5f7;
        min-height: 1400px;
        height: auto;
    }
    .AboutUsWeb .ProjectItem .box {
        position: relative;
        padding-bottom: 5vh;
    }
    .AboutUsWeb .ProjectItem .box__title {
        padding-bottom: 5vh;
        padding-top: 5vh;
    }
    .AboutUsWeb .ProjectItem .box__title h1 {
        font-weight: 900;
        font-size: 42px;
        line-height: 64px;
        /* identical to box height, or 133% */
        font-feature-settings: "liga" off;
        /* Text / Gray 900 */
        color: #18191f;
    }
    .AboutUsWeb .ProjectItem .box__content {
        position: relative;
        height: 600px;
        width: 100%;
    }
    .AboutUsWeb .ProjectItem .box__content-inner {
        position: relative;
        transition: transform 0.8s;
        transform-style: preserve-3d;
    }
    .AboutUsWeb .ProjectItem .box__content:hover .box__content-inner {
        transform: rotateY(180deg);
    }
    .AboutUsWeb .ProjectItem .box__content-font,
    .AboutUsWeb .ProjectItem .box__content-back {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        height: 600px;
        width: 100%;
    }
    .AboutUsWeb .ProjectItem .box__content-font img,
    .AboutUsWeb .ProjectItem .box__content-back img {
        width: 100%;
        height: 100%;
    }
    .AboutUsWeb .ProjectItem .box__content-back {
        transform: rotateY(180deg);
    }
    .AboutUsWeb .ProjectItem .box__content-text h3 {
        padding-top: 2vh;
        font-weight: 700;
        font-size: 25px;
        line-height: 40px;
        /* identical to box height, or 143% */
        font-feature-settings: "liga" off;
        /* Text / Gray 900 */
        color: #18191f;
    }
    .AboutUsWeb .ProjectItem .box__content-text p {
        padding: 0;
        margin: 0;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .AboutUsWeb .ProjectItem .box__link {
        padding-top: 10vh;
        padding-bottom: 2vh;
        display: flex;
        align-items: baseline;
    }
    .AboutUsWeb .ProjectItem .box__link a {
        padding: 0 2vh 0 0;
        text-decoration: none;
        color: #f77116;
        font-size: 32px;
        line-height: 40px;
        font-weight: bold;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        /* Brand / Purple */
        color: #f77116;
    }
    .AboutUsWeb .ProjectItem .box__link img {
        height: 20px;
        width: 35px;
    }
}
@media screen and (max-width: 1000px) {
    .AboutUsWeb .IntroduceItem {
        position: relative;
        padding: 2vh 2%;
        background: #f4f5f7;
        min-height: 800px;
    }
    .AboutUsWeb .IntroduceItem .groupFont1000,
    .AboutUsWeb .IntroduceItem .box__two-title p,
    .AboutUsWeb .IntroduceItem .box__one-title > div {
        padding: 2vh;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        font-feature-settings: "liga" off;
        color: #474a57;
        border-radius: 8px;
        background-color: #fff;
    }
    .AboutUsWeb .IntroduceItem .box {
        position: relative;
    }
    .AboutUsWeb .IntroduceItem .box__one {
        position: relative;
        height: 400px;
        padding: 15 0;
    }
    .AboutUsWeb .IntroduceItem .box__one-title {
        z-index: 2;
        position: relative;
        padding: 0;
        margin: auto 0;
    }
    .AboutUsWeb .IntroduceItem .box__one-title > div {
        position: relative;
        width: 115%;
    }
    .AboutUsWeb .IntroduceItem .box__one-title > div ul {
        list-style: none;
    }
    .AboutUsWeb .IntroduceItem .box__one-title > div button {
        background-color: #f77116;
        color: #ffffff;
        border-radius: 8px;
        font-weight: 500;
    }
    .AboutUsWeb .IntroduceItem .box__one-image {
        z-index: 1;
        padding: 3vh 0;
        height: 400px;
    }
    .AboutUsWeb .IntroduceItem .box__one-image img {
        width: 100%;
        height: 100%;
    }
    .AboutUsWeb .IntroduceItem .box__two {
        position: relative;
        height: 400px;
    }
    .AboutUsWeb .IntroduceItem .box__two-title {
        z-index: 2;
        position: relative;
        padding: 0;
        margin: auto 0;
    }
    .AboutUsWeb .IntroduceItem .box__two-title p {
        position: relative;
        float: right;
        width: 115%;
    }
    .AboutUsWeb .IntroduceItem .box__two-image {
        z-index: 1;
        padding: 2vh 0;
        height: 400px;
    }
    .AboutUsWeb .IntroduceItem .box__two-image img {
        width: 100%;
        height: 100%;
    }
    .AboutUsWeb .GroupItem {
        position: relative;
        padding: 2vh 2%;
        background: #fff;
        height: auto;
    }
    .AboutUsWeb .GroupItem .box__title {
        padding: 0;
    }
    .AboutUsWeb .GroupItem .box__title h1 {
        padding: 2vh 0;
        font-style: normal;
        font-weight: 900;
        font-size: 36px;
        line-height: 56px;
        /* identical to box height, or 133% */
        font-feature-settings: "liga" off;
        /* Text / Gray 900 */
        color: #18191f;
    }
    .AboutUsWeb .GroupItem .box__content {
        position: relative;
    }
    .AboutUsWeb .GroupItem .box__content-one {
        padding-top: 1vh;
        padding-bottom: 1vh;
    }
    .AboutUsWeb .GroupItem .box__content-one .right {
        border-top: 1px solid #474a57;
        padding: 0;
    }
    .AboutUsWeb .GroupItem .box__content-one .right h3 {
        font-weight: 500;
        font-size: 20px;
        line-height: 32px;
        /* identical to box height, or 178% */
        font-feature-settings: "liga" off;
        /* Text / Gray 800 */
        color: #474a57;
    }
    .AboutUsWeb .GroupItem .box__content-one .right p {
        font-family: "Pattaya", sans-serif;
        font-style: italic;
        font-weight: normal;
        font-size: 22px;
        line-height: 32px;
        letter-spacing: 1.5px;
        /* or 160% */
        /* Text / Gray 800 */
        color: #474a57;
    }
    .AboutUsWeb .GroupItem .box__content-one .left {
        padding-left: 10vh;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        /* or 162% */
        font-feature-settings: "liga" off;
        /* Text / Gray 800 */
        color: #474a57;
    }

    .AboutUsWeb .GroupItem .box__content-two {
        border-radius: 16px;
        overflow: hidden;
    }
    .AboutUsWeb .GroupItem .box__content-two {
        height: 400px;
        background-color: #f77116;
    }
    .AboutUsWeb .GroupItem .box__content-two .box {
        display: flex;
    }
    .AboutUsWeb .GroupItem .box__content-two .box .img {
        width: 50%;
        height: 400px;
        position: relative;
    }
    .AboutUsWeb .GroupItem .box__content-two .box .img img {
        width: 100%;
        height: 100%;
    }

    .AboutUsWeb .GroupItem .box__content-two .box .text {
        width: 50%;
        padding: 2vh;
        font-size: 14px;
        line-height: 28px;
        align-items: center;
        font-feature-settings: "liga" off;
        color: #fff;
    }
    .AboutUsWeb .GroupItem .box__content-there .title {
        padding-top: 4vh;
        padding-bottom: 6vh;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
        /* or 162% */
        font-feature-settings: "liga" off;
        /* Text / Gray 800 */
        color: #474a57;
    }
    .AboutUsWeb .GroupItem .box__content-there .img {
        height: 400px;
    }
    .AboutUsWeb .GroupItem .box__content-there .img img {
        width: 100%;
        height: 100%;
    }
    .AboutUsWeb .GroupItem .box__footer {
        position: relative;
        padding-top: 3vh;
        padding-bottom: 5vh;
        z-index: 1;
    }
    .AboutUsWeb .GroupItem .box__footer .box:hover .number {
        color: #f77116;
    }
    .AboutUsWeb .GroupItem .box__footer .box:hover .title {
        color: #f77116;
    }
    .AboutUsWeb .GroupItem .box__footer .box .number {
        position: relative;
        z-index: 1;
        font-style: normal;
        font-weight: 900;
        font-size: 70px;
        line-height: 94px;
        /* identical to box height, or 148% */
        text-align: right;
        text-align: center;
        font-feature-settings: "liga" off;
        /* Text / Gray 100 */
        color: #f4f5f7;
        transform: translateY(30%);
        transition: all 0.3s ease-in-out 0s;
    }
    .AboutUsWeb .GroupItem .box__footer .box .title {
        transition: all 0.3s ease-in-out 0s;
        position: relative;
        z-index: 2;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 28px;
        /* identical to box height, or 156% */
        text-align: center;
        font-feature-settings: "liga" off;
        /* Text / Gray 900 */
        color: #18191f;
        padding: 1vh 0;
    }
    .AboutUsWeb .GroupItem .box__footer .box .text {
        position: relative;
        z-index: 2;
        font-size: 16px;
        line-height: 26px;
        /* or 162% */
        font-weight: 500;
        text-align: center;
        font-feature-settings: "liga" off;
        /* Text / Gray 800 */
        color: #474a57;
    }
    .AboutUsWeb .ProjectItem {
        position: relative;
        padding: 5vh 2%;
        background: #f4f5f7;
        min-height: 600px;
        height: auto;
    }
    .AboutUsWeb .ProjectItem .box {
        position: relative;
        padding-bottom: 5vh;
    }
    .AboutUsWeb .ProjectItem .box__title {
        padding-left: unset !important;
        padding-right: unset !important;
        padding-bottom: 5vh;
        padding-top: 3vh;
    }
    .AboutUsWeb .ProjectItem .box__title h1 {
        font-weight: 900;
        font-size: 36px;
        line-height: 64px;
        /* identical to box height, or 133% */
        font-feature-settings: "liga" off;
        /* Text / Gray 900 */
        color: #18191f;
    }
    .AboutUsWeb .ProjectItem .box__content {
        padding-left: unset !important;
        padding-right: unset !important;
        position: relative;
        height: 600px;
        width: 100%;
    }
    .AboutUsWeb .ProjectItem .box__content-inner {
        position: relative;
        transition: transform 0.8s;
        transform-style: preserve-3d;
    }
    .AboutUsWeb .ProjectItem .box__content:hover .box__content-inner {
        transform: rotateY(180deg);
    }
    .AboutUsWeb .ProjectItem .box__content-font,
    .AboutUsWeb .ProjectItem .box__content-back {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        height: 600px;
        width: 100%;
    }
    .AboutUsWeb .ProjectItem .box__content-font img,
    .AboutUsWeb .ProjectItem .box__content-back img {
        width: 100%;
        height: 100%;
    }
    .AboutUsWeb .ProjectItem .box__content-back {
        transform: rotateY(180deg);
    }
    .AboutUsWeb .ProjectItem .box__content-text {
        padding-left: unset !important;
        padding-right: unset !important;
    }
    .AboutUsWeb .ProjectItem .box__content-text h3 {
        padding-top: 3vh;
        font-weight: 700;
        font-size: 28px;
        line-height: 40px;
        /* identical to box height, or 143% */
        font-feature-settings: "liga" off;
        /* Text / Gray 900 */
        color: #18191f;
    }
    .AboutUsWeb .ProjectItem .box__content-text p {
        padding: 0;
        margin: 0;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .AboutUsWeb .ProjectItem .box__link {
        padding-top: 8vh;
        padding-bottom: 2vh;
        padding-left: unset !important;
        padding-right: unset !important;
        display: flex;
        align-items: baseline;
    }
    .AboutUsWeb .ProjectItem .box__link a {
        padding: 0 2vh 0 0;
        text-decoration: none;
        color: #f77116;
        font-size: 30px;
        line-height: 40px;
        font-weight: bold;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        /* Brand / Purple */
        color: #f77116;
    }
    .AboutUsWeb .ProjectItem .box__link img {
        height: 20px;
        width: 35px;
    }
}

.BlogWeb .TitleItem {
    padding: 40px 12% 0 12%;
}
.BlogWeb .TitleItem .box {
    padding: 0;
}
.BlogWeb .TitleItem .box__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 2px solid #eeeff4;
}
.BlogWeb .TitleItem .box__title h1 {
    font-weight: 900;
    font-size: 54px;
    /* identical to box height, or 133% */
    font-feature-settings: "liga" off;
}
.BlogWeb .TitleItem .box__title .input-group {
    height: 30px;
    width: 30%;
}

.BlogWeb .TitleItem .box__title .input-group form {
    width: 100%;
    display: flex;
}
.BlogWeb .TitleItem .box__title .input-group input {
    font-size: 18px;
    font-weight: 500;
    font-feature-settings: "liga" off;
    border-radius: 0 200px 200px 0;
}
.BlogWeb .TitleItem .box__title .input-group-text {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-radius: 200px 0 0 200px;
    outline: none;
    background-color: #ffff;
}
.BlogWeb .TitleItem .box__title .input-group-text img {
    height: 20px;
    width: 20px;
}
.BlogWeb .HighlightItem {
    padding: 60px 12%;
}
.BlogWeb .HighlightItem .image {
    padding: 0;
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
}
.BlogWeb .HighlightItem .image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.BlogWeb .HighlightItem .content {
    padding: 0 0 0 5vh;
    display: flex;
    flex-direction: column;
}
.BlogWeb .HighlightItem .content__category {
    display: flex;
    align-items: center;
}
.BlogWeb .HighlightItem .content__category-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    font-feature-settings: "liga" off;
}
.BlogWeb .HighlightItem .content__category-dot {
    margin: 0 2vh;
    width: 6px;
    height: 6px;
    background-color: #18191f;
    border-radius: 100%;
}
.BlogWeb .HighlightItem .content__category-time {
    color: #969bab;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}
.BlogWeb .HighlightItem .content__title {
    padding: 3vh 0;
    font-weight: 900;
    font-size: 28px;
    line-height: 40px;
    /* or 143% */
    color: #18191f;
    font-feature-settings: "liga" off;
}
.BlogWeb .HighlightItem .content__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #474a57;
    flex: 1 1;
}
.BlogWeb .HighlightItem .content__link {
    padding: 3vh 0;
    display: flex;
    align-items: flex-end;
}
.BlogWeb .HighlightItem .content__title a {
    padding: 3vh 0;
    font-weight: 900;
    font-size: 28px;
    line-height: 40px;
    /* or 143% */
    color: #18191f;
    font-feature-settings: "liga" off;
    text-decoration: none;
}
.BlogWeb .HighlightItem .content__text a {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #474a57;
    flex: 1 1;
}
.BlogWeb .HighlightItem .content__link {
    padding: 3vh 0;
    display: flex;
    align-items: flex-end;
}
.BlogWeb .HighlightItem .content__link a {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #f77116;
    padding-right: 2vh;
}
.BlogWeb .HighlightItem .content__link img {
    height: 20px;
    width: 30px;
}
.BlogWeb .Content {
    padding: 1vh 12%;
}
.BlogWeb .Content .BlogListItem .box__image {
    padding: 0;
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
}
.BlogWeb .Content .BlogListItem .box__image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.BlogWeb .Content .BlogListItem .box__content-category {
    display: flex;
    align-items: center;
    padding: 2vh 0 0.5vh 0;
}
.BlogWeb .Content .BlogListItem .box__content-category .type {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #18191f;
}
.BlogWeb .Content .BlogListItem .box__content-category .dot {
    margin: 0 2vh;
    width: 6px;
    height: 6px;
    background-color: #18191f;
    border-radius: 100%;
}
.BlogWeb .Content .BlogListItem .box__content-category .time {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #969bab;
}
.BlogWeb .Content .BlogListItem .box__content-title a {
    text-decoration: none;
    font-weight: 900;
    font-size: 28px;
    line-height: 40px;
    /* or 143% */
    color: #18191f;
    font-feature-settings: "liga" off;
}
.BlogWeb .Content .BlogListItem .box__content-text a {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    /* or 162% */
    font-feature-settings: "liga" off;
    color: #474a57;
}
.BlogWeb .Content .BlogListItem .box__content-link {
    padding: 2vh 0;
    display: flex;
    align-items: baseline;
}
.BlogWeb .Content .BlogListItem .box__content-link a {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #f77116;
    padding-right: 2vh;
}
.BlogWeb .Content .BlogListItem .box__content-link img {
    height: 15px;
    width: 25px;
}
.BlogWeb .Content .ManyViewersItem {
    padding-left: 7%;
}
.BlogWeb .Content .ManyViewersItem .box {
    background-color: #f4f5f7;
    border-radius: 12px;
    padding-top: 3vh;
    padding-bottom: 2vh;
}
.BlogWeb .Content .ManyViewersItem .box__title {
    padding: 0 0 1vh 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 150% */
    font-feature-settings: "liga" off;
    color: #18191f;
}
.BlogWeb .Content .ManyViewersItem .box__content {
    padding: 1.5vh 0;
}
.BlogWeb .Content .ManyViewersItem .box__content-image {
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
}
.BlogWeb .Content .ManyViewersItem .box__content-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.BlogWeb .Content .ManyViewersItem .box__content-text a {
    padding-left: 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    color: #474a57;
}
.BlogWeb .Content .KeywordItem {
    padding-left: 7%;
    padding-top: 8%;
}
.BlogWeb .Content .KeywordItem .box {
    background-color: #f4f5f7;
    border-radius: 12px;
    padding-top: 3vh;
    padding-bottom: 2vh;
}
.BlogWeb .Content .KeywordItem .box__title {
    padding: 0 0 1vh 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 150% */
    font-feature-settings: "liga" off;
    color: #18191f;
}
.BlogWeb .Content .KeywordItem .box__content {
    padding-top: 2vh;
    display: flex;
    flex-wrap: wrap;
}
.BlogWeb .Content .KeywordItem .box__content-item {
    margin-right: 2%;
    margin-bottom: 10px;
    padding: 5px 12px;
    border: 1px solid #d9dbe1;
    border-radius: 200px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #474a57;
}
.BlogWeb .OtherItem,
.BlogWeb .MaybeYouLikeItem {
    padding: 50px 12%;
}
.BlogWeb .OtherItem .title,
.BlogWeb .MaybeYouLikeItem .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-feature-settings: "liga" off;
    padding: 0 0 20px 0;
    border-bottom: 2px solid #eeeff4;
}
.BlogWeb .OtherItem .title h1,
.BlogWeb .MaybeYouLikeItem .title h1 {
    color: #18191f;
    font-weight: 900;
    font-size: 52px;
    line-height: 62px;
    /* identical to box height, or 135% */
}
.BlogWeb .OtherItem .title a,
.BlogWeb .MaybeYouLikeItem .title a {
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    line-height: 48px;
    color: #2ece51;
}
.BlogWeb .OtherItem .box,
.BlogWeb .MaybeYouLikeItem .box {
    padding-top: 40px;
}
.BlogWeb .OtherItem .box__image,
.BlogWeb .MaybeYouLikeItem .box__image {
    padding: 0;
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
}
.BlogWeb .OtherItem .box__image img,
.BlogWeb .MaybeYouLikeItem .box__image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.BlogWeb .OtherItem .box__title,
.BlogWeb .MaybeYouLikeItem .box__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    /* or 133% */
    font-feature-settings: "liga" off;
    color: #18191f;
    text-decoration: none;
}
.BlogWeb .OtherItem .box__text,
.BlogWeb .MaybeYouLikeItem .box__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: "liga" off;
    color: #474a57;
}
.BlogWeb .OtherItem .box__link,
.BlogWeb .MaybeYouLikeItem .box__link {
    padding: 1vh 0;
    display: flex;
    align-items: baseline;
}
.BlogWeb .OtherItem .box__link a,
.BlogWeb .MaybeYouLikeItem .box__link a {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #f77116;
    padding-right: 2vh;
}
.BlogWeb .OtherItem .box__link img,
.BlogWeb .MaybeYouLikeItem .box__link img {
    height: 15px;
    width: 20px;
}

@media screen and (max-width: 1400px) {
    .BlogWeb .TitleItem {
        padding: 30px 8% 0 8%;
    }
    .BlogWeb .TitleItem .box {
        padding: 0;
    }
    .BlogWeb .TitleItem .box__title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 25px;
        border-bottom: 2px solid #eeeff4;
    }
    .BlogWeb .TitleItem .box__title h1 {
        font-weight: 900;
        font-size: 54px;
        /* identical to box height, or 133% */
        font-feature-settings: "liga" off;
    }
    .BlogWeb .TitleItem .box__title .input-group {
        height: 30px;
        width: 30%;
    }
    .BlogWeb .TitleItem .box__title .input-group input {
        font-size: 17px;
        font-weight: 500;
        font-feature-settings: "liga" off;
        border-radius: 0 200px 200px 0;
    }
    .BlogWeb .TitleItem .box__title .input-group-text {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        border-radius: 200px 0 0 200px;
        outline: none;
        background-color: #ffff;
    }
    .BlogWeb .TitleItem .box__title .input-group-text img {
        height: 20px;
        width: 20px;
    }
    .BlogWeb .HighlightItem {
        padding: 60px 8%;
    }
    .BlogWeb .HighlightItem .image {
        padding: 0;
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogWeb .HighlightItem .image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogWeb .HighlightItem .content {
        padding: 0 0 0 3vh;
        display: flex;
        flex-direction: column;
    }
    .BlogWeb .HighlightItem .content__category {
        display: flex;
        align-items: center;
    }
    .BlogWeb .HighlightItem .content__category-text {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        font-feature-settings: "liga" off;
    }
    .BlogWeb .HighlightItem .content__category-dot {
        margin: 0 2vh;
        width: 6px;
        height: 6px;
        background-color: #18191f;
        border-radius: 100%;
    }
    .BlogWeb .HighlightItem .content__category-time {
        color: #969bab;
        font-size: 15px;
        line-height: 24px;
        font-weight: 500;
    }
    .BlogWeb .HighlightItem .content__title a {
        padding: 2vh 0;
        font-weight: 900;
        font-size: 28px;
        line-height: 40px;
        /* or 143% */
        color: #18191f;
        font-feature-settings: "liga" off;
        text-decoration: none;
    }
    .BlogWeb .HighlightItem .content__text a {
        font-weight: 500;
        font-size: 19px;
        line-height: 30px;
        color: #474a57;
        flex: 1 1;
    }
    .BlogWeb .HighlightItem .content__link {
        padding: 0;
        display: flex;
        align-items: baseline;
    }
    .BlogWeb .HighlightItem .content__link a {
        font-weight: 700;
        font-size: 22px;
        line-height: 30px;
        color: #f77116;
        padding-right: 2vh;
    }
    .BlogWeb .HighlightItem .content__link img {
        height: 20px;
        width: 30px;
    }
    .BlogWeb .Content {
        padding: 1vh 8%;
    }
    .BlogWeb .Content .BlogListItem .box__image {
        padding: 0;
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogWeb .Content .BlogListItem .box__image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogWeb .Content .BlogListItem .box__content-category {
        display: flex;
        align-items: center;
        padding: 2vh 0 1vh 0;
    }
    .BlogWeb .Content .BlogListItem .box__content-category .type {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #18191f;
    }
    .BlogWeb .Content .BlogListItem .box__content-category .dot {
        margin: 0 2vh;
        width: 6px;
        height: 6px;
        background-color: #18191f;
        border-radius: 100%;
    }
    .BlogWeb .Content .BlogListItem .box__content-category .time {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #969bab;
    }
    .BlogWeb .Content .BlogListItem .box__content-title a {
        text-decoration: none;
        font-weight: 900;
        font-size: 24px;
        line-height: 34px;
        /* or 143% */
        color: #18191f;
        font-feature-settings: "liga" off;
    }
    .BlogWeb .Content .BlogListItem .box__content-text a {
        text-decoration: none;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        /* or 162% */
        font-feature-settings: "liga" off;
        color: #474a57;
    }
    .BlogWeb .Content .BlogListItem .box__content-link {
        padding: 1vh 0 2vh 0;
        display: flex;
        align-items: baseline;
    }
    .BlogWeb .Content .BlogListItem .box__content-link a {
        font-weight: 700;
        font-size: 18px;
        line-height: 30px;
        color: #f77116;
        padding-right: 2vh;
    }
    .BlogWeb .Content .BlogListItem .box__content-link img {
        height: 15px;
        width: 25px;
    }
    .BlogWeb .Content .ManyViewersItem {
        padding-left: 7%;
    }
    .BlogWeb .Content .ManyViewersItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 2vh;
        padding-bottom: 1vh;
    }
    .BlogWeb .Content .ManyViewersItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogWeb .Content .ManyViewersItem .box__content {
        padding: 1vh 0;
    }
    .BlogWeb .Content .ManyViewersItem .box__content-image {
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogWeb .Content .ManyViewersItem .box__content-image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogWeb .Content .ManyViewersItem .box__content-text a {
        padding-left: 0;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: #474a57;
    }
    .BlogWeb .Content .KeywordItem {
        padding-left: 7%;
        padding-top: 8%;
    }
    .BlogWeb .Content .KeywordItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 2vh;
        padding-bottom: 1vh;
    }
    .BlogWeb .Content .KeywordItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogWeb .Content .KeywordItem .box__content {
        padding-top: 2vh;
        display: flex;
        flex-wrap: wrap;
    }
    .BlogWeb .Content .KeywordItem .box__content-item {
        margin-right: 2%;
        margin-bottom: 10px;
        padding: 4px 11px;
        border: 1px solid #d9dbe1;
        border-radius: 200px;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #474a57;
    }
    .BlogWeb .OtherItem,
    .BlogWeb .MaybeYouLikeItem {
        padding: 30px 8%;
    }
    .BlogWeb .OtherItem .title,
    .BlogWeb .MaybeYouLikeItem .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-feature-settings: "liga" off;
        padding: 0 0 20px 0;
        border-bottom: 2px solid #eeeff4;
    }
    .BlogWeb .OtherItem .title h1,
    .BlogWeb .MaybeYouLikeItem .title h1 {
        color: #18191f;
        font-weight: 900;
        font-size: 48px;
        line-height: 62px;
        /* identical to box height, or 135% */
    }
    .BlogWeb .OtherItem .title a,
    .BlogWeb .MaybeYouLikeItem .title a {
        text-decoration: none;
        font-weight: 600;
        font-size: 24px;
        line-height: 48px;
        color: #2ece51;
    }
    .BlogWeb .OtherItem .box,
    .BlogWeb .MaybeYouLikeItem .box {
        padding-top: 40px;
    }
    .BlogWeb .OtherItem .box__image,
    .BlogWeb .MaybeYouLikeItem .box__image {
        padding: 0;
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogWeb .OtherItem .box__image img,
    .BlogWeb .MaybeYouLikeItem .box__image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogWeb .OtherItem .box__title,
    .BlogWeb .MaybeYouLikeItem .box__title {
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        /* or 133% */
        font-feature-settings: "liga" off;
        color: #18191f;
        text-decoration: none;
    }
    .BlogWeb .OtherItem .box__text,
    .BlogWeb .MaybeYouLikeItem .box__text {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        font-feature-settings: "liga" off;
        color: #474a57;
    }
    .BlogWeb .OtherItem .box__link,
    .BlogWeb .MaybeYouLikeItem .box__link {
        padding: 1vh 0;
        display: flex;
        align-items: baseline;
    }
    .BlogWeb .OtherItem .box__link a,
    .BlogWeb .MaybeYouLikeItem .box__link a {
        font-weight: 700;
        font-size: 18px;
        line-height: 28px;
        color: #f77116;
        padding-right: 2vh;
    }
    .BlogWeb .OtherItem .box__link img,
    .BlogWeb .MaybeYouLikeItem .box__link img {
        height: 15px;
        width: 20px;
    }
}
@media screen and (max-width: 1200px) {
    .BlogWeb .TitleItem {
        padding: 30px 5% 0 5%;
    }
    .BlogWeb .TitleItem .box {
        padding: 0;
    }
    .BlogWeb .TitleItem .box__title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 25px;
        border-bottom: 2px solid #eeeff4;
    }
    .BlogWeb .TitleItem .box__title h1 {
        font-weight: 900;
        font-size: 54px;
        /* identical to box height, or 133% */
        font-feature-settings: "liga" off;
    }
    .BlogWeb .TitleItem .box__title .input-group {
        height: 30px;
        width: 30%;
    }
    .BlogWeb .TitleItem .box__title .input-group input {
        font-size: 16px;
        font-weight: 500;
        border-radius: 0 200px 200px 0;
    }
    .BlogWeb .TitleItem .box__title .input-group-text {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        border-radius: 200px 0 0 200px;
        outline: none;
        background-color: #ffff;
    }
    .BlogWeb .TitleItem .box__title .input-group-text img {
        height: 20px;
        width: 20px;
    }
    .BlogWeb .HighlightItem {
        padding: 50px 5% 40px 5%;
    }
    .BlogWeb .HighlightItem .image {
        padding: 0;
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogWeb .HighlightItem .image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogWeb .HighlightItem .content {
        padding: 0 0 0 3vh;
        display: flex;
        flex-direction: column;
    }
    .BlogWeb .HighlightItem .content__category {
        display: flex;
        align-items: center;
    }
    .BlogWeb .HighlightItem .content__category-text {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        font-feature-settings: "liga" off;
    }
    .BlogWeb .HighlightItem .content__category-dot {
        margin: 0 2vh;
        width: 6px;
        height: 6px;
        background-color: #18191f;
        border-radius: 100%;
    }
    .BlogWeb .HighlightItem .content__category-time {
        color: #969bab;
        font-size: 15px;
        line-height: 24px;
        font-weight: 500;
    }
    .BlogWeb .HighlightItem .content__title a {
        padding: 1vh 0;
        font-weight: 900;
        font-size: 26px;
        line-height: 32px;
        /* or 143% */
        color: #18191f;
        font-feature-settings: "liga" off;
        text-decoration: none;
    }
    .BlogWeb .HighlightItem .content__text a {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #474a57;
        flex: 1 1;
    }
    .BlogWeb .HighlightItem .content__link {
        padding: 1vh 0;
        display: flex;
        align-items: baseline;
    }
    .BlogWeb .HighlightItem .content__link a {
        font-weight: 700;
        font-size: 18px;
        line-height: 36px;
        color: #f77116;
        padding-right: 2vh;
    }
    .BlogWeb .HighlightItem .content__link img {
        height: 10px;
        width: 15px;
    }
    .BlogWeb .Content {
        padding: 1vh 5%;
    }
    .BlogWeb .Content .BlogListItem .box__image {
        padding: 0;
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogWeb .Content .BlogListItem .box__image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogWeb .Content .BlogListItem .box__content-category {
        display: flex;
        align-items: center;
        padding: 1.5vh 0 0.5vh 0;
    }
    .BlogWeb .Content .BlogListItem .box__content-category .type {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #18191f;
    }
    .BlogWeb .Content .BlogListItem .box__content-category .dot {
        margin: 0 2vh;
        width: 6px;
        height: 6px;
        background-color: #18191f;
        border-radius: 100%;
    }
    .BlogWeb .Content .BlogListItem .box__content-category .time {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #969bab;
    }
    .BlogWeb .Content .BlogListItem .box__content-title a {
        text-decoration: none;
        font-weight: 900;
        font-size: 20px;
        line-height: 34px;
        /* or 143% */
        color: #18191f;
        font-feature-settings: "liga" off;
    }
    .BlogWeb .Content .BlogListItem .box__content-text a {
        text-decoration: none;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        /* or 162% */
        font-feature-settings: "liga" off;
        color: #474a57;
    }
    .BlogWeb .Content .BlogListItem .box__content-link {
        padding: 0.5vh 0 2vh 0;
        display: flex;
        align-items: baseline;
    }
    .BlogWeb .Content .BlogListItem .box__content-link a {
        font-weight: 700;
        font-size: 16px;
        line-height: 30px;
        color: #f77116;
        padding-right: 2vh;
    }
    .BlogWeb .Content .BlogListItem .box__content-link img {
        height: 10px;
        width: 15px;
    }
    .BlogWeb .Content .ManyViewersItem {
        padding-left: 7%;
    }
    .BlogWeb .Content .ManyViewersItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 3vh;
        padding-bottom: 2vh;
    }
    .BlogWeb .Content .ManyViewersItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogWeb .Content .ManyViewersItem .box__content {
        padding: 1vh 0;
    }
    .BlogWeb .Content .ManyViewersItem .box__content-image {
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogWeb .Content .ManyViewersItem .box__content-image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogWeb .Content .ManyViewersItem .box__content-text a {
        padding-left: 0;
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        color: #474a57;
    }
    .BlogWeb .Content .KeywordItem {
        padding-left: 7%;
        padding-top: 8%;
    }
    .BlogWeb .Content .KeywordItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 2vh;
        padding-bottom: 1vh;
    }
    .BlogWeb .Content .KeywordItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogWeb .Content .KeywordItem .box__content {
        padding-top: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .BlogWeb .Content .KeywordItem .box__content-item {
        margin-right: 2%;
        margin-bottom: 6px;
        padding: 3px 9px;
        border: 1px solid #d9dbe1;
        border-radius: 200px;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #474a57;
    }
    .BlogWeb .OtherItem,
    .BlogWeb .MaybeYouLikeItem {
        padding: 10px 5% 30px 5%;
    }
    .BlogWeb .OtherItem .title,
    .BlogWeb .MaybeYouLikeItem .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-feature-settings: "liga" off;
        padding: 0 0 20px 0;
        border-bottom: 2px solid #eeeff4;
    }
    .BlogWeb .OtherItem .title h1,
    .BlogWeb .MaybeYouLikeItem .title h1 {
        color: #18191f;
        font-weight: 900;
        font-size: 40px;
        line-height: 60px;
        /* identical to box height, or 135% */
    }
    .BlogWeb .OtherItem .title a,
    .BlogWeb .MaybeYouLikeItem .title a {
        text-decoration: none;
        font-weight: 600;
        font-size: 24px;
        line-height: 48px;
        color: #2ece51;
    }
    .BlogWeb .OtherItem .box,
    .BlogWeb .MaybeYouLikeItem .box {
        padding-top: 20px;
    }
    .BlogWeb .OtherItem .box__image,
    .BlogWeb .MaybeYouLikeItem .box__image {
        padding: 0;
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogWeb .OtherItem .box__image img,
    .BlogWeb .MaybeYouLikeItem .box__image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogWeb .OtherItem .box__title,
    .BlogWeb .MaybeYouLikeItem .box__title {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        /* or 133% */
        font-feature-settings: "liga" off;
        color: #18191f;
        text-decoration: none;
    }
    .BlogWeb .OtherItem .box__text,
    .BlogWeb .MaybeYouLikeItem .box__text {
        padding-top: 1vh;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        font-feature-settings: "liga" off;
        color: #474a57;
    }
    .BlogWeb .OtherItem .box__link,
    .BlogWeb .MaybeYouLikeItem .box__link {
        padding: 0.5vh 0 1vh 0;
        display: flex;
        align-items: baseline;
    }
    .BlogWeb .OtherItem .box__link a,
    .BlogWeb .MaybeYouLikeItem .box__link a {
        font-weight: 700;
        font-size: 16px;
        line-height: 28px;
        color: #f77116;
        padding-right: 2vh;
    }
    .BlogWeb .OtherItem .box__link img,
    .BlogWeb .MaybeYouLikeItem .box__link img {
        height: 15px;
        width: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .BlogWeb .TitleItem {
        padding: 15px 2% 0 2%;
    }
    .BlogWeb .TitleItem .box {
        padding: 0;
    }
    .BlogWeb .TitleItem .box__title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 15px;
        border-bottom: 2px solid #eeeff4;
    }
    .BlogWeb .TitleItem .box__title h1 {
        font-weight: 900;
        font-size: 54px;
        /* identical to box height, or 133% */
        font-feature-settings: "liga" off;
    }
    .BlogWeb .TitleItem .box__title .input-group {
        height: 30px;
        width: 30%;
    }
    .BlogWeb .TitleItem .box__title .input-group input {
        font-size: 16px;
        font-weight: 500;
        border-radius: 0 200px 200px 0;
    }
    .BlogWeb .TitleItem .box__title .input-group-text {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        border-radius: 200px 0 0 200px;
        outline: none;
        background-color: #ffff;
    }
    .BlogWeb .TitleItem .box__title .input-group-text img {
        height: 20px;
        width: 20px;
    }
    .BlogWeb .HighlightItem {
        padding: 50px 2% 40px 2%;
    }
    .BlogWeb .HighlightItem .image {
        padding: 0;
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogWeb .HighlightItem .image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogWeb .HighlightItem .content {
        padding: 0 0 0 3vh;
        display: flex;
        flex-direction: column;
    }
    .BlogWeb .HighlightItem .content__category {
        display: flex;
        align-items: center;
    }
    .BlogWeb .HighlightItem .content__category-text {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        font-feature-settings: "liga" off;
    }
    .BlogWeb .HighlightItem .content__category-dot {
        margin: 0 2vh;
        width: 6px;
        height: 6px;
        background-color: #18191f;
        border-radius: 100%;
    }
    .BlogWeb .HighlightItem .content__category-time {
        color: #969bab;
        font-size: 15px;
        line-height: 24px;
        font-weight: 500;
    }
    .BlogWeb .HighlightItem .content__title a {
        padding: 1vh 0;
        font-weight: 900;
        font-size: 20px;
        line-height: 30px;
        /* or 143% */
        color: #18191f;
        font-feature-settings: "liga" off;
        text-decoration: none;
    }
    .BlogWeb .HighlightItem .content__text a {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #474a57;
        flex: 1 1;
    }
    .BlogWeb .HighlightItem .content__link {
        padding: 1vh 0;
        display: flex;
        align-items: baseline;
    }
    .BlogWeb .HighlightItem .content__link a {
        font-weight: 700;
        font-size: 18px;
        line-height: 36px;
        color: #f77116;
        padding-right: 2vh;
    }
    .BlogWeb .HighlightItem .content__link img {
        height: 10px;
        width: 15px;
    }
    .BlogWeb .Content {
        padding: 1vh 2%;
    }
    .BlogWeb .Content .BlogListItem .box__image {
        padding: 0;
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogWeb .Content .BlogListItem .box__image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogWeb .Content .BlogListItem .box__content-category {
        display: flex;
        align-items: center;
        padding: 1.5vh 0 0.5vh 0;
    }
    .BlogWeb .Content .BlogListItem .box__content-category .type {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #18191f;
    }
    .BlogWeb .Content .BlogListItem .box__content-category .dot {
        margin: 0 2vh;
        width: 6px;
        height: 6px;
        background-color: #18191f;
        border-radius: 100%;
    }
    .BlogWeb .Content .BlogListItem .box__content-category .time {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #969bab;
    }
    .BlogWeb .Content .BlogListItem .box__content-title a {
        text-decoration: none;
        font-weight: 900;
        font-size: 20px;
        line-height: 34px;
        /* or 143% */
        color: #18191f;
        font-feature-settings: "liga" off;
    }
    .BlogWeb .Content .BlogListItem .box__content-text a {
        text-decoration: none;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        /* or 162% */
        font-feature-settings: "liga" off;
        color: #474a57;
    }
    .BlogWeb .Content .BlogListItem .box__content-link {
        padding: 0.5vh 0 2vh 0;
        display: flex;
        align-items: baseline;
    }
    .BlogWeb .Content .BlogListItem .box__content-link a {
        font-weight: 700;
        font-size: 16px;
        line-height: 30px;
        color: #f77116;
        padding-right: 2vh;
    }
    .BlogWeb .Content .BlogListItem .box__content-link img {
        height: 10px;
        width: 15px;
    }
    .BlogWeb .Content .ManyViewersItem {
        padding-left: 7%;
    }
    .BlogWeb .Content .ManyViewersItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 3vh;
        padding-bottom: 2vh;
    }
    .BlogWeb .Content .ManyViewersItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogWeb .Content .ManyViewersItem .box__content {
        padding: 1vh 0;
    }
    .BlogWeb .Content .ManyViewersItem .box__content-image {
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogWeb .Content .ManyViewersItem .box__content-image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogWeb .Content .ManyViewersItem .box__content-text a {
        padding-left: 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        color: #474a57;
    }
    .BlogWeb .Content .KeywordItem {
        padding-left: 7%;
        padding-top: 8%;
    }
    .BlogWeb .Content .KeywordItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 2vh;
        padding-bottom: 1vh;
    }
    .BlogWeb .Content .KeywordItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogWeb .Content .KeywordItem .box__content {
        padding-top: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .BlogWeb .Content .KeywordItem .box__content-item {
        margin-right: 2%;
        margin-bottom: 6px;
        padding: 3px 9px;
        border: 1px solid #d9dbe1;
        border-radius: 200px;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #474a57;
    }
    .BlogWeb .OtherItem,
    .BlogWeb .MaybeYouLikeItem {
        padding: 10px 2% 30px 2%;
    }
    .BlogWeb .OtherItem .title,
    .BlogWeb .MaybeYouLikeItem .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-feature-settings: "liga" off;
        padding: 0 0 20px 0;
        border-bottom: 2px solid #eeeff4;
    }
    .BlogWeb .OtherItem .title h1,
    .BlogWeb .MaybeYouLikeItem .title h1 {
        color: #18191f;
        font-weight: 900;
        font-size: 38px;
        line-height: unset;
        /* identical to box height, or 135% */
    }
    .BlogWeb .OtherItem .title a,
    .BlogWeb .MaybeYouLikeItem .title a {
        text-decoration: none;
        font-weight: 600;
        font-size: 20px;
        line-height: unset;
        color: #2ece51;
    }
    .BlogWeb .OtherItem .box,
    .BlogWeb .MaybeYouLikeItem .box {
        padding-top: 20px;
    }
    .BlogWeb .OtherItem .box__image,
    .BlogWeb .MaybeYouLikeItem .box__image {
        padding: 0;
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogWeb .OtherItem .box__image img,
    .BlogWeb .MaybeYouLikeItem .box__image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogWeb .OtherItem .box__title,
    .BlogWeb .MaybeYouLikeItem .box__title {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        /* or 133% */
        font-feature-settings: "liga" off;
        color: #18191f;
        text-decoration: none;
    }
    .BlogWeb .OtherItem .box__text,
    .BlogWeb .MaybeYouLikeItem .box__text {
        padding-top: 1vh;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        font-feature-settings: "liga" off;
        color: #474a57;
    }
    .BlogWeb .OtherItem .box__link,
    .BlogWeb .MaybeYouLikeItem .box__link {
        padding: 1vh 0;
        display: flex;
        align-items: baseline;
    }
    .BlogWeb .OtherItem .box__link a,
    .BlogWeb .MaybeYouLikeItem .box__link a {
        font-weight: 700;
        font-size: 16px;
        line-height: 28px;
        color: #f77116;
        padding-right: 2vh;
    }
    .BlogWeb .OtherItem .box__link img,
    .BlogWeb .MaybeYouLikeItem .box__link img {
        height: 15px;
        width: 20px;
    }
}
.BlogMobile .TitleItem {
    padding-top: 2vh;
    padding-bottom: 2vh;
}
.BlogMobile .TitleItem .box__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #eeeff4;
}
.BlogMobile .TitleItem .box__title h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
}
.BlogMobile .TitleItem .box .input-group {
    height: 40px;
    width: 10%;
}
.BlogMobile .TitleItem .box .input-group input {
    display: none;
}
.BlogMobile .TitleItem .box .input-group-text {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-radius: 10px;
    outline: none;
    background-color: #ffff;
}
.BlogMobile .TitleItem .box .input-group-text img {
    height: 20px;
    width: 20px;
}
.BlogMobile .BlogListItem {
    padding-bottom: 2vh;
}
.BlogMobile .BlogListItem .box__image {
    padding: 0;
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
}
.BlogMobile .BlogListItem .box__image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.BlogMobile .BlogListItem .box__content-category {
    display: flex;
    align-items: center;
    padding: 1vh 0 0 0;
}
.BlogMobile .BlogListItem .box__content-category .type {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #18191f;
}
.BlogMobile .BlogListItem .box__content-category .dot {
    margin: 0 2vh;
    width: 6px;
    height: 6px;
    background-color: #18191f;
    border-radius: 100%;
}
.BlogMobile .BlogListItem .box__content-category .time {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #969bab;
}
.BlogMobile .BlogListItem .box__content-title a {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    /* or 143% */
    color: #18191f;
    font-feature-settings: "liga" off;
}
.BlogMobile .BlogListItem .box__content-text a {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    /* or 162% */
    font-feature-settings: "liga" off;
    color: #474a57;
}
.BlogMobile .BlogListItem .box__content-link {
    padding: 1vh 0 2.5vh 0;
    display: flex;
    align-items: baseline;
}
.BlogMobile .BlogListItem .box__content-link a {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #f77116;
    padding-right: 2vh;
}
.BlogMobile .BlogListItem .box__content-link img {
    height: 15px;
    width: 25px;
}
.BlogMobile .ManyViewersItem {
    padding-bottom: 4.5vh;
}
.BlogMobile .ManyViewersItem .box {
    background-color: #f4f5f7;
    padding-top: 3vh;
    padding-bottom: 3vh;
}
.BlogMobile .ManyViewersItem .box__title {
    padding: 0 0 1vh 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 150% */
    font-feature-settings: "liga" off;
    color: #18191f;
}
.BlogMobile .ManyViewersItem .box__content {
    padding: 1.5vh 0;
}
.BlogMobile .ManyViewersItem .box__content-image {
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
}
.BlogMobile .ManyViewersItem .box__content-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.BlogMobile .ManyViewersItem .box__content-text a {
    padding-left: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #474a57;
}
.BlogMobile .KeywordItem .box {
    background-color: #f4f5f7;
    padding-top: 3vh;
    padding-bottom: 2vh;
}
.BlogMobile .KeywordItem .box__title {
    padding: 0 0 1vh 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 150% */
    font-feature-settings: "liga" off;
    color: #18191f;
}
.BlogMobile .KeywordItem .box__content {
    padding-top: 2vh;
    display: flex;
    flex-wrap: wrap;
}
.BlogMobile .KeywordItem .box__content-item {
    margin-right: 2%;
    margin-bottom: 10px;
    padding: 5px 12px;
    border: 1px solid #d9dbe1;
    border-radius: 200px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #474a57;
}
.BlogMobile .OtherItem,
.BlogMobile .MaybeYouLikeItem {
    padding-bottom: 5vh;
    padding-top: 3vh;
}
.BlogMobile .OtherItem .title,
.BlogMobile .MaybeYouLikeItem .title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-feature-settings: "liga" off;
}
.BlogMobile .OtherItem .title h1,
.BlogMobile .MaybeYouLikeItem .title h1 {
    color: #18191f;
    font-weight: 700;
    font-size: 28px;
    padding: 1vh 0;
    /* identical to box height, or 135% */
}
.BlogMobile .OtherItem .title a,
.BlogMobile .MaybeYouLikeItem .title a {
    padding: 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    color: #2ece51;
}
.BlogMobile .OtherItem .box__image,
.BlogMobile .MaybeYouLikeItem .box__image {
    padding: 0;
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
}
.BlogMobile .OtherItem .box__image img,
.BlogMobile .MaybeYouLikeItem .box__image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.BlogMobile .OtherItem .box__title,
.BlogMobile .MaybeYouLikeItem .box__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    /* or 133% */
    font-feature-settings: "liga" off;
    color: #18191f;
    text-decoration: none;
}
.BlogMobile .OtherItem .box__text,
.BlogMobile .MaybeYouLikeItem .box__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: "liga" off;
    color: #474a57;
}
.BlogMobile .OtherItem .box__link,
.BlogMobile .MaybeYouLikeItem .box__link {
    padding: 1vh 0;
    display: flex;
    align-items: baseline;
}
.BlogMobile .OtherItem .box__link a,
.BlogMobile .MaybeYouLikeItem .box__link a {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #f77116;
    padding-right: 2vh;
}
.BlogMobile .OtherItem .box__link img,
.BlogMobile .MaybeYouLikeItem .box__link img {
    height: 15px;
    width: 20px;
}
.BlogMobile .OtherItem .carousel-indicators,
.BlogMobile .MaybeYouLikeItem .carousel-indicators {
    z-index: 1;
    transform: translateY(300%);
}
.BlogMobile .OtherItem .carousel-indicators li,
.BlogMobile .MaybeYouLikeItem .carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 100px;
    background-color: #d9dbe1;
}
.BlogMobile .OtherItem .carousel-indicators li.active,
.BlogMobile .MaybeYouLikeItem .carousel-indicators li.active {
    background-color: #f77116;
}

.BlogDetailMobile .BreadcrumbItem {
    padding: 0;
}
.BlogDetailMobile .BreadcrumbItem .box {
    padding-top: 20px;
    padding-bottom: 10px;
}
.BlogDetailMobile .BreadcrumbItem .box__breadcrumb a {
    color: #969bab;
}
.BlogDetailMobile .BreadcrumbItem .box__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    color: #969bab;
    font-weight: 500;
}
.BlogDetailMobile .BreadcrumbItem .box__breadcrumb div.icon {
    margin: 0 20px;
    height: 15px;
    width: 20px;
}
.BlogDetailMobile .BreadcrumbItem .box__breadcrumb div.icon img {
    width: 100%;
    height: 100%;
}
.BlogDetailMobile .BreadcrumbItem .box__breadcrumb span.active {
    font-size: 18px;
    color: #18191f;
    font-weight: 500;
}
.BlogDetailMobile .BlogDetailItem .box__image {
    padding: 0;
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
}
.BlogDetailMobile .BlogDetailItem .box__image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.BlogDetailMobile .BlogDetailItem .box__content-category {
    display: flex;
    align-items: center;
    padding: 2vh 0 1vh 0;
}
.BlogDetailMobile .BlogDetailItem .box__content-category .type {
    font-weight: 700;
    font-size: 17px;
    color: #18191f;
}
.BlogDetailMobile .BlogDetailItem .box__content-category .dot {
    margin: 0 2vh;
    width: 8px;
    height: 8px;
    background-color: #18191f;
    border-radius: 100%;
}
.BlogDetailMobile .BlogDetailItem .box__content-category .time {
    font-weight: 500;
    font-size: 16px;
    color: #969bab;
}
.BlogDetailMobile .BlogDetailItem .box__content-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    /* or 143% */
    color: #18191f;
    font-feature-settings: "liga" off;
}
.BlogDetailMobile .BlogDetailItem .box__content-text {
    padding-top: 2vh;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    /* or 162% */
    font-feature-settings: "liga" off;
    color: #474a57;
}
.BlogDetailMobile .BlogDetailItem .box__content-author {
    text-align: end;
    padding-top: 3vh;
}
.BlogDetailMobile .BlogDetailItem .box__content-author p {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.BlogDetailMobile .ManyViewersItem {
    padding-bottom: 4.5vh;
}
.BlogDetailMobile .ManyViewersItem .box {
    background-color: #f4f5f7;
    padding-top: 3vh;
    padding-bottom: 3vh;
}
.BlogDetailMobile .ManyViewersItem .box__title {
    padding: 0 0 1vh 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 150% */
    font-feature-settings: "liga" off;
    color: #18191f;
}
.BlogDetailMobile .ManyViewersItem .box__content {
    padding: 1.5vh 0;
}
.BlogDetailMobile .ManyViewersItem .box__content-image {
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
}
.BlogDetailMobile .ManyViewersItem .box__content-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.BlogDetailMobile .ManyViewersItem .box__content-text a {
    padding-left: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #474a57;
}
.BlogDetailMobile .KeywordItem .box {
    background-color: #f4f5f7;
    padding-top: 3vh;
    padding-bottom: 2vh;
}
.BlogDetailMobile .KeywordItem .box__title {
    padding: 0 0 1vh 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 150% */
    font-feature-settings: "liga" off;
    color: #18191f;
}
.BlogDetailMobile .KeywordItem .box__content {
    padding-top: 2vh;
    display: flex;
    flex-wrap: wrap;
}
.BlogDetailMobile .KeywordItem .box__content-item {
    margin-right: 2%;
    margin-bottom: 10px;
    padding: 5px 12px;
    border: 1px solid #d9dbe1;
    border-radius: 200px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #474a57;
}
.BlogDetailMobile .SearchItem {
    padding-top: 8%;
}

.SearchItem.row form {
    width: 100%;
    display: flex;
}
.BlogDetailMobile .SearchItem .box {
    background-color: #f4f5f7;
    border-radius: 12px;
    padding-top: 2vh;
    padding-bottom: 1vh;
}
.BlogDetailMobile .SearchItem .box__title {
    padding: 0 0 1vh 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 150% */
    font-feature-settings: "liga" off;
    color: #18191f;
}
.BlogDetailMobile .SearchItem .box__content {
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    color: #969bab;
    font-size: 16px;
    font-weight: 400;
}
.BlogDetailMobile .SearchItem .box__search {
    padding-top: 10px;
    padding-bottom: 25px;
}
.BlogDetailMobile .SearchItem .box__search .input-group {
    height: 30px;
    width: 100%;
}
.BlogDetailMobile .SearchItem .box__search .input-group input {
    font-size: 18px;
    font-feature-settings: "liga" off;
    border-radius: 0 200px 200px 0;
}
.BlogDetailMobile .SearchItem .box__search .input-group-text {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-radius: 200px 0 0 200px;
    outline: none;
    background-color: #ffff;
}
.BlogDetailMobile .SearchItem .box__search .input-group-text img {
    height: 20px;
    width: 20px;
}
.BlogDetailMobile .OtherItem,
.BlogDetailMobile .MaybeYouLikeItem {
    padding-bottom: 5vh;
    padding-top: 3vh;
}
.BlogDetailMobile .OtherItem .title,
.BlogDetailMobile .MaybeYouLikeItem .title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-feature-settings: "liga" off;
}
.BlogDetailMobile .OtherItem .title h1,
.BlogDetailMobile .MaybeYouLikeItem .title h1 {
    color: #18191f;
    font-weight: 700;
    font-size: 28px;
    padding: 1vh 0;
    /* identical to box height, or 135% */
}
.BlogDetailMobile .OtherItem .title a,
.BlogDetailMobile .MaybeYouLikeItem .title a {
    padding: 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    color: #2ece51;
}
.BlogDetailMobile .OtherItem .box__image,
.BlogDetailMobile .MaybeYouLikeItem .box__image {
    padding: 0;
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
}
.BlogDetailMobile .OtherItem .box__image img,
.BlogDetailMobile .MaybeYouLikeItem .box__image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.BlogDetailMobile .OtherItem .box__title,
.BlogDetailMobile .MaybeYouLikeItem .box__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    /* or 133% */
    font-feature-settings: "liga" off;
    color: #18191f;
    text-decoration: none;
}
.BlogDetailMobile .OtherItem .box__text,
.BlogDetailMobile .MaybeYouLikeItem .box__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: "liga" off;
    color: #474a57;
}
.BlogDetailMobile .OtherItem .box__link,
.BlogDetailMobile .MaybeYouLikeItem .box__link {
    padding: 1vh 0;
    display: flex;
    align-items: baseline;
}
.BlogDetailMobile .OtherItem .box__link a,
.BlogDetailMobile .MaybeYouLikeItem .box__link a {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #f77116;
    padding-right: 2vh;
}
.BlogDetailMobile .OtherItem .box__link img,
.BlogDetailMobile .MaybeYouLikeItem .box__link img {
    height: 15px;
    width: 20px;
}
.BlogDetailMobile .OtherItem .carousel-indicators,
.BlogDetailMobile .MaybeYouLikeItem .carousel-indicators {
    z-index: 1;
    transform: translateY(300%);
}
.BlogDetailMobile .OtherItem .carousel-indicators li,
.BlogDetailMobile .MaybeYouLikeItem .carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 100px;
    background-color: #d9dbe1;
}
.BlogDetailMobile .OtherItem .carousel-indicators li.active,
.BlogDetailMobile .MaybeYouLikeItem .carousel-indicators li.active {
    background-color: #f77116;
}

.BlogDetailWeb .BreadcrumbItem {
    padding: 0;
}
.BlogDetailWeb .BreadcrumbItem .box {
    padding: 40px 12% 20px 12%;
}
.BlogDetailWeb .BreadcrumbItem .box__breadcrumb a {
    color: #969bab;
}
.BlogDetailWeb .BreadcrumbItem .box__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    font-size: 22px;
    color: #969bab;
    font-weight: 500;
}
.BlogDetailWeb .BreadcrumbItem .box__breadcrumb div.icon {
    margin: 0 20px;
    height: 15px;
    width: 20px;
}
.BlogDetailWeb .BreadcrumbItem .box__breadcrumb div.icon img {
    width: 100%;
    height: 100%;
}
.BlogDetailWeb .BreadcrumbItem .box__breadcrumb span.active a {
    font-size: 22px;
    color: #18191f;
    font-weight: 500;
}
.BlogDetailWeb .Content {
    padding: 1vh 12%;
}
.BlogDetailWeb .Content .BlogDetailItem .box {
    padding-right: 2%;
}
.BlogDetailWeb .Content .BlogDetailItem .box__image {
    padding: 0;
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
}
.BlogDetailWeb .Content .BlogDetailItem .box__image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.BlogDetailWeb .Content .BlogDetailItem .box__content-category {
    display: flex;
    align-items: center;
    padding: 2.5vh 0 1.5vh 0;
}
.BlogDetailWeb .Content .BlogDetailItem .box__content-category .type {
    font-weight: 700;
    font-size: 20px;
    color: #18191f;
}
.BlogDetailWeb .Content .BlogDetailItem .box__content-category .dot {
    margin: 0 2vh;
    width: 8px;
    height: 8px;
    background-color: #18191f;
    border-radius: 100%;
}
.BlogDetailWeb .Content .BlogDetailItem .box__content-category .time {
    font-weight: 500;
    font-size: 18px;
    color: #969bab;
}
.BlogDetailWeb .Content .BlogDetailItem .box__content-title {
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    /* or 143% */
    color: #18191f;
    font-feature-settings: "liga" off;
}
.BlogDetailWeb .Content .BlogDetailItem .box__content-text {
    padding-top: 2vh;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    /* or 162% */
    font-feature-settings: "liga" off;
    color: #474a57;
}
.BlogDetailWeb .Content .BlogDetailItem .box__content-author {
    text-align: end;
    padding-top: 4vh;
}
.BlogDetailWeb .Content .BlogDetailItem .box__content-author p {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.BlogDetailWeb .Content .ManyViewersItem {
    padding-left: 7%;
}
.BlogDetailWeb .Content .ManyViewersItem .box {
    background-color: #f4f5f7;
    border-radius: 12px;
    padding-top: 3vh;
    padding-bottom: 2vh;
}
.BlogDetailWeb .Content .ManyViewersItem .box__title {
    padding: 0 0 1vh 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 150% */
    font-feature-settings: "liga" off;
    color: #18191f;
}
.BlogDetailWeb .Content .ManyViewersItem .box__content {
    padding: 1vh 0;
}
.BlogDetailWeb .Content .ManyViewersItem .box__content-image {
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
}
.BlogDetailWeb .Content .ManyViewersItem .box__content-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.BlogDetailWeb .Content .ManyViewersItem .box__content-text a {
    padding-left: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #474a57;
}
.BlogDetailWeb .Content .KeywordItem {
    padding-left: 7%;
    padding-top: 8%;
}
.BlogDetailWeb .Content .KeywordItem .box {
    background-color: #f4f5f7;
    border-radius: 12px;
    padding-top: 2vh;
    padding-bottom: 1vh;
}
.BlogDetailWeb .Content .KeywordItem .box__title {
    padding: 0 0 2vh 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 150% */
    font-feature-settings: "liga" off;
    color: #18191f;
}
.BlogDetailWeb .Content .KeywordItem .box__content {
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
}
.BlogDetailWeb .Content .KeywordItem .box__content-item {
    margin-right: 2%;
    margin-bottom: 6px;
    padding: 3px 9px;
    border: 1px solid #d9dbe1;
    border-radius: 200px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #474a57;
}
.BlogDetailWeb .Content .SearchItem {
    padding-left: 7%;
    padding-top: 8%;
}
.BlogDetailWeb .Content .SearchItem .box {
    background-color: #f4f5f7;
    border-radius: 12px;
    padding-top: 2vh;
    padding-bottom: 1vh;
}
.BlogDetailWeb .Content .SearchItem .box__title {
    padding: 0 0 1vh 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 150% */
    font-feature-settings: "liga" off;
    color: #18191f;
}
.BlogDetailWeb .Content .SearchItem .box__content {
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    color: #969bab;
    font-size: 16px;
    font-weight: 400;
}
.BlogDetailWeb .Content .SearchItem .box__search {
    padding-top: 10px;
    padding-bottom: 25px;
}
.BlogDetailWeb .Content .SearchItem .box__search .input-group {
    height: 30px;
    width: 100%;
}
.BlogDetailWeb .Content .SearchItem .box__search .input-group input {
    font-size: 18px;
    font-feature-settings: "liga" off;
    border-radius: 0 200px 200px 0;
}
.BlogDetailWeb .Content .SearchItem .box__search .input-group-text {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-radius: 200px 0 0 200px;
    outline: none;
    background-color: #ffff;
}
.BlogDetailWeb .Content .SearchItem .box__search .input-group-text img {
    height: 20px;
    width: 20px;
}
.BlogDetailWeb .MaybeYouLikeItem {
    padding: 10px 12% 30px 12%;
}
.BlogDetailWeb .MaybeYouLikeItem .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-feature-settings: "liga" off;
    padding: 0 0 20px 0;
    border-bottom: 2px solid #eeeff4;
}
.BlogDetailWeb .MaybeYouLikeItem .title h1 {
    color: #18191f;
    font-weight: 900;
    font-size: 42px;
    line-height: unset;
    /* identical to box height, or 135% */
}
.BlogDetailWeb .MaybeYouLikeItem .title a {
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: unset;
    color: #2ece51;
}
.BlogDetailWeb .MaybeYouLikeItem .box {
    padding-top: 20px;
}
.BlogDetailWeb .MaybeYouLikeItem .box__image {
    padding: 0;
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
}
.BlogDetailWeb .MaybeYouLikeItem .box__image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.BlogDetailWeb .MaybeYouLikeItem .box__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    /* or 133% */
    font-feature-settings: "liga" off;
    color: #18191f;
    text-decoration: none;
}
.BlogDetailWeb .MaybeYouLikeItem .box__text {
    padding-top: 1vh;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: "liga" off;
    color: #474a57;
}
.BlogDetailWeb .MaybeYouLikeItem .box__link {
    padding: 1vh 0;
    display: flex;
    align-items: baseline;
}
.BlogDetailWeb .MaybeYouLikeItem .box__link a {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #f77116;
    padding-right: 2vh;
}
.BlogDetailWeb .MaybeYouLikeItem .box__link img {
    height: 15px;
    width: 20px;
}

@media screen and (max-width: 1400px) {
    .BlogDetailWeb .BreadcrumbItem {
        padding: 0;
    }
    .BlogDetailWeb .BreadcrumbItem .box {
        padding: 40px 8% 20px 8%;
    }
    .BlogDetailWeb .BreadcrumbItem .box__breadcrumb a {
        color: #969bab;
    }
    .BlogDetailWeb .BreadcrumbItem .box__breadcrumb {
        display: flex;
        flex-wrap: wrap;
        font-size: 22px;
        color: #969bab;
        font-weight: 500;
    }
    .BlogDetailWeb .BreadcrumbItem .box__breadcrumb div.icon {
        margin: 0 20px;
        height: 15px;
        width: 20px;
    }
    .BlogDetailWeb .BreadcrumbItem .box__breadcrumb div.icon img {
        width: 100%;
        height: 100%;
    }
    .BlogDetailWeb .BreadcrumbItem .box__breadcrumb span.active a {
        font-size: 22px;
        color: #18191f;
        font-weight: 500;
    }
    .BlogDetailWeb .Content {
        padding: 1vh 8%;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box {
        padding-right: 2%;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__image {
        padding: 0;
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-category {
        display: flex;
        align-items: center;
        padding: 2.5vh 0 1.5vh 0;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-category .type {
        font-weight: 700;
        font-size: 20px;
        color: #18191f;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-category .dot {
        margin: 0 2vh;
        width: 8px;
        height: 8px;
        background-color: #18191f;
        border-radius: 100%;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-category .time {
        font-weight: 500;
        font-size: 18px;
        color: #969bab;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-title {
        font-weight: 900;
        font-size: 40px;
        line-height: 50px;
        /* or 143% */
        color: #18191f;
        font-feature-settings: "liga" off;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-text {
        padding-top: 2vh;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        /* or 162% */
        font-feature-settings: "liga" off;
        color: #474a57;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-author {
        text-align: end;
        padding-top: 4vh;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-author p {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    .BlogDetailWeb .Content .ManyViewersItem {
        padding-left: 7%;
    }
    .BlogDetailWeb .Content .ManyViewersItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 3vh;
        padding-bottom: 2vh;
    }
    .BlogDetailWeb .Content .ManyViewersItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogDetailWeb .Content .ManyViewersItem .box__content {
        padding: 1vh 0;
    }
    .BlogDetailWeb .Content .ManyViewersItem .box__content-image {
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogDetailWeb .Content .ManyViewersItem .box__content-image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogDetailWeb .Content .ManyViewersItem .box__content-text a {
        padding-left: 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        color: #474a57;
    }
    .BlogDetailWeb .Content .KeywordItem {
        padding-left: 7%;
        padding-top: 8%;
    }
    .BlogDetailWeb .Content .KeywordItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 2vh;
        padding-bottom: 1vh;
    }
    .BlogDetailWeb .Content .KeywordItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogDetailWeb .Content .KeywordItem .box__content {
        padding-top: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .BlogDetailWeb .Content .KeywordItem .box__content-item {
        margin-right: 2%;
        margin-bottom: 6px;
        padding: 3px 9px;
        border: 1px solid #d9dbe1;
        border-radius: 200px;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #474a57;
    }
    .BlogDetailWeb .Content .SearchItem {
        padding-left: 7%;
        padding-top: 8%;
    }
    .BlogDetailWeb .Content .SearchItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 2vh;
        padding-bottom: 1vh;
    }
    .BlogDetailWeb .Content .SearchItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogDetailWeb .Content .SearchItem .box__content {
        padding-top: 0;
        padding-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        color: #969bab;
        font-size: 16px;
        font-weight: 400;
    }
    .BlogDetailWeb .Content .SearchItem .box__search {
        padding-top: 10px;
        padding-bottom: 25px;
    }
    .BlogDetailWeb .Content .SearchItem .box__search .input-group {
        height: 30px;
        width: 100%;
    }
    .BlogDetailWeb .Content .SearchItem .box__search .input-group input {
        font-size: 15px;
        font-feature-settings: "liga" off;
        border-radius: 0 200px 200px 0;
    }
    .BlogDetailWeb .Content .SearchItem .box__search .input-group-text {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        border-radius: 200px 0 0 200px;
        outline: none;
        background-color: #ffff;
    }
    .BlogDetailWeb .Content .SearchItem .box__search .input-group-text img {
        height: 20px;
        width: 20px;
    }
    .BlogDetailWeb .MaybeYouLikeItem {
        padding: 10px 8% 30px 8%;
    }
    .BlogDetailWeb .MaybeYouLikeItem .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-feature-settings: "liga" off;
        padding: 0 0 20px 0;
        border-bottom: 2px solid #eeeff4;
    }
    .BlogDetailWeb .MaybeYouLikeItem .title h1 {
        color: #18191f;
        font-weight: 900;
        font-size: 40px;
        line-height: unset;
        /* identical to box height, or 135% */
    }
    .BlogDetailWeb .MaybeYouLikeItem .title a {
        text-decoration: none;
        font-weight: 600;
        font-size: 20px;
        line-height: unset;
        color: #2ece51;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box {
        padding-top: 20px;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box__image {
        padding: 0;
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box__image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box__title {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        /* or 133% */
        font-feature-settings: "liga" off;
        color: #18191f;
        text-decoration: none;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box__text {
        padding-top: 1vh;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        font-feature-settings: "liga" off;
        color: #474a57;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box__link {
        padding: 1vh 0;
        display: flex;
        align-items: baseline;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box__link a {
        font-weight: 700;
        font-size: 16px;
        line-height: 28px;
        color: #f77116;
        padding-right: 2vh;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box__link img {
        height: 15px;
        width: 20px;
    }
}
@media screen and (max-width: 1200px) {
    .BlogDetailWeb .BreadcrumbItem {
        padding: 0;
    }
    .BlogDetailWeb .BreadcrumbItem .box {
        padding: 40px 5% 20px 5%;
    }
    .BlogDetailWeb .BreadcrumbItem .box__breadcrumb a {
        color: #969bab;
    }
    .BlogDetailWeb .BreadcrumbItem .box__breadcrumb {
        display: flex;
        flex-wrap: wrap;
        font-size: 22px;
        color: #969bab;
        font-weight: 500;
    }
    .BlogDetailWeb .BreadcrumbItem .box__breadcrumb div.icon {
        margin: 0 20px;
        height: 15px;
        width: 20px;
    }
    .BlogDetailWeb .BreadcrumbItem .box__breadcrumb div.icon img {
        width: 100%;
        height: 100%;
    }
    .BlogDetailWeb .BreadcrumbItem .box__breadcrumb span.active a {
        font-size: 22px;
        color: #18191f;
        font-weight: 500;
    }
    .BlogDetailWeb .Content {
        padding: 1vh 5%;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box {
        padding-right: 2%;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__image {
        padding: 0;
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-category {
        display: flex;
        align-items: center;
        padding: 2.5vh 0 1.5vh 0;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-category .type {
        font-weight: 700;
        font-size: 20px;
        color: #18191f;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-category .dot {
        margin: 0 2vh;
        width: 8px;
        height: 8px;
        background-color: #18191f;
        border-radius: 100%;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-category .time {
        font-weight: 500;
        font-size: 18px;
        color: #969bab;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-title {
        font-weight: 900;
        font-size: 40px;
        line-height: 50px;
        /* or 143% */
        color: #18191f;
        font-feature-settings: "liga" off;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-text {
        padding-top: 2vh;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        /* or 162% */
        font-feature-settings: "liga" off;
        color: #474a57;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-author {
        text-align: end;
        padding-top: 4vh;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-author p {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    .BlogDetailWeb .Content .ManyViewersItem {
        padding-left: 5%;
    }
    .BlogDetailWeb .Content .ManyViewersItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 3vh;
        padding-bottom: 2vh;
    }
    .BlogDetailWeb .Content .ManyViewersItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogDetailWeb .Content .ManyViewersItem .box__content {
        padding: 1vh 0;
    }
    .BlogDetailWeb .Content .ManyViewersItem .box__content-image {
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogDetailWeb .Content .ManyViewersItem .box__content-image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogDetailWeb .Content .ManyViewersItem .box__content-text a {
        padding-left: 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #474a57;
    }
    .BlogDetailWeb .Content .KeywordItem {
        padding-left: 7%;
        padding-top: 8%;
    }
    .BlogDetailWeb .Content .KeywordItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 2vh;
        padding-bottom: 1vh;
    }
    .BlogDetailWeb .Content .KeywordItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogDetailWeb .Content .KeywordItem .box__content {
        padding-top: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .BlogDetailWeb .Content .KeywordItem .box__content-item {
        margin-right: 2%;
        margin-bottom: 6px;
        padding: 3px 9px;
        border: 1px solid #d9dbe1;
        border-radius: 200px;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #474a57;
    }
    .BlogDetailWeb .Content .SearchItem {
        padding-left: 7%;
        padding-top: 8%;
    }
    .BlogDetailWeb .Content .SearchItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 2vh;
        padding-bottom: 1vh;
    }
    .BlogDetailWeb .Content .SearchItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogDetailWeb .Content .SearchItem .box__content {
        padding-top: 0;
        padding-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        color: #969bab;
        font-size: 15px;
        font-weight: 400;
    }
    .BlogDetailWeb .Content .SearchItem .box__search {
        padding-top: 10px;
        padding-bottom: 25px;
    }
    .BlogDetailWeb .Content .SearchItem .box__search .input-group {
        height: 30px;
        width: 100%;
    }
    .BlogDetailWeb .Content .SearchItem .box__search .input-group input {
        font-size: 15px;
        font-feature-settings: "liga" off;
        border-radius: 0 200px 200px 0;
    }
    .BlogDetailWeb .Content .SearchItem .box__search .input-group-text {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        border-radius: 200px 0 0 200px;
        outline: none;
        background-color: #ffff;
    }
    .BlogDetailWeb .Content .SearchItem .box__search .input-group-text img {
        height: 20px;
        width: 20px;
    }
    .BlogDetailWeb .MaybeYouLikeItem {
        padding: 10px 5% 30px 5%;
    }
    .BlogDetailWeb .MaybeYouLikeItem .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-feature-settings: "liga" off;
        padding: 0 0 20px 0;
        border-bottom: 2px solid #eeeff4;
    }
    .BlogDetailWeb .MaybeYouLikeItem .title h1 {
        color: #18191f;
        font-weight: 900;
        font-size: 38px;
        line-height: 60px;
        /* identical to box height, or 135% */
    }
    .BlogDetailWeb .MaybeYouLikeItem .title a {
        text-decoration: none;
        font-weight: 600;
        font-size: 24px;
        line-height: 48px;
        color: #2ece51;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box {
        padding-top: 20px;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box__image {
        padding: 0;
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box__image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box__title {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        /* or 133% */
        font-feature-settings: "liga" off;
        color: #18191f;
        text-decoration: none;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box__text {
        padding-top: 1vh;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        font-feature-settings: "liga" off;
        color: #474a57;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box__link {
        padding: 0.5vh 0 1vh 0;
        display: flex;
        align-items: baseline;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box__link a {
        font-weight: 700;
        font-size: 16px;
        line-height: 28px;
        color: #f77116;
        padding-right: 2vh;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box__link img {
        height: 15px;
        width: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .BlogDetailWeb .BreadcrumbItem {
        padding: 0;
    }
    .BlogDetailWeb .BreadcrumbItem .box {
        padding: 40px 2% 20px 2%;
    }
    .BlogDetailWeb .BreadcrumbItem .box__breadcrumb a {
        color: #969bab;
    }
    .BlogDetailWeb .BreadcrumbItem .box__breadcrumb {
        display: flex;
        flex-wrap: wrap;
        font-size: 18px;
        color: #969bab;
        font-weight: 500;
    }
    .BlogDetailWeb .BreadcrumbItem .box__breadcrumb div.icon {
        margin: 0 20px;
        height: 15px;
        width: 20px;
    }
    .BlogDetailWeb .BreadcrumbItem .box__breadcrumb div.icon img {
        width: 100%;
        height: 100%;
    }
    .BlogDetailWeb .BreadcrumbItem .box__breadcrumb span.active a {
        font-size: 18px;
        color: #18191f;
        font-weight: 500;
    }
    .BlogDetailWeb .Content {
        padding: 1vh 2%;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box {
        padding-right: 2%;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__image {
        padding: 0;
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-category {
        display: flex;
        align-items: center;
        padding: 2.5vh 0 1.5vh 0;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-category .type {
        font-weight: 700;
        font-size: 20px;
        color: #18191f;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-category .dot {
        margin: 0 2vh;
        width: 8px;
        height: 8px;
        background-color: #18191f;
        border-radius: 100%;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-category .time {
        font-weight: 500;
        font-size: 18px;
        color: #969bab;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-title {
        font-weight: 900;
        font-size: 40px;
        line-height: 50px;
        /* or 143% */
        color: #18191f;
        font-feature-settings: "liga" off;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-text {
        padding-top: 2vh;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        /* or 162% */
        font-feature-settings: "liga" off;
        color: #474a57;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-author {
        text-align: end;
        padding-top: 4vh;
    }
    .BlogDetailWeb .Content .BlogDetailItem .box__content-author p {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    .BlogDetailWeb .Content .ManyViewersItem {
        padding-left: 5%;
    }
    .BlogDetailWeb .Content .ManyViewersItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 3vh;
        padding-bottom: 2vh;
    }
    .BlogDetailWeb .Content .ManyViewersItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogDetailWeb .Content .ManyViewersItem .box__content {
        padding: 1vh 0;
    }
    .BlogDetailWeb .Content .ManyViewersItem .box__content-image {
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogDetailWeb .Content .ManyViewersItem .box__content-image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogDetailWeb .Content .ManyViewersItem .box__content-text a {
        padding-left: 0;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        color: #474a57;
    }
    .BlogDetailWeb .Content .KeywordItem {
        padding-left: 7%;
        padding-top: 8%;
    }
    .BlogDetailWeb .Content .KeywordItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 2vh;
        padding-bottom: 1vh;
    }
    .BlogDetailWeb .Content .KeywordItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogDetailWeb .Content .KeywordItem .box__content {
        padding-top: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .BlogDetailWeb .Content .KeywordItem .box__content-item {
        margin-right: 2%;
        margin-bottom: 6px;
        padding: 3px 9px;
        border: 1px solid #d9dbe1;
        border-radius: 200px;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        color: #474a57;
    }
    .BlogDetailWeb .Content .SearchItem {
        padding-left: 7%;
        padding-top: 8%;
    }
    .BlogDetailWeb .Content .SearchItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 2vh;
        padding-bottom: 1vh;
    }
    .BlogDetailWeb .Content .SearchItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogDetailWeb .Content .SearchItem .box__content {
        padding-top: 0;
        padding-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        color: #969bab;
        font-size: 14px;
        font-weight: 400;
    }
    .BlogDetailWeb .Content .SearchItem .box__search {
        padding-top: 10px;
        padding-bottom: 25px;
    }
    .BlogDetailWeb .Content .SearchItem .box__search .input-group {
        height: 30px;
        width: 100%;
    }
    .BlogDetailWeb .Content .SearchItem .box__search .input-group input {
        font-size: 14px;
        font-feature-settings: "liga" off;
        border-radius: 0 200px 200px 0;
    }
    .BlogDetailWeb .Content .SearchItem .box__search .input-group-text {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        border-radius: 200px 0 0 200px;
        outline: none;
        background-color: #ffff;
    }
    .BlogDetailWeb .Content .SearchItem .box__search .input-group-text img {
        height: 20px;
        width: 20px;
    }
    .BlogDetailWeb .MaybeYouLikeItem {
        padding: 10px 2% 30px 2%;
    }
    .BlogDetailWeb .MaybeYouLikeItem .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-feature-settings: "liga" off;
        padding: 0 0 20px 0;
        border-bottom: 2px solid #eeeff4;
    }
    .BlogDetailWeb .MaybeYouLikeItem .title h1 {
        color: #18191f;
        font-weight: 900;
        font-size: 36px;
        line-height: unset;
        /* identical to box height, or 135% */
    }
    .BlogDetailWeb .MaybeYouLikeItem .title a {
        text-decoration: none;
        font-weight: 600;
        font-size: 20px;
        line-height: unset;
        color: #2ece51;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box {
        padding-top: 20px;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box__image {
        padding: 0;
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box__image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box__title {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        /* or 133% */
        font-feature-settings: "liga" off;
        color: #18191f;
        text-decoration: none;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box__text {
        padding-top: 1vh;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        font-feature-settings: "liga" off;
        color: #474a57;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box__link {
        padding: 1vh 0;
        display: flex;
        align-items: baseline;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box__link a {
        font-weight: 700;
        font-size: 16px;
        line-height: 28px;
        color: #f77116;
        padding-right: 2vh;
    }
    .BlogDetailWeb .MaybeYouLikeItem .box__link img {
        height: 15px;
        width: 20px;
    }
}
.BlogSearchWeb .BreadcrumbItem {
    padding: 0;
}
.BlogSearchWeb .BreadcrumbItem .box {
    padding: 40px 12% 0 12%;
}
.BlogSearchWeb .BreadcrumbItem .box__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    font-size: 22px;
    color: #969bab;
    font-weight: 500;
}
.BlogSearchWeb .BreadcrumbItem .box__breadcrumb div.icon {
    margin: 0 20px;
    height: 15px;
    width: 20px;
}
.BlogSearchWeb .BreadcrumbItem .box__breadcrumb div.icon img {
    width: 100%;
    height: 100%;
}
.BlogSearchWeb .BreadcrumbItem .box__breadcrumb span.active {
    font-size: 22px;
    color: #18191f;
    font-weight: 500;
}
.BlogSearchWeb .Content {
    padding: 1vh 12%;
}
.BlogSearchWeb .Content .BlogListItem .box {
    padding: 40px 0 40px 0;
    border-bottom: 1px solid #eeeff4;
}
.BlogSearchWeb .Content .BlogListItem .box__image {
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
}
.BlogSearchWeb .Content .BlogListItem .box__image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.BlogSearchWeb .Content .BlogListItem .box__content {
    display: flex;
    flex-direction: column;
}
.BlogSearchWeb .Content .BlogListItem .box__content-category {
    display: flex;
    align-items: center;
    padding: 0 0 0 0;
}
.BlogSearchWeb .Content .BlogListItem .box__content-category .type {
    font-weight: 700;
    font-size: 20px;
    color: #18191f;
}
.BlogSearchWeb .Content .BlogListItem .box__content-category .dot {
    margin: 0 2vh;
    width: 8px;
    height: 8px;
    background-color: #18191f;
    border-radius: 100%;
}
.BlogSearchWeb .Content .BlogListItem .box__content-category .time {
    font-weight: 500;
    font-size: 18px;
    color: #969bab;
}
.BlogSearchWeb .Content .BlogListItem .box__content-title a {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    /* or 143% */
    color: #18191f;
    font-feature-settings: "liga" off;
}
.BlogSearchWeb .Content .BlogListItem .box__content-text a {
    padding-top: 2vh;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    /* or 162% */
    font-feature-settings: "liga" off;
    color: #474a57;
    flex: 1 1;
}
.BlogSearchWeb .Content .BlogListItem .box__content-link {
    padding: 1vh 0;
    display: flex;
    align-items: baseline;
}
.BlogSearchWeb .Content .BlogListItem .box__content-link a {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #f77116;
    padding-right: 2vh;
}
.BlogSearchWeb .Content .BlogListItem .box__content-link img {
    height: 15px;
    width: 20px;
}
.BlogSearchWeb .Content .ManyViewersItem {
    padding-left: 7%;
    padding-top: 40px;
}
.BlogSearchWeb .Content .ManyViewersItem .box {
    background-color: #f4f5f7;
    border-radius: 12px;
    padding-top: 3vh;
    padding-bottom: 2vh;
}
.BlogSearchWeb .Content .ManyViewersItem .box__title {
    padding: 0 0 1vh 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 150% */
    font-feature-settings: "liga" off;
    color: #18191f;
}
.BlogSearchWeb .Content .ManyViewersItem .box__content {
    padding: 1vh 0;
}
.BlogSearchWeb .Content .ManyViewersItem .box__content-image {
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
}
.BlogSearchWeb .Content .ManyViewersItem .box__content-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.BlogSearchWeb .Content .ManyViewersItem .box__content-text a {
    padding-left: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #474a57;
}
.BlogSearchWeb .Content .KeywordItem {
    padding-left: 7%;
    padding-top: 8%;
}
.BlogSearchWeb .Content .KeywordItem .box {
    background-color: #f4f5f7;
    border-radius: 12px;
    padding-top: 2vh;
    padding-bottom: 1vh;
}
.BlogSearchWeb .Content .KeywordItem .box__title {
    padding: 0 0 2vh 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 150% */
    font-feature-settings: "liga" off;
    color: #18191f;
}
.BlogSearchWeb .Content .KeywordItem .box__content {
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
}
.BlogSearchWeb .Content .KeywordItem .box__content-item {
    margin-right: 2%;
    margin-bottom: 6px;
    padding: 3px 9px;
    border: 1px solid #d9dbe1;
    border-radius: 200px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #474a57;
}
.BlogSearchWeb .Content .SearchItem {
    padding-left: 7%;
    padding-top: 8%;
}
.BlogSearchWeb .Content .SearchItem .box {
    background-color: #f4f5f7;
    border-radius: 12px;
    padding-top: 2vh;
    padding-bottom: 1vh;
}
.BlogSearchWeb .Content .SearchItem .box__title {
    padding: 0 0 1vh 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 150% */
    font-feature-settings: "liga" off;
    color: #18191f;
}
.BlogSearchWeb .Content .SearchItem .box__content {
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    color: #969bab;
    font-size: 16px;
    font-weight: 400;
}
.BlogSearchWeb .Content .SearchItem .box__search {
    padding-top: 10px;
    padding-bottom: 25px;
}
.BlogSearchWeb .Content .SearchItem .box__search .input-group {
    height: 30px;
    width: 100%;
}

.BlogSearchWeb .Content .SearchItem .box__search .input-group form {
    width: 100%;
    display: flex;
}
.BlogSearchWeb .Content .SearchItem .box__search .input-group input {
    font-size: 18px;
    font-feature-settings: "liga" off;
    border-radius: 0 200px 200px 0;
}
.BlogSearchWeb .Content .SearchItem .box__search .input-group-text {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-radius: 200px 0 0 200px;
    outline: none;
    background-color: #ffff;
}
.BlogSearchWeb .Content .SearchItem .box__search .input-group-text img {
    height: 20px;
    width: 20px;
}
.BlogSearchWeb .MaybeYouLikeItem {
    padding: 10px 12% 30px 12%;
}
.BlogSearchWeb .MaybeYouLikeItem .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-feature-settings: "liga" off;
    padding: 0 0 20px 0;
    border-bottom: 2px solid #eeeff4;
}
.BlogSearchWeb .MaybeYouLikeItem .title h1 {
    color: #18191f;
    font-weight: 900;
    font-size: 42px;
    line-height: unset;
    /* identical to box height, or 135% */
}
.BlogSearchWeb .MaybeYouLikeItem .title a {
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: unset;
    color: #2ece51;
}
.BlogSearchWeb .MaybeYouLikeItem .box {
    padding-top: 20px;
}
.BlogSearchWeb .MaybeYouLikeItem .box__image {
    padding: 0;
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
}
.BlogSearchWeb .MaybeYouLikeItem .box__image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.BlogSearchWeb .MaybeYouLikeItem .box__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    /* or 133% */
    font-feature-settings: "liga" off;
    color: #18191f;
    text-decoration: none;
}
.BlogSearchWeb .MaybeYouLikeItem .box__text {
    padding-top: 1vh;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: "liga" off;
    color: #474a57;
}
.BlogSearchWeb .MaybeYouLikeItem .box__link {
    padding: 1vh 0;
    display: flex;
    align-items: baseline;
}
.BlogSearchWeb .MaybeYouLikeItem .box__link a {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #f77116;
    padding-right: 2vh;
}
.BlogSearchWeb .MaybeYouLikeItem .box__link img {
    height: 15px;
    width: 20px;
}

@media screen and (max-width: 1400px) {
    .BlogSearchWeb .BreadcrumbItem {
        padding: 0;
    }
    .BlogSearchWeb .BreadcrumbItem .box {
        padding: 40px 8% 0 8%;
    }
    .BlogSearchWeb .BreadcrumbItem .box__breadcrumb {
        display: flex;
        flex-wrap: wrap;
        font-size: 22px;
        color: #969bab;
        font-weight: 500;
    }
    .BlogSearchWeb .BreadcrumbItem .box__breadcrumb div.icon {
        margin: 0 20px;
        height: 15px;
        width: 20px;
    }
    .BlogSearchWeb .BreadcrumbItem .box__breadcrumb div.icon img {
        width: 100%;
        height: 100%;
    }
    .BlogSearchWeb .BreadcrumbItem .box__breadcrumb span.active {
        font-size: 22px;
        color: #18191f;
        font-weight: 500;
    }
    .BlogSearchWeb .Content {
        padding: 1vh 8%;
    }
    .BlogSearchWeb .Content .BlogListItem .box {
        padding: 40px 0 30px 0;
        border-bottom: 1px solid #eeeff4;
    }
    .BlogSearchWeb .Content .BlogListItem .box__image {
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogSearchWeb .Content .BlogListItem .box__image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content {
        display: flex;
        flex-direction: column;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-category {
        display: flex;
        align-items: center;
        padding: 0 0 0 0;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-category .type {
        font-weight: 700;
        font-size: 18px;
        color: #18191f;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-category .dot {
        margin: 0 2vh;
        width: 8px;
        height: 8px;
        background-color: #18191f;
        border-radius: 100%;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-category .time {
        font-weight: 500;
        font-size: 17px;
        color: #969bab;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-title a {
        font-weight: 800;
        font-size: 22px;
        line-height: 30px;
        /* or 143% */
        color: #18191f;
        font-feature-settings: "liga" off;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-text a {
        padding-top: 1vh;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        /* or 162% */
        font-feature-settings: "liga" off;
        color: #474a57;
        flex: 1 1;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-link {
        padding: 1vh 0;
        display: flex;
        align-items: baseline;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-link a {
        font-weight: 700;
        font-size: 17px;
        line-height: 30px;
        color: #f77116;
        padding-right: 2vh;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-link img {
        height: 10px;
        width: 15px;
    }
    .BlogSearchWeb .Content .ManyViewersItem {
        padding-left: 7%;
    }
    .BlogSearchWeb .Content .ManyViewersItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 3vh;
        padding-bottom: 2vh;
    }
    .BlogSearchWeb .Content .ManyViewersItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogSearchWeb .Content .ManyViewersItem .box__content {
        padding: 1vh 0;
    }
    .BlogSearchWeb .Content .ManyViewersItem .box__content-image {
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogSearchWeb .Content .ManyViewersItem .box__content-image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogSearchWeb .Content .ManyViewersItem .box__content-text a {
        padding-left: 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        color: #474a57;
    }
    .BlogSearchWeb .Content .KeywordItem {
        padding-left: 7%;
        padding-top: 8%;
    }
    .BlogSearchWeb .Content .KeywordItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 2vh;
        padding-bottom: 1vh;
    }
    .BlogSearchWeb .Content .KeywordItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogSearchWeb .Content .KeywordItem .box__content {
        padding-top: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .BlogSearchWeb .Content .KeywordItem .box__content-item {
        margin-right: 2%;
        margin-bottom: 6px;
        padding: 3px 9px;
        border: 1px solid #d9dbe1;
        border-radius: 200px;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #474a57;
    }
    .BlogSearchWeb .Content .SearchItem {
        padding-left: 7%;
        padding-top: 8%;
    }
    .BlogSearchWeb .Content .SearchItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 2vh;
        padding-bottom: 1vh;
    }
    .BlogSearchWeb .Content .SearchItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogSearchWeb .Content .SearchItem .box__content {
        padding-top: 0;
        padding-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        color: #969bab;
        font-size: 16px;
        font-weight: 400;
    }
    .BlogSearchWeb .Content .SearchItem .box__search {
        padding-top: 10px;
        padding-bottom: 25px;
    }
    .BlogSearchWeb .Content .SearchItem .box__search .input-group {
        height: 30px;
        width: 100%;
    }
    .BlogSearchWeb .Content .SearchItem .box__search .input-group input {
        font-size: 15px;
        font-feature-settings: "liga" off;
        border-radius: 0 200px 200px 0;
    }
    .BlogSearchWeb .Content .SearchItem .box__search .input-group-text {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        border-radius: 200px 0 0 200px;
        outline: none;
        background-color: #ffff;
    }
    .BlogSearchWeb .Content .SearchItem .box__search .input-group-text img {
        height: 20px;
        width: 20px;
    }
    .BlogSearchWeb .MaybeYouLikeItem {
        padding: 10px 8% 30px 8%;
    }
    .BlogSearchWeb .MaybeYouLikeItem .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-feature-settings: "liga" off;
        padding: 0 0 20px 0;
        border-bottom: 2px solid #eeeff4;
    }
    .BlogSearchWeb .MaybeYouLikeItem .title h1 {
        color: #18191f;
        font-weight: 900;
        font-size: 40px;
        line-height: unset;
        /* identical to box height, or 135% */
    }
    .BlogSearchWeb .MaybeYouLikeItem .title a {
        text-decoration: none;
        font-weight: 600;
        font-size: 20px;
        line-height: unset;
        color: #2ece51;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box {
        padding-top: 20px;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box__image {
        padding: 0;
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box__image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box__title {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        /* or 133% */
        font-feature-settings: "liga" off;
        color: #18191f;
        text-decoration: none;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box__text {
        padding-top: 1vh;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        font-feature-settings: "liga" off;
        color: #474a57;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box__link {
        padding: 1vh 0;
        display: flex;
        align-items: baseline;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box__link a {
        font-weight: 700;
        font-size: 16px;
        line-height: 28px;
        color: #f77116;
        padding-right: 2vh;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box__link img {
        height: 15px;
        width: 20px;
    }
}
@media screen and (max-width: 1200px) {
    .BlogSearchWeb .BreadcrumbItem {
        padding: 0;
    }
    .BlogSearchWeb .BreadcrumbItem .box {
        padding: 40px 5% 20px 5%;
    }
    .BlogSearchWeb .BreadcrumbItem .box__breadcrumb {
        display: flex;
        flex-wrap: wrap;
        font-size: 22px;
        color: #969bab;
        font-weight: 500;
    }
    .BlogSearchWeb .BreadcrumbItem .box__breadcrumb div.icon {
        margin: 0 20px;
        height: 15px;
        width: 20px;
    }
    .BlogSearchWeb .BreadcrumbItem .box__breadcrumb div.icon img {
        width: 100%;
        height: 100%;
    }
    .BlogSearchWeb .BreadcrumbItem .box__breadcrumb span.active {
        font-size: 22px;
        color: #18191f;
        font-weight: 500;
    }
    .BlogSearchWeb .Content {
        padding: 1vh 5%;
    }
    .BlogSearchWeb .Content .BlogListItem .box {
        padding: 20px 0 20px 0;
        border-bottom: 1px solid #eeeff4;
    }
    .BlogSearchWeb .Content .BlogListItem .box__image {
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogSearchWeb .Content .BlogListItem .box__image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content {
        display: flex;
        flex-direction: column;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-category {
        display: flex;
        align-items: center;
        padding: 0 0 0 0;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-category .type {
        font-weight: 700;
        font-size: 17px;
        color: #18191f;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-category .dot {
        margin: 0 2vh;
        width: 8px;
        height: 8px;
        background-color: #18191f;
        border-radius: 100%;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-category .time {
        font-weight: 500;
        font-size: 16px;
        color: #969bab;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-title a {
        font-weight: 800;
        font-size: 20px;
        line-height: 25px;
        /* or 143% */
        color: #18191f;
        font-feature-settings: "liga" off;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-text a {
        padding-top: 1vh;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        /* or 162% */
        font-feature-settings: "liga" off;
        color: #474a57;
        flex: 1 1;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-link {
        padding: 1vh 0;
        display: flex;
        align-items: baseline;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-link a {
        font-weight: 700;
        font-size: 16px;
        line-height: 26px;
        color: #f77116;
        padding-right: 2vh;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-link img {
        height: 10px;
        width: 15px;
    }
    .BlogSearchWeb .Content .ManyViewersItem {
        padding-left: 5%;
        padding-top: 20px;
    }
    .BlogSearchWeb .Content .ManyViewersItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 3vh;
        padding-bottom: 2vh;
    }
    .BlogSearchWeb .Content .ManyViewersItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogSearchWeb .Content .ManyViewersItem .box__content {
        padding: 1vh 0;
    }
    .BlogSearchWeb .Content .ManyViewersItem .box__content-image {
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogSearchWeb .Content .ManyViewersItem .box__content-image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogSearchWeb .Content .ManyViewersItem .box__content-text a {
        padding-left: 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #474a57;
    }
    .BlogSearchWeb .Content .KeywordItem {
        padding-left: 7%;
        padding-top: 8%;
    }
    .BlogSearchWeb .Content .KeywordItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 2vh;
        padding-bottom: 1vh;
    }
    .BlogSearchWeb .Content .KeywordItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogSearchWeb .Content .KeywordItem .box__content {
        padding-top: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .BlogSearchWeb .Content .KeywordItem .box__content-item {
        margin-right: 2%;
        margin-bottom: 6px;
        padding: 3px 9px;
        border: 1px solid #d9dbe1;
        border-radius: 200px;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #474a57;
    }
    .BlogSearchWeb .Content .SearchItem {
        padding-left: 7%;
        padding-top: 8%;
    }
    .BlogSearchWeb .Content .SearchItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 2vh;
        padding-bottom: 1vh;
    }
    .BlogSearchWeb .Content .SearchItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogSearchWeb .Content .SearchItem .box__content {
        padding-top: 0;
        padding-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        color: #969bab;
        font-size: 15px;
        font-weight: 400;
    }
    .BlogSearchWeb .Content .SearchItem .box__search {
        padding-top: 10px;
        padding-bottom: 25px;
    }
    .BlogSearchWeb .Content .SearchItem .box__search .input-group {
        height: 30px;
        width: 100%;
    }
    .BlogSearchWeb .Content .SearchItem .box__search .input-group input {
        font-size: 15px;
        font-feature-settings: "liga" off;
        border-radius: 0 200px 200px 0;
    }
    .BlogSearchWeb .Content .SearchItem .box__search .input-group-text {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        border-radius: 200px 0 0 200px;
        outline: none;
        background-color: #ffff;
    }
    .BlogSearchWeb .Content .SearchItem .box__search .input-group-text img {
        height: 20px;
        width: 20px;
    }
    .BlogSearchWeb .MaybeYouLikeItem {
        padding: 10px 5% 30px 5%;
    }
    .BlogSearchWeb .MaybeYouLikeItem .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-feature-settings: "liga" off;
        padding: 0 0 20px 0;
        border-bottom: 2px solid #eeeff4;
    }
    .BlogSearchWeb .MaybeYouLikeItem .title h1 {
        color: #18191f;
        font-weight: 900;
        font-size: 38px;
        line-height: 60px;
        /* identical to box height, or 135% */
    }
    .BlogSearchWeb .MaybeYouLikeItem .title a {
        text-decoration: none;
        font-weight: 600;
        font-size: 24px;
        line-height: 48px;
        color: #2ece51;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box {
        padding-top: 20px;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box__image {
        padding: 0;
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box__image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box__title {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        /* or 133% */
        font-feature-settings: "liga" off;
        color: #18191f;
        text-decoration: none;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box__text {
        padding-top: 1vh;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        font-feature-settings: "liga" off;
        color: #474a57;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box__link {
        padding: 0.5vh 0 1vh 0;
        display: flex;
        align-items: baseline;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box__link a {
        font-weight: 700;
        font-size: 16px;
        line-height: 28px;
        color: #f77116;
        padding-right: 2vh;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box__link img {
        height: 15px;
        width: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .BlogSearchWeb .BreadcrumbItem {
        padding: 0;
    }
    .BlogSearchWeb .BreadcrumbItem .box {
        padding: 40px 2% 20px 2%;
    }
    .BlogSearchWeb .BreadcrumbItem .box__breadcrumb {
        display: flex;
        flex-wrap: wrap;
        font-size: 22px;
        color: #969bab;
        font-weight: 500;
    }
    .BlogSearchWeb .BreadcrumbItem .box__breadcrumb div.icon {
        margin: 0 20px;
        height: 15px;
        width: 20px;
    }
    .BlogSearchWeb .BreadcrumbItem .box__breadcrumb div.icon img {
        width: 100%;
        height: 100%;
    }
    .BlogSearchWeb .BreadcrumbItem .box__breadcrumb span.active {
        font-size: 22px;
        color: #18191f;
        font-weight: 500;
    }
    .BlogSearchWeb .Content {
        padding: 1vh 2%;
    }
    .BlogSearchWeb .Content .BlogListItem .box {
        padding: 20px 0 10px 0;
        border-bottom: 1px solid #eeeff4;
    }
    .BlogSearchWeb .Content .BlogListItem .box__image {
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogSearchWeb .Content .BlogListItem .box__image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content {
        display: flex;
        flex-direction: column;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-category {
        display: flex;
        align-items: center;
        padding: 0 0 0 0;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-category .type {
        font-weight: 700;
        font-size: 17px;
        color: #18191f;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-category .dot {
        margin: 0 2vh;
        width: 8px;
        height: 8px;
        background-color: #18191f;
        border-radius: 100%;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-category .time {
        font-weight: 500;
        font-size: 16px;
        color: #969bab;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-title a {
        font-weight: 800;
        font-size: 20px;
        line-height: 25px;
        /* or 143% */
        color: #18191f;
        font-feature-settings: "liga" off;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-text a {
        padding-top: 1vh;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        /* or 162% */
        font-feature-settings: "liga" off;
        color: #474a57;
        flex: 1 1;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-link {
        padding: 1vh 0;
        display: flex;
        align-items: baseline;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-link a {
        font-weight: 700;
        font-size: 16px;
        line-height: 26px;
        color: #f77116;
        padding-right: 2vh;
    }
    .BlogSearchWeb .Content .BlogListItem .box__content-link img {
        height: 10px;
        width: 15px;
    }
    .BlogSearchWeb .Content .ManyViewersItem {
        padding-left: 5%;
    }
    .BlogSearchWeb .Content .ManyViewersItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 3vh;
        padding-bottom: 2vh;
    }
    .BlogSearchWeb .Content .ManyViewersItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogSearchWeb .Content .ManyViewersItem .box__content {
        padding: 1vh 0;
    }
    .BlogSearchWeb .Content .ManyViewersItem .box__content-image {
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogSearchWeb .Content .ManyViewersItem .box__content-image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogSearchWeb .Content .ManyViewersItem .box__content-text a {
        padding-left: 0;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        color: #474a57;
    }
    .BlogSearchWeb .Content .KeywordItem {
        padding-left: 7%;
        padding-top: 8%;
    }
    .BlogSearchWeb .Content .KeywordItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 2vh;
        padding-bottom: 1vh;
    }
    .BlogSearchWeb .Content .KeywordItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogSearchWeb .Content .KeywordItem .box__content {
        padding-top: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .BlogSearchWeb .Content .KeywordItem .box__content-item {
        margin-right: 2%;
        margin-bottom: 6px;
        padding: 3px 9px;
        border: 1px solid #d9dbe1;
        border-radius: 200px;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        color: #474a57;
    }
    .BlogSearchWeb .Content .SearchItem {
        padding-left: 7%;
        padding-top: 8%;
    }
    .BlogSearchWeb .Content .SearchItem .box {
        background-color: #f4f5f7;
        border-radius: 12px;
        padding-top: 2vh;
        padding-bottom: 1vh;
    }
    .BlogSearchWeb .Content .SearchItem .box__title {
        padding: 0 0 1vh 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 150% */
        font-feature-settings: "liga" off;
        color: #18191f;
    }
    .BlogSearchWeb .Content .SearchItem .box__content {
        padding-top: 0;
        padding-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        color: #969bab;
        font-size: 14px;
        font-weight: 400;
    }
    .BlogSearchWeb .Content .SearchItem .box__search {
        padding-top: 10px;
        padding-bottom: 25px;
    }
    .BlogSearchWeb .Content .SearchItem .box__search .input-group {
        height: 30px;
        width: 100%;
    }
    .BlogSearchWeb .Content .SearchItem .box__search .input-group input {
        font-size: 14px;
        font-feature-settings: "liga" off;
        border-radius: 0 200px 200px 0;
    }
    .BlogSearchWeb .Content .SearchItem .box__search .input-group-text {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        border-radius: 200px 0 0 200px;
        outline: none;
        background-color: #ffff;
    }
    .BlogSearchWeb .Content .SearchItem .box__search .input-group-text img {
        height: 20px;
        width: 20px;
    }
    .BlogSearchWeb .MaybeYouLikeItem {
        padding: 10px 2% 30px 2%;
    }
    .BlogSearchWeb .MaybeYouLikeItem .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-feature-settings: "liga" off;
        padding: 0 0 20px 0;
        border-bottom: 2px solid #eeeff4;
    }
    .BlogSearchWeb .MaybeYouLikeItem .title h1 {
        color: #18191f;
        font-weight: 900;
        font-size: 36px;
        line-height: unset;
        /* identical to box height, or 135% */
    }
    .BlogSearchWeb .MaybeYouLikeItem .title a {
        text-decoration: none;
        font-weight: 600;
        font-size: 20px;
        line-height: unset;
        color: #2ece51;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box {
        padding-top: 20px;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box__image {
        padding: 0;
        width: 100%;
        height: 62.5%;
        border-radius: 8px;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box__image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box__title {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        /* or 133% */
        font-feature-settings: "liga" off;
        color: #18191f;
        text-decoration: none;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box__text {
        padding-top: 1vh;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        font-feature-settings: "liga" off;
        color: #474a57;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box__link {
        padding: 1vh 0;
        display: flex;
        align-items: baseline;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box__link a {
        font-weight: 700;
        font-size: 16px;
        line-height: 28px;
        color: #f77116;
        padding-right: 2vh;
    }
    .BlogSearchWeb .MaybeYouLikeItem .box__link img {
        height: 15px;
        width: 20px;
    }
}
.BlogSearchMobile .BreadcrumbItem {
    padding: 0;
}
.BlogSearchMobile .BreadcrumbItem .box {
    padding-top: 20px;
    padding-bottom: 10px;
}
.BlogSearchMobile .BreadcrumbItem .box__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    color: #969bab;
    font-weight: 500;
}
.BlogSearchMobile .BreadcrumbItem .box__breadcrumb div.icon {
    margin: 0 20px;
    height: 15px;
    width: 20px;
}
.BlogSearchMobile .BreadcrumbItem .box__breadcrumb div.icon img {
    width: 100%;
    height: 100%;
}
.BlogSearchMobile .BreadcrumbItem .box__breadcrumb span.active {
    font-size: 18px;
    color: #18191f;
    font-weight: 500;
}
.BlogSearchMobile .BlogListItem {
    padding-top: 1.5vh;
    padding-bottom: 2vh;
}
.BlogSearchMobile .BlogListItem .box__image {
    padding: 0;
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
}
.BlogSearchMobile .BlogListItem .box__image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.BlogSearchMobile .BlogListItem .box__content-category {
    display: flex;
    align-items: center;
    padding: 1vh 0 0 0;
}
.BlogSearchMobile .BlogListItem .box__content-category .type {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #18191f;
}
.BlogSearchMobile .BlogListItem .box__content-category .dot {
    margin: 0 2vh;
    width: 6px;
    height: 6px;
    background-color: #18191f;
    border-radius: 100%;
}
.BlogSearchMobile .BlogListItem .box__content-category .time {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #969bab;
}
.BlogSearchMobile .BlogListItem .box__content-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    /* or 143% */
    color: #18191f;
    font-feature-settings: "liga" off;
}
.BlogSearchMobile .BlogListItem .box__content-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    /* or 162% */
    font-feature-settings: "liga" off;
    color: #474a57;
}
.BlogSearchMobile .BlogListItem .box__content-link {
    padding: 1vh 0 2.5vh 0;
    display: flex;
    align-items: baseline;
}
.BlogSearchMobile .BlogListItem .box__content-link a {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #f77116;
    padding-right: 2vh;
}
.BlogSearchMobile .BlogListItem .box__content-link img {
    height: 15px;
    width: 25px;
}
.BlogSearchMobile .ManyViewersItem {
    padding-bottom: 4.5vh;
}
.BlogSearchMobile .ManyViewersItem .box {
    background-color: #f4f5f7;
    padding-top: 3vh;
    padding-bottom: 3vh;
}
.BlogSearchMobile .ManyViewersItem .box__title {
    padding: 0 0 1vh 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 150% */
    font-feature-settings: "liga" off;
    color: #18191f;
}
.BlogSearchMobile .ManyViewersItem .box__content {
    padding: 1.5vh 0;
}
.BlogSearchMobile .ManyViewersItem .box__content-image {
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
}
.BlogSearchMobile .ManyViewersItem .box__content-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.BlogSearchMobile .ManyViewersItem .box__content-text {
    padding-left: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #474a57;
}
.BlogSearchMobile .KeywordItem .box {
    background-color: #f4f5f7;
    padding-top: 3vh;
    padding-bottom: 2vh;
}
.BlogSearchMobile .KeywordItem .box__title {
    padding: 0 0 1vh 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 150% */
    font-feature-settings: "liga" off;
    color: #18191f;
}
.BlogSearchMobile .KeywordItem .box__content {
    padding-top: 2vh;
    display: flex;
    flex-wrap: wrap;
}
.BlogSearchMobile .KeywordItem .box__content-item {
    margin-right: 2%;
    margin-bottom: 10px;
    padding: 5px 12px;
    border: 1px solid #d9dbe1;
    border-radius: 200px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #474a57;
}
.BlogSearchMobile .SearchItem {
    padding-top: 8%;
}
.BlogSearchMobile .SearchItem .box {
    background-color: #f4f5f7;
    border-radius: 12px;
    padding-top: 2vh;
    padding-bottom: 1vh;
}
.BlogSearchMobile .SearchItem .box__title {
    padding: 0 0 1vh 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 150% */
    font-feature-settings: "liga" off;
    color: #18191f;
}
.BlogSearchMobile .SearchItem .box__content {
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    color: #969bab;
    font-size: 16px;
    font-weight: 400;
}
.BlogSearchMobile .SearchItem .box__search {
    padding-top: 10px;
    padding-bottom: 25px;
}
.BlogSearchMobile .SearchItem .box__search .input-group {
    height: 30px;
    width: 100%;
}
.BlogSearchMobile .SearchItem .box__search .input-group input {
    font-size: 18px;
    font-feature-settings: "liga" off;
    border-radius: 0 200px 200px 0;
}
.BlogSearchMobile .SearchItem .box__search .input-group-text {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-radius: 200px 0 0 200px;
    outline: none;
    background-color: #ffff;
}
.BlogSearchMobile .SearchItem .box__search .input-group-text img {
    height: 20px;
    width: 20px;
}
.BlogSearchMobile .OtherItem,
.BlogSearchMobile .MaybeYouLikeItem {
    padding-bottom: 5vh;
    padding-top: 3vh;
}
.BlogSearchMobile .OtherItem .title,
.BlogSearchMobile .MaybeYouLikeItem .title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-feature-settings: "liga" off;
}
.BlogSearchMobile .OtherItem .title h1,
.BlogSearchMobile .MaybeYouLikeItem .title h1 {
    color: #18191f;
    font-weight: 700;
    font-size: 28px;
    padding: 1vh 0;
    /* identical to box height, or 135% */
}
.BlogSearchMobile .OtherItem .title a,
.BlogSearchMobile .MaybeYouLikeItem .title a {
    padding: 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    color: #2ece51;
}
.BlogSearchMobile .OtherItem .box__image,
.BlogSearchMobile .MaybeYouLikeItem .box__image {
    padding: 0;
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
}
.BlogSearchMobile .OtherItem .box__image img,
.BlogSearchMobile .MaybeYouLikeItem .box__image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.BlogSearchMobile .OtherItem .box__title,
.BlogSearchMobile .MaybeYouLikeItem .box__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    /* or 133% */
    font-feature-settings: "liga" off;
    color: #18191f;
    text-decoration: none;
}
.BlogSearchMobile .OtherItem .box__text,
.BlogSearchMobile .MaybeYouLikeItem .box__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: "liga" off;
    color: #474a57;
}
.BlogSearchMobile .OtherItem .box__link,
.BlogSearchMobile .MaybeYouLikeItem .box__link {
    padding: 1vh 0;
    display: flex;
    align-items: baseline;
}
.BlogSearchMobile .OtherItem .box__link a,
.BlogSearchMobile .MaybeYouLikeItem .box__link a {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #f77116;
    padding-right: 2vh;
}
.BlogSearchMobile .OtherItem .box__link img,
.BlogSearchMobile .MaybeYouLikeItem .box__link img {
    height: 15px;
    width: 20px;
}
.BlogSearchMobile .OtherItem .carousel-indicators,
.BlogSearchMobile .MaybeYouLikeItem .carousel-indicators {
    z-index: 1;
    transform: translateY(300%);
}
.BlogSearchMobile .OtherItem .carousel-indicators li,
.BlogSearchMobile .MaybeYouLikeItem .carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 100px;
    background-color: #d9dbe1;
}
.BlogSearchMobile .OtherItem .carousel-indicators li.active,
.BlogSearchMobile .MaybeYouLikeItem .carousel-indicators li.active {
    background-color: #f77116;
}

.DesignWebsiteWeb .IntroduceItem {
    padding: 60px 12% 40px 12%;
}
.DesignWebsiteWeb .IntroduceItem .title {
    padding: 0;
    font-size: 50px;
    line-height: 64px;
    color: #18191f;
    font-weight: 700;
}
.DesignWebsiteWeb .IntroduceItem .box {
    padding: 35px 0 0 0;
}
.DesignWebsiteWeb .IntroduceItem .box__introduce {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.DesignWebsiteWeb .IntroduceItem .box__introduce-title {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
}
.DesignWebsiteWeb .IntroduceItem .box__introduce-title span {
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
}
.DesignWebsiteWeb .IntroduceItem .box__introduce-text {
    font-weight: 500;
    color: #969bab;
    font-size: 20px;
    line-height: 26px;
}
.DesignWebsiteWeb .IntroduceItem .box__image {
    width: 100%;
    height: 62.5%;
}
.DesignWebsiteWeb .IntroduceItem .box__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.DesignWebsiteWeb .PackageItem {
    padding: 40px 12% 60px 12%;
    background: #ffffff;
}
.DesignWebsiteWeb .PackageItem .box {
    border-radius: 12px;
    border: 2px solid #d9dbe1;
}
.DesignWebsiteWeb .PackageItem .box table,
.DesignWebsiteWeb .PackageItem .box td,
.DesignWebsiteWeb .PackageItem .box th {
    border: 1px solid #d9dbe1;
}
.DesignWebsiteWeb .PackageItem .box td,
.DesignWebsiteWeb .PackageItem .box th {
    width: 25%;
    text-align: center;
}
.DesignWebsiteWeb .PackageItem .box th {
    padding: 25px 0;
}
.DesignWebsiteWeb .PackageItem .box td {
    height: 85px;
    color: #18191f;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    padding-left: 5%;
    padding-right: 5%;
}
.DesignWebsiteWeb .PackageItem .box table {
    border-collapse: collapse;
    border: 1px solid #d9dbe1;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.DesignWebsiteWeb .PackageItem .box .header {
    background: #f4f5f7;
}
.DesignWebsiteWeb .PackageItem .box .header__four {
    color: #f77116 !important;
    background-color: #ffefd9;
}
.DesignWebsiteWeb .PackageItem .box .header__four span {
    color: #f77116 !important;
}
.DesignWebsiteWeb .PackageItem .box .header th {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #969bab;
}
.DesignWebsiteWeb .PackageItem .box .header th span {
    color: #474a57;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
}
.DesignWebsiteWeb .PackageItem .box .body__one {
    text-align: start !important;
    padding-left: 5vh;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 34px;
}
.DesignWebsiteWeb .PackageItem .box .body__four {
    color: #18191f !important;
    background-color: #ffefd9;
}
.DesignWebsiteWeb .PackageItem .box .body img {
    width: 35px;
    height: 35px;
}
.DesignWebsiteWeb .ContactItem {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}
.DesignWebsiteWeb .ContactItem .box__bg {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.DesignWebsiteWeb .ContactItem .box__bg img {
    width: 100%;
    height: 100%;
}
.DesignWebsiteWeb .ContactItem .box__content {
    min-height: 400px;
    z-index: 2;
    padding: 0 0 0 12%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.DesignWebsiteWeb .ContactItem .box__content p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #ffffff;
}
.DesignWebsiteWeb .ContactItem .box__content h3 {
    font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    color: #ffffff;
    padding: 0 0 10px 0;
}
.DesignWebsiteWeb .ContactItem .box__content button {
    padding: 6px 15px;
    color: #ffffff;
    background-color: #f77116;
    font-size: 18px;
    font-weight: 500;
}
.DesignWebsiteWeb .ContactItem .box__image {
    z-index: 2;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 62.5%;
    transform: translateY(20%) translateX(10%);
}
.DesignWebsiteWeb .ContactItem .box__image img {
    width: 110%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1400px) {
    .DesignWebsiteWeb .IntroduceItem {
        padding: 40px 8% 20px 8%;
    }
    .DesignWebsiteWeb .IntroduceItem .title {
        padding: 0;
        font-size: 45px;
        line-height: 64px;
        color: #18191f;
        font-weight: 700;
    }
    .DesignWebsiteWeb .IntroduceItem .box {
        padding: 35px 0 0 0;
    }
    .DesignWebsiteWeb .IntroduceItem .box__introduce {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .DesignWebsiteWeb .IntroduceItem .box__introduce-title {
        font-size: 25px;
        line-height: 40px;
        padding-bottom: 10px;
    }
    .DesignWebsiteWeb .IntroduceItem .box__introduce-title span {
        font-weight: 900;
        font-size: 30px;
        line-height: 40px;
    }
    .DesignWebsiteWeb .IntroduceItem .box__introduce-text {
        font-weight: 500;
        color: #969bab;
        font-size: 18px;
        line-height: 26px;
    }
    .DesignWebsiteWeb .IntroduceItem .box__image {
        width: 100%;
        height: 62.5%;
    }
    .DesignWebsiteWeb .IntroduceItem .box__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .DesignWebsiteWeb .PackageItem {
        padding: 40px 8% 40px 8%;
        background: #ffffff;
    }
    .DesignWebsiteWeb .PackageItem .box {
        border-radius: 12px;
        border: 2px solid #d9dbe1;
    }
    .DesignWebsiteWeb .PackageItem .box table,
    .DesignWebsiteWeb .PackageItem .box td,
    .DesignWebsiteWeb .PackageItem .box th {
        border: 1px solid #d9dbe1;
    }
    .DesignWebsiteWeb .PackageItem .box td,
    .DesignWebsiteWeb .PackageItem .box th {
        width: 25%;
        text-align: center;
    }
    .DesignWebsiteWeb .PackageItem .box th {
        padding: 25px 0;
    }
    .DesignWebsiteWeb .PackageItem .box td {
        height: 85px;
        color: #18191f;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        padding-left: 4%;
        padding-right: 4%;
    }
    .DesignWebsiteWeb .PackageItem .box table {
        border-collapse: collapse;
        border: 1px solid #d9dbe1;
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
    }
    .DesignWebsiteWeb .PackageItem .box .header {
        background: #f4f5f7;
    }
    .DesignWebsiteWeb .PackageItem .box .header__four {
        color: #f77116 !important;
        background-color: #ffefd9;
    }
    .DesignWebsiteWeb .PackageItem .box .header__four span {
        color: #f77116 !important;
    }
    .DesignWebsiteWeb .PackageItem .box .header th {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        color: #969bab;
    }
    .DesignWebsiteWeb .PackageItem .box .header th span {
        color: #474a57;
        font-weight: 700;
        font-size: 35px;
        line-height: 54px;
    }
    .DesignWebsiteWeb .PackageItem .box .body__one {
        text-align: start !important;
        padding-left: 5vh;
        font-weight: 400;
        font-size: 19px !important;
        line-height: 34px;
    }
    .DesignWebsiteWeb .PackageItem .box .body__four {
        color: #18191f !important;
        background-color: #ffefd9;
    }
    .DesignWebsiteWeb .PackageItem .box .body img {
        width: 35px;
        height: 35px;
    }
    .DesignWebsiteWeb .ContactItem {
        position: relative;
        min-height: 300px;
        overflow: hidden;
    }
    .DesignWebsiteWeb .ContactItem .box__bg {
        overflow: hidden;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .DesignWebsiteWeb .ContactItem .box__bg img {
        width: 100%;
        height: 100%;
    }
    .DesignWebsiteWeb .ContactItem .box__content {
        min-height: 300px;
        z-index: 2;
        padding: 0 0 0 8%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
    .DesignWebsiteWeb .ContactItem .box__content p {
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
        color: #ffffff;
    }
    .DesignWebsiteWeb .ContactItem .box__content h3 {
        font-weight: 700;
        font-size: 42px;
        line-height: 54px;
        color: #ffffff;
        padding: 0 0 10px 0;
    }
    .DesignWebsiteWeb .ContactItem .box__content button {
        padding: 6px 15px;
        color: #ffffff;
        background-color: #f77116;
        font-size: 18px;
        font-weight: 500;
    }
    .DesignWebsiteWeb .ContactItem .box__image {
        z-index: 2;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 62.5%;
        transform: translateY(20%) translateX(10%);
    }
    .DesignWebsiteWeb .ContactItem .box__image img {
        width: 110%;
        height: 100%;
        object-fit: cover;
    }
}
@media screen and (max-width: 1200px) {
    .DesignWebsiteWeb .IntroduceItem {
        padding: 30px 5% 10px 5%;
    }
    .DesignWebsiteWeb .IntroduceItem .title {
        padding: 0;
        font-size: 40px;
        line-height: 60px;
        color: #18191f;
        font-weight: 700;
    }
    .DesignWebsiteWeb .IntroduceItem .box {
        padding: 35px 0 0 0;
    }
    .DesignWebsiteWeb .IntroduceItem .box__introduce {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .DesignWebsiteWeb .IntroduceItem .box__introduce-title {
        font-size: 20px;
        line-height: 40px;
        padding-bottom: 5px;
    }
    .DesignWebsiteWeb .IntroduceItem .box__introduce-title span {
        font-weight: 900;
        font-size: 20px;
        line-height: 40px;
    }
    .DesignWebsiteWeb .IntroduceItem .box__introduce-text {
        font-weight: 500;
        color: #969bab;
        font-size: 16px;
        line-height: 26px;
    }
    .DesignWebsiteWeb .IntroduceItem .box__image {
        width: 100%;
        height: 62.5%;
    }
    .DesignWebsiteWeb .IntroduceItem .box__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .DesignWebsiteWeb .PackageItem {
        padding: 40px 5% 40px 5%;
        background: #ffffff;
    }
    .DesignWebsiteWeb .PackageItem .box {
        border-radius: 12px;
        border: 2px solid #d9dbe1;
    }
    .DesignWebsiteWeb .PackageItem .box table,
    .DesignWebsiteWeb .PackageItem .box td,
    .DesignWebsiteWeb .PackageItem .box th {
        border: 1px solid #d9dbe1;
    }
    .DesignWebsiteWeb .PackageItem .box td,
    .DesignWebsiteWeb .PackageItem .box th {
        width: 25%;
        text-align: center;
    }
    .DesignWebsiteWeb .PackageItem .box th {
        padding: 15px 0;
    }
    .DesignWebsiteWeb .PackageItem .box td {
        height: 85px;
        color: #18191f;
        font-weight: 600;
        font-size: 16px;
        line-height: 28px;
        padding-left: 2%;
        padding-right: 2%;
    }
    .DesignWebsiteWeb .PackageItem .box table {
        border-collapse: collapse;
        border: 1px solid #d9dbe1;
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
    }
    .DesignWebsiteWeb .PackageItem .box .header {
        background: #f4f5f7;
    }
    .DesignWebsiteWeb .PackageItem .box .header__four {
        color: #f77116 !important;
        background-color: #ffefd9;
    }
    .DesignWebsiteWeb .PackageItem .box .header__four span {
        color: #f77116 !important;
    }
    .DesignWebsiteWeb .PackageItem .box .header th {
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
        color: #969bab;
    }
    .DesignWebsiteWeb .PackageItem .box .header th span {
        color: #474a57;
        font-weight: 700;
        font-size: 30px;
        line-height: 54px;
    }
    .DesignWebsiteWeb .PackageItem .box .body__one {
        text-align: start !important;
        padding-left: 1vh;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 34px;
    }
    .DesignWebsiteWeb .PackageItem .box .body__four {
        color: #18191f !important;
        background-color: #ffefd9;
    }
    .DesignWebsiteWeb .PackageItem .box .body img {
        width: 30px;
        height: 30px;
    }
    .DesignWebsiteWeb .ContactItem {
        position: relative;
        min-height: 300px;
        overflow: hidden;
    }
    .DesignWebsiteWeb .ContactItem .box__bg {
        overflow: hidden;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .DesignWebsiteWeb .ContactItem .box__bg img {
        width: 100%;
        height: 100%;
    }
    .DesignWebsiteWeb .ContactItem .box__content {
        min-height: 300px;
        z-index: 2;
        padding: 0 0 0 5%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
    .DesignWebsiteWeb .ContactItem .box__content p {
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
        color: #ffffff;
    }
    .DesignWebsiteWeb .ContactItem .box__content h3 {
        font-weight: 700;
        font-size: 32px;
        line-height: 54px;
        color: #ffffff;
        padding: 0 0 10px 0;
    }
    .DesignWebsiteWeb .ContactItem .box__content button {
        padding: 6px 15px;
        color: #ffffff;
        background-color: #f77116;
        font-size: 18px;
        font-weight: 500;
    }
    .DesignWebsiteWeb .ContactItem .box__image {
        z-index: 2;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 62.5%;
        transform: translateY(20%) translateX(10%);
    }
    .DesignWebsiteWeb .ContactItem .box__image img {
        width: 110%;
        height: 100%;
        object-fit: contain;
    }
}
@media screen and (max-width: 1000px) {
    .DesignWebsiteWeb .IntroduceItem {
        padding: 30px 2% 10px 2%;
    }
    .DesignWebsiteWeb .IntroduceItem .title {
        padding: 0;
        font-size: 40px;
        line-height: 60px;
        color: #18191f;
        font-weight: 700;
    }
    .DesignWebsiteWeb .IntroduceItem .box {
        padding: 35px 0 0 0;
    }
    .DesignWebsiteWeb .IntroduceItem .box__introduce {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .DesignWebsiteWeb .IntroduceItem .box__introduce-title {
        font-size: 20px;
        line-height: 40px;
        padding-bottom: 5px;
    }
    .DesignWebsiteWeb .IntroduceItem .box__introduce-title span {
        font-weight: 900;
        font-size: 20px;
        line-height: 40px;
    }
    .DesignWebsiteWeb .IntroduceItem .box__introduce-text {
        font-weight: 500;
        color: #969bab;
        font-size: 16px;
        line-height: 26px;
    }
    .DesignWebsiteWeb .IntroduceItem .box__image {
        width: 100%;
        height: 62.5%;
    }
    .DesignWebsiteWeb .IntroduceItem .box__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .DesignWebsiteWeb .PackageItem {
        padding: 40px 2% 40px 2%;
        background: #ffffff;
    }
    .DesignWebsiteWeb .PackageItem .box {
        border-radius: 12px;
        border: 2px solid #d9dbe1;
    }
    .DesignWebsiteWeb .PackageItem .box table,
    .DesignWebsiteWeb .PackageItem .box td,
    .DesignWebsiteWeb .PackageItem .box th {
        border: 1px solid #d9dbe1;
    }
    .DesignWebsiteWeb .PackageItem .box td,
    .DesignWebsiteWeb .PackageItem .box th {
        width: 25%;
        text-align: center;
    }
    .DesignWebsiteWeb .PackageItem .box th {
        padding: 15px 0;
    }
    .DesignWebsiteWeb .PackageItem .box td {
        height: 85px;
        color: #18191f;
        font-weight: 600;
        font-size: 16px;
        line-height: 28px;
        padding-left: 2%;
        padding-right: 2%;
    }
    .DesignWebsiteWeb .PackageItem .box table {
        border-collapse: collapse;
        border: 1px solid #d9dbe1;
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
    }
    .DesignWebsiteWeb .PackageItem .box .header {
        background: #f4f5f7;
    }
    .DesignWebsiteWeb .PackageItem .box .header__four {
        color: #f77116 !important;
        background-color: #ffefd9;
    }
    .DesignWebsiteWeb .PackageItem .box .header__four span {
        color: #f77116 !important;
    }
    .DesignWebsiteWeb .PackageItem .box .header th {
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
        color: #969bab;
    }
    .DesignWebsiteWeb .PackageItem .box .header th span {
        color: #474a57;
        font-weight: 700;
        font-size: 30px;
        line-height: 54px;
    }
    .DesignWebsiteWeb .PackageItem .box .body__one {
        text-align: start !important;
        padding-left: 1vh;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 34px;
    }
    .DesignWebsiteWeb .PackageItem .box .body__four {
        color: #18191f !important;
        background-color: #ffefd9;
    }
    .DesignWebsiteWeb .PackageItem .box .body img {
        width: 30px;
        height: 30px;
    }
    .DesignWebsiteWeb .ContactItem {
        position: relative;
        min-height: 300px;
        overflow: hidden;
    }
    .DesignWebsiteWeb .ContactItem .box__bg {
        overflow: hidden;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .DesignWebsiteWeb .ContactItem .box__bg img {
        width: 100%;
        height: 100%;
    }
    .DesignWebsiteWeb .ContactItem .box__content {
        min-height: 300px;
        z-index: 2;
        padding: 0 0 0 2%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
    .DesignWebsiteWeb .ContactItem .box__content p {
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
        color: #ffffff;
    }
    .DesignWebsiteWeb .ContactItem .box__content h3 {
        font-weight: 700;
        font-size: 32px;
        line-height: 54px;
        color: #ffffff;
        padding: 0 0 10px 0;
    }
    .DesignWebsiteWeb .ContactItem .box__content button {
        padding: 6px 15px;
        color: #ffffff;
        background-color: #f77116;
        font-size: 18px;
        font-weight: 500;
    }
    .DesignWebsiteWeb .ContactItem .box__image {
        z-index: 2;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 62.5%;
        transform: translateY(20%) translateX(10%);
    }
    .DesignWebsiteWeb .ContactItem .box__image img {
        width: 110%;
        height: 100%;
    }
}
.DesignWebsiteMobile .TitleItem {
    padding-top: 2vh;
    padding-bottom: 2vh;
}
.DesignWebsiteMobile .TitleItem .box__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #eeeff4;
}
.DesignWebsiteMobile .TitleItem .box__title h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
}
.DesignWebsiteMobile .TitleItem .box .input-group {
    height: 40px;
    width: 10%;
}
.DesignWebsiteMobile .TitleItem .box .input-group input {
    display: none;
}
.DesignWebsiteMobile .TitleItem .box .input-group-text {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-radius: 10px;
    outline: none;
    background-color: #ffff;
}
.DesignWebsiteMobile .TitleItem .box .input-group-text img {
    height: 20px;
    width: 20px;
}
.DesignWebsiteMobile .IntroduceItem .box__introduce-title {
    font-size: 20px;
    padding-bottom: 20px;
}
.DesignWebsiteMobile .IntroduceItem .box__introduce-title span {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}
.DesignWebsiteMobile .IntroduceItem .box__introduce-text {
    font-weight: 500;
    color: #969bab;
    font-size: 18px;
    padding-bottom: 2vh;
}
.DesignWebsiteMobile .IntroduceItem .box__image {
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
    padding-bottom: 2vh;
}
.DesignWebsiteMobile .IntroduceItem .box__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.DesignWebsiteMobile .PackageItem {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #ffffff;
}
.DesignWebsiteMobile .PackageItem .box {
    border-radius: 12px;
    border: 2px solid #d9dbe1;
}
.DesignWebsiteMobile .PackageItem .box table,
.DesignWebsiteMobile .PackageItem .box td,
.DesignWebsiteMobile .PackageItem .box th {
    border: 1px solid #d9dbe1;
}
.DesignWebsiteMobile .PackageItem .box td,
.DesignWebsiteMobile .PackageItem .box th {
    width: 25%;
    text-align: center;
}
.DesignWebsiteMobile .PackageItem .box td {
    height: 85px;
    color: #18191f;
    font-weight: 600;
    font-size: 15px;
}
.DesignWebsiteMobile .PackageItem .box table {
    border-collapse: collapse;
    border: 1px solid #d9dbe1;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.DesignWebsiteMobile .PackageItem .box .header {
    background: #f4f5f7;
}
.DesignWebsiteMobile .PackageItem .box .header__four {
    color: #f77116 !important;
    background-color: #ffefd9;
}
.DesignWebsiteMobile .PackageItem .box .header__four span {
    color: #f77116 !important;
}
.DesignWebsiteMobile .PackageItem .box .header th {
    font-weight: 500;
    font-size: 14px;
    color: #969bab;
}
.DesignWebsiteMobile .PackageItem .box .header th span {
    color: #474a57;
    font-weight: 700;
    font-size: 16px;
}
.DesignWebsiteMobile .PackageItem .box .body__one {
    text-align: start !important;
    padding-left: 1vh;
    font-weight: 400;
    font-size: 14px !important;
}
.DesignWebsiteMobile .PackageItem .box .body__four {
    color: #18191f !important;
    background-color: #ffefd9;
}
.DesignWebsiteMobile .PackageItem .box .body img {
    width: 20px;
    height: 20px;
}
.DesignWebsiteMobile .ContactItem {
    position: relative;
    height: 500px;
    overflow: hidden;
}
.DesignWebsiteMobile .ContactItem .box__bg {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.DesignWebsiteMobile .ContactItem .box__bg img {
    width: 100%;
    height: 100%;
}
.DesignWebsiteMobile .ContactItem .box__content {
    height: 500px;
    z-index: 2;
    padding: 0 0 0 6%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.DesignWebsiteMobile .ContactItem .box__content p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #ffffff;
}
.DesignWebsiteMobile .ContactItem .box__content h3 {
    font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    color: #ffffff;
    padding: 0 0 10px 0;
}
.DesignWebsiteMobile .ContactItem .box__content button {
    padding: 6px 15px;
    color: #ffffff;
    background-color: #f77116;
    font-size: 18px;
    font-weight: 500;
}

.DesignAppForMobile .TitleItem {
    padding-top: 2vh;
    padding-bottom: 2vh;
}
.DesignAppForMobile .TitleItem .box__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #eeeff4;
}
.DesignAppForMobile .TitleItem .box__title h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
}
.DesignAppForMobile .TitleItem .box .input-group {
    height: 40px;
    width: 10%;
}
.DesignAppForMobile .TitleItem .box .input-group input {
    display: none;
}
.DesignAppForMobile .TitleItem .box .input-group-text {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-radius: 10px;
    outline: none;
    background-color: #ffff;
}
.DesignAppForMobile .TitleItem .box .input-group-text img {
    height: 20px;
    width: 20px;
}
.DesignAppForMobile .IntroduceItem .box__content {
    padding-top: 10px;
    padding-left: 20px;
}
.DesignAppForMobile .IntroduceItem .box__content-img {
    width: 100%;
    border-radius: 8px;
}
.DesignAppForMobile .IntroduceItem .box__content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.DesignAppForMobile .IntroduceItem .box__content-footer {
    margin: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    border-bottom: 1px solid #f4f5f7;
}
.DesignAppForMobile .IntroduceItem .box__content-footer .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}
.DesignAppForMobile .IntroduceItem .box__content-footer .title span {
    font-weight: 900;
}
.DesignAppForMobile .IntroduceItem .box__content-footer .btn {
    border-radius: 100px;
    padding: 10px 20px;
    background: #f77116;
    color: #ffff;
    font-weight: 500;
}
.DesignAppForMobile .PackageItem {
    background: #f4f5f7;
}
.DesignAppForMobile .PackageItem .title {
    font-size: 26px;
    line-height: 42px;
    color: #18191f;
    font-weight: 700;
    padding-bottom: 15px;
    padding-top: 20px;
}
.DesignAppForMobile .PackageItem .box.two {
    transform: translateY(0);
}
.DesignAppForMobile .PackageItem .box.two .box__title {
    padding: 15px 5% !important;
    background-color: #f77116;
    color: #ffff;
}
.DesignAppForMobile .PackageItem .box {
    position: relative;
    margin-bottom: 12px;
    margin-top: 12px;
    border: 1px solid #d9dbe1;
    background: #ffffff;
    box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
    border-radius: 20px;
}
.DesignAppForMobile .PackageItem .box__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #d9dbe1;
    border-radius: 20px 20px 0 0;
    padding: 15px 5%;
    color: #474a57;
}
.DesignAppForMobile .PackageItem .box__content ul {
    list-style: none;
    padding-top: 10px;
}
.DesignAppForMobile .PackageItem .box__content ul li {
    padding: 10px 6%;
    font-size: 18px;
    line-height: 26px;
    color: #474a57;
    font-weight: 500;
    display: flex;
}
.DesignAppForMobile .PackageItem .box__content ul li i {
    padding-right: 5%;
    font-size: 20px;
}
.DesignAppForMobile .PackageItem .box__content ul li i.fa-check {
    color: #2ece51;
}
.DesignAppForMobile .PackageItem .box__content ul li.last {
    color: #d9dbe1 !important;
}
.DesignAppForMobile .PackageItem .btn {
    background-color: #f77116;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    border-radius: 100px;
    padding: 8px 15px;
    margin-bottom: 30px;
    margin-top: 15px;
}
.DesignAppForMobile .ContactItem {
    position: relative;
    min-height: 40vh;
    overflow: hidden;
}
.DesignAppForMobile .ContactItem .box__bg {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.DesignAppForMobile .ContactItem .box__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.DesignAppForMobile .ContactItem .box__content {
    min-height: 40vh;
    z-index: 2;
    padding: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 6%;
}
.DesignAppForMobile .ContactItem .box__content p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #ffffff;
}
.DesignAppForMobile .ContactItem .box__content h3 {
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    padding: 0 0 10px 0;
}
.DesignAppForMobile .ContactItem .box__content button {
    padding: 6px 15px;
    color: #ffffff;
    background-color: #f77116;
    font-size: 18px;
    font-weight: 500;
}
.DesignAppForMobile .ContactItem .box__image {
    z-index: 2;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 6%;
    height: 40vh;
    transform: translateY(10%);
}
.DesignAppForMobile .ContactItem .box__image img {
    width: 90%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.DesignAppForWeb .IntroduceItem {
    padding: 60px 12% 40px 12%;
}
.DesignAppForWeb .IntroduceItem .title {
    padding: 0;
    font-size: 50px;
    line-height: 64px;
    color: #18191f;
    font-weight: 700;
}
.DesignAppForWeb .IntroduceItem .box__content {
    padding: 50px 0 20px 0;
}
.DesignAppForWeb .IntroduceItem .box__content-img {
    width: 100%;
}
.DesignAppForWeb .IntroduceItem .box__content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.DesignAppForWeb .IntroduceItem .box__content-footer {
    margin: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    border-bottom: 1px solid #f4f5f7;
}
.DesignAppForWeb .IntroduceItem .box__content-footer .title {
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
}
.DesignAppForWeb .IntroduceItem .box__content-footer .title span {
    font-weight: 900;
}
.DesignAppForWeb .IntroduceItem .box__content-footer .btn {
    border-radius: 100px;
    padding: 10px 20px;
    background: #f77116;
    color: #ffff;
    font-weight: 500;
}
.DesignAppForWeb .PackageItem {
    background: #f4f5f7;
    padding: 60px 12% 40px 12%;
}
.DesignAppForWeb .PackageItem .title {
    padding: 0;
    font-size: 40px;
    line-height: 54px;
    color: #18191f;
    font-weight: 700;
    padding-bottom: 80px;
}
.DesignAppForWeb .PackageItem .box.two {
    transform: translateY(-10%);
}
.DesignAppForWeb .PackageItem .box.two .box__title {
    padding: 60px 5% !important;
    background-color: #f77116;
    color: #ffff;
}
.DesignAppForWeb .PackageItem .box {
    border: 1px solid #d9dbe1;
    background: #ffffff;
    box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
    border-radius: 20px;
}
.DesignAppForWeb .PackageItem .box__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #d9dbe1;
    border-radius: 20px 20px 0 0;
    padding: 20px 10%;
}
.DesignAppForWeb .PackageItem .box__content ul {
    list-style: none;
    padding-top: 20px;
}
.DesignAppForWeb .PackageItem .box__content ul li {
    padding: 10px 6%;
    font-size: 22px;
    line-height: 26px;
    color: #474a57;
    font-weight: 500;
    display: flex;
}
.DesignAppForWeb .PackageItem .box__content ul li i {
    padding-right: 5%;
    font-size: 25px;
}
.DesignAppForWeb .PackageItem .box__content ul li i.fa-check {
    color: #2ece51;
}
.DesignAppForWeb .PackageItem .box__content ul li.last {
    color: #d9dbe1 !important;
}
.DesignAppForWeb .PackageItem .btn {
    background-color: #f77116;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    border-radius: 100px;
    padding: 10px 15px;
}
.DesignAppForWeb .ContactItem {
    position: relative;
    min-height: 50vh;
    overflow: hidden;
}
.DesignAppForWeb .ContactItem .box__bg {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.DesignAppForWeb .ContactItem .box__bg img {
    width: 100%;
    height: 100%;
}
.DesignAppForWeb .ContactItem .box__content {
    min-height: 50vh;
    z-index: 2;
    padding: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 12% 0 0;
}
.DesignAppForWeb .ContactItem .box__content p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #ffffff;
}
.DesignAppForWeb .ContactItem .box__content h3 {
    font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    color: #ffffff;
    padding: 0 0 10px 0;
}
.DesignAppForWeb .ContactItem .box__content button {
    padding: 6px 15px;
    color: #ffffff;
    background-color: #f77116;
    font-size: 18px;
    font-weight: 500;
}
.DesignAppForWeb .ContactItem .box__image {
    z-index: 2;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 12%;
    height: 50vh;
    transform: translateY(10%);
}
.DesignAppForWeb .ContactItem .box__image img {
    width: 90%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

@media screen and (max-width: 1400px) {
    .DesignAppForWeb .IntroduceItem {
        padding: 60px 8% 40px 8%;
    }
    .DesignAppForWeb .IntroduceItem .title {
        padding: 0;
        font-size: 50px;
        line-height: 64px;
        color: #18191f;
        font-weight: 700;
    }
    .DesignAppForWeb .IntroduceItem .box__content {
        padding: 50px 0 20px 0;
    }
    .DesignAppForWeb .IntroduceItem .box__content-img {
        width: 100%;
    }
    .DesignAppForWeb .IntroduceItem .box__content-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .DesignAppForWeb .IntroduceItem .box__content-footer {
        margin: 0 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 80px;
        border-bottom: 1px solid #f4f5f7;
    }
    .DesignAppForWeb .IntroduceItem .box__content-footer .title {
        font-size: 28px;
        line-height: 40px;
        font-weight: 400;
    }
    .DesignAppForWeb .IntroduceItem .box__content-footer .title span {
        font-weight: 900;
    }
    .DesignAppForWeb .IntroduceItem .box__content-footer .btn {
        border-radius: 100px;
        padding: 10px 20px;
        background: #f77116;
        color: #ffff;
        font-weight: 500;
    }
    .DesignAppForWeb .PackageItem {
        background: #f4f5f7;
        padding: 60px 8% 40px 8%;
    }
    .DesignAppForWeb .PackageItem .title {
        padding: 0;
        font-size: 40px;
        line-height: 54px;
        color: #18191f;
        font-weight: 700;
        padding-bottom: 80px;
    }
    .DesignAppForWeb .PackageItem .box.two {
        transform: translateY(-10%);
    }
    .DesignAppForWeb .PackageItem .box.two .box__title {
        padding: 65px 8% !important;
        background-color: #f77116;
        color: #ffff;
    }
    .DesignAppForWeb .PackageItem .box {
        border: 1px solid #d9dbe1;
        background: #ffffff;
        box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
        border-radius: 20px;
    }
    .DesignAppForWeb .PackageItem .box__title {
        font-weight: 700;
        font-size: 28px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #d9dbe1;
        border-radius: 20px 20px 0 0;
        padding: 35px 10%;
    }
    .DesignAppForWeb .PackageItem .box__content ul {
        list-style: none;
        padding-top: 20px;
    }
    .DesignAppForWeb .PackageItem .box__content ul li {
        padding: 10px 6%;
        font-size: 22px;
        line-height: 26px;
        color: #474a57;
        font-weight: 500;
        display: flex;
    }
    .DesignAppForWeb .PackageItem .box__content ul li i {
        padding-right: 5%;
        font-size: 25px;
    }
    .DesignAppForWeb .PackageItem .box__content ul li i.fa-check {
        color: #2ece51;
    }
    .DesignAppForWeb .PackageItem .box__content ul li.last {
        color: #d9dbe1 !important;
    }
    .DesignAppForWeb .PackageItem .btn {
        background-color: #f77116;
        color: #fff;
        font-weight: 500;
        font-size: 20px;
        border-radius: 100px;
        padding: 10px 15px;
    }
    .DesignAppForWeb .ContactItem {
        position: relative;
        min-height: 50vh;
        overflow: hidden;
    }
    .DesignAppForWeb .ContactItem .box__bg {
        overflow: hidden;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .DesignAppForWeb .ContactItem .box__bg img {
        width: 100%;
        height: 100%;
    }
    .DesignAppForWeb .ContactItem .box__content {
        min-height: 50vh;
        z-index: 2;
        padding: 0 0 0 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        padding: 0 8% 0 0;
    }
    .DesignAppForWeb .ContactItem .box__content p {
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
        color: #ffffff;
    }
    .DesignAppForWeb .ContactItem .box__content h3 {
        font-weight: 700;
        font-size: 42px;
        line-height: 54px;
        color: #ffffff;
        padding: 0 0 10px 0;
    }
    .DesignAppForWeb .ContactItem .box__content button {
        padding: 6px 15px;
        color: #ffffff;
        background-color: #f77116;
        font-size: 18px;
        font-weight: 500;
    }
    .DesignAppForWeb .ContactItem .box__image {
        z-index: 2;
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 0 0 0 8%;
        height: 50vh;
        transform: translateY(10%);
    }
    .DesignAppForWeb .ContactItem .box__image img {
        width: 90%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
}
@media screen and (max-width: 1200px) {
    .DesignAppForWeb .IntroduceItem {
        padding: 60px 5% 40px 5%;
    }
    .DesignAppForWeb .IntroduceItem .title {
        padding: 0;
        font-size: 50px;
        line-height: 64px;
        color: #18191f;
        font-weight: 700;
    }
    .DesignAppForWeb .IntroduceItem .box__content {
        padding: 50px 0 20px 0;
    }
    .DesignAppForWeb .IntroduceItem .box__content-img {
        width: 100%;
    }
    .DesignAppForWeb .IntroduceItem .box__content-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .DesignAppForWeb .IntroduceItem .box__content-footer {
        margin: 0 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 80px;
        border-bottom: 1px solid #f4f5f7;
    }
    .DesignAppForWeb .IntroduceItem .box__content-footer .title {
        font-size: 28px;
        line-height: 40px;
        font-weight: 400;
    }
    .DesignAppForWeb .IntroduceItem .box__content-footer .title span {
        font-weight: 900;
    }
    .DesignAppForWeb .IntroduceItem .box__content-footer .btn {
        border-radius: 100px;
        padding: 10px 20px;
        background: #f77116;
        color: #ffff;
        font-weight: 500;
    }
    .DesignAppForWeb .PackageItem {
        background: #f4f5f7;
        padding: 60px 5% 40px 5%;
    }
    .DesignAppForWeb .PackageItem .title {
        padding: 0;
        font-size: 40px;
        line-height: 54px;
        color: #18191f;
        font-weight: 700;
        padding-bottom: 80px;
    }
    .DesignAppForWeb .PackageItem .box.two {
        transform: translateY(-8%);
    }
    .DesignAppForWeb .PackageItem .box.two .box__title {
        padding: 55px 8% !important;
        background-color: #f77116;
        color: #ffff;
    }
    .DesignAppForWeb .PackageItem .box {
        border: 1px solid #d9dbe1;
        background: #ffffff;
        box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
        border-radius: 20px;
    }
    .DesignAppForWeb .PackageItem .box__title {
        font-weight: 700;
        font-size: 28px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #d9dbe1;
        border-radius: 20px 20px 0 0;
        padding: 35px 8%;
    }
    .DesignAppForWeb .PackageItem .box__content ul {
        list-style: none;
        padding-top: 20px;
    }
    .DesignAppForWeb .PackageItem .box__content ul li {
        padding: 10px 6%;
        font-size: 22px;
        line-height: 26px;
        color: #474a57;
        font-weight: 500;
        display: flex;
    }
    .DesignAppForWeb .PackageItem .box__content ul li i {
        padding-right: 5%;
        font-size: 25px;
    }
    .DesignAppForWeb .PackageItem .box__content ul li i.fa-check {
        color: #2ece51;
    }
    .DesignAppForWeb .PackageItem .box__content ul li.last {
        color: #d9dbe1 !important;
    }
    .DesignAppForWeb .PackageItem .btn {
        background-color: #f77116;
        color: #fff;
        font-weight: 500;
        font-size: 20px;
        border-radius: 100px;
        padding: 10px 15px;
    }
    .DesignAppForWeb .ContactItem {
        position: relative;
        min-height: 50vh;
        overflow: hidden;
    }
    .DesignAppForWeb .ContactItem .box__bg {
        overflow: hidden;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .DesignAppForWeb .ContactItem .box__bg img {
        width: 100%;
        height: 100%;
    }
    .DesignAppForWeb .ContactItem .box__content {
        min-height: 50vh;
        z-index: 2;
        padding: 0 0 0 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        padding: 0 5% 0 0;
    }
    .DesignAppForWeb .ContactItem .box__content p {
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
        color: #ffffff;
    }
    .DesignAppForWeb .ContactItem .box__content h3 {
        font-weight: 700;
        font-size: 42px;
        line-height: 54px;
        color: #ffffff;
        padding: 0 0 10px 0;
    }
    .DesignAppForWeb .ContactItem .box__content button {
        padding: 6px 15px;
        color: #ffffff;
        background-color: #f77116;
        font-size: 18px;
        font-weight: 500;
    }
    .DesignAppForWeb .ContactItem .box__image {
        z-index: 2;
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 0 0 0 5%;
        height: 50vh;
        transform: translateY(10%);
    }
    .DesignAppForWeb .ContactItem .box__image img {
        width: 90%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
}
@media screen and (max-width: 1000px) {
    .DesignAppForWeb .IntroduceItem {
        padding: 60px 2% 40px 2%;
    }
    .DesignAppForWeb .IntroduceItem .title {
        padding: 0;
        font-size: 50px;
        line-height: 64px;
        color: #18191f;
        font-weight: 700;
    }
    .DesignAppForWeb .IntroduceItem .box__content {
        padding: 50px 0 20px 0;
    }
    .DesignAppForWeb .IntroduceItem .box__content-img {
        width: 100%;
    }
    .DesignAppForWeb .IntroduceItem .box__content-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .DesignAppForWeb .IntroduceItem .box__content-footer {
        margin: 0 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 80px;
        border-bottom: 1px solid #f4f5f7;
    }
    .DesignAppForWeb .IntroduceItem .box__content-footer .title {
        font-size: 28px;
        line-height: 40px;
        font-weight: 400;
    }
    .DesignAppForWeb .IntroduceItem .box__content-footer .title span {
        font-weight: 900;
    }
    .DesignAppForWeb .IntroduceItem .box__content-footer .btn {
        border-radius: 100px;
        padding: 10px 20px;
        background: #f77116;
        color: #ffff;
        font-weight: 500;
    }
    .DesignAppForWeb .PackageItem {
        background: #f4f5f7;
        padding: 60px 2% 40px 2%;
    }
    .DesignAppForWeb .PackageItem .title {
        padding: 0;
        font-size: 40px;
        line-height: 54px;
        color: #18191f;
        font-weight: 700;
        padding-bottom: 80px;
    }
    .DesignAppForWeb .PackageItem .box.two {
        transform: translateY(0);
    }
    .DesignAppForWeb .PackageItem .box.two .box__title {
        padding: 40px 8% !important;
        background-color: #f77116;
        color: #ffff;
    }
    .DesignAppForWeb .PackageItem .box {
        position: relative;
        margin-bottom: 20px;
        margin-top: 20px;
        border: 1px solid #d9dbe1;
        background: #ffffff;
        box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
        border-radius: 20px;
    }
    .DesignAppForWeb .PackageItem .box__title {
        font-weight: 700;
        font-size: 28px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #d9dbe1;
        border-radius: 20px 20px 0 0;
        padding: 35px 10%;
    }
    .DesignAppForWeb .PackageItem .box__content ul {
        list-style: none;
        padding-top: 20px;
    }
    .DesignAppForWeb .PackageItem .box__content ul li {
        padding: 10px 6%;
        font-size: 22px;
        line-height: 26px;
        color: #474a57;
        font-weight: 500;
        display: flex;
    }
    .DesignAppForWeb .PackageItem .box__content ul li i {
        padding-right: 5%;
        font-size: 25px;
    }
    .DesignAppForWeb .PackageItem .box__content ul li i.fa-check {
        color: #2ece51;
    }
    .DesignAppForWeb .PackageItem .box__content ul li.last {
        color: #d9dbe1 !important;
    }
    .DesignAppForWeb .PackageItem .btn {
        background-color: #f77116;
        color: #fff;
        font-weight: 500;
        font-size: 20px;
        border-radius: 100px;
        padding: 10px 15px;
    }
    .DesignAppForWeb .ContactItem {
        position: relative;
        min-height: 50vh;
        overflow: hidden;
    }
    .DesignAppForWeb .ContactItem .box__bg {
        overflow: hidden;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .DesignAppForWeb .ContactItem .box__bg img {
        width: 100%;
        height: 100%;
    }
    .DesignAppForWeb .ContactItem .box__content {
        min-height: 50vh;
        z-index: 2;
        padding: 0 0 0 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        padding: 0 2% 0 0;
    }
    .DesignAppForWeb .ContactItem .box__content p {
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
        color: #ffffff;
    }
    .DesignAppForWeb .ContactItem .box__content h3 {
        font-weight: 700;
        font-size: 40px;
        line-height: 50px;
        color: #ffffff;
        padding: 0 0 10px 0;
    }
    .DesignAppForWeb .ContactItem .box__content button {
        padding: 6px 15px;
        color: #ffffff;
        background-color: #f77116;
        font-size: 18px;
        font-weight: 500;
    }
    .DesignAppForWeb .ContactItem .box__image {
        z-index: 2;
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 0 0 0 2%;
        height: 50vh;
        transform: translateY(10%);
    }
    .DesignAppForWeb .ContactItem .box__image img {
        width: 90%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
}

.BlogSearchMobile .BreadcrumbItem {
    padding: 0;
}
.BlogSearchMobile .BreadcrumbItem .box {
    padding-top: 20px;
    padding-bottom: 10px;
}
.BlogSearchMobile .BreadcrumbItem .box__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    color: #969bab;
    font-weight: 500;
}
.BlogSearchMobile .BreadcrumbItem .box__breadcrumb div.icon {
    margin: 0 20px;
    height: 15px;
    width: 20px;
}
.BlogSearchMobile .BreadcrumbItem .box__breadcrumb div.icon img {
    width: 100%;
    height: 100%;
}
.BlogSearchMobile .BreadcrumbItem .box__breadcrumb span.active {
    font-size: 18px;
    color: #18191f;
    font-weight: 500;
}
.BlogSearchMobile .BlogListItem {
    padding-top: 1.5vh;
    padding-bottom: 2vh;
}
.BlogSearchMobile .BlogListItem .box__image {
    padding: 0;
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
}
.BlogSearchMobile .BlogListItem .box__image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.BlogSearchMobile .BlogListItem .box__content-category {
    display: flex;
    align-items: center;
    padding: 1vh 0 0 0;
}
.BlogSearchMobile .BlogListItem .box__content-category .type {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #18191f;
}
.BlogSearchMobile .BlogListItem .box__content-category .dot {
    margin: 0 2vh;
    width: 6px;
    height: 6px;
    background-color: #18191f;
    border-radius: 100%;
}
.BlogSearchMobile .BlogListItem .box__content-category .time {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #969bab;
}
.BlogSearchMobile .BlogListItem .box__content-title a {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    /* or 143% */
    color: #18191f;
    font-feature-settings: "liga" off;
}
.BlogSearchMobile .BlogListItem .box__content-text a {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    /* or 162% */
    font-feature-settings: "liga" off;
    color: #474a57;
}
.BlogSearchMobile .BlogListItem .box__content-link {
    padding: 1vh 0 2.5vh 0;
    display: flex;
    align-items: baseline;
}
.BlogSearchMobile .BlogListItem .box__content-link a {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #f77116;
    padding-right: 2vh;
}
.BlogSearchMobile .BlogListItem .box__content-link img {
    height: 15px;
    width: 25px;
}
.BlogSearchMobile .ManyViewersItem {
    padding-bottom: 4.5vh;
}
.BlogSearchMobile .ManyViewersItem .box {
    background-color: #f4f5f7;
    padding-top: 3vh;
    padding-bottom: 3vh;
}
.BlogSearchMobile .ManyViewersItem .box__title {
    padding: 0 0 1vh 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 150% */
    font-feature-settings: "liga" off;
    color: #18191f;
}
.BlogSearchMobile .ManyViewersItem .box__content {
    padding: 1.5vh 0;
}
.BlogSearchMobile .ManyViewersItem .box__content-image {
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
}
.BlogSearchMobile .ManyViewersItem .box__content-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.BlogSearchMobile .ManyViewersItem .box__content-text a {
    padding-left: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #474a57;
}
.BlogSearchMobile .KeywordItem .box {
    background-color: #f4f5f7;
    padding-top: 3vh;
    padding-bottom: 2vh;
}
.BlogSearchMobile .KeywordItem .box__title {
    padding: 0 0 1vh 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 150% */
    font-feature-settings: "liga" off;
    color: #18191f;
}
.BlogSearchMobile .KeywordItem .box__content {
    padding-top: 2vh;
    display: flex;
    flex-wrap: wrap;
}
.BlogSearchMobile .KeywordItem .box__content-item {
    margin-right: 2%;
    margin-bottom: 10px;
    padding: 5px 12px;
    border: 1px solid #d9dbe1;
    border-radius: 200px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #474a57;
}
.BlogSearchMobile .SearchItem {
    padding-top: 8%;
}
.BlogSearchMobile .SearchItem .box {
    background-color: #f4f5f7;
    border-radius: 12px;
    padding-top: 2vh;
    padding-bottom: 1vh;
}
.BlogSearchMobile .SearchItem .box__title {
    padding: 0 0 1vh 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 150% */
    font-feature-settings: "liga" off;
    color: #18191f;
}
.BlogSearchMobile .SearchItem .box__content {
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    color: #969bab;
    font-size: 16px;
    font-weight: 400;
}
.BlogSearchMobile .SearchItem .box__search {
    padding-top: 10px;
    padding-bottom: 25px;
}
.BlogSearchMobile .SearchItem .box__search .input-group {
    height: 30px;
    width: 100%;
}

.BlogSearchMobile .SearchItem .box__search .input-group form {
    width: 100%;
    display: flex;
}
.BlogSearchMobile .SearchItem .box__search .input-group input {
    font-size: 18px;
    font-feature-settings: "liga" off;
    border-radius: 0 200px 200px 0;
}
.BlogSearchMobile .SearchItem .box__search .input-group-text {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-radius: 200px 0 0 200px;
    outline: none;
    background-color: #ffff;
}
.BlogSearchMobile .SearchItem .box__search .input-group-text img {
    height: 20px;
    width: 20px;
}
.BlogSearchMobile .OtherItem,
.BlogSearchMobile .MaybeYouLikeItem {
    padding-bottom: 5vh;
    padding-top: 3vh;
}
.BlogSearchMobile .OtherItem .title,
.BlogSearchMobile .MaybeYouLikeItem .title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-feature-settings: "liga" off;
}
.BlogSearchMobile .OtherItem .title h1,
.BlogSearchMobile .MaybeYouLikeItem .title h1 {
    color: #18191f;
    font-weight: 700;
    font-size: 28px;
    padding: 1vh 0;
    /* identical to box height, or 135% */
}
.BlogSearchMobile .OtherItem .title a,
.BlogSearchMobile .MaybeYouLikeItem .title a {
    padding: 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    color: #2ece51;
}
.BlogSearchMobile .OtherItem .box__image,
.BlogSearchMobile .MaybeYouLikeItem .box__image {
    padding: 0;
    width: 100%;
    height: 62.5%;
    border-radius: 8px;
}
.BlogSearchMobile .OtherItem .box__image img,
.BlogSearchMobile .MaybeYouLikeItem .box__image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.BlogSearchMobile .OtherItem .box__title,
.BlogSearchMobile .MaybeYouLikeItem .box__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    /* or 133% */
    font-feature-settings: "liga" off;
    color: #18191f;
    text-decoration: none;
}
.BlogSearchMobile .OtherItem .box__text,
.BlogSearchMobile .MaybeYouLikeItem .box__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: "liga" off;
    color: #474a57;
}
.BlogSearchMobile .OtherItem .box__link,
.BlogSearchMobile .MaybeYouLikeItem .box__link {
    padding: 1vh 0;
    display: flex;
    align-items: baseline;
}
.BlogSearchMobile .OtherItem .box__link a,
.BlogSearchMobile .MaybeYouLikeItem .box__link a {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #f77116;
    padding-right: 2vh;
}
.BlogSearchMobile .OtherItem .box__link img,
.BlogSearchMobile .MaybeYouLikeItem .box__link img {
    height: 15px;
    width: 20px;
}
.BlogSearchMobile .OtherItem .carousel-indicators,
.BlogSearchMobile .MaybeYouLikeItem .carousel-indicators {
    z-index: 1;
    transform: translateY(300%);
}
.BlogSearchMobile .OtherItem .carousel-indicators li,
.BlogSearchMobile .MaybeYouLikeItem .carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 100px;
    background-color: #d9dbe1;
}
.BlogSearchMobile .OtherItem .carousel-indicators li.active,
.BlogSearchMobile .MaybeYouLikeItem .carousel-indicators li.active {
    background-color: #f77116;
}

.BlogMobile .TitleItem .search_bar nav {
    position: relative;
}
.BlogMobile .TitleItem .search_bar nav h5.show {
    display: block;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #18191f;
    font-feature-settings: "liga" off;
}

.BlogMobile .TitleItem .search_bar nav h5 {
    display: none;
}
.BlogMobile .TitleItem .search_bar nav ul {
    width: 100%;
}

.BlogMobile .TitleItem .search_bar nav ul div.fade {
    border: none;
    display: flex;
    flex-wrap: nowrap;
}

.BlogMobile .TitleItem .search_bar nav ul #searchForm span {
    position: absolute;
    top: 14px;
    left: 26px;
}
.BlogMobile .TitleItem .search_bar #searchForm .search__form {
    width: 100%;
}
.BlogMobile .TitleItem .search_bar nav ul #searchForm button {
}
.BlogMobile .TitleItem .search_bar nav ul #searchForm button img {
    width: 15px;
    height: 15px;
}
.BlogMobile .TitleItem .search_bar nav ul #searchForm input#search {
}

.BlogMobile .TitleItem .search_bar nav ul {
    width: 100%;
}
.BlogMobile .TitleItem .search_bar nav ul li {
    width: 94%;
}
.BlogMobile .TitleItem .search_bar div.fade.show button {
    outline: none;
    border: 1px solid #d9dbe1;
    padding-right: 10px;
    padding-left: 10px;
    border-right: none;

    border-radius: 50px 0 0 50px;
}
.BlogMobile .TitleItem .search_bar div.fade.show + div a {
    position: absolute;
    top: 8px;
    right: 0;
    height: 38px;
    background: #f77116 !important;
    border-radius: 0 50px 50px 0;
}
.BlogMobile .TitleItem .search_bar nav ul li a {
    position: absolute;
    top: 8px;
    right: 0;
    height: 38px;
    border-radius: 4px;

    border: 1px solid #d9dbe1;
    box-sizing: border-box;
    border-radius: 8px;
}
.BlogMobile .TitleItem form{
    width: 100%;
}
.BlogMobile .TitleItem .search_bar nav ul li a img {
    width: 20px;
    height: 20px;
    color: #fff;
}


.modal .modal-content {
    position: relative;
    height: 60vh;
    border-radius: 15px;
    overflow: hidden;
}
.modal .modal-content .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.modal .modal-content .background img {
    width: 100%;
    height: 100%;
}
.modal .modal-content .header {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: transparent;
    height: 5vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.modal .modal-content .header button {
    padding: 0 10px;
    outline: none;
}
.modal .modal-content .header button span {
    font-size: 35px;
}
.modal .modal-content .modal-body {
    overflow: hidden;
    position: relative;
    height: 55vh;
    padding: 0 15px;
}
.modal .modal-content .modal-body .box__right {
    padding-left: 4%;
}
.modal .modal-content .modal-body .box__right-title {
    height: 12vh;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
}
.modal .modal-content .modal-body .box__right-title span {
    color: #f77116;
}
.modal .modal-content .modal-body .box__form {
    padding-top: 2.5vh;
    max-height: 43vh;
    padding-bottom: 10px;
}
.modal .modal-content .modal-body .box__form textarea {
    resize: none;
    font-size: 20px;
}
.modal .modal-content .modal-body .box__form input {
    font-size: 20px;
}
.modal .modal-content .modal-body .box__form select {
    height: 44px;
    font-size: 20px;
}
.modal .modal-content .modal-body .box__btn button {
    background: #f77116;
    border-radius: 4px;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.modal .modal-content .modal-body .box__left {
    padding: 5vh;
    background-color: transparent;
}
.modal .modal-content .modal-body .box__left img {
    background-color: transparent;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal .modal-content {
    position: relative;
    height: 70vh;
    border-radius: 15px;
    overflow: hidden;
}
.modal .modal-content .background {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.modal .modal-content .background img {
    width: 100%;
    height: 100%;
}
.modal .modal-content .header {
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 5vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.modal .modal-content .header button {
    padding: 0 10px;
    outline: none;
}
.modal .modal-content .header button span {
    font-size: 35px;
}
.modal .modal-content .modal-body {
    position: relative;
    z-index: 2;
    height: 65vh;
    padding: 0 15px;
}
.modal .modal-content .modal-body .box__title {
    height: 15vh;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    font-feature-settings: "liga" off;
}
.modal .modal-content .modal-body .box__title span {
    color: #f77116;
}
.modal .modal-content .modal-body .box__form {
    height: 50vh;
    padding-bottom: 10px;
}
.modal .modal-content .modal-body .box__form textarea {
    resize: none;
}
.modal .modal-content .modal-body .box__btn button {
    background: #f77116;
    border-radius: 4px;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.fade{
    opacity: 0;
    transition: none;
}
.BlogDetailMobile .BlogDetailItem .box__content-text p img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
}
.BlogDetailMobile .BlogDetailItem .box__content-text ul{
    padding-left: 30px;
}
