body,
body a
{
  color: #111;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
}
body {
  background-color: white;
}
a {
  text-decoration: none;
  cursor: pointer;
}
h1, .h1,
h1 a, .h1 a,
h2 a, .h2 a,
h2, .h2
{
  font-weight: 700;
  color: #000;
}
h1, .h1,
h1 a, .h1 a
{
  font-size: 40px;
}
h2 a, .h2 a,
h2, .h2{
  font-size: 24px;
}
h3, .h3{
  font-size: 20px;
}
.page-link {
  border-radius: 4px !important;
  width: 32px;
  height: 32px;
  font-size: 16px;
  padding: 4px;
  text-align: center;
  margin-left: 5px !important;
  margin-right: 5px !important;
  color: #111;
}
.active>.page-link, .page-link.active {
  background: no-repeat;
  color: red;
  font-weight: 700;
  border: 1px solid #EC2527;
}
.color-grey {
  color: #666;
}
.bg-grey {
  background-color: #F5F5F5;
}
.bg-white {
  background-color: white;
}
.color-white,
.color-white:hover
{
  color: white;
}
.bg-red {
  background-color: #EC2527;
}
.color-red {
  color: #EC2527;
}
.border {
  border: 1px solid #F5F5F5;
}
.box-shadow {
  background-color: white;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  /* transform: matrix(1, 0, 0, -1, 0, 0); */
}
.box {
  padding-left: 20px;
  padding-right: 20px;
  background-color: white;
}
.no-border {
  border: none;
}
.text-justify p,
.text-justify span {
  text-align: justify;
}
.line {
  width: 100%;
  height: 2px;
  background-color: #DADADA;
}
.line.thin {
  height: 1px;
}
.mini-font {
  font-size: 80%;
}

.container {
  max-width: 1200px;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-wrapper {
  padding-bottom: 3px;
}

.swiper-slide {
  text-align: center;
  /* font-size: 18px;
  background: #fff; */

  /* Center slide text vertically */
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  min-height: 192px;
}
.links {
  text-align: center;
}
.links ul{
  list-style: none;
  display: inline-flex;
}
.links ul li{
  display: flex;
}
.links ul li a {
  color: #00892F;
  border: 1px solid #00892F;
  border-radius: 50%;
  display: inline-block;
  height: 55px;
  width: 55px;
  margin: 9px;
  font-size: 24px;
  line-height: 2;
}
.links ul li.active a,
.links ul li a:hover
{
  background: #00892F;
  color: white;
}
.results {
  display: none;
}
.nav-link {
  color: #2F2E2E;
  font-size: 16px;
  font-weight: 600;
  margin: 0 15px;
  padding: 20px 0 !important;
  position: relative;
}
.menu li:hover a.nav-link:after,
.nav-tabs li:hover a::after,
.nav-tabs a.active::after
{
  position: absolute;
  content: "";
  background-color: #EB2227;
  height: 2px;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.top-header {
  height: 30px;
}
.top-header a {
  font-size: 14px;
  padding-top: 3px;
  font-weight: 600;
  color: #666;
}
header .logo img {
  margin-top: 14px;
  margin-right: 53px;
}
.search input[type=submit] {
  background: url(../icon/icon-search.png) center no-repeat;
  width: 21px;
  border: none;
  right: 20px;
  top: 27px;
}
.search input[type=text] {
  margin-top: 22px;
  border: none;
  background-color: #F5F5F5;
}
.user {
  margin-top: 28px;
}
.user a {
  font-weight: 400;
}
#copyright {
  height: 40px;
  background-color: #666;
  color: #F5F5F5;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
}
footer {
  background-color: #F5F5F5;
}
.contact::before {
  position: absolute;
  content: "";
  display: inline;
  height: 28px;
  width: 19px;
  left: 0;
}
.contact {
  padding-left: 30px;
  padding-bottom: 15px;
  position: relative;
}
.address::before {
  background: url(../icon/icon-address.png) no-repeat left 5px;
}
.tel::before {
  background: url(../icon/icon-phone.png) no-repeat left 2px;
}
.email::before {
  background: url(../icon/icon-email.png) no-repeat left 6px;
}
.tax::before {
  background: url(../icon/icon-tax.png) no-repeat left 3px;
  left: -9px;
  width: 36px;
}
.mail::before {
  background: url(../icon/icon-mail.png) no-repeat left 3px;
  width: 30px;
}
.web::before {
  background: url(../icon/icon-web.png) no-repeat left 3px;
}
footer ul.social img{
  height: 21px;
}
footer ul.social {
  padding: 0;
  margin-left: -5px;
}
footer ul.social li {
  display: inline;
  margin-right: 20px;
}
footer ul.menu {
  padding: 0;
  list-style: none;
}
footer ul.menu li {
  padding-bottom: 12px;
}
footer ul.menu li a{
  font-size: 16px;
  /* font-weight: 600; */
  color: #666;
}
footer .title {
  font-size: 24px;
  font-weight: 700;
  /* color: #111; */
}
footer .logo img {
  height: 52px;
}
footer input[type=text] {
  height: 45px;
  width: calc(100% - 50px);
}
footer button[type=submit] {
  background: red url(../icon/icon-send.png) no-repeat center;
  height: 45px;
  width: 46px;
  border-radius: 4px;
  right: 0;
  top: 0;
}

footer .download {
  height: 47px;
  margin-left: 20px;
  margin-bottom: 17px;
}

.news-item2 img,
.news-item3 img,
.category-item img,
.product-item img {
  border-radius: 4px;
  width: 100%;
}
.read-more {
  right: 15px;
  top: 56px;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
}
.nav-tabs {
  top: 50px;
  left: 280px;
}
.nav-tabs li {
  margin: 0 20px;
}
.nav-tabs a {
  font-weight: 400;
}
.nav-tabs a {
  position: relative;
}
.nav-tabs li:hover a::after,
.nav-tabs a.active::after {
  bottom: -7px;
}
.category-list .title{
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}
.category-list {
  padding: 20px;
  max-height: 1355px;
  overflow: overlay;
}
.category-list .nav-tabs li a.active,
.category-list .nav-tabs li:hover a
{
  color: #EC2527;
  font-weight: 600;
}
.category-list .nav-tabs li a::after{
  display: none;
}
.category-list .nav-tabs li {
  margin: 0;
  margin-bottom: 7px;
  width: 100%;
}
#download {
  background: url(../icon/banner2.png) no-repeat center;
  background-size: cover;
  padding: 140px 0;
}
#download p {
  font-size: 45px;
  margin-top: -15px;
  font-weight: 700;
}
#info .viewmore {
  font-weight: 600;
  padding: 20px 65px;
  border-radius: 4px;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
}
.breadcrumb,
.breadcrumb a
{
  font-size: 14px;
}
.breadcrumb {
  margin-bottom: 0;
}
/* .breadcrumb{
    margin-bottom: -2px;
}
.breadcrumb li {
    padding-right: 20px;
    position: relative;
}
.breadcrumb li::after {
    display: inline-block;
    position: absolute;
    content: "";
    height: 11px;
    width: 16px;
    right: -2px;
    bottom: 4px;
    background: url(../icon-arrow-right.png) no-repeat;
}
.breadcrumb li:last-child::after {
    display: none;
}
.breadcrumb li a{
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
} */
.ct-breadcrumb{
    color: #666666;
}
.ct-line{
    padding-top: 5px;
    border-bottom: 1px solid #DADADA;
    border-radius: 2px;
}
.ct-line-2px{
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
    border-bottom: 2px solid #DADADA;
    border-radius: 2px;
}

.ct-customer-product{
    border: 1px solid #DADADA;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 10px;
    right: 12px;
    top: 34px;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 600;
    color: #111111;
}
.news-item2 .desc {
    height: 140px;
}
.news-item2 h3.title {
    min-height: 77px;
}
:not(#home) h3.fix-size a {
    font-size: 20px;
}

a.load-more {
    font-size: 16px;
    color: #EC2527;
    font-weight: 400;
    text-decoration: none;
    box-shadow: 0 1px;
}
a.load-more:hover {
    color: orangered;
    box-shadow: 0 1px yellow;
}
.title-decorate {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
}
ul.featured {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
ul.featured li {
    border-bottom: 1px solid #DADADA;
    border-radius: 2px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
ul.featured li:first-child {
    margin-top: 20px;
}
/*ul.featured li:last-child {*/
/*    border-bottom: none;*/
/*    margin-bottom: 0;*/
/*}*/
ul.featured li img {
    border-radius: 4px 0px 0px 4px;
}
.title-right {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
    margin-bottom: 0;
}
.title-sumary-right {
    /*text-align: justify;*/
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #111111;
}
.title2::after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  background-color: #EB2227;
  left: 0;
  bottom: -5px;
}

ul.featured-km li img.image-right {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
ul.featured-km {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
ul.featured-km li {
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.view_project,
.add_to_cart
{
  content: "";
  background-size: auto;
  display: inline-block;
  height: 32px;
  width: 32px;
  right: 10px;
  border-radius: 2px;
  cursor: pointer;
}
.view_project{
  background: #EB2227 url(../icon/add_to_project.png) no-repeat center;
  bottom: 55px;
}
.add_to_cart{
  background: #EB2227 url(../icon/add_to_cart.png) no-repeat center;
  bottom: 15px;
}
.product-item-image img {
  height: 100%;
  max-width: 100%;
  width: auto;
  margin: auto;
}
.product-item-image {
  height: 281px;
  text-align: center;
}
.product-item .qty .change {
  cursor: pointer;
  display: inline-block;
  width: 52px;
  height: 26px;
  border: 1px solid #C4C4C4;
}
.product-item .qty input {
  height: 26px;
  border: none;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  width: calc(100% - 104px);
}

#product .box {
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

#product .nav-tabs li a.active::after{
  bottom: -13px;
}
#product .nav-tabs li a.active{
  font-weight: 600;
  color: #EC2527;
}
#product .nav-tabs li a{
  font-size: 20px;
}
#product .nav-tabs {
  margin-bottom: 7px;
}
#product .nav-tabs li {
  margin: 0;
  margin-right: 60px;
}
#product .images .swiper-slide img{
  height: 230px;
  width: auto;
  margin: auto;
}
#product.build-product .swiper-slide img{
  height: auto;
}
#product select.form-control {
  appearance: auto;
}
#product .form-control {
  border: none;
  padding-left: 0;
  border-bottom: 1px solid #DADADA;
  border-radius: 0;
  font-weight: 700;
  max-height: 32px;
}
#product .read-more{
  right: 0;
  top: 0;
  font-size: 14px;
}
#product .box.attach-item input[type=checkbox]{
  top: calc(50% - 5px);
}
#product .attach-info .image{
  margin-left: 32px;
}
#product .attach-info > div{
  float: left;
  margin-right: 20px;
}
#product .box.attach-item{
  padding: 20px;
}
.attach-item .remove{
  right: 20px;
  top: calc(50% - 13px);
}
.attach-item .product-item .qty .change{
  width: 30px;
}
.symbol {
  flex-shrink: 0;
  position: relative;
  border-radius: 0.475rem;
}
.symbol.symbol-50px .symbol-label {
  width: 100px;
  height: 100px;
}
.symbol .symbol-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #3f4254;
  background-color: #f5f8fa;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 0.475rem;
}

.bg {
    background: url(../icon/logoweb.png), url(../icon/BGweb.png);
    background-position: center 25%, center;
    background-repeat: no-repeat, no-repeat;
    /*border-radius: 4px;*/
    background-size: 50%, 102%;
    /*background-color: #F8D2A3;*/
    /*border-radius: 0px 20px 20px 0px;*/
}
.modal-login .modal-content{
    border: none;
    background: none;
}
.modal-login .modal-footer{
    width: 894px;
    margin-left: calc(50% - 447px);
    border-radius: 4px;
}

.modal-login .modal-footer .bg {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.modal-login .modal-footer .info {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    padding: 25px;
}

.modal-login .modal-footer .modal-x {
    position: absolute;
    right: -180px;
    border: none;
    background: none;
    font-size: 30px;
    color: #666666;
}
.modal-login .modal-footer input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom: 1px solid #666666;
    padding: 0;
    box-shadow: none !important;
    background: white;
    font-size: 14px;
    color: #666666;
}

.modal-login .modal-footer .info button {
    width: 75%;
    border-radius: 4px !important;
    justify-content: center;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.modal-login .modal-footer .info img.eye {
    position: absolute;
    font-size: 30px;
    right: -150px;
    top: 309px;
}
.modal-login .modal-footer .title {
    font-size: 40px;
    line-height: 50px;
    color: #111111;
}
.title-login-left {
    position: relative;
    line-height: 24px;
    color: #111111;
}

span.title-login-left::after
{
    position: absolute;
    content: "";
    background-color: #111111;
    height: 1px;
    width: 50%;
    top: 30px;
    left: 0;
}
.pd-toplogin{
    padding-top: 170px;
}
.imgquestion img{
    width: 60px;
    height: 60px;
}

.modal-register .modal-content{
    border: none;
    background: none;
}
.modal-register .modal-footer{
    width: 1200px;
    margin-left: calc(50% - 600px);
    border-radius: 4px;
}

.modal-register .modal-footer .bg {
    border-bottom-left-radius: 4px;
}
.modal-register .modal-footer .info {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    padding: 25px;
}

.modal-register .modal-footer .modal-x {
    position: absolute;
    right: -333px;
    border: none;
    background: none;
    font-size: 30px;
    color: #666666;
}
.modal-register .modal-footer input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom: 1px solid #666666;
    padding: 0;
    box-shadow: none !important;
    background: white;
    font-size: 14px;
    color: #666666 !important;
}

.modal-register .modal-footer .info button {
    width: 50%;
    border-radius: 4px;
    justify-content: center;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.modal-register .modal-footer .info img.imgpassword {
    position: absolute;
    font-size: 30px;
    right: 25px;
    top: 339px;
}
.modal-register .modal-footer .info img.imgrepassword {
    position: absolute;
    font-size: 30px;
    right: -300px;
    top: 339px;
}

.modal-register .modal-footer .title {
    position: relative;
    font-size: 40px;
    line-height: 50px;
    color: #111111;
}

.modal-register .modal-footer input.imgadd
{
    width: 0!important;
    height: 0!important;
    overflow: hidden;
    opacity: 0;
}
.modal-register .modal-footer h2.title::after
{
    position: absolute;
    content: "";
    background-color: #111111;
    height: 1px;
    width: 22%;
    top: 75px;
    left: 0;
}

.bgsingup {
    background: url(../icon/logoweb.png), url(../icon/BGweb.png);
    background-position: center 25%, center;
    background-repeat: no-repeat, no-repeat;
    /*border-radius: 4px;*/
    background-size: 50%, 108%;
    /*background-color: #F8D2A3;*/
    /*border-radius: 0px 20px 20px 0px;*/
}

.resend {
    right: 1px;
    top: 0px;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
}

#otp1 {
    margin-left: 40px;
}
#otp1r {
    margin-left: 40px;
}

.otp {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    float: left;
    border-top: 1px !important;;
    border-left: 1px !important;;
    border-right: 1px !important;;
    border-bottom: 1px !important;
    color: #000000 !important;
    background: #FCEEEC !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    font-size: 40px !important;
}

.btn-comeback {
    position: relative;
    line-height: 24px;
    color: #FFFFFF;
    padding-left: 30px;
}

.btn-comeback::before
{
    position: absolute;
    background: url(../icon/icon-left.png);
    background-position: center 25%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    top: 1px;
    left: 0px;
}

.btn-next {
    position: relative;
    line-height: 24px;
    color: #FFFFFF;
    padding-right: 30px;
}

.btn-next::after
{
    position: absolute;
    background: url(../icon/icon-right.png);
    background-position: center 25%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    top: 1px;
    right: 0px;
}

.gallery-resgister img {
    width: 91px;
    height: 91px;
    border-radius: 2px;
}

.btn-delete-image {
    border-radius: 10px !important;
    display: block;
    width: 20px !important;
    height: 20px;
    left: 80px;
    top: 12px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 15%);
}
.text-delete-image{
    position: absolute;
    top: -3px;
    color: #666666 !important;
    right: 5px;
}

.modal-login .modal-footer .info img.eye_passwordagain {
    position: absolute;
    font-size: 30px;
    right: -150px;
    top: 302px;
}

.modal-login .modal-footer .info img.eye_repasswordagain {
    position: absolute;
    font-size: 30px;
    right: -150px;
    top: 380px;
}

.lb-account {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}

.ip-account{
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
}

.avatar{
    border-radius: 50%;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 20%);
    padding: 4px;
    margin-right: 15px;
}
#avatar {
    height: 150px;
}
#user .avatar{
    padding: 2px;
    margin-right: 8px;
}

.change-avatar {
    border: 1px solid #EAEAEA;
    background: #EB2227 !important;
    border-radius: 2px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 17px;
    background: none;
    cursor: pointer;
    margin-left: 70px;
    margin-right: 70px
}
.modal-logout-x{
    width: 25px;
    border-radius: 20px;
    border: none;
    right: -10px;
    top: -10px;
    position: absolute;
}
.point-plus {
    box-sizing: border-box;
    /*display: flex;*/
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 90px;

    position: absolute;
    width: 65%;
    /*height: 167px;*/

    background: #FCEDEA;
    border: 1px solid #F5C5BB;
    border-radius: 4px;
    left: 17%;
}
.point-barcode {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 10px;

    /*width: 281px;*/
    /*height: 127px;*/

    background: #FFFFFF;
    border-radius: 4px;
    flex: none;
    order: 1;
    flex-grow: 0;
}
.lb-name-point {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #111111;
}
.lb-total-point span {
    font-size: 20px;
    line-height: 32px;
    text-align: right;
    color: #111111;
    padding-left: 20px;
}
#barcode {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #111111;
}
.box-oem {
    margin-left: 152px !important;
    margin-right: 152px;
}
.lb-oem{
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #111111;
}
.ip-oem{
    border: 1px solid #DADADA;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #B5B5B5;
}
.avata-oem{
    margin-left: 32%;
}
#myFileField {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

#avatar-small img{
  border-radius: 50%;
  margin-right: 20px;
}
.gallery-account img {
    width: 150px;
    height: 150px;
    border-radius: 2px;
}

.gallery-account-add input{
    width: 0px !important;
    height: 0px !important;
    overflow: hidden;
    opacity: 0;
}
.function-list {
  list-style: none;
  padding-left: 0;
}
.icon-account:hover {
  background-color: #F5F5F5;
}
.icon-account {
  position: relative;
  font-weight: 600;
  font-size: 15px;
  padding-left: 52px;
  padding-top: 7px;
  display: inline-block;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.icon-account::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  left: 12px;
  top: 7px;
  background-size: contain !important;
}
.ic-user::before {background: url(../icon/icon-user.png) no-repeat center;}
.ic-box::before {background: url(../icon/icon-box.png) no-repeat center;}
.ic-project::before {background: url(../icon/icon-project.png) no-repeat center;}
.ic-voucher::before {background: url(../icon/icon-voucher.png) no-repeat center;}
.ic-point::before {background: url(../icon/icon-point.png) no-repeat center;}
.ic-notify::before {background: url(../icon/icon-notify.png) no-repeat center;}
.ic-lock::before {background: url(../icon/icon-lock.png) no-repeat center;}
.ic-policy::before {background: url(../icon/icon-policy.png) no-repeat center;}
.ic-logout::before {background: url(../icon/icon-logout.png) no-repeat center;}

#account .edit {
  background: url(../icon/icon-edit-red.png) no-repeat left -1px;
  right: 10px;
  top: 10px;
  padding-left: 30px;
}
.save {
  border-radius: 2px;
}
#account .form-group label {
  line-height: 36px;
}
#account .form-group .form-control[disabled] {
  background: none;
  border: none;
  padding-left: 0;
  font-weight: 700;
}
#icon-user img{
  margin-top: 20px !important;
  border-radius: 50%;
}

@media screen and (max-width: 739px){
  .row-cols-5>* {
    width: 100%;
  }
}
