.zoomWindow {
    cursor: grab !important;
}

.font-weight-500{
    font-weight: 500 !important;
}
.fs-13{
    font-size: 1.3rem !important;
}
.fs-16 {
    font-size: 1.6rem !important;
}
.fs-18 {
    font-size: 1.8rem !important;
}
.fs-20 {
    font-size: 2rem !important;
}
.fs-25 {
    font-size: 2.5rem !important;
}
.fs-28 {
    font-size: 2.8rem !important;
}
.fs-30 {
    font-size: 3rem !important;
}
.bg-main {
    background: var(--color-main) !important;
}
.color-text{
    color: var(--color-text) !important;
}
.fa {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}
.hover-image{
    overflow: hidden;
}
.hover-image img {
    -moz-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}
.hover-image:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.shadow-hover:hover {
    box-shadow: 0 1px 1px 0 var(--color-main), 0 1px 3px 0 var(--color-main);
}

.space-block-7 > .row {
  margin-right: -7px;
  margin-left: -7px; }

.space-block-7 > .row > div {
  padding-right: 7px;
  padding-left: 7px; }


.font-condensed {
    font-family: 'Roboto Condensed', sans-serif;
}
.border-black {
    border-color: black !important;
}
.rounded-20 {
    border-radius: 20px;
}
.text-underline{
    text-decoration: underline;
}
.flex-1 {
    flex: 1;
}
.text-inherit {
    text-transform: inherit !important;
}


.header-top >.container > .row > div {
    display: flex;
    align-items: center;
    justify-content: end;
}
.logo-section img {
    height: 74px;
}
.hotline-top i {
    font-size: 25px;
    float: left;
    color: #fff;
    background: var(--color-main);
    border-radius: 100%;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
}
.hotline-p {
    line-height: 1.4;
}
.search-section {
    max-width: 370px;
    width: 100%;
}
.search-section .input-group {
    height: 34px;
}

.search-section .btn-submit {
    height: 32px;
    padding: 0 15px;
    line-height: 32px;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 10;
}

.search-section .input-group > .form-control {
    height: 34px;
}
.item-view-category .product-item {
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.item-view-category{
    border-left: 1px solid #f1f1f1;
}
.support-info {
    border-top: 1px dotted #999;
}
.social-right img {
    width: 40px;
    border-radius: 5px;
}
.title-main {
    border-bottom: 2px solid var(--color-main);
}
.video-home .swiper-slide-thumb-active {
    font-weight: 500;
}
.video-home .swiper-slide:hover{
    text-decoration: underline;
}

.footer-menu-section ul li a:hover {
    text-decoration: underline;
}
footer .entire-map {
    margin: 0 !important;
    padding: 0;
}

footer .entire-map iframe {
    position: inherit;
    height: 210px;
}
.footer-bottom>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-image-detail .inner-image {
    padding-top: 75%;
}
.search-section-mb .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -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);
}
.search-section-mb: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;
}
.setting-menu-mb>.container>.row>div {
    justify-content: space-between !important;
}
.box-statistical ul li {
    float: left;
}

.swiper-slider-main .swiper-slide.swiper-slide-active {
    transition: transform 10s linear, opacity 3s;
    opacity: 1;
    transform: scale(1.2, 1.2) !important;
}


.mypage-zalo-phone {
    position: fixed;
    bottom: 0;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000!important;
    left: auto;
    right: 100px;
}
.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    opacity: .1;
    border-color: var(--color-main);
    opacity: .5;
}
.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: var(--color-main);
    opacity: .75!important;
}
.mypage-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    top: 33px;
    left: 33px;
    position: absolute;
    background: rgba(30,30,30,.1) url(/templates/fashion03/assets/media/icon/stick_zalo.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-size: 70%;
    background-color: rgba(0,143,229,.1);
    background-size: 100%;
}
.zalo-number {
    position: fixed;
    right: 15px;
    bottom: 36px;
    font-size: 18px;
    color: #fff;
    background: rgb(8 0 199 / 75%);
    padding: 5px 15px 5px 60px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 999;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

.section-contact-form:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 49%;
    height: calc(100% - 150px);
    background: #000;
    width: 0.5px;
    transform: translate(-50%, -50%);
}
.title-contact {
    font-size: 2rem;
}
.title-contact:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 150px;
    height: 2px;
    background: var(--color-main);
}

.social-section li{
    margin-right:1rem
}
.social-section li a>i {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: var(--white);
    font-size: 18px;
}

.social-section li a> .fa-facebook-f {
    background: #007bff;
}

.social-section li a >.fa-youtube {
    background: #ff0018;
}

.social-section li a>.fa-twitter {
    background: #4eacff;
}

.social-section li a> .fa-google-plus-g {
    background: red;
}

.social-section li a .fa-instagram {
    background: #ff00b1;
}
.bg-highlight-1 {
    background: #0700b1;
}
.swiper-slider-main .swiper-pagination-bullet {
    background: white;
}

.icon-cates {
    width: 20px;
    margin-right: 1rem;
}
.menu-vertical--content li:last-child a {
    border: none;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}

.no-gutters {
    margin: 0;
}

[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-right: 10px;
    padding-left: 10px;
}

.banner-product {
    background-attachment: fixed;
    background-position: 50% 2%;
    background-size: contain;
    height: 150px;
}

.hotrosp {
    border-top: 0px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
    border: 1px dashed #ccc;
    border-radius: 10px;
    background: #d8f1bc;
    padding: 15px 15px;
    max-width: 300px;
}
.hotrosp1 {
    font-size: 24px;
    margin-bottom: 10px;
    color: red;
}
.hotrosp img {
    height: 40px;
    margin-right: 10px;
}
.dienthoaisp {
    padding-top: 10px;
    padding-bottom: 0px;
    border-bottom: 0px solid #ddd;
    margin-bottom: 0px;
}
.hotrosp .tb {
    color: #999;
    font-size: 12px;
    font-style: italic;
}
.dt {
    font-weight: bold;
    color: red;
    font-size: 18px;
    margin-top: 10px;
}
.dt a {
    font-weight: bold;
    color: red;
    font-size: 18px;
}
.dt a:last-child span{
    display:none
}

.zoomWrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}
.zoomContainer+ .zoomContainer {
    display: none;
}
.zoomWindow {
    width: 100% !important;
    height: 100% !important;
}
.img-partner {
    padding-top: 40%;
}

.object-contain {
    object-fit: contain !important;
}
.menu-section > ul > li > ul > li > ul {
    background-color: #4fbb09 !important;
}
.menu-section > ul > li > ul > li > ul > li {
    border-color: #fff !important;
}
.menu-vertical--content>li {
    border-bottom: 0px solid #ddd;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(176,176,176,1);
    -moz-box-shadow: 1px 1px 2px 0px rgba(176,176,176,1);
    box-shadow: 1px 1px 2px 0px rgba(176,176,176,1);
    margin-top: 10px;
    border-left: 8px solid #ddd;
}
.menu-vertical .menu-vertical--content {
    border: 0;
}
.menu-vertical--content>li:hover .menu-vertical--icon {
    filter: brightness(0) invert(1);
}
.menu-vertical--content > li > a {
    font-weight: 500;
}
.language-section img {
    width: 30px;
    height: 20px;
    object-fit: cover;
}
.language-section>div>div:last-child {
    padding-left: 2rem;
}
.copyright {
    color: #27f25f;
}
input[type=text], input[type=password], input[type=email], input[type=search], textarea {
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 14px !important;
}
select:focus,textarea:focus,input:focus {
  font-size: 14px !important;
}
.gallery-thumbs .swiper-slide {
    cursor: pointer;
}

.gallery-thumbs.swiper-vertical > .swiper-wrapper {
    transform: translate3d(0px, 0, 0) !important;
}
.gallery-thumbs .swiper-slide-active {
    font-weight: bold;
}

.article-title-detail {
    font-size: 2rem;
}
.carou-item .inner-image>div {
    padding-top: 90%;
}
.menu-section .entry-menu.dropdown li ul li:hover a {
    background: #FDAEC7 !important;
}
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1220px;
    }
}



@media (min-width:1024px) {
    .col-main-custom>.container>.row>div:first-child {
        max-width: 260px;
    }
    .col-main-custom>.container>.row>div:last-child {
        max-width: calc(100% - 260px);
        flex: 0 0 calc(100% - 260px);
    }
}
@media (max-width:1200px) and (min-width:1000px) {
    .logo-section img {
        height: 5rem;
    }
    
    .search-section {
        max-width: 280px;
    }
    
    .hotline-top i {
        font-size: 2rem;
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
    }
    
    .hotline-p {
        font-size: 22px !important;
    }
    
    .menu-section > ul > li > a {
        font-size: 1.3rem;
        padding: 0 1rem;
    }
    .language-section img {
        width: 25px;
        height: 18px;
    }
    .language-section>div>div:last-child {
        padding-left: 1rem;
    }

}
@media (max-width:992px) {
    .logo-mb-section img {
        width: 100%;
    }
    
    .price-amount {
        display: inline-block;
        margin-left: 0 !important;
    }
    .mt-xs-0 {
        margin: 0 !important;
    }
    .footer-top>.container>.row>div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .logo-section img {
        width: 100%;
        height: auto;
    }
    .search-section {
        max-width: 100%;
        padding: 0 !important;
    }
    .box-statistical {
        margin-top: 1rem;
    }
    
    .box-statistical ul li {
        float: none;
        display: inline-block;
    }
    .menu-section .active, .menu-section > ul > li:hover > a, .menu-section > ul > li > a:hover {
        background: none !important;
    }
    
    .menu-section > ul > li > a {
        border: none;
    }
    .item-view-category >h2 {
        text-align: center;
    }
    .menu-section .entry-menu.dropdown li ul li:hover a {
        background: none !important;
    }
}

@media (max-width:768px) {
    .section-contact-form:before {
        opacity: 0;
    }
    .title-contact {
        font-size: 1.8rem;
    }
}


@media (max-width:767px) {
    .footer-top>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
}



