/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.menu-setting.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    z-index: 1010;
    background-color: var(--white);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.setting-menu {
    border-top: 1rem solid var(--color-main);
}

.slogan-section {
    position: relative;
    display: flex;
}

.slogan-section span {
    background: var(--color-main);
    color: white;
    padding: .8rem 0;
    width: calc(100% - 62px);
    display: inline-block;
    font-size: 1.6rem;
}

.hotline-ur {
    background: var(--color-highlight);
    padding: .5rem 1rem;
    border-radius: .5rem;
}

.hotline-ur a {
    color: white;
    font-size: 1.6rem;
}

.search-ur {
    display: flex;
    align-items: center;
}

.search-ur .search-section {
    padding: 0.2rem 0;
    background: var(--color-main);
    border-radius: 100%;
    margin: 0;
}

.search-ur .search-section .btn-action-header {
    padding: 0.7rem 1rem;
}

.search-ur .icon-fb i {
    font-size: 3.6rem;
    color: var(--color-main);
}

.entire-action-header {
    position: relative;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 350px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}
/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.bg-main {
    background: var(--color-main);
}

.box-counter {
    font-size: 2rem;
    color: white;
}

.social {
    margin-top: 1rem;
}

.social>a {
    display: inline-block;
    border: 1px solid var(--color-main);
    border-radius: 100%;
    margin: 0 .3rem;
}

.number-counter {
    font-size: 5rem;
    font-weight: bold;
}

.box-short {
    padding: 2rem;
    background: var(--color-main);
    background: -moz-linear-gradient(top, var(--color-main) 0%, #510d6a 100%);
    background: -webkit-linear-gradient(top, var(--color-main) 0%, #510d6a 100%);
    background: linear-gradient(to bottom, var(--color-main) 0%, #510d6a 100%);
    color: white;
}


.item-category {
    border-radius: 2rem;
}

.cate-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.5rem;
    color: var(--color-main);
}

.cate-description {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.box-khach-hang {
    position: relative;
}

.bg-khach-hang {
    background-size: cover;
    background-position: center 4rem;
    background-repeat: no-repeat;
    padding: 6rem 0 0rem 0;
}

.inter-img-main {
    padding-top: 130%;
}

.info-khach-hang .name {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.box-khach-hang .swiper-thumbs .swiper-slide.swiper-slide-thumb-active, .box-khach-hang .swiper-thumbs .swiper-slide:hover {
    border: 0;
    opacity: 1;
}

.box-khach-hang .swiper-thumbs .swiper-slide {
    opacity: .6;
    border: 0;
}

.box-doi-ngu .icon img {
    width: 6rem;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.box-doi-ngu .name {
    font-size: 2rem;
    font-weight: bold;
}

.title-prd-device {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.des-prd-device {
    margin-bottom: 3rem;
}

.item-certi {
    font-weight: bold;
}

.item-certi img {
    width: 12rem;
    margin-right: 1rem;
}

.swiper-infra--wrap {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    text-align: center;
}

.swiper-infra--tile {
    display: inline-block;
    padding: 1rem;
    background: var(--color-main);
    border-radius: 3rem;
    border: 1px solid white;
    color: white;
    text-transform: uppercase;
}

.item-infra {
    background: white;
    border-radius: 2rem;
    border: 1px solid whitesmoke;
    overflow: hidden;
}

.bg-infrastructure {
    padding: 10rem 0 5rem 0;
    background-size: cover;
    background-position: center -1rem;
    background-repeat: no-repeat;
    margin-top: -9rem;
}

.bg-album {
    background: #f2f2f2;
}

.album-item .inner-image .img {
    padding-top: 45%;
    overflow: hidden;
    border-radius: 2rem;
}

.tabs-album .block-tab.nav .nav-item .nav-link.active, .tabs-album .block-tab.nav .nav-item .nav-link:hover {
    background: var(--color-main);
    color: white;
}

.tabs-album .block-tab.nav .nav-item .nav-link {
    background: lightgrey;
    border-radius: 1rem;
    color: var(--color-main);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.7rem;
    margin-bottom: 1rem;
}

.btn-view {
    border-radius: 20px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    background: var(--color-main);
    color: white;
    animation: lickme 0.7s infinite cubic-bezier(0.66, 0, 0, 1);
    text-transform: uppercase;
    padding: .8rem 3rem;
}

@keyframes lickme {
	0% {
		box-shadow: 0 0 1px var(--color-main);;
	}

	100% {
		box-shadow: 0 0 0 15px #cfb06f0f;
	}
}

.scorll-video {
    max-height: 43rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

.scorll-video::-webkit-scrollbar {
  width: .8em;
}
 
.scorll-video::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.scorll-video::-webkit-scrollbar-thumb {
  background-color: var(--color-main);
}

.form-contact-home form {
    border-radius: 19px;
    border: 3px solid var(--color-main);
    background: white;
    padding: 1.5rem;
}

.form-contact-home {
    padding: 10rem 0;
    background-size: cover;
    background-position: center;
}

/*Ve chung toi*/
.ratio-gia-tri {
    overflow: hidden;
    border-radius: 2rem;
}

.title-gia-tri {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgb(255 255 255 / 80%);
    font-size: 2rem;
    font-weight: bold;
    padding: 1rem .5rem;
    color: var(--color-main);
}

.item-coso-vatchat {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2rem;
}

.coso-vatchat-content {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 3rem;
    background: rgb(0 0 0 / 70%);
    color: white;
}

.title-coso-vatchat {
    font-size: 1.7rem;
    font-weight: bold;
    text-transform: uppercase;
}

.desc-coso-vatchat {
    display: none;
}

.item-coso-vatchat:hover .desc-coso-vatchat {
    display: block;
}

/*phun theu tham my*/
.box-countdown {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 0;
}

.item-countdown {
    border: 1px solid var(--color-main);
    padding: 3rem;
    border-radius: 2rem;
    text-align: center;
}

.item-countdown .countdown {
    background: var(--color-main);
    display: inline-block;
    border-radius: 2rem;
    margin-top: -10rem;
    margin-bottom: 3rem;
}

.item-countdown .countdown ul {
    padding: 1rem 3rem;
    list-style: none;
    margin: 0;
}


.item-countdown .countdown li {
  display: inline-block;
  list-style-type: none;
  padding: 1rem;
  background: white;
  margin: 0 1rem;
  border-radius: 1rem;
  font-size: 1.8rem;
  color: var(--color-main);
  font-weight: bold;
  text-transform: uppercase;
}

.item-countdown .countdown li span {
  display: block;
  font-size: 4.5rem;
}

.item-countdown form .form-control {
    border: 1px solid var(--color-main);
    height: 4rem;
    border-radius: 1rem;
}

.item-countdown form .btn-submit {
    display: block;
    border-radius: 1rem;
}

.title-lagi {
    font-size: 3rem;
    font-weight: bold;
    color: var(--color-main);
    margin-bottom: 1rem;
}

.box-pttm-uu-diem {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6rem 0;
}

.banner-inner {
    position: relative;
    padding: 7rem 0;
    background-size: cover;
    background-position: center calc(35% + 1vw);
    background-repeat: no-repeat;
}

.item-taisao {
    text-align: center;
    border: 1px solid var(--color-main);
    padding: 2rem 2rem;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 6rem;
    color: var(--color-main);
}

.item-dv {
    width: 100%;
    display: flex;
    position: relative;
    margin-top: -2rem;
}

.item-dv > a {
    border-radius: 1rem;
    display: block;
    position: relative;
    margin-right: 14px;
    width: 33.33%;
    max-width: 33.33%;
    flex: 1;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    max-height: 36rem;
}

.item-dv > a:hover {
    filter: brightness(100%);
    max-width: 40%;
    flex-basis: 5%;
}

.item-dv > a .name {
    text-transform: uppercase;
    width: 80%;
    text-align: left;
    color: var(--color-main);
    font-size: 22px;
    transition: all 0.8s ease-in-out;
    position: absolute;
    bottom: 5px;
    margin-left: 10px;
    font-weight: 600;
}

.box-pttm-dichvu .row {
    background: white;
    border-radius: 2rem;
    padding: 1rem;
}

.title-dv {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    text-transform: uppercase;
}

.card {
    background: whitesmoke;
    border-top: 1px solid var(--color-main);
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.card:last-child {
    margin: 0;
}

.card-body {
    padding: 0rem 2rem 2rem 2rem;
}

.card-header h5 button {
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    color: var(--color-main);
}

.card-header h5 button:hover {
    color: var(--color-highlight);
    text-decoration: none;
}

.card-header h5 button:focus {
    text-decoration: none;
}

.card-header h5 button:not(.collapsed) i {
    transform: rotate(180deg);
}

.card-header h5 button.collapsed {
    background: white;
    font-weight: 400;
    color: #002152;
}

.info-khach .name {
    font-size: 2.3rem;
    font-weight: 600;
}

.info-khach .description {
    color: var(--color-main);
    font-size: 1.8rem;
    font-weight: bold;
}

.bg-video {
    background: #e4e4e4;
}

/* page phau thuat tham my */
.title-image {
    text-align: center;
}

.title-image img {
    max-height: 20rem;
}

.ratio-khuyet-diem {
    width: 15rem;
    height: 15rem;
    border: 4px solid var(--color-main);
    position: relative;
    border-radius: 1rem;
    box-shadow: 15px 12px 22px 1px rgb(0 0 0 / 20%);
    z-index: 1;
    background: white;
}

.ratio-khuyet-diem img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.item-khuyet-diem {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.desc-khuyet-diem {
    background: var(--color-main);
    padding: 2rem 1.5rem 2rem 2rem;
    border-radius: 1rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
    margin-left: -1rem;
}

.ord-khuyet-diem {
    padding: 2rem 2rem 2rem 1.5rem;
    margin-right: -1rem;
    margin-left: 0;
}

.item-tan-trang {
    background: var(--color-main);
    text-align: center;
    padding: 1rem;
    border-radius: 1rem;
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    border: 1px solid yellow;
    box-shadow: 0px 5px 10px 5px rgb(0 0 0 / 30%);
}

.item-pttm {
    border: 1px solid var(--color-main);
    padding: 1rem;
    margin-top: 6rem;
}

.item-pttm .inner-image {
    margin-top: -6rem;
}

.info-ketqua-kh .name {
    font-size: 2.3rem;
    font-weight: bold;
    color: var(--color-main);
}

.ratio-ketqua {
    border: 1px solid var(--color-main);
    border-radius: 3rem 0rem 3rem 0rem;
    overflow: hidden;
}

.quytrinh-pttm {
    box-shadow: 0px 0px 10px 1px var(--color-main);
    border-radius: 1rem;
    position: relative;
}

.info-quytrinh-pttm {
    background: var(--color-main);
    margin: 0 3rem;
    margin-top: -2rem;
    position: relative;
    padding: 2rem 1rem;
    font-size: 2rem;
    font-weight: bold;
    color: white;
    border-radius: 1rem;
}

.quytrinh-pttm span {
    position: absolute;
    left: -1rem;
    top: -1rem;
    background: #F39200;
    background: -moz-linear-gradient(left, #F39200 0%, #BE7200 100%);
    background: -webkit-linear-gradient(left, #F39200 0%, #BE7200 100%);
    background: linear-gradient(to right, #F39200 0%, #BE7200 100%);
    color: white;
    text-transform: capitalize;
    padding: .5rem 2rem;
    border-radius: .5rem;
}

/* spa cham soc da*/
.box-spa-intro {
    background: #FFFFFF;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #bbbbbb 50%, #8D8D8D 100%);
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #bbbbbb 50%, #8D8D8D 100%);
    background: linear-gradient(to bottom, #FFFFFF 0%, #bbbbbb 50%, #8D8D8D 100%);
    box-shadow: 0px 3px 11px 1px #b1b1b1;
    border-radius: 2rem;
    overflow: hidden;
}

.title-spa {
    font-size: 3.5rem;
    font-weight: bold;
    color: var(--color-main);
}

.box-spa-dichvu {
    padding: 3rem 0;
    background-size: cover;
    background-position: center;
}

.item-spa {
    border: 2px solid var(--color-main);
    border-radius: 2rem;
}

.item-spa .name {
    padding: 1rem 1rem;
    font-size: 2.5rem;
    font-weight: bold;
    min-height: 9.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.image-spa img {
    border-radius: 2rem;
}

.image-spa .description {
    text-align: justify !important;
}

.item-spa .description {
    text-align: justify;
    padding: 0 1rem;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 12rem;
    margin-bottom: 1.5rem;
}

.item-spa .btn-view {
    margin-bottom: -2rem;
}

.item-spa .name {
    padding: 1rem 1rem;
    font-size: 2.5rem;
    font-weight: bold;
    min-height: 9.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.image-doi-tuong img {
    width: 14rem;
    margin-right: 1rem;
}

.item-doi-tuong {
    font-size: 2rem;
}

.box-spa-loiich {
    background-size: cover;
    background-position: center;
    padding: 3rem 0;
}

.ratio-loiich {
    border: 2px solid var(--color-main);
    padding-top: 130%;
    border-radius: 2rem;
    overflow: hidden;
}

.title-loiich {
    text-align: center;
    font-size: 2.4rem;
    text-transform: uppercase;
    margin-top: 1.5rem;
}

.info--spa-khachhang .name {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--color-main);
}

.quytrinh-spa {
    width: 22rem;
    height: 22rem;
    overflow: hidden;
    border-radius: 100%;
    background: white;
    margin: 0 auto;
    border: 2px solid var(--color-main);
}

.quytrinh-spa {
    width: 22rem;
    height: 22rem;
    overflow: hidden;
    border-radius: 100%;
    background: white;
    margin: 0 auto;
    border: 2px solid var(--color-main);
    margin-bottom: 2rem;
}

.info-quytrinh-spa {
    border-top: 1px solid var(--color-main);
    border-left: 1px solid var(--color-main);
    padding: 1.5rem;
    border-top-left-radius: 2rem;
    background: transparent;
    background: -moz-linear-gradient(-45deg, #FFFFFF 0%, rgb(225 225 225 / 70%) 50%, transparent 100%);
    background: -webkit-linear-gradient(-45deg, #FFFFFF 0%, rgb(225 225 225 / 70%) 50%, transparent 100%);
    background: linear-gradient(135deg, #FFFFFF 0%, rgb(225 225 225 / 70%) 50%, transparent 100%);
}

.info-quytrinh-spa span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.5rem;
}

.info-quytrinh-spa .name {
    font-size: 1.8rem;
    text-transform: uppercase;
}

.box-spa-uudiem {
    padding: 3rem 0;
    background-size: cover;
    background-position: center;
}

.ratio-uudiem {
    background: white;
    border-radius: 2rem;
    overflow: hidden;
}

.title-uudiem {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 2rem;
    text-transform: uppercase;
}

.text-loikhuyen {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--color-main);
}

.bg-title-loikhuyen {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4rem 9rem;
    display: inline-block;
}

.box-dieutri-dichvu {
    background-size: cover;
    background-position: center;
    padding: 3rem 0;
}

.info-dieutri {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgb(255 255 255 / 0%) 0%, #f39200 100%);
    background: -webkit-linear-gradient(top, rgb(255 255 255 / 0%) 0%, #f39200 100%);
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, #f39200 100%);
    padding: 1rem;
    height: 9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.info-dieutri .btn-view {
    display: none;
}

.info-dieutri .name {
    font-size: 2rem;
    color: white;
    margin-bottom: 1rem;
}

.item-dieutri:hover .btn-view {
    display: inline-block;
}

.item-dieutri {
    overflow: hidden;
    border-radius: 1rem;
}

.item-dieutri:hover .info-dieutri {
    height: 100%;
    background: rgb(243 146 0 / 55%);
}

.image-dieutri2 {
    border: 2px solid var(--color-main);
    border-radius: 1rem;
    background: white;
}

.image-dieutri2 img {
    padding: 1rem;
    border-radius: 1rem;
}

.info-dieutri2 {
    background: -moz-linear-gradient(top, #f39200 0%, #cf7c00 100%);
    background: -webkit-linear-gradient(top, #f39200 0%, #cf7c00 100%);
    background: linear-gradient(to bottom, #f39200 0%, #cf7c00 100%);
    padding: 1.5rem;
    border-radius: 2rem;
    margin-top: -3rem;
    position: relative;
}

.info-dieutri2 .btn-view {
    margin-bottom: -3rem;
}

.info-dieutri2 .name {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.info-dieutri2 .description {
    text-align: justify;
    color: white;
    margin-bottom: 1rem;
}

.box-ketqua-dieutri, .box-dieutri-khachhang, .box-dieutri-uudiem, .box-tuhao-thuonghieu {
    background-size: cover;
    background-position: center;
    padding: 3rem 0;
}

.image-ketqua2 img {
    max-height: 40rem;
}

.info-dieutri-kh .name {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--color-main);
}

.item-uudiem {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color-main);
    margin-bottom: 1rem;
}

.title-banner {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color-main);
    margin-top: 2rem;
}

.date-view {
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    color: var(--color-main);
    border: 2px solid var(--color-main);
    padding: 0 1.3rem;
    border-radius: 8px;
    font-weight: bold;
    opacity: .8;
}

.date-view .date-small {
    font-size: 1.2rem;
}

.from-f {
    background: var(--color-main);
    padding: 2rem;
    border-radius: 1rem;
}

.imter-img img {
    width: 100%;
}

#myModalform .modal-content {
    padding: 1.5rem;
    border: 2px solid var(--color-main);
    border-radius: 1rem;
}

#myModalform  .close {
    position: absolute;
    top: .5rem;
    right: 1rem;
}

.article-content figure {
    max-width: 100% !important;
}
/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
.title-footer {
    font-size: 1.9rem;
    font-weight: bold;
    color: black;
    margin-bottom: 1.4rem;
}

.footer-menu-section ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.footer-menu-section ul li {
    margin-bottom: 12px;
}

.footer-menu-section ul li a {
    color: black;
    font-size: 15px;
}

.footer-menu-section ul li:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/

@media (max-width: 500px) {
    .row-mobile .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .article-content figure {
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 992px) {
    .row-thumb-kh {
        position: absolute;
        bottom: 3rem;
        width: 100%;
        z-index: 1;
    }
  
    .item-image-sub {
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        flex-wrap: nowrap;
        flex-direction: row;
    }
    
    .item-image-sub .sub-img-1 {
        height: 14rem;
        right: -6rem;
        bottom: -2rem;
    }
    
    .item-image-sub img {
        position: relative;
    }
    
    .item-image-sub .sub-img-2 {
        height: 18rem;
        right: -5rem;
        bottom: -4rem;
    }
    
    .item-image-sub .sub-img-3 {
        height: 23rem;
        right: -2.5rem;
        top: -2rem;
    }
    
    .mt-cutome {
        margin-top: 6rem;
    }   
}