.w1-menu{width:100%;z-index:2;background-color:rgba(var(--main-color-w), 1) !important;}@media only screen and (max-width:75em){.w1-menu{background-color:white;}}.w1-menu__sticky{background-color:rgba(var(--main-color-w), 1) !important;}.w1-menu__ab{position:absolute;background-color:transparent;}.w1-menu__group{max-width:120em;margin:0 auto;display:flex;justify-content:space-between;position:relative;height:8em;align-items:center;z-index:3;}@media only screen and (max-width:75em){.w1-menu__group{background-color:white;justify-content:space-between;align-items:center;}}.w1-menu__checkbox:checked ~ .w1-menu__items{left:0;}.w1-menu__checkbox{display:none;}@media only screen and (min-width:75em){.w1-menu__navi-button{display:none !important;}}.w1-menu__navi-button{background-color:rgba(var(--main-color-w), 1);height:4em;width:4em;min-width:4em;justify-content:center;display:flex;align-items:center;border-radius:5%;margin-right:2em;}.w1-menu__logobox{padding:0.5em;text-align:center;height:7em;background-size:contain;}@media only screen and (max-width:75em){.w1-menu__logobox{position:relative;min-width:10em;min-height:7em;align-self:flex-start;background-size:contain;background-position:center;}.w1-menu__logobox__img{max-width:100%;height:100%;}}.w1-menu__box__button{cursor:pointer;display:none;}@media only screen and (max-width:75em){.w1-menu__box__button{display:inline-block;}}.w1-menu__button-nav{background-color:rgba(var(--main-color-w), 1);padding:2em 1em 1em 1em;border-radius:0.3em;border:none;}@media only screen and (min-width:75em){.w1-menu__button-nav{display:none;}}.w1-menu__items{display:flex;align-items:center;}@media only screen and (max-width:75em){.w1-menu__items{position:absolute;color:black;display:block;z-index:2;background-color:white;top:8em;padding:2em;width:25em;left:-25em;transition:all 0.2s;}}.w1-menu__items__item{height:8em;line-height:8em;white-space:nowrap;position:relative;list-style:none;}.w1-menu__items__item:not(:last-child){margin-right:2em;}.w1-menu__items__item__cb{display:none;}@media only screen and (max-width:75em){.w1-menu__items__item{height:auto;}.w1-menu__items__item__cb:checked ~ .w1-menu__items__drop-1{display:block;}.w1-menu__items__item__cb:checked ~ .w1-menu__items__item__link .w1-menu__items__item__link__icon{transform:rotate(180deg);padding:0 1em 0 0;}}@media only screen and (max-width:50em){.w1-menu__items__item:not(:last-child){margin-right:0;}}.w1-menu__items__item__link{cursor:pointer;color:white;font-size:1.6em;display:flex;align-items:center;text-decoration:none;}@media only screen and (max-width:75em){.w1-menu__items__item__link{color:black;}}.w1-menu__items__item__link__text{text-decoration:none;overflow:hidden;text-overflow:ellipsis;}.w1-menu__items__item__link__icon{margin-left:auto;float:right;padding:1em 0 1em 1em;}.w1-menu__items__item__link:hover{color:rgba(var(--second-color-w), 1);}.w1-menu__items__drop-1{background-color:white;position:absolute;top:8em;display:none;width:25em;border-radius:2em;z-index:2;left:-2em;padding-top:1em;line-height:initial;}@media only screen and (max-width:75em){.w1-menu__items__drop-1{left:0;position:relative;top:0;padding:0 1em;}}.w1-menu__items__drop-1__item{list-style:none;padding:2em;position:relative;}.w1-menu__items__drop-1__item__cb{display:none;}@media only screen and (max-width:75em){.w1-menu__items__drop-1__item__cb:checked ~ .w1-menu__items__drop-2{display:block;}.w1-menu__items__drop-1__item__cb:checked ~ .w1-menu__items__item__link .w1-menu__items__item__link__icon{transform:rotate(180deg);padding:0 1em 0 0;}}.w1-menu__items__drop-1__item__link{cursor:pointer;color:black;font-size:1.6em;display:inline-block;text-decoration:none;width:100%;display:flex;align-items:center;}.w1-menu__items__drop-1__item__link__text{text-decoration:none;overflow:hidden;text-overflow:ellipsis;}.w1-menu__items__drop-1__item__link__icon{transform:rotate(-90deg);display:block;margin-left:auto;float:right;}.w1-menu__items__drop-1__item__link:hover{color:rgba(var(--main-color-w), 1);}.w1-menu__items__drop-1::before{margin:0;content:"";display:inline-block;height:3em;color:white;width:4em;z-index:1;transform:translateY(-3.6em);position:absolute;background-size:cover;background-color:white;-webkit-mask-image:url(../img/sprites/triangle-up.svg);-webkit-mask-size:cover;mask-image:url(../img/sprites/triangle-up.svg);mask-size:cover;left:2em;}@media only screen and (max-width:75em){.w1-menu__items__drop-1::before{display:none;}}.w1-menu__items__drop-2{background-color:white;position:absolute;top:0em;display:none;padding-top:1em;width:25em;left:24em;border-radius:2em;}@media only screen and (max-width:75em){.w1-menu__items__drop-2{left:0;position:relative;top:0;padding:2em 1em;}}.w1-menu__items__drop-2__item{list-style:none;padding:2em;}.w1-menu__items__drop-2__item__link{cursor:pointer;color:black;font-size:1.6em;display:inline-block;text-decoration:none;width:100%;display:flex;align-items:center;}.w1-menu__items__drop-2__item__link__text{text-decoration:none;overflow:hidden;text-overflow:ellipsis;}.w1-menu__items__drop-2__item__link__icon{transform:rotate(-90deg);display:block;margin-left:auto;float:right;}.w1-menu__items__drop-2__item__link:hover{color:rgba(var(--main-color-w), 1);}.w1-menu__items__item:hover .w1-menu__items__drop-1{display:block;}.w1-menu__items__drop-1__item:hover .w1-menu__items__drop-2{display:block;}.w1-menu__items__user{display:flex;padding:0 2em;color:white;align-items:center;align-content:center;align-self:center;}.w1-menu__items__user__icon{font-size:2em;color:white;margin-right:1em;}@media only screen and (max-width:75em){.w1-menu__items__user__icon{color:black;}}.w1-menu__items__user__login{display:flex;align-items:center;margin-right:2em;font-size:1.45em;cursor:pointer;}.w1-menu__items__user__login__text{white-space:nowrap;margin-left:0.5em;cursor:pointer;}@media only screen and (max-width:75em){.w1-menu__items__user__login__text{color:black;}}@media only screen and (max-width:75em){.w1-menu__items__user__login__icon{color:black;}}.w1-menu__login__checkbox:checked ~ .w1-menu__login{display:flex;}.w1-menu__login{background-color:white;position:absolute;z-index:10;top:10em;padding:2em;border-radius:1em;width:60%;display:none;justify-content:space-between;left:20%;}.w1-menu__login__checkbox{display:none;}@media only screen and (max-width:50em){.w1-menu__login{width:80%;left:10%;}}@media only screen and (max-width:37.5em){.w1-menu__login{width:98%;left:1%;}}.w1-menu__login__banner{position:relative;width:45%;}@media only screen and (max-width:37.5em){.w1-menu__login__banner{display:none;}}.w1-menu__login__banner__imgbox{max-width:100%;border-radius:1em;overflow:hidden;height:100%;background-size:contain;background-position:center;}.w1-menu__login__banner__imgbox__img{width:100%;}.w1-menu__login__banner__text{position:absolute;top:1em;left:1em;color:rgba(var(--main-color-w), 1);background-color:rgba(255, 255, 255, 0.597);padding:0.5em;font-weight:600;border-radius:0.3em;font-size:1.6em;}.w1-menu__login__form{width:50%;}@media only screen and (max-width:37.5em){.w1-menu__login__form{width:100%;}}.w1-menu__login__form__heading{display:flex;justify-content:space-between;}.w1-menu__login__form__heading__title{font-weight:600;font-size:1.3em;color:rgba(var(--main-color-w), 1);}.w1-menu__login__form__heading__button__icon{font-size:1.3em;color:rgba(var(--main-color-w), 1);cursor:pointer;}.w1-menu__login__form__third{margin-top:4em;}.w1-menu__login__form__third__content{margin-top:2em;display:flex;align-items:center;width:100%;justify-content:space-between;font-weight:700;}@media only screen and (max-width:37.5em){.w1-menu__login__form__third__content{flex-direction:column;margin-top:0;}}.w1-menu__login__form__third__content__text-facebook{background-color:#00325c;padding:1em;color:white;display:flex;align-items:center;width:49%;justify-content:center;border-radius:0.3em;}@media only screen and (max-width:37.5em){.w1-menu__login__form__third__content__text-facebook{width:100%;margin-top:0;}}.w1-menu__login__form__third__content__text-facebook:hover{filter:brightness(80%);}.w1-menu__login__form__third__content__text-google{background-color:#cc0000;padding:1em;color:white;display:flex;align-items:center;justify-content:center;width:49%;border-radius:0.3em;}@media only screen and (max-width:37.5em){.w1-menu__login__form__third__content__text-google{width:100%;margin-top:1em;}}.w1-menu__login__form__third__content__text-google:hover{filter:brightness(80%);}.w1-menu__login__form__third__content__icon{font-size:2em;margin-left:1em;}.w1-menu__login__form__items{margin-top:2em;padding:1.5em;border:0.1em solid #eee;display:flex;align-items:center;border-radius:0.5em;}.w1-menu__login__form__items__icon{color:rgba(var(--main-color-w), 1);font-size:1.6em;}.w1-menu__login__form__items__input{width:95%;outline:none;border:none;}.w1-menu__login__form__button{background-color:rgba(var(--main-color-w), 1);padding:1em;width:100%;text-align:center;display:block;color:white;font-weight:600;font-size:1.4em;margin-top:2em;border-radius:0.3em;transition:all 0.2s;}.w1-menu__login__form__button:hover{border:0.1em solid rgba(var(--main-color-w), 1);color:rgba(var(--main-color-w), 1);background-color:white;}.w1-menu__login__form__or{margin-top:2em;display:flex;align-items:center;justify-content:center;}.w1-menu__login__form__or__line{border-bottom:0.1em solid #eee;width:40%;}.w1-menu__login__form__or__text{font-size:1.3em;font-weight:600;}.w1-menu__login__form__fg{text-align:center;margin-top:2em;}.w1-menu__login__form__fg__text{display:inline-block;font-weight:500;}.w1-menu__login__form__fg__button{font-weight:500;text-decoration:underline;}.w10-ctaregister{width:100%;background-color:#FF7451;padding:1em;}.w10-ctaregister__group{margin:0 auto;max-width:120em;text-align:center;}.w10-ctaregister__text--1{font-weight:800;font-size:2.5em;color:white;display:inline-block;height:max-content;line-height:1.8em;}.w10-ctaregister__text--2{display:inline-block;font-weight:400;font-size:1.5em;color:white;height:max-content;line-height:1.8em;margin-left:1em;margin-right:1em;}.w10-ctaregister__text--a{font-weight:800;font-size:2.5em;color:white;display:inline-block;height:max-content;line-height:1.8em;}.w46-product{width:100%;background-color:#f5f5f5;padding:2em 1em;}.w46-product__group{margin:0 auto;max-width:120em;}.w46-product__content{position:relative;width:100%;display:flex;flex-wrap:wrap;justify-content:center;}@media only screen and (max-width:50em){.w46-product__content{padding:1em;}}.w46-product__content__items{width:100%;}.w46-product__content__items__heading{display:flex;align-items:center;flex-wrap:wrap;padding:1em .5EM;background-color:crimson;border-radius:0.5em;margin-bottom:1em;}@media only screen and (max-width:50em){.w46-product__content__items__heading{margin-bottom:2em;}}.w46-product__content__items__heading__icon{color:white;font-size:3em;margin-left:0.5em;}.w46-product__content__items__heading__nd__text{padding:1em;font-weight:500;font-size:2em;line-height:1.6em;width:fit-content;font-weight:bolder;color:white;}.w46-product__content__items__heading__nd__time{display:flex;align-items:center;}.w46-product__content__items__heading__nd__time__text{color:white;padding:0.3em;border-radius:0.3em;margin-right:0.5em;font-size:1.5em;border:1px solid white;font-weight:bold;}.w46-product__content__items__heading__nd__time__vl{color:white;font-size:1em;margin-right:0.5em;}.w46-product__content__items__heading__more{margin-left:auto;width:fit-content;display:flex;align-items:center;}.w46-product__content__items__heading__more__link{display:flex;align-items:center;margin-right:2em;cursor:pointer;border-bottom:1PX solid white;}.w46-product__content__items__heading__more__link__text{font-size:1.2em;color:white;}.w46-product__content__items__heading__more__link__icon{font-size:1em;margin-top:0.25em;margin-left:0.5em;color:white;}.w46-product__content__items__heading__more__nav{width:7em;margin-right:1em;margin-top:1em;position:relative;}.w46-product__content__items__item{width:100%;overflow:hidden;position:relative;}.w46-product__content__items__item .swiper-button-next{right:0;height:auto;}.w46-product__content__items__item .swiper-button-next::after{font-size:2em;top:0;padding:0.3em 0.5em;color:rgba(var(--main-color-w), 1);background-color:white;}.w46-product__content__items__item .swiper-button-prev{left:0;height:auto;}.w46-product__content__items__item .swiper-button-prev::after{font-size:2em;top:0;padding:0.3em 0.5em;background-color:white;color:rgba(var(--main-color-w), 1);}.w46-product__content__items__item__noidung{width:calc(24% - 2em) !important;padding:1em;margin-right:1.3333333333333%;cursor:pointer;background-color:white;height:fit-content;border-radius:0.5em;}@media only screen and (max-width:50em){.w46-product__content__items__item__noidung{width:calc(32.444% - 2em) !important;}}@media only screen and (max-width:37.5em){.w46-product__content__items__item__noidung{width:calc(49.3333333% - 2em) !important;}}.w46-product__content__items__item__noidung__imgbox{width:100%;margin:0 auto;display:block;background-size:contain;background-position:center;border-radius:0.5em;}.w46-product__content__items__item__noidung__imgbox__img{width:100%;}.w46-product__content__items__item__noidung__km{position:absolute;left:0;top:0;text-align:center;background-color:orange;width:auto;padding:0.3em;display:flex;align-items:center;}.w46-product__content__items__item__noidung__km__pr{font-size:1em;display:block;color:rgba(var(--main-color-w), 1);font-weight:bold;margin-right:0.5em;}.w46-product__content__items__item__noidung__km__text{font-size:1em;display:block;color:white;font-weight:bold;}.w46-product__content__items__item__noidung__km::after{content:"";position:absolute;height:0;width:0;right:-1em;bottom:0;z-index:2;border-top:1em solid transparent;border-right:0 solid transparent;border-left:1em solid orange;}.w46-product__content__items__item__noidung__km::before{content:"";position:absolute;height:0;width:0;right:-1em;top:0;z-index:2;border-bottom:1em solid transparent;border-right:0 solid transparent;border-left:1em solid orange;}.w46-product__content__items__item__noidung__text{display:block;font-size:1.6em;text-align:center;line-height:1.6em;width:fit-content;transition:all 0.3s ease;margin-top:0.5em;color:black;font-weight:bold;}.w46-product__content__items__item__noidung:hover .w46-product__content__items__item__noidung__text{color:crimson;text-decoration:underline;}.w46-product__content__items__item__noidung__pricing{display:flex;align-items:baseline;justify-content:space-between;margin-top:1em;margin-bottom:1.5em;}@media only screen and (max-width:37.5em){.w46-product__content__items__item__noidung__pricing{flex-wrap:wrap;}}.w46-product__content__items__item__noidung__pricing__main{min-width:50%;}@media only screen and (max-width:37.5em){.w46-product__content__items__item__noidung__pricing__main{margin-bottom:1em;width:100%;}}.w46-product__content__items__item__noidung__pricing__main__vl{display:flex;align-items:center;margin-bottom:.5em;}.w46-product__content__items__item__noidung__pricing__main__vl__num{font-size:1.2em;color:#7d7d7d;margin-right:0.5em;text-decoration:line-through;}.w46-product__content__items__item__noidung__pricing__main__vl__per{color:rgba(var(--main-color-w), 1);border:1px solid rgba(var(--main-color-w), 1);padding:0.3em;font-size:1em;}.w46-product__content__items__item__noidung__pricing__main__count{color:rgba(var(--main-color-w), 1);font-size:1.6em;font-weight:bold;display:block;}.w46-product__content__items__item__noidung__pricing__tg{border-left:1px solid #cecece;width:50%;padding-left:1em;}@media only screen and (max-width:37.5em){.w46-product__content__items__item__noidung__pricing__tg{width:100%;}}.w46-product__content__items__item__noidung__pricing__tg__text{display:block;font-size:1.2em;color:#7d7d7d;text-decoration:line-through;margin-bottom:.7em;}.w46-product__content__items__item__noidung__pricing__tg__vl{font-size:1.3em;}.w46-product__content__items__item__noidung__bar{background-color:#1315a344;width:100%;position:relative;display:block;border-radius:1em;margin-top:0.5em;}.w46-product__content__items__item__noidung__bar__pro{position:absolute;background-color:rgba(var(--main-color-w), 1);width:50%;height:100%;border-radius:1em;top:0;z-index:1;}.w46-product__content__items__item__noidung__bar__imgbox{position:absolute;width:2.5em;height:2.5em;background-size:contain;background-position:center;left:0.5em;top:initial;bottom:0;z-index:10;}.w46-product__content__items__item__noidung__bar__text{padding-top:0.3em;padding-bottom:0.3em;text-align:center;display:block;width:100%;color:white;font-weight:bold;font-size:1em;z-index:2;position:relative;}.w46-product__content__items__item__noidung__stars{margin-top:0.5em;}.w46-product__content__items__item__noidung__stars__star{color:#ffc700;}.w46-product__content__items__item__noidung__stars__text{font-size:1em;margin-left:0.5em;color:#ffc700;margin-right:0.3em;}.w46-product__content__items__item__noidung__stars__value{font-size:1em;}.w46-product__content__items__item__noidung__grbtn{display:flex;justify-content:center;margin-top:1em;}.w46-product__content__items__item__noidung__grbtn__btn{padding:1em;background-color:rgba(var(--main-color-w), 1);color:white;border:1px solid rgba(var(--main-color-w), 1);width:50%;font-size:1em;cursor:pointer;border-radius:.3em;transition:all .2s ease;font-weight:bold;letter-spacing:1px;}.w46-product__content__items__item__noidung__grbtn__btn:nth-child(2){background-color:transparent;margin-left:1em;color:rgba(var(--main-color-w), 1);}.w46-product__content__items__item__noidung__grbtn__btn:hover{background-color:crimson;border:1px solid crimson;color:white;}.w46-banner{width:100%;background-color:#F1F4FB;padding:1em 0.5em;}.w46-banner__group{max-width:120em;margin:0 auto;}.w46-banner__container{display:flex;justify-content:space-between;background-color:white;}@media only screen and (max-width:50em){.w46-banner__container{flex-wrap:wrap;}}.w46-banner__container__items{width:70%;}@media only screen and (max-width:50em){.w46-banner__container__items{width:100%;}}.w46-banner__container__items__main{width:100%;overflow:hidden;position:relative;cursor:pointer;}@media only screen and (max-width:37.5em){.w46-banner__container__items__main{width:100%;}}.w46-banner__container__items__main .swiper-pagination-bullet{background:white;}.w46-banner__container__items__main .swiper-pagination-bullet-active{background:white;}.w46-banner__container__items__main__imgbox{background-size:contain;background-position:center;}.w46-banner__container__items__main__imgbox__img{width:100%;}.w46-banner__container__items__main .swiper-button-next{right:0;background-color:rgba(0, 0, 0, 0.556);border-top-left-radius:0.4em;border-bottom-left-radius:0.4em;}.w46-banner__container__items__main .swiper-button-next::after{font-size:2em;color:white;}.w46-banner__container__items__main .swiper-button-prev{left:0;background-color:rgba(0, 0, 0, 0.556);border-top-right-radius:0.4em;border-bottom-right-radius:0.4em;}.w46-banner__container__items__main .swiper-button-prev::after{font-size:2em;color:white;}.w46-banner__container__items__sub .swiper-slide{width:calc(25% - 0.5px);cursor:pointer;}.w46-banner__container__items__sub .swiper-slide-thumb-active{color:rgba(var(--main-color-w), 1) !important;border:1.2px solid rgba(var(--main-color-w), 1);font-weight:bold;border-bottom:none;}.w46-banner__container__items__sub .swiper-slide-thumb-active .w46-banner__container__items__sub__item__side{display:block;}.w46-banner__container__items__sub__item{display:flex;position:relative;}.w46-banner__container__items__sub__item__side{display:none;position:absolute;top:-7.5px;left:12px;float:left;overflow:hidden;width:13.5px;height:7px;z-index:2;}.w46-banner__container__items__sub__item__side__out{border-right:7px solid transparent;border-bottom:7px solid rgba(var(--main-color-w), 1);border-left:7px solid transparent;}.w46-banner__container__items__sub__item__side__in{top:1px;left:1px;display:inline-block;position:absolute;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent;}.w46-banner__container__items__sub__item__text{padding:.7em;width:100%;text-align:center;line-height:1.4em;}@media only screen and (max-width:37.5em){.w46-banner__container__items__sub__item__text{width:100%;font-size:0.7em;}}.w46-banner__container__ads{width:29%;min-width:29%;flex-wrap:wrap;overflow:hidden;}@media only screen and (max-width:50em){.w46-banner__container__ads{width:100%;}}.w46-banner__container__ads__imgbox{width:100%;cursor:pointer;background-size:cover;background-position:center;}.w46-banner__container__ads__imgbox:not(:first-child){margin-top:.5em;}.w46-banner__container__ads__imgbox__img{width:100%;}.w46-banner__container__items__sub{overflow-x:scroll;}