.all_menu_top {
  width: 100%;
}
.menu_left {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.diachi {
  display: flex;
  align-items: center;
}
.icon_diachi {
  margin-right: 10px;
}
.icon_diachi i {
  font-weight: 300;
}
.logo #stage {
  width: 100%;
  height: 100%;
  transition: transform 2s;
  transform-style: preserve-3d;
}
.logo #shape {
  /*animation: spin 8s infinite linear;*/
  position: relative;
  top: 0px;
  margin: 0 auto;
  height: 150px;
  width: 150px;
  transform-style: preserve-3d;
}
@keyframes spin {
  0% {
    transform: rotateY(0);
  }

  100% {
    transform: rotateY(-360deg);
  }
}
.logo .plane {
  position: absolute;
  height: 150px;
  width: 150px;
  opacity: 0.93;
  box-sizing: border-box;
  /*transition: transform 2s, opacity 2s;*/
  /*backface-visibility: visible;*/
}
/*.cube > .one {*/
/*  transform: scale3d(1, 1, 1) rotateX(90deg) translateZ(55px);*/
/*}*/
/*.cube > .two {*/
/*  transform: scale3d(1, 1, 1) translateZ(55px);*/
/*}*/
/*.cube > .three {*/
/*  transform: scale3d(1, 1, 1) rotateY(90deg) translateZ(55px);*/
/*}*/
/*.cube > .four {*/
/*  transform: scale3d(1, 1, 1) rotateY(180deg) translateZ(55px);*/
/*}*/
/*.cube > .five {*/
/*  transform: scale3d(1, 1, 1) rotateY(-90deg) translateZ(55px);*/
/*}*/
/*.cube > .six {*/
/*  transform: scale3d(1, 1, 1) rotateX(-90deg) translateZ(55px) rotate(180deg);*/
/*}*/
.bieutuong_ul {
  display: flex;
  list-style: none;
  justify-content: space-around;
  margin-top: 12px;
}
.line_header img {
  width: 100%;
}
.bieutuong_ul li {
  position: relative;
}
.bieutuong_ul li .count-cart {
  position: absolute;
  top: -10px;
  background: #fff;
  color: #f00;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  right: -10px;
  border: 1px solid #f00;
  font-size: 12px;
}
.line_header {
  margin-top: 15px;
}
.searchBox {
  display: none;
  position: absolute;
  width: 320px;
  right: 0;
  z-index: 9;
}
.searchBox .search-form {
  width: 100%;
  display: flex;
}
.boxSearch i{color: #fff;}
.name_sanpham {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  min-height: 40px;
  margin-bottom: 15px;
}
.wrap_sanpham{
  background: url(../images/banner_sp_nb.jpg)  no-repeat;
  background-size: cover;
}
.sanpham {
  border-radius: 7px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 20px;
  margin-top: 20px;
}
.sanpham .img_sanpham img{border-radius: 7px;transition: all .3s linear;}
.img_sanpham {
  position: relative;
  overflow: hidden;
}
.sanpham:hover .img_sanpham img{
  transform: scale(1.06);
}
span.batch {
  position: absolute;
  top: 8px;
  right: 8px;
  min-width: 54px;
  text-align: center;
  background: #f00;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 9px;
  line-height: 1;
  z-index: 1;
}
.content_sanpham {
  padding: 15px 10px;
  text-align: center;
}
.xemchitiet_sp {
  width: 73%;
  margin: auto;
}
.xemchitiet_sp a {
  border-radius: 22px;
  border: 0.5px solid #5F5F5F;
  background: #FFF;
  padding: 4px 4px 4px 15px;
  color: #000;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.3s linear;
}
.xemchitiet_sp i {
  width: 30px;
  height: 30px;
  background: #F30909;
  border: 1px solid #F30909;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
}
.xemchitiet_sp span {
  width: 65%;
  display: inline-block;
  margin-right: 10px;
}
.sanpham:hover .xemchitiet_sp a{
  border: 0.5px solid #F30909;
  background: #F30909;
  color: #fff;
}
.sanpham:hover .xemchitiet_sp i{
  background: #fff;
  color: #F30909;
}
.title_sanpham_noibat {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.all_sanpham_moi {
  position: relative;
}
.control-dv i {
  font-weight: 300;
}
.next-dv {
  right: 0;
}
.control-dv {
  position: absolute;
  top: calc(50% - 30px/2);
  z-index: 9;
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sanpham_col_flex {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}
.sanpham_col_flex .pro_left {
  background: #fff;
  padding: 0;
  flex: 0 0 auto;
  width: 250px;
  margin-right: 20px;
  position: relative;
}
.sanpham_col_flex .pro_right {
  flex: 1 1 0;
  min-width: 0;
}
.sanpham_col_flex .pro_left .left_sp {
  position: sticky;
  top: 55px;
}
div#danhmuc {
  border-bottom: none;
  margin-bottom: 15px;
}
div#danhmuc ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #f1f1f1;
  border-top: 0;
}
div#danhmuc ul li {
  position: relative;
}
div#danhmuc ul li a {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  transition: 0.4s;
  display: block;
  padding: 13px 14px 8px 38px;
  margin-bottom: 0;
  background: url(../images/oo.png)center bottom no-repeat, url(../images/k3.png)left 19px center no-repeat;
  text-transform: uppercase;
  font-weight: 500;
}
div#danhmuc ul li a:hover{color: #f00;}
p.tieude_right {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  background: url(../images/k1.jpg)left center no-repeat, url(../images/k2.jpg);
  padding: 11px 0 11px 20px;
  text-align: left;
  margin-bottom: 0;
  font-weight: 600;
}
div#danhmuc ul li ul li a {
  padding: 10px 5px 11px 47px;
  font-weight: 300;
  font-family: inherit;
  background: url(../images/oo.png)center bottom no-repeat, url(../images/k3.png)left 27px center no-repeat;
}
div#danhmuc ul li span {
  position: absolute;
  right: 6px;
  top: 0;
  display: block;
  width: 14px;
  height: 100%;
  background: url(../images/muiten-menu.png) no-repeat center;
  cursor: pointer;
  max-height: 44px;
  transition: 0.3s;
}
div#danhmuc ul li span.active {
  background: url(../images/muiten-menu-act.png) no-repeat center;
}
.tdsp {
  margin-bottom: 20px;
  background: url(../images/d3.jpg)left bottom repeat-x;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tdsp h2 {
  line-height: 1.5;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  background: url(../images/d1.png)left center no-repeat, url(../images/d2.png)right -1px center no-repeat,#f30909;
  background-size: auto, auto 100%;
  color: #fff;
  padding: 8px 54px 9px 25px;
}
.tdsp a{color: #000;}
.tdsp a i {
  width: 25px;
  height: 25px;
  background: #f00;
  color: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  font-weight: 300;
  margin-right: 5px;
}
.next-tt {
  right: 0;
}
.page_danhmuc{position: relative;}
div.box-sanpham-tc {
  padding: 0 0 40px;
}
.name_gioithieu {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.mota_gioithieu {
  font-weight: 300;
  line-height: 1.8;
}
.viewmore.viewmore-button {
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
  display: inline-flex;
  height: 36px;
  padding: 0 15px 0 4px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  z-index: 1;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s, background-color 0.1s;
  position: relative;
  border-radius: 3.125rem;
}
.viewmore.viewmore-button {

  position: relative;
}
.viewmore.viewmore-button::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #f00;
  transition: 0.5s;
  opacity: 0;
  border-radius: 3.125rem;
  z-index: 1;
}
.viewmore.viewmore-button::after {
  content: attr(data-glyph-after);
  font-family: 'Font Awesome 5 Pro';
  margin-right: 6px;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f00;
  color: #fff;
  order: -1;
}
.viewmore.viewmore-button:hover::before {
  width: 100%;
  opacity: 0.9;
  z-index: -1;
}
.viewmore.viewmore-button:hover::after {
  background-color: #fff;
  color: #f00;
  z-index: 9;
}
.viewmore.viewmore-button:hover{color: #fff;}
.all_chinh_sach {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 30px;
}
.chinhsach {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 23px;
  background: #0F5EA9;
  padding: 20px;
}
.img_chinhsach {
  width: 100px;
}
.content_chinhsach {
  width: 75%;
  color: #fff;
}
.name_chinhsach {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.mota_chinhsach {
  font-weight: 300;
  margin-top: 10px;
}
.img_duan{
  border-radius: 7px;
  border: 1.5px solid #FFF;
}
.img_duan img {
  width: 100%;
  border-radius: 7px;
}
.name_duan {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 15px 0;
  line-height: 1.6;
  height: 51px;
}
.mota_duan {
  color: #fff;
  font-weight: 300;
}
.title_duan {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.all_duan {
  position: relative;
}
.next-video {
  right: 0;
}
.all_duan .control-dv i {
  color: #fff;
}
.all_duan .control-dv{top: calc(50% - 90px/2);}
.all_viewmore_da {
  text-align: center;
  margin-top: 30px;
}
.wrap_duan .viewmore.viewmore-button::after{background-color: #fff;color: #0F5EA9;}
.wrap_duan .viewmore.viewmore-button{color: #fff;}
.img_tintuc {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-radius: 7px;
border: 1px solid #FFF;
}
.img_tintuc img{border-radius: 7px;}
.icon_tintuc {
  position: absolute;
  bottom: 0;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
}
.name_tintuc {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.hd_gt {
  text-align: center;
  margin-top: 30px;
}
.view-all {
  color: #000;
  padding: 5px 20px 5px 5px;
  display: inline-flex;
  background: #f00;
  box-shadow: none;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}
.view-all span {
  order: 2;
  color: #fff;
  font-weight: 500;
}
.view-all i {
  order: 1;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left: 0;
  margin-right: 15px;
  background: #fff;
  color: #f00;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
}
.view-all::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: 130%;
  transform: rotate(-5deg);
  transition: all .8s;
  background: #fff;
  z-index: 0;
}
.view-all:hover span {
  color: #f00;
  position: relative;
  z-index: 2;
}
.view-all:hover i {
  background: #f00;
  color: #fff;
  position: relative;
  z-index: 2;
}
.view-all:hover::after {
  background: #fff;
  right: -20%;
  bottom: -30px;
}
.view-all:hover {
  box-shadow: 6px 3px 18px rgba(2,64,105,.2);
}
.title_footer {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17px;
}
.mota_footer {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 20px;
  /* text-transform: capitalize; */
}
.diachi_footer i {
  margin-right: 8px;
}

.diachi_footer {
  font-size: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.all_menu_footer p {
  margin-bottom: 15px;
}
.all_menu_footer a {
  color: #fff;
}
.all_menu_footer a i {
  font-weight: 300;
}
.all_contact_from_footer {
  position: relative;
}
.all_contact_from_footer .form-control{
  border-radius: 100px;
  background: #FFF;
}
.btn_contact_footer {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 100px 100px 0px;
  background: #0F5EA9;
  color: #fff;
  height: 100%;
}
.mxh_footer {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 25px 0;
  margin-top: 40px;
}
.all_mxh {
  display: flex;
  justify-content: space-between;
}
.mxh {
  display: flex;
  align-items: center;
  transition: all 200ms linear;
  transform: translateY(0);
}
.name_mxh {
  margin-left: 15px;
  font-weight: 400;
  color: #fff;
}
.mxh:hover{transform: translateY(-5px);}
.all_chungnhan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.chungnhan {
  text-align: center;
  margin-right: 10px;
}
.chungnhan img {
  max-height: 59px;
  object-fit: contain;
  text-align: center;
}
.all_banner {
  height: 100%;
  background: #00000075;
}
.icon_down {
  font-weight: 300;
  font-size: 10px;
  margin-left: 5px;
}
.top-contact {
  margin-bottom: 30px;
}
.contact_list {
  padding-bottom: 60px;
}
.contact_list ul {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  display: flex;
  flex-flow: row wrap;
}
.contact_list ul li {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.contact_list ul li img {
  margin-right: 15px;
  flex: 0 0 80px;
  max-width: 80px;
  height: 79px !important;
}
.contact_list ul li .title {
  font-size: 20px;
  color: #C9161E;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact_list ul li .content p {
  font-size: 14px;
  line-height: 20px;
  color: grey;
  margin-bottom: 0;
}
.contact_list ul li a {
  color: #0A0A0A;
}
.hb_contact_desgin {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.hb_contact_desgin .hb_map {
  flex: 0 0 69%;
  max-width: 69%;
  height: 100%;
}
.hb_contact_desgin figure {
  flex: 0 0 29%;
  max-width: 29%;
  height: 340px;
}
.from_contact {
  padding: 60px 0;
}
.name_contact {
  font-size: 35px;
  line-height: 52px;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
}
.noidung_contact {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.form-contact {
  padding-top: 30px;
}
.all_contact_from {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 15px;
}
.input-contact {
  position: relative;
  margin-bottom: 15px;
}
.input-contact input {
  text-indent: 10px;
  border-style: solid;
  border-width: 2px;
  height: 60px;
  width: 100%;
  padding-top: 0.3rem;
  padding-right: 1.25rem;
  padding-bottom: 0.3rem;
  padding-left: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #7a7879;
  background-color: #f8f8f8;
  border-color: #e5e5e6;
  border-radius: 0;
}
.input-contact textarea {
  resize: none;
  height: 210px;
  padding: 10px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  border-radius: 0;
  padding-top: 20px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  text-indent: 10px;
}
.button_contact_all {
  text-align: center;
  margin-top: 30px;
}
.btn-contact {
  color: #ffffff;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 55px;
  border: 2px solid #fff;
  border-radius: 0;
  transition: all 0.5s ease;
}
.hb_contact_desgin .hb_map .google_map .responsive-embed iframe {
  position: unset;
  height: 340px;
  width: 100%;
}
.icon-menu span {
  background-color: #fff;
  width: 30px;
  height: 3px;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  transition: all 0.2s ease;
  right: 0;
  border-radius: 5px;
}
.icon-menu span:before, .icon-menu span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
}
.icon-menu span:before {
  transform: translateY(-10px);
  transition: all 0.3s 0.1s ease;
}
.icon-menu span:before {
  width: 25px;
}
.icon-menu span:after {
  transform: translateY(10px);
  transition: all 0.3s 0.2s ease;
}
.icon-menu span:after {
  width: 20px;
}
.icon-menu {
  display: flex;
  width: 30px;
  height: 30px;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px;
  z-index: 999;
}
.img_sanpham img {
  width: 100%;
}
.all_ablum {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 15px;
}
.img_gallery img {
  width: 100%;
  height: 100% !important;
}
.fa {
  font-family: 'Font Awesome 5 Pro';
}
.all_time {
  display: flex;
  justify-content: space-between;
}
.dia_chi_time {
  display: flex;
  align-items: center;
  width: 33%;
  justify-content: flex-end;
}
.all_time {
  display: flex;
  justify-content: space-between;
}
.time_day {
  margin: 0 10px;
}
.countdown-timer label{margin-bottom: 0;}

.variation-headings {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.variation-heading {
  background: #4d4c4c;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: .5rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.variation-headings .variation-heading {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 0 11.12%;
}
.variation-table .row_tb .row-data {
  display: flex;
  align-items: center;
  /* align-items: flex-start; */
  justify-content: flex-start;
  border: 1px solid #ddd;
  border-top: none;
}
.variation-table .row_tb:nth-of-type(2n+1) {
  background: #eee;
}
.variation-table .variation-data {
  padding: .5rem 1.2rem;
  /* line-height: 30px; */
  /* -webkit-box-flex: 1; */
  flex: 1 0 11.12%;
  /* border-left: 1px solid #ddd; */
  color: #3b3b3b;
  font-size: 16px;
}
.variation-table .variation-data .qty-container {
  padding-right: 18px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.variation-table .variation-data .qty-container>span.btn.minus {
  right: 0;
  bottom: 0;
}
.variation-table .variation-data .qty-container>span.btn {
  padding: 0;
  line-height: 8px;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  position: absolute;
  line-height: 1;
  font-size: 14px;
  -webkit-box-shadow: inset 0 0 0 1px #ddd;
  box-shadow: inset 0 0 0 1px #ddd;
}
.btn-tertiary {
  background: #fff;
  color: #4d4c4c;
}
.variation-table .variation-data .qty-container>span.btn.plus {
  right: 0;
  top: 0;
}
.variation-table .variation-data .qty-container .form-input.qty {
  height: 35px;
  font-size: 15px;
  border-radius: 8px;
  border: 0;
  box-shadow: inset 0 0 0 1px #ddd;
  width: 3.631em;
  text-align: center;
}
.variation-table {
  margin-top: 40px;
}
.tong_gia {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}
.table_matrix_add_to_cart {
  background: #0F5EA9;
  color: #fff !important;
  display: inline-block;
  vertical-align: middle;
  transition: all .2s ease-out;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  padding: 0 25px;
  user-select: none;
  overflow: hidden;
  border: none;
}
.tonggia_text {
  font-size: 25px;
  color: #3b3b3b;
  margin-right: 15px;
  font-weight: 600;
}
.mota-pro-detail h2,.mota-pro-detail h3,.mota-pro-detail h4,.mota-pro-detail h5 {
  font-size: 18px;
}
.mota-pro-detail {
  font-size: 15px;
  padding: 1.5rem 0;
  border-bottom: 1px solid #b7b7b7;
  display: inline-block;
}
.masanpham_t {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #b7b7b7;
  font-size: 14px;
  /* text-transform: uppercase; */
  font-weight: 400;
  margin-top: 10px;
}
.masanpham_t>span:nth-child(1){
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
}
.tabs-pro-detail .nav-pills{
  border-bottom: 2px solid #0F5EA9;
}
.tabs-pro-detail .nav-pills .nav-link.active, .tabs-pro-detail .nav-pills .show > .nav-link{
  color: #fff;
  background-color: #0F5EA9;
}
.tabs-pro-detail .nav-pills .nav-link{
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  background: #f0f0f0;
  margin-right: 15px;
  color: #000;
}
.content-tabs-pro-detail ul{
  margin-left: 30px;
}
#slider .owl-dots{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.giasp label {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
}
.giasp div {
  font-size: 22px;
  font-weight: 700;
  color: #0F5EA9;
}
.giasp {
  display: flex;
  gap: 10px;
  align-items: center;
}
.giasp div del {
  font-size: 14px;
  font-weight: 400;
  color: #4c4c4c;
}
.all_tag_sp>span {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
}
.all_tag_sp {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
}
.all_tukhoa {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.all_tukhoa>span {
  background: #f3f3f3;
  padding: 2px 15px;
  border-radius: 20px;
}
