@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translate3d(var(--x, 0), var(--y, 0), 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.mod_title {
    --title-color: #333;
    --desc-color: #adadad
}

.mod_title.is_white {
    --title-color: #fff;
    --desc-color: #fff
}

.mod_title h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--title-color);
    margin: 0
}

.mod_title p {
    font-size: 16px;
    color: var(--desc-color);
    margin: 10px 0 0
}

.box_banner {
    --swiper-button-margin: -650px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden
}

.box_banner .swiper {
    --swiper-theme-color: #fff;
    --swiper-navigation-size: 50px;
    --swiper-pagination-bottom: 20px;
    --swiper-pagination-bullet-width: 40px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-border-radius: 4px;
    --swiper-pagination-bullet-inactive-color: #fff;
    height: 700px
}

.box_banner .swiper:hover .swiper-button {
    visibility: visible;
    opacity: 1
}

.box_banner .swiper-button {
    visibility: hidden;
    opacity: 0;
    width: 60px;
    height: 60px;
    transition: all .3s;
    color: #767676
}

.box_banner .swiper-button:hover {
    color: #fff
}

.box_banner .swiper-button.swiper-button-prev {
    left: 50%;
    margin-left: var(--swiper-button-margin)
}

.box_banner .swiper-button.swiper-button-next {
    right: 50%;
    margin-right: var(--swiper-button-margin)
}

.box_banner .swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center
}

.box_banner .swiper-slide.swiper-slide-active ._item_tags {
    animation: fadeIn .4s ease 400ms both
}

.box_banner .swiper-slide.swiper-slide-active ._item_title {
    animation: fadeIn .4s ease 500ms both
}

.box_banner .swiper-slide.swiper-slide-active ._item:after,
.box_banner .swiper-slide.swiper-slide-active ._item_desc {
    animation: fadeIn .4s ease 600ms both
}

.box_banner .swiper-slide.swiper-slide-active ._item_links {
    animation: fadeIn .4s ease 800ms both
}

.box_banner ._item {
    position: relative;
    width: 100%;
    max-width: var(--ymt-container-max-width);
    margin: 0 auto;
    padding: 0 15px;
    color: #fff
}

.box_banner ._item:after {
    --x: -50px;
    opacity: 0;
    content: attr(data-content);
    position: absolute;
    z-index: -1;
    top: 24px;
    left: 0;
    font-size: 130px;
    font-weight: 900;
    color: rgba(255, 255, 255, .2);
    line-height: 1;
    text-transform: uppercase
}

.box_banner ._item_tags {
    --x: 50px;
    opacity: 0;
    font-size: 20px
}

.box_banner ._item_title {
    --x: -50px;
    opacity: 0;
    font-size: 60px;
    font-weight: 700;
    margin: 15px 0
}

.box_banner ._item_desc {
    --y: 50px;
    opacity: 0;
    font-size: 16px;
    margin: 0 0 56px
}

.box_banner ._item_links {
    --y: 80px;
    opacity: 0
}

.box_banner ._item_links .btn {
    padding: 0 22px;
    height: 38px;
    display: inline-flex;
    align-items: center
}

.box_banner ._item_links .btn+.btn {
    margin-left: 14px
}

.box_banner ._item_links .btn:not(.btn-theme) {
    background: rgba(255, 255, 255, .2);
    border: 1px solid #fff;
    color: #fff
}

.box_banner ._item_links .btn:not(.btn-theme):hover {
    background: rgba(255, 255, 255, .4)
}

@media (min-width:1600px) {
    .box_banner {
        --swiper-button-margin: -750px
    }
}

.login_widget {
    --input-height: 38px;
    --margin-left: 210px;
    position: absolute;
    z-index: 100;
    top: 180px;
    left: 50%;
    background: #fff;
    width: 346px;
    min-height: 388px;
    border-radius: 15px;
    margin-left: var(--margin-left)
}

.login_widget ._form_btn {
    margin-top: 20px;
    text-align: center
}

.login_widget ._form_btn ._btn {
    cursor: pointer;
    border: 0;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(to right, red 0%, #ffdeb9 100%);
    transition: all .2s
}

.login_widget ._form_btn ._btn+._btn {
    margin-left: 20px
}

.login_widget ._form_btn ._btn.is_default {
    background: var(--ymt-main-color)
}

.login_widget ._form_btn ._btn.is_default:hover {
    background: var(--ymt-main-dark-color)
}

.login_widget ._form_btn ._btn.is_logout {
    height: 40px;
    background: 0 0;
    border: 1px solid var(--ymt-main-color);
    color: var(--ymt-main-color)
}

.login_widget ._form_btn ._btn.is_logout:hover {
    color: #fff;
    background: var(--ymt-main-color)
}

.login_widget ._form_btn ._link {
    display: inline-block;
    font-size: 14px;
    color: #000;
    margin-top: 10px
}

.login_widget ._form_control {
    margin-top: 15px
}

.login_widget ._form_control ._input {
    width: 100%;
    height: var(--input-height);
    line-height: var(--input-height);
    border: 1px solid #eee;
    background: 0 0;
    border-radius: 5px;
    padding: 0 14px;
    color: #333;
    font-size: 14px;
    text-align: left;
    transition: .3s
}

.login_widget ._form_control ._input::-webkit-input-placeholder {
    color: #a3a3a3
}

.login_widget ._form_control ._input:focus {
    border-color: #999
}

.login_widget ._form_control ._input_group {
    position: relative
}

.login_widget ._form_control ._input_group ._btn,
.login_widget ._form_control ._input_group ._img {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: var(--input-height);
    border-radius: 0 5px 5px 0
}

.login_widget ._form_control ._input_group ._btn {
    line-height: var(--input-height);
    padding: 0 14px;
    color: #fff;
    background: #ff3930;
    transition: all .3s;
    font-size: 14px
}

.login_widget ._form_control ._input_group ._btn:hover {
    background: #ff6a63
}

.login_widget ._form_control ._link {
    text-align: right;
    font-size: 12px;
    margin-top: 6px
}

.login_widget ._form_control ._link a {
    color: #3f3f3f
}

.login_widget ._user {
    padding: 30px 24px 0;
    color: #000
}

.login_widget ._user ._form_btn ._link {
    margin-top: 24px;
    font-size: 14px;
    color: var(--ymt-main-color)
}

.login_widget ._user_logo {
    text-align: center
}

.login_widget ._login_logo img,
.login_widget ._user_logo ._logo {
    height: 25px
}

.login_widget ._user_logo ._avatar {
    display: block;
    width: 94px;
    height: 94px;
    margin: 30px auto 0;
    border-radius: 50%;
    border: 1px solid #eee
}

.login_widget ._user_name {
    margin: 24px 0;
    line-height: 1;
    font-size: 14px;
    text-align: center
}

.login_widget ._user_welcome {
    font-size: 18px;
    line-height: 1;
    text-align: center
}

.login_widget ._login {
    padding: 0 20px
}

.login_widget ._login_logo {
    text-align: center;
    padding: 28px 0 48px
}

.login_widget ._login_tab {
    margin-bottom: 28px
}

.login_widget ._login_tab li {
    flex: 1;
    line-height: 1;
    text-align: center
}

.login_widget ._login_tab li a {
    display: inline-block;
    font-size: 14px;
    color: #a3a3a3;
    padding-bottom: 8px
}

.login_widget ._login_tab li a.active {
    position: relative;
    color: #000;
    font-weight: 700
}

.login_widget ._login_tab li a.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 4px;
    margin-left: -20px;
    background: var(--ymt-main-color);
    border-radius: 10px
}

.login_widget ._register_title {
    text-align: center;
    position: relative;
    height: 50px;
    line-height: 50px
}

.login_widget ._register_title ._text {
    font-size: 14px;
    color: #000
}

.login_widget ._register_title ._icon {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    color: #999;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px
}

.login_widget ._register_main {
    padding: 0 16px
}

.login_widget ._register_main ._form_btn {
    margin-top: 12px
}

.login_widget ._register_main ._form_btn a {
    color: var(--ymt-main-color)
}

@media (min-width:1600px) {
    .login_widget {
        --margin-left: 250px
    }
}

.box_final_result {
    padding: 100px 0;
}

.box_final_result ._list {
    margin-top: 80px;
    margin-left: -32px
}

.box_final_result ._item {
    width: 33%;
    padding-left: 32px
}

.box_final_result ._inner {
    position: relative;
    background: #fff;
    border-radius: 12px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
    padding: 64px 38px 20px;
    text-align: center;
    transition: .3s
}

.box_final_result ._inner:hover {
    transform: translateY(-6px)
}

.box_final_result ._inner img {
    position: absolute;
    z-index: 1;
    top: -45px;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    height: 90px
}

.box_final_result ._inner h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0
}

.box_final_result ._inner p {
    font-size: 12px;
    color: gray;
    line-height: 20px;
    margin: 12px 0 18px
}

.box_final_result ._inner ul {
    font-size: 14px;
    padding-left: 20%
}

.box_final_result ._inner ul li {
    display: flex;
    align-items: center;
    color: gray;
    margin-bottom: 12px
}

.box_final_result ._inner ul i {
    width: 28px;
    height: 28px;
    margin-right: 8px;
    background: url(../picture/1-icon.png) no-repeat
}

.box_final_result ._inner a {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    color: var(--ymt-main-color)
}

.box_final_result ._inner a:hover {
    color: var(--ymt-main-dark-color)
}

.box_final_result ._inner ._icon_1_1 {
    background-position: 0 0
}

.box_final_result ._inner ._icon_1_2 {
    background-position: 0 -28px
}

.box_final_result ._inner ._icon_1_3 {
    background-position: 0 -56px
}

.box_final_result ._inner ._icon_1_4 {
    background-position: 0 -84px
}

.box_final_result ._inner ._icon_2_1 {
    background-position: 0 -112px
}

.box_final_result ._inner ._icon_2_2 {
    background-position: 0 -140px
}

.box_final_result ._inner ._icon_2_3 {
    background-position: 0 -168px
}

.box_final_result ._inner ._icon_2_4 {
    background-position: 0 -196px
}

.box_final_result ._inner ._icon_3_1 {
    background-position: 0 -224px
}

.box_final_result ._inner ._icon_3_2 {
    background-position: 0 -252px
}

.box_final_result ._inner ._icon_3_3 {
    background-position: 0 -280px
}

.box_final_result ._inner ._icon_3_4 {
    background-position: 0 -308px
}

.box_final_result ._inner ._icon_4_1 {
    background-position: 0 -336px
}

.box_final_result ._inner ._icon_4_2 {
    background-position: 0 -364px
}

.box_final_result ._inner ._icon_4_3 {
    background-position: 0 -392px
}

.box_final_result ._inner ._icon_4_4 {
    background-position: 0 -420px
}

.box_media_category {
    padding: 60px 0
}

.box_media_category ._list {
    margin-top: 20px;
    margin-left: -20px
}

.box_media_category ._list li {
    margin-top: 20px;
    padding-left: 20px;
    width: 58%
}

.box_media_category ._list li>div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 180px;
    padding: 18px 24px;
    background: no-repeat center;
    border-radius: 8px;
    transition: .3s;
    background-size: 100% 100%
}

.box_media_category ._list li>div:hover {
    background-size: 105% 105%
}

.box_media_category ._list li:nth-child(2),
.box_media_category ._list li:nth-child(3),
.box_media_category ._list li:nth-child(6) {
    width: 42%
}

.box_media_category ._list li h3 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 10px
}

.box_media_category ._list li p {
    font-size: 12px;
    color: rgba(255, 255, 255, .75);
    margin: 0 0 28px
}

.box_media_category ._list li a {
    display: inline-block;
    padding: 6px 22px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .2);
    border-radius: 17px;
    font-size: 12px;
    color: #fff
}

.box_media_category ._list li a i {
    margin-left: 2px
}

.box_media_category ._list li a:hover {
    border-color: var(--ymt-main-color);
    background: var(--ymt-main-color)
}

.box_news_media {
    --main-row-height: 130px;
    padding: 60px 0;
    background: #fafafa
}

.box_news_media ._sidebar {
    width: 218px
}

.box_news_media ._sidebar h2 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0 0 12px
}

.box_news_media ._sidebar_desc {
    height: calc(3*var(--main-row-height) + 60px);
    background: no-repeat center;
    font-size: 16px;
    color: #fff;
    padding: 40px 18px
}

.box_news_media ._sidebar_desc p {
    margin: 5px 0 0
}

.box_news_media ._main {
    flex: 1
}

.box_news_media ._main_menu {
    padding-top: 2px;
    border-bottom: 1px solid #d8d8d8
}

.box_news_media ._main_menu li {
    flex-grow: 1;
    color: #333;
    text-align: center
}

.box_news_media ._main_menu li a {
    display: block;
    padding: 8px 14px;
    font-size: 14px
}

.box_news_media ._main_menu li:hover,
.box_service_process ._list p span {
    color: var(--ymt-main-color)
}

.box_news_media ._main_menu li.active {
    position: relative;
    color: var(--ymt-main-color);
    border-bottom: 2px solid var(--ymt-main-color)
}

.box_news_media ._main_menu li.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid var(--ymt-main-color);
    transform: translateX(-50%)
}

.box_news_media ._main_list {
    padding-left: 20px
}

.box_news_media ._main_list ul {
    height: var(--main-row-height);
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 24px;
    margin-top: 20px
}

.box_news_media ._main_list ul li {
    position: relative;
    flex: 1;
    text-align: center
}

.box_news_media ._main_list ul li h3 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 10px 0
}

.box_news_media ._main_list ul li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 104px;
    background: #f3f3f3
}

.box_news_media ._main_list ul li:last-child:after {
    display: none
}

.box_news_media ._main_list ul ._price {
    font-size: 16px;
    font-weight: 700;
    color: var(--ymt-main-color)
}

.box_news_media ._links {
    text-align: center;
    margin-top: 50px
}

.box_news_media ._links a {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 6px;
    border: 1px solid var(--ymt-main-color);
    color: var(--ymt-main-color);
    font-size: 16px;
    margin: 0 16px;
    transition: .3s
}

.box_news_media ._links a:hover {
    color: #fff;
    background: var(--ymt-main-color)
}

.box_news_media ._links a:first-child {
    color: #fff;
    background: var(--ymt-main-color)
}

.box_news_media ._links a:first-child:hover {
    background: var(--ymt-main-dark-color)
}

.box_new_media {
    padding: 60px 0
}

.box_new_media ._wrap {
    margin-top: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    border-radius: 18px
}

.box_new_media ._menu {
    width: 200px;
    min-height: 540px;
    background: no-repeat center;
    background-size: cover;
    border-radius: 18px 0 0 18px
}

.box_new_media ._menu li {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 18px;
    color: #fff;
    border-radius: 40px 0 0 40px;
    margin-bottom: 24px;
    transition: .3s
}

.box_new_media ._menu li:last-child {
    margin-bottom: 0
}

.box_new_media ._menu li.active {
    background: #fff;
    color: var(--ymt-main-color)
}

.box_new_media ._main {
    flex: 1;
    padding: 0 70px 0 30px
}

.box_new_media ._main_pic {
    width: 510px
}

.box_new_media ._main_content {
    flex: 1;
    margin-left: 60px
}

.box_new_media ._main_content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333
}

.box_new_media ._main_content h3:after {
    content: "";
    display: block;
    width: 26px;
    height: 4px;
    background: #2042e3;
    margin: 14px 0 20px
}

.box_new_media ._main_content p {
    font-size: 16px;
    color: #999;
    line-height: 1.6;
    margin: 0 0 40px
}

.box_new_media ._main_content a {
    display: inline-block;
    font-size: 16px;
    color: var(--ymt-main-color);
    padding: 6px 32px;
    border-radius: 6px;
    border: 1px solid var(--ymt-main-color);
    transition: .3s
}

.box_new_media ._main_content a:hover {
    background: var(--ymt-main-color);
    color: #fff
}

.box_service_process {
    --item-icon-size: 90px;
    background: no-repeat center;
    padding: 60px 0
}

.box_service_process ._list {
    margin-top: 50px;
    color: #fff
}

.box_service_process ._list li {
    flex: 1;
    text-align: center
}

.box_service_process ._list h3 {
    font-size: 20px;
    margin: 20px 0 0
}

.box_service_process ._list p {
    font-size: 12px;
    margin: 10px 0 0
}

.box_service_process ._list p span.is_lg {
    font-size: 20px
}

.box_service_process ._arrow {
    display: flex;
    justify-content: center
}

/* .box_service_process ._arrow:after {
    content: "";
    width: 48px;
    height: 29px;
    background: url(../images/5-2.png) -5px -220px no-repeat;
    margin-top: 30px
} */

.box_service_process ._icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--item-icon-size);
    height: var(--item-icon-size);
    background: var(--ymt-main-color);
    border-radius: 50%
}

/* .box_service_process ._icon:before {
    content: attr(data-i);
    position: absolute;
    z-index: 1;
    top: -5px;
    left: -5px;
    width: 32px;
    height: 32px;
    line-height: 28px;
    background: var(--ymt-main-color);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center
}

.box_service_process ._icon:after {
    content: "";
    background: url(../images/5-2.png) no-repeat;
    display: block;
    width: 44px;
    height: 44px
} */

.box_service_process ._icon[data-i="2"]:after {
    background-position: 0 -44px
}

.box_service_process ._icon[data-i="3"]:after {
    background-position: 0 -88px
}

.box_service_process ._icon[data-i="4"]:after {
    background-position: 0 -132px
}

.box_service_process ._icon[data-i="5"]:after {
    background-position: 0 -176px
}

.box_client_said {
    --item-author-avatar-size: 46px;
    padding: 60px 0
}

.box_client_said .swiper_wrap {
    position: relative;
    margin-top: 40px
}

.box_client_said .swiper-slide {
    padding: 10px
}

.box_client_said .swiper-pagination {
    --swiper-pagination-color: var(--ymt-main-color);
    --swiper-pagination-bullet-inactive-color: #e4e4e4;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-size: 12px;
    --swiper-pagination-bullet-horizontal-gap: 10px;
    position: static;
    margin-top: 40px
}

.box_client_said .swiper-button {
    --swiper-navigation-color: #e4e4e4;
    --swiper-navigation-size: 40px;
    margin-top: -60px
}

.box_client_said .swiper-button:hover {
    --swiper-navigation-color: var(--ymt-main-color)
}

.box_client_said .swiper-button-prev {
    left: -50px
}

.box_client_said .swiper-button-next {
    right: -50px
}

.box_client_said ._item {
    background: #fff;
    padding: 30px 40px 40px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: .3s
}

.box_client_said ._item:hover {
    transform: translateY(-6px)
}

.box_client_said ._item_desc {
    min-height: 140px;
    font-size: 14px;
    color: #666;
    line-height: 1.85;
    margin: 0 0 32px
}

.box_client_said ._item_author {
    border-top: 1px solid #d8d8d8;
    padding-top: 30px
}

.box_client_said ._item_author img {
    width: var(--item-author-avatar-size);
    height: var(--item-author-avatar-size)
}

.box_client_said ._item_author h6 {
    font-size: 16px;
    color: #333;
    margin-left: 16px
}

.box_logo {
    padding: 60px 0;
    background: #fafafa
}

.box_logo ._list {
    margin-top: 10px;
    margin-left: -40px
}

.box_logo ._list li {
    width: 16.666666%;
    margin-top: 30px;
    padding-left: 40px
}

.box_logo ._list li div {
    text-align: center;
    padding: 22px 0;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .12);
    transition: .3s
}

.box_logo ._list li div:hover {
    transform: translateY(-5px)
}

.box_logo ._list li div:hover img {
    filter: grayscale(0)
}

/* .box_logo ._list li img {
    filter: grayscale(100%);
    transition: .5s
} */

.box_contact {
    background: no-repeat center;
    background-size: cover;
    padding: 40px 0;
    color: #fff
}

.box_contact svg {
    width: 46px;
    height: 46px;
    fill: #fff
}

.box_contact p {
    margin: 0 0 0 16px;
    font-size: 22px
}

.box_contact a {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    height: 48px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .1);
    border-radius: 4px;
    transition: .3s
}

.box_contact a:hover {
    background: var(--ymt-main-color);
    border-color: var(--ymt-main-color)
}