body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #4d4d4d;
}

.fs-16 {
    font-size: 16px;
}

.fs-28 {
    font-size: 28px;
}

.p-6 {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.pt-6 {
    padding-top: 7rem;
}

.pb-6 {
    padding-bottom: 7rem;
}

.m-6 {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

.fs-13 {
    font-size: 13px;
}

.pr-45 {
    padding-right: 45px;
}

/*Header*/
header {
    font-size: 13px;
    width: 100% !important;
}

.goog-te-gadget {
    font-size: 0!important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    display: none!important;
}

.bg-ct-1 {
    background-image: url('/templates/fashion03/assets/media/bg-header-top.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5px;
}

.goog-te-gadget .goog-te-combo {
    margin: 3px 0;
    padding: 6px;
    border-radius: 5px;
}

.btn-ct-1 {
    border: 1px solid white;
    padding: 2px;
    background-color: white;
    font-size: 13px;
}

.input-group input::placeholder {
    color: white;
    font-size: 13px;
}

.box-ct-1 {
    box-shadow: 0px 5px 10px -8px #00000038;
}

.home .box-ct-1 {
    box-shadow: 0px 5px 10px -8px #00000038;
    /* position: absolute; */
    /* z-index: 3 !important; */
    width: 100%;
    /* left: 0; */
    background: white;
}

.img-ct-1 {
    position: absolute;
    bottom: -127px;
    left: 45px;
    z-index: 6;
    transform: translate(-50%, -50%);
}

.logo-section img {
    height: 10.1rem;
}

.menu-stick.fix {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 30;
    background-color: white;
}

.menu-stick-2.fix {
    position: fixed !important;
    top: 6.6%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 20;
    background-color: white;
}

/*************************************************************************************************/
/*Body*/
.btn-ct-2 {
    background-color: var(--color-main);
    color: white;
    text-align: center;
    padding: 10px 20px;
}

.btn-ct-2:hover {
    background-color: var(--color-highlight);
    color: white;
}

.title-ct-1 {
    position: relative;
    line-height: 30px;
}

.title-ct-1:before {
    content: '';
    width: 20px;
    height: 30px;
    background-color: var(--color-main);
    position: absolute;
    left: 0;
}

.img-about:before {
    content: '';
    width: 100px;
    height: 100px;
    background-color: var(--color-highlight);
    position: absolute;
    z-index: 1;
    top: -14px;
    left: 0;
}

.img-about:after {
    content: '';
    width: 100px;
    height: 100px;
    background-color: #013253;
    position: absolute;
    z-index: 1;
    bottom: -14px;
    right: 0;
}

/*animation*/
.slide-right {
    animation: slide-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-right {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(30px);
    }

    100% {
        transform: translateX(0);
    }
}

.slide-left {
    animation: slide-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-left {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-30px);
    }

    100% {
        transform: translateX(0);
    }
}

.swiper-slider-main .img-ct-2 img {
    min-height: 35rem;
    min-width: 100%;
    object-fit: cover;
    /* min-height: unset; */
}

.row-ct {
    margin-right: 0!important;
    margin-left: 0!important;
}

.col-ct {
    padding-right: 0!important;
    padding-left: 0!important;
}

.box-ct-2 {
    background: var(--color-main);
    text-align: center;
    width: 22em;
    height: 22em;
}

.position-ct {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 3rem;
}

.btn-ct-3 {
    background-color: var(--color-main);
    color: white;
    border: white 1px solid;
    text-align: center;
    padding: 10px 20px;
}

.btn-ct-3:hover {
    background-color: var(--color-highlight);
    color: white;
}

.title-ct-2 {
    color: var(--color-main);
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 30px 0;
    position: relative;
    padding-bottom: 15px;
}

.title-ct-2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 5px;
    background-color: var(--color-highlight);
}

.content-ct-1 {
    padding: 0 60px;
    background-color: #F2F2F2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.d-ct {
    display: grid;
    grid-template-columns: 35% 65%;
    grid-gap: 0;
}

.row-ct .col-ct:nth-child(1) .box-ct-2 {
    position: absolute !important;
    left: 69% !important;
}

.row-ct .col-ct:nth-child(2) .box-ct-2 {
    position: absolute !important;
    right: 69% !important;
    left: unset !important;
}

.row-ct .col-ct:nth-child(3) .box-ct-2 {
    position: absolute !important;
    left: 69% !important;
}

.row-ct .col-ct:nth-child(4) .box-ct-2 {
    position: absolute !important;
    right: 69% !important;
    left: unset !important;
}

.row-ct .col-ct:nth-child(5) .box-ct-2 {
    position: absolute !important;
    left: 69% !important;
}

.row-ct .col-ct:nth-child(6) .box-ct-2 {
    position: absolute !important;
    right: 69% !important;
    left: unset !important;
}

.swiper-slider-main .swiper-slide .img-ct-3 {
    min-height: unset !important;
    border-radius: 50%;
}

.img-ct-3 {
    background: #fff;
    padding: 40px;
    transform: rotate(315deg);
}

.box-ct-4 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2 !important;
}

.box-ct-6 {
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border: 2px solid var(--color-main);
    border-radius: 50%;
    transform: rotate(44.8deg);
    margin: 10px;
}

.d-ct-2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
}

.box-ct-3 {
    height: 28em;
    width: 100% !important;
    border: 2px solid var(--color-main);
    position: relative;
}

.box-ct-3:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #e6eaee;
    transform: translate(15px, 15px);
}

.box-ct-7:hover .box-ct-3:before {
    animation: slide-tl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/*animation*/
.slide-tl {
    animation: slide-tl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-tl {
    0% {
        transform: translateY(15px) translateX(15px);
    }

    100% {
        transform: translateY(0) translateX(0);
    }
}

/**/
.content-ct-2 {
    text-align: center !important;
    position: absolute;
    top: 63%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 2 !important;
}

.title-ct-3 {
    color: var(--color-main);
    font-family: auto;
    font-size: 63px !important;
}

.title-ct-4 {
    color: var(--color-main);
    text-transform: capitalize;
    font-size: 23px;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--color-main);
    text-align: center;
}

.of-ct {
    overflow: unset !important;
}

.title-ct-5 {
    color: var(--color-main);
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 15px;
}

.title-ct-6 {
    padding-bottom: 70px;
}

.box-ct-8 {
    width: unset !important;
}

.box-ct-9 {
    background-color: white;
    position: absolute;
    z-index: 2;
    top: 80%;
    left: 30%;
    transform: translate(-50%, -50%);
}

/*.box-ct-9:before {*/
/*    content: '';*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    background-color: var(--color-highlight);*/
/*    position: absolute;*/
/*    z-index: 0;*/
/*    top: -14px;*/
/*    left: -14px;*/
/*}*/

.d-ct-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 15px;
}

.content-ct-3 {
    display: block;
    overflow: hidden;
    height: 10rem;
}

.px-ct {
    padding-right: 50px;
    padding-left: 85px;
}

.title-ct-7 {
    color: var(--color-main);
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: 400 !important;
    text-transform: capitalize;
}

.title-ct-8 {
    color: var(--color-main);
    font-size: 30px;
    font-weight: 700;
}

.d-ct-4 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 25rem 25rem;
}

.d-ct-4 .inner-image {
    overflow: hidden;
}

.title-ct-9 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.img-ct-4 {
    min-height: unset !important;
}

.border-ct-1 {
    border-right: 5px solid #cfcfcf;
}

.mb-11-5 {
    margin-bottom: 11.5rem;
}

.fa-bars:before {
    font-family: 'Font Awesome 6 Pro';
}

/*Showroom*/
.system-showroom .scoll-tab {
    max-height: 500px;
    overflow-y: scroll;
}

.system-showroom>ul {
    border-bottom: 0 !important;
}

.system-showroom .nav-tabs {
    border-bottom: 0;
}

.system-showroom .nav-tabs>li.nav-item>a {
    display: block;
    border: 1px solid var(--black);
    margin-bottom: 1rem;
    padding: 1.5rem;
    color: var(--black);
    font-size: 1.5rem;
}

.system-showroom .nav-tabs>li.nav-item {
    flex: 0 0 100%;
}

.system-showroom .nav-tabs>li.nav-item>a>.name {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.system-showroom .nav-tabs>li.nav-item>a>.dia-chi {
    margin-bottom: 0.5rem;
}

.system-showroom .nav-tabs>li.nav-item>a.active {
    color: var(--color-main);
}

.system-showroom .tab-content>.tab-pane .map {
    padding-top: 500px;
}

.system-showroom .tab-content>.tab-pane .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/**/
.breadcrumbs-section {
    line-height: 30rem;
}

.fs-14 {
    font-size: 14px;
}

.box-ct-10 {
    padding: 20px!important;
    box-shadow: 1px 1px 17px -6px #b1b1b1;
}

table {
    border-top: 1px solid transparent;
    border-bottom-width: 1px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    width: 100%;
}

tr {
    border-bottom: 1px dashed;
    height: 5rem;
}

.box-ct-11 {
    position: absolute;
    top: 68%;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #0000008c;
    padding: 15px 40px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.mota {
    opacity: 0;
}

.o-hd {
    overflow: hidden;
}

.inner-image:hover > .box-ct-11 {
    animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.inner-image:hover > .box-ct-11 > .mota{
    opacity: 1;
}

.slide-top {
    animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-top {
    0% {
        transform: translateY(-5);
    }
    100% {
        top: 0;
    }
}

body.is-mobile {
    margin-bottom: 0;
}

.pseudo-ct {
    width: 100%;
    background-color: white;
    height: 6rem;
}

.img-ct-5 {
    height: 100% !important;
    width:  100% !important;
    object-fit: cover !important;
}
/**/
/*************************************************************************************************/
/*Footer*/
footer {
    background-image: url('/templates/fashion03/assets/media/background_footer.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-ct-2 {
    background-color: #013253f7;
}

.title-ct-10 {
    font-size: 23px;
    font-weight: 100;
    text-transform: uppercase;
    position: relative;
}

.title-ct-10:before {
    content: '';
    width: 50px;
    height: 10px;
    background-color: var(--color-highlight);
    position: absolute;
    top: 10px;
    left: -70px;
}

footer p {
    margin-bottom: 0 !important;
}

.i-ct {
    min-width: 24px;
    height: 24px;
    border: 1px solid var(--color-highlight);
    color: var(--color-highlight);
    padding: 5px;
    margin-right: 10px;
    text-align: center;
    font-size: 10px !important;
    border-radius: 50%;
}

footer a:hover {
    color: var(--color-highlight) !important;
}

footer .fa-brands {
    font-size: 30px;
    color: var(--color-highlight) !important;
}

.info-website-new-footer {
    text-align: center;
    font-size: 19px;
    margin: 45px 0 45px 0;
}

.gach-chan {
    text-decoration: underline;
}

/*************************************************************************************************/
/*Media Query*/
/*Ipad ngang(1024 x 768)*/
@media screen and (min-width: 1024px) {
    .img-ct-1 {
        top: 22px;
    }
    
    .ratio-quality {
        padding-top: 130%;
    }

}

/*Ipad (768 x 1024)*/
@media screen and (max-width: 768px) {
    .is-mobile .swiper-slider-main .swiper-slide img {
        min-height: 19rem;
    }

    .img-ct-1 {
        bottom: -95px;
        left: 52px;
        z-index: 2;
    }
    
    .row-ct .col-ct:nth-child(1) .box-ct-2 {
        position: absolute !important;
        left: 55% !important;
    }
    
    .row-ct .col-ct:nth-child(2) .box-ct-2 {
        position: absolute !important;
        right: 55% !important;
        left: unset !important;
    }
    
    .row-ct .col-ct:nth-child(3) .box-ct-2 {
        position: absolute !important;
        left: 55% !important;
    }
    
    .row-ct .col-ct:nth-child(4) .box-ct-2 {
        position: absolute !important;
        right: 55% !important;
        left: unset !important;
    }
    
    .row-ct .col-ct:nth-child(5) .box-ct-2 {
        position: absolute !important;
        left: 55% !important;
    }
    
    .row-ct .col-ct:nth-child(6) .box-ct-2 {
        position: absolute !important;
        right: 55% !important;
        left: unset !important;
    }
    
    .box-ct-3:before {
        top: 0;
        left: 0;
    }
    
    .box-ct-7:hover .box-ct-3:before {
        animation: none;
    }
    
    .mb-11-5 {
        margin-bottom: 40.5rem;
    }
    
    .box-ct-9 {
        top: 144%;
        left: 30%;
    }
    
    .px-ct {
        padding-right: 35px;
        padding-left: 50px;
    }
    
    .content-ct-3 {
        height: 6rem;
    }
    
    .d-ct-4 {
        grid-template-rows: 30rem 30rem;
    }
}

/*Tablet (480 x 640)*/
@media screen and (max-width: 480px) {
    .slide-right {
        padding-bottom: 3rem !important;
    }

    .img-about:before {
        margin-left: 15px;
    }

    .img-about:after {
        margin-right: 15px;
    }

    .img-about {
        padding-right: 15px;
        padding-left: 15px;
    }

    .d-ct {
        grid-template-columns: 1fr;
    }

    .row-ct {
        /* flex-wrap: nowrap !important; */
    }

    .content-ct-1 {
        padding: 30px 30px;
    }

    .title-ct-2 {
        font-size: 30px;
    }

    .row-ct .col-ct:nth-child(1) .box-ct-2 {
        left: 0 !important;
        height: 100%;
        width: 60%;
    }

    .row-ct .col-ct:nth-child(2) .box-ct-2 {
        left: 0 !important;
        height: 100%;
        width: 60%;
    }

    .row-ct .col-ct:nth-child(3) .box-ct-2 {
        left: 0 !important;
        height: 100%;
        width: 60%;
    }

    .row-ct .col-ct:nth-child(4) .box-ct-2 {
        left: 0 !important;
        height: 100%;
        width: 60%;
    }

    .row-ct .col-ct:nth-child(5) .box-ct-2 {
        left: 0 !important;
        height: 100%;
        width: 60%;
    }

    .row-ct .col-ct:nth-child(6) .box-ct-2 {
        left: 0 !important;
        height: 100%;
        width: 60%;
    }

    .fs-28 {
        font-size: 25px;
    }

    .btn-ct-3 {
        padding: 6px;
    }

    .d-ct-2 {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-gap: 90px;
    }

    .box-ct-3:before {
        top: 0;
        left: 0;
    }

    .mobile-mct {
        margin-right: 15px;
        margin-left: 15px;
    }

    .img-ct-3 {
        padding: 20px;
    }

    .title-ct-5 {
        font-size: 25px;
    }
    
    .ratio-custome {
        padding-top: 100%;
    }

    .mb-11-5 {
        margin-bottom: 20.5rem;
    }
    
    .px-ct {
        padding-right: 30px;
        padding-left: 30px;
    }

    .box-ct-9 {
        top: 80%;
        left: 50%;
    }
    
    .title-ct-8 {
        font-size: 25px;
    }
    
    .title-ct-7 {
        font-size: 20px;
    }
    
    .content-ct-3 {
        height: 4rem;
    }
    
    .d-ct-4 {
        grid-template-rows: 30rem 30rem;
        grid-gap: 30px;
    }
    
    .mobile-dct .d-ct-4 {
        grid-template-rows: 20rem 30rem;
    }
    
    .border-ct-1 {
        border-right: 0;
    }
    
    .pb-6 {
        padding-bottom: 1rem;
    }
    
    .img-ct-1 {
        bottom: -94px;
        left: 50px;
        z-index: 2;
    }
    
    .box-ct-10 {
        padding: 8px!important;
    }
}

/*Iphone(480 x 640)*/
@media screen and (max-width: 320px) {
    .slide-right {
        padding-bottom: 3rem !important;
    }

    .img-about:before {
        margin-left: 15px;
    }

    .img-about:after {
        margin-right: 15px;
    }

    .img-about {
        padding-right: 15px;
        padding-left: 15px;
    }

    .d-ct {
        grid-template-columns: 1fr;
    }

    .row-ct {
        flex-wrap: nowrap !important;
    }

    .content-ct-1 {
        padding: 30px 30px;
    }

    .title-ct-2 {
        font-size: 30px;
    }

    .row-ct .col-ct:nth-child(1) .box-ct-2 {
        left: 0 !important;
        height: 100%;
        width: 60%;
    }

    .row-ct .col-ct:nth-child(2) .box-ct-2 {
        left: 0 !important;
        height: 100%;
        width: 60%;
    }

    .row-ct .col-ct:nth-child(3) .box-ct-2 {
        left: 0 !important;
        height: 100%;
        width: 60%;
    }

    .row-ct .col-ct:nth-child(4) .box-ct-2 {
        left: 0 !important;
        height: 100%;
        width: 60%;
    }

    .row-ct .col-ct:nth-child(5) .box-ct-2 {
        left: 0 !important;
        height: 100%;
        width: 60%;
    }

    .row-ct .col-ct:nth-child(6) .box-ct-2 {
        left: 0 !important;
        height: 100%;
        width: 60%;
    }

    .fs-28 {
        font-size: 25px;
    }

    .btn-ct-3 {
        padding: 6px;
    }

    .d-ct-2 {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-gap: 80px;
    }

    .box-ct-3:before {
        top: 0;
        left: 0;
    }

    .mobile-mct {
        margin-right: 15px;
        margin-left: 15px;
    }

    .img-ct-3 {
        padding: 20px;
    }

    .title-ct-5 {
        font-size: 25px;
    }
    
    .ratio-custome {
        padding-top: 200%;
    }
    
    .px-ct {
        padding-right: 30px;
        padding-left: 60px;
    }

    .box-ct-9 {
        top: 80%;
        left: 50%;
    }
    
    .title-ct-8 {
        font-size: 25px;
    }
    
    .title-ct-7 {
        font-size: 20px;
    }
    
    .content-ct-3 {
        height: 4rem;
    }
    
    .d-ct-4 {
        grid-template-rows: 30rem 30rem;
        grid-gap: 30px;
    }
    
    .mobile-dct .d-ct-4 {
        grid-template-rows: 20rem 30rem;
    }
    
    .border-ct-1 {
        border-right: 0;
    }
    
    .pb-6 {
        padding-bottom: 1rem;
    }
    
    .img-ct-1 {
        bottom: -94px;
        left: 50px;
        z-index: 2;
    }
    
    .box-ct-10 {
        padding: 8px!important;
    }
    
    .mb-11-5 {
        margin-bottom: 11.5rem;
    }
}
