/**
    color text
*/
/**
    gradient
*/
/**
    font
*/
/**
// dat
*/
/* :not(:last-child) */
/* :nth-child(1n+0) */
@media (min-width: 230px) {
    .max-areas {
        text-align: right;
        display: flex;
    }

    .wt_banner_home .slider .swiper-container {
        max-width: 1800px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

    .wt_banner_home .slider .swiper-container .swiper-wrapper .swiper-slide a {
        display: block;
        width: 100%;
        position: relative;
        padding-top: 50%;
    }

    .wt_banner_home .slider .swiper-container .swiper-wrapper .swiper-slide a img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .home__product {
        margin-top: 30px;
    }

    .home__product .module__home-product {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -8px;
    }

    .home__product .module__home-product .home__product-item {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 8px;
        margin-bottom: 46px;
    }

    .home__product .module__home-product .home__product-item:hover {
        text-decoration: none;
    }

    .home__product .module__home-product .home__product-item:hover .img__product {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        -moz-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
        -webkit-transition: all 0.1s;
        -o-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;
    }

    .home__product .module__home-product .home__product-item.in .home__product-tag {
        background: -webkit-linear-gradient(264.8deg, #ED1C24 -7.81%, #262262 106.77%);
        background: -moz-linear-gradient(264.8deg, #ED1C24 -7.81%, #262262 106.77%);
        background: -o-linear-gradient(264.8deg, #ED1C24 -7.81%, #262262 106.77%);
        background: linear-gradient(185.2deg, #ED1C24 -7.81%, #262262 106.77%);
    }

    .home__product .module__home-product .home__product-item.out .home__product-tag {
        background: -webkit-linear-gradient(264.64deg, #004FC7 -3.78%, #06238D 96.02%);
        background: -moz-linear-gradient(264.64deg, #004FC7 -3.78%, #06238D 96.02%);
        background: -o-linear-gradient(264.64deg, #004FC7 -3.78%, #06238D 96.02%);
        background: linear-gradient(185.36deg, #004FC7 -3.78%, #06238D 96.02%);
    }

    .home__product .module__home-product .home__product-item .frame {
        padding-top: 100%;
    }

    .home__product .module__home-product .home__product-item .frame::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 25, 55, 0.3);
        z-index: 1;
    }

    .home__product .module__home-product .home__product-item .home__product-tag {
        position: absolute;
        top: 13px;
        left: 12px;
        font-family: "AvertaStdCY-Bold_1", sans-serif;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        color: #FFFFFF;
        border-radius: 5px;
        padding: 7px 15px;
        z-index: 2;
    }

    .home__product .module__home-product .home__product-item .img__product {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 3;
        width: 100%;
        height: 100%;
        max-width: -webkit-calc((245 / 376) * 100%);
        max-width: -moz-calc((245 / 376) * 100%);
        max-width: calc((245 / 376) * 100%);
        max-height: -webkit-calc((245 / 376) * 100%);
        max-height: -moz-calc((245 / 376) * 100%);
        max-height: calc((245 / 376) * 100%);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;
    }

    .home__product .module__home-product .home__product-item .img__product img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .home__product .module__home-product .home__product-item .btn__view {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 50%);
        -moz-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        z-index: 2;
    }

    .home__about {
        background-size: auto;
        background-position: top left;
        margin-bottom: 30px;

    }

    .home__about .home__about-group {
        max-width: 688px;
        width: 100%;
        padding: 30px 0;
    }

    .home__about .home__about-group p {
        font-size: 16px;
        line-height: 26px;
        color: #3B5266;
        margin-bottom: 0;
    }

    .home__commit {
        margin-bottom: 30px;
    }

    .home__commit .module__home-commit .commit-img .frame {
        padding-top: 111.15108%;
    }

    .home__commit .module__home-commit .home__commit-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -10px 0;
    }

    .home__commit .module__home-commit .home__commit-group .home__commit-item {
        padding: 14px;
        border: 1px solid rgba(12, 8, 71, 0.5);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 20px;
        margin: 10px 0;
    }

    .home__commit .module__home-commit .home__commit-group .home__commit-item .icon__commit-img {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background-color: #EBEFF3;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .home__commit .module__home-commit .home__commit-group .home__commit-item .home__commit-content h4 {
        font-family: "AvertaStdCY-Bold_1", sans-serif;
        font-weight: bold;
        font-size: 17px;
        line-height: 24px;
        color: #0C0847;
        margin-bottom: 8px;
    }

    .home__commit .module__home-commit .home__commit-group .home__commit-item .home__commit-content p {
        font-size: 16px;
        line-height: 26px;
        color: #0C0847;
        margin-bottom: 0;
    }

    .home__video {
        margin-bottom: 30px;
    }

    .home__video .module__home-video .video__group {
        position: relative;
        width: 100%;
        padding-top: 87.09677%;
    }

    .home__video .module__home-video .video__group .d-block {
        opacity: 1;
        z-index: 3;
    }

    .home__video .module__home-video .video__group .d-none {
        opacity: 0;
        z-index: -1;
    }

    .home__video .module__home-video .video__group .avatar__video {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

    .home__video .module__home-video .video__group .avatar__video img {
        width: 100%;
        height: 100%;
    }

    .home__video .module__home-video .video__group .avatar__video .btn__play {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 70px;
        height: 70px;
        background-color: #fff;
        border-radius: 50%;
        color: #262262;
        font-size: 30px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .home__video .module__home-video .video__group .main__video {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

    .home__video .module__home-video .video__group .main__video iframe {
        width: 100%;
        height: 100%;
    }

    .home__video .module__home-video .video__about-us {
        background-color: #0C0847;
        padding: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 430px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .home__video .module__home-video .video__about-us h3 {
        font-family: "AvertaStdCY-Extrabold_1", sans-serif;
        font-weight: 800;
        font-size: 32px;
        line-height: 50px;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-bottom: 24px;
        width: 100%;
    }

    .home__video .module__home-video .video__about-us p {
        font-size: 16px;
        line-height: 26px;
        color: #FFFFFF;
        margin-bottom: 35px;
        width: 100%;
    }

    .home__video .module__home-video .video__about-us .btn__view {
        font-family: "AvertaStdCY-Semibold_1", sans-serif;
        font-weight: 600;
        margin-left: auto;
        margin-right: auto;
    }

    .you__know {
        margin-bottom: 30px;
    }

    .you__know .module__you-know .slider {
        position: relative;
    }

    .you__know .module__you-know .slider .news__slider {
        overflow: hidden;
    }

    .you__know .module__you-know .slider .swiper-wrapper .swiper-slide a .frame img {
        object-fit: cover;
    }

    .you__know .module__you-know .slider .swiper-wrapper .swiper-slide a {
        display: block;
        text-decoration: none;
        transition: all 0.3s;
    }

    .you__know .module__you-know .slider .swiper-wrapper .swiper-slide a:hover p,
    .you__know .module__you-know .slider .swiper-wrapper .swiper-slide a:focus p {
        color: #ED1C24;
    }

    .you__know .module__you-know .slider .swiper-wrapper .swiper-slide a .frame {
        padding-top: 100%;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .you__know .module__you-know .slider .swiper-wrapper .swiper-slide a .frame:after {
        content: '';
        display: block;
        width: 100%;
        height: 70%;
        background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 40%,
            rgba(255, 255, 255, .1) 45%,
            rgba(255, 255, 255, 0.5) 90%,
            rgba(255, 255, 255, 0) 100%);
        z-index: 1000;
        position: absolute;
        bottom: 100%;
        left: 0;
        transform-origin: left bottom;
        transform: skewY(-30deg);
        transition: bottom 0s;
    }

    .you__know .module__you-know .slider .swiper-wrapper .swiper-slide a .frame:hover:after,
    .you__know .module__you-know .slider .swiper-wrapper .swiper-slide a .frame:focus:after {
        bottom: -200%;
        transition: bottom .65s;
    }

    .you__know .module__you-know .slider .swiper-wrapper .swiper-slide a .slider__title {
        padding: 15px;
        padding-bottom: 8px;
    }

    .you__know .module__you-know .slider .swiper-wrapper .swiper-slide a p {
        font-family: "AvertaStdCY-Semibold_1", sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        text-transform: uppercase;
        color: #222222;
        margin-bottom: 16px;
    }

    .you__know .module__you-know .slider .swiper-wrapper .swiper-slide a time {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .you__know .module__you-know .slider .swiper-wrapper .swiper-slide a time img {
        width: 24px;
        height: 24px;
    }

    .you__know .module__you-know .slider .swiper-wrapper .swiper-slide a time span {
        font-family: "AvertaStdCY-Regular_3", sans-serif;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        color: #222222;
        margin-left: 8px;
    }

    .you__know .module__you-know .slider .swiper-button-next::after,
    .you__know .module__you-know .slider .swiper-button-prev::after {
        font-size: 18px;
        font-weight: 700;
        color: #304659;
    }

    .you__know .module__you-know .slider .swiper-button-next {
        right: 0;
    }

    .you__know .module__you-know .slider .swiper-button-prev {
        left: 0;
    }

    .home__request {
        background-size: cover;
        background-position: right;
        max-width: 1800px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .home__request form {
        padding: 30px 15px;
        background: rgba(255, 255, 255, 0.5);
        width: 100%;
        max-width: 475px;
    }

    .home__request form p {
        font-size: 16px;
        line-height: 26px;
        color: #3B5266;
        margin-bottom: 14px;
    }

    .home__request form .input__group .input__box {
        margin-bottom: 16px;
    }

    .home__request form .input__group .input__box span {
        font-size: 16px;
        line-height: 26px;
        color: #3B5266;
        display: block;
        width: 100%;
        margin-bottom: 6px;
    }

    .home__request form .input__group .input__box .input__control#myTextArea {
        height: 150px;
    }

    .home__request form .input__group .input__box .limit-text-status {
        text-align: right;
        margin-top: 6px;
    }

    .home__request form .input__group .input__box .limit-text-status.text-danger small strong {
        color: #ED1C24;
    }

    .home__request form .input__group .input__box small {
        font-family: "AvertaStdCY-Regular_3", sans-serif;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        color: #3B5266;
    }

    .home__request form .input__group .input__box small strong {
        font-family: "AvertaStdCY-Regular_3", sans-serif;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        color: #3B5266;
    }

    .home__request form .btn__view {
        font-family: "AvertaStdCY-Semibold_1", sans-serif;
        font-weight: 600;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
}

@media (min-width: 480px) {
    .home__product .module__home-product .home__product-item {
        max-width: -webkit-calc((100% / 2) - 16px);
        max-width: -moz-calc((100% / 2) - 16px);
        max-width: calc((100% / 2) - 16px);
    }

    .home__commit .module__home-commit .home__commit-group .home__commit-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home__commit .module__home-commit .home__commit-group .home__commit-item .icon__commit-img {
        margin-left: 0;
        margin-bottom: 0;
        margin-right: 18px;
    }

    .home__commit .module__home-commit .home__commit-group .home__commit-item .home__commit-content {
        width: 100%;
        max-width: -webkit-calc(100% - 82px);
        max-width: -moz-calc(100% - 82px);
        max-width: calc(100% - 82px);
    }

    .home__request form {
        padding: 30px;
    }

    .home__request form .input__group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -8px;
    }

    .home__request form .input__group .input__box {
        margin: 8px;
        width: 100%;
        max-width: -webkit-calc(50% - 16px);
        max-width: -moz-calc(50% - 16px);
        max-width: calc(50% - 16px);
    }

    .home__request form .input__group .input__box:last-child {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .home__product .module__home-product .home__product-item {
        max-width: -webkit-calc((100% / 3) - 16px);
        max-width: -moz-calc((100% / 3) - 16px);
        max-width: calc((100% / 3) - 16px);
    }

    .home__commit .module__home-commit {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .home__commit .module__home-commit .commit-img {
        width: 100%;
        max-width: -webkit-calc(50% - 10px);
        max-width: -moz-calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin-right: auto;
    }

    .home__commit .module__home-commit .home__commit-group {
        max-width: -webkit-calc(50% - 10px);
        max-width: -moz-calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .home__video .module__home-video {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .home__video .module__home-video .video__group {
        max-width: 50%;
        width: 100%;
        padding-top: 43%;
    }

    .home__video .module__home-video .video__about-us {
        max-width: 50%;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .wt_banner_home .slider .swiper-container .swiper-wrapper .swiper-slide a {
        padding-top: 36.11111%;
    }

    .home__product {
        margin-bottom: 30px;
    }

    .home__about {
        margin-bottom: 50px;
    }

    .home__about .home__about-group {
        padding: 50px 0;
    }

    .home__commit {
        margin-bottom: 50px;
    }

    .home__video {
        margin-bottom: 50px;
    }

    .home__video .module__home-video .video__about-us {
        padding: 0 30px;
    }

    .home__video .module__home-video .video__about-us h3 {
        font-size: 42px;
    }

    .you__know {
        margin-bottom: 50px;
    }

    .you__know .module__you-know .slider .swiper-wrapper .swiper-slide a .slider__title {
        padding: 24px;
        padding-bottom: 8px;
    }

    .you__know .module__you-know .slider .swiper-wrapper .swiper-slide a p {
        font-size: 25px;
    }

    .home__request form {
        padding: 70px 30px;
    }
}

@media (min-width: 1200px) {
    .home__product {
        margin-bottom: 65px;
    }

    .home__about {
        margin-bottom: 105px;
    }

    .home__about .home__about-group {
        padding-bottom: 106px;
        padding-top: 112px;
    }

    .home__commit {
        margin-bottom: 120px;
    }

    .home__commit .module__home-commit .commit-img {
        max-width: -webkit-calc(50% - 20px);
        max-width: -moz-calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .home__commit .module__home-commit .home__commit-group {
        max-width: -webkit-calc(50% - 20px);
        max-width: -moz-calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .home__video {
        margin-bottom: 120px;
    }

    .home__video .module__home-video .video__group {
        padding-top: 43.4635%;
    }

    .home__video .module__home-video .video__about-us {
        padding: 0 38px;
    }

    .you__know {
        margin-bottom: 90px;
    }

    .you__know .module__you-know .slider .swiper-button-prev {
        left: -28px;
    }

    .you__know .module__you-know .slider .swiper-button-next {
        right: -28px;
    }
}

@media (min-width: 1300px) {
    .you__know .module__you-know .slider .swiper-button-prev {
        left: -78px;
    }

    .you__know .module__you-know .slider .swiper-button-next {
        right: -78px;
    }
}