/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/* ===================================
                About
   =================================== */

/*
    Theme Name: Woman Store
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page , Multi Parallax Template
    Tags: One page, multi page, multipurpose, parallax, creative, html5

 */

/* ===================================
          Table of Contents
   =================================== */

/*
01 body
02 Helper Classes
   02-1 Short Codes
   02-2 loader
03 Social Icons BG colors
04  Button Classes
05 Listing Page
06 Index Page
07 Listing Page
08 contact us
09 Product Detail
10  contact us
11 StandAlone
12 Footer
13 Media Queries
14 Mega Menu Is inside the Megamenu css
 */

/*Table Of Contents ends */


/*Global Styling*/




body {
    font-size: 15px;
    font-weight: normal;
    font-family: "Kanit", sans-serif;
    overflow-x: hidden;
    letter-spacing: 0px !important;
}

table,
tr,
td,
blockquote {
    color: #302e2c;
}

html {
    font-size: 16px;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}

button:focus,
button:active,
input:focus,
input:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
.button,
.numbered .tp-bullet .tp-count {
    font-family: "Kanit", sans-serif;
}

/*Center block*/

.center-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hidden{display: none;}


/*===================================
        Loader Start
======================================*/

.loader1 {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    overflow-x: hidden;
    background: #fff;
}

.loader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #002A42;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #bfbfbf;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #bfbfbf;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*===================================
        Loader End
======================================*/

/*======================
 Start scroll-top-arrow
=======================*/
.scroll-top-arrow {
    height: 40px;
    width: 40px;
    position: fixed;
    z-index: 111;
    background-color: deeppink;
    bottom: 10px;
    right: 20px;
    background: #333 ;
    animation: 1s slideInRight ease;
    display: none;
}

.scroll-top-arrow i{
    font-size: 20px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
/*======================
END scroll-top-arrow
=======================*/

/*PHONE ICON*/

.scroll-phone {
    height: 50px;
    width: 50px;
    position: fixed;
    z-index: 111;
    background-color: #00B74F;
    bottom: 65px;
    right: 17px;
    border-radius: 50%;
    background: #00B74F;
    animation: 1s slideInRightphone ease;
    display: none;
}

.scroll-line {
    height: 50px;
    width: 50px;
    position: fixed;
    z-index: 111;
    background-color: #00B74F;
    bottom: 130px;
    right: 17px;
    border-radius: 50%;
    background: #00B74F;
    animation: 1.5s slideInRightphone ease;
    display: none;
}

@keyframes slideInRightphone {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.scroll-phone i{
    font-size: 21px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.scroll-line i{
    font-size: 26px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


/*===================================
         Social Icons BG colors
======================================*/
.facebook-bg-hvr:hover{background:#4267B2 !important;color: #fff !important; border: 1px solid transparent !important;}
.twitter-bg-hvr:hover{background:#1DA1F2 !important;color: #fff !important; border: 1px solid transparent !important;}
.instagram-bg-hvr:hover{color: #FFFFFF;background: -webkit-gradient(linear, left top, left bottom, from(#aa2fb5), color-stop(93%, #f1762c))!important;background: -o-linear-gradient(top, #aa2fb5 0%, #f1762c 93%)!important;background: linear-gradient(to bottom, #aa2fb5 0%, #f1762c 93%)!important;-webkit-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.linkedin-bg-hvr:hover{background:#0077B5 !important;color: #fff !important; border: 1px solid transparent !important;}
.pinterest-bg-hvr:hover{background:#BD081C !important;color: #fff !important; border: 1px solid transparent !important;}
.google-bg-hvr:hover{background:#DB4437 !important;color: #fff !important; border: 1px solid transparent !important;}

.social-bg-hvr:hover{color: #00B74F !important;}



/*===================================
         Button Classes
======================================*/

/*Standard Black Button*/

.btn{
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.black-btn-with-border{
    font-size: 12px;
    font-family: "Kanit", sans-serif;
    padding: 10px 25px;
    border: solid 1px #000000;
    color: #FFFFFF ;
    background: black;
    -webkit-transition: .3s ease-in-out !important;
    -o-transition: .3s ease-in-out !important;
    transition: .3s ease-in-out !important;
    font-weight: 600;
    border-radius: 0;
}
.black-btn-with-border:hover{
    background: #FFFFFF;
    color: #000000 !important;
    border: solid 1px #000000;
}

.white-btn-with-border{
    font-size: 12px;
    font-family: "Kanit", sans-serif;
    padding: 10px 25px;
    border: solid 1px #000000;
    color: #000000 ;
    background: #FFFFFF;
    -webkit-transition: .3s ease-in-out !important;
    -o-transition: .3s ease-in-out !important;
    transition: .3s ease-in-out !important;
    font-weight: 600;
    border-radius: 0;
}
.white-btn-with-border:hover{
    background: #000000;
    color: #FFFFFF;
    border: solid 1px #000000;
}


.black-btn{
    font-size: 12px;
    font-family: "Kanit", sans-serif;
    padding: 10px 25px;
    border: solid 1px #000000;
    color: #FFFFFF ;
    background: black;
    -webkit-transition: .3s ease-in-out !important;
    -o-transition: .3s ease-in-out !important;
    transition: .3s ease-in-out !important;
    font-weight: 600;
    border-radius: 0;
}
.black-btn:hover{
    background: #FFFFFF;
    color: #000000;
    border: solid 1px transparent;
}
.white-btn{
    font-size: 12px;
    font-family: "Kanit", sans-serif;
    padding: 10px 25px;
    border: solid 1px white !important;
    color: #000000;
    font-weight: 600;
    background-color: white !important;
    border-radius: 0;
    -webkit-transition: .3s ease-in-out !important;
    -o-transition: .3s ease-in-out !important;
    transition: .3s ease-in-out !important;
}
.white-btn:hover{
    background-color: transparent !important;
    color: #FFFFFF !important;
    border: solid 1px white !important;
}

.white-with-black-hover-color{
    font-size: 12px;
    font-family: "Kanit", sans-serif;
    padding: 10px 25px;
    border: solid 1px white !important;
    color: #000000;
    font-weight: 600;
    background-color: white !important;
    border-radius: 0;
    -webkit-transition: .3s ease-in-out !important;
    -o-transition: .3s ease-in-out !important;
    transition: .3s ease-in-out !important;
}
.white-with-black-hover-color:hover{
    background-color: transparent !important;
    color: #000000 !important;
    border: solid 1px white !important;
}
.trans-btn{
    font-size: 12px;
    font-family: "Kanit", sans-serif;
    padding: 10px 25px;
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
    font-weight: 600;
    background-color: transparent;
    -webkit-transition: .3s ease-in-out !important;
    -o-transition: .3s ease-in-out !important;
    transition: .3s ease-in-out !important;
    border-radius: 0;
}
.trans-btn:hover{
    background-color: #FFFFFF;
    color: #000000 !important;
    border: solid 1px transparent !important;
}

.trans-black-btn{
    font-size: 12px;
    font-family: "Kanit", sans-serif;
    padding: 10px 25px;
    border: solid 1px #000000;
    color: #000000;
    font-weight: 600;
    background-color: transparent;
    -webkit-transition: .3s ease-in-out !important;
    -o-transition: .3s ease-in-out !important;
    transition: .3s ease-in-out !important;
    border-radius: 0;
}
.trans-black-btn:hover{
    background-color: #FFFFFF;
    color: #000000 !important;
    border: 1px solid transparent;
}


.white-into-black-trans-btn{
    font-size: 12px;
    font-family: "Kanit", sans-serif;
    padding: 10px 25px;
    border: solid 1px #FFFFFF !important;
    color: #000000;
    font-weight: 600;
    background-color: white;
    -webkit-transition: .3s ease-in-out !important;
    -o-transition: .3s ease-in-out !important;
    transition: .3s ease-in-out !important;
    border-radius: 0;
}

.white-into-black-trans-btn:hover{
    background-color: transparent !important;
    color: #000000 !important;
    border: solid 1px #000000 !important;
}


.white-trans-btn-with-white-border{
    font-size: 12px;
    font-family: "Kanit", sans-serif;
    padding: 10px 25px;
    border: solid 1px white !important;
    background-color: transparent !important;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 0;
    -webkit-transition: .3s ease-in-out !important;
    -o-transition: .3s ease-in-out !important;
    transition: .3s ease-in-out !important;
}
.white-trans-btn-with-white-border:hover {
    background-color: white !important;
    color: #000000;
    border: solid 1px white !important;

}

/*Small Button*/
.black-sm-btn{
    font-size: 12px;
    font-family: "Kanit", sans-serif;
    padding: 6px 12px;
    border: solid 1px #000000;
    color: #000000;
    background: transparent;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    border-radius: 0;
    cursor: pointer;
}

.black-sm-btn:hover{
    background: #000000 !important;
    color: #FFFFFF  !important;
    border: 1px solid #000000;
}


/*color to gradient*/

/*Slide 2 Gradient Button*/
.btn-banner-left{font-size: 12px;font-family: "Kanit", sans-serif;padding: 10px 25px !important;font-size: 16px;width:100%;text-align: center !important;border: solid 1px #fff;color: #fff;font-weight: 600;background-color: transparent;-webkit-transition: .3s ease-in-out !important;-o-transition: .3s ease-in-out !important;transition: .3s ease-in-out !important;border-radius: 0;position: relative;z-index: 2;}
.btn-banner-left:after {position: absolute;top: 0;left: 0;content: '';width: 100%;height: 100%;opacity: 0;color: #fff !important;background: -webkit-gradient(linear, left top, right top, color-stop(-50%, #00B74F), color-stop(93%, #00B74F));background: -o-linear-gradient(left, #00B74F -50%, #00B74F 93%);background: linear-gradient(to right, #00B74F -50%, #00B74F 93%);border: solid 1px transparent;z-index: -1;}
.btn-banner-left:hover:after {opacity: 1;}
.btn.btn-banner-left:hover{border: 1px solid transparent;color: #fff;}

/*Slide 2 First Gradient Button*/
.pink-color-gradient-btn{font-size: 12px;font-family: "Kanit", sans-serif;padding: 10px 25px;border: solid 1px #FFFFFF;color: #000000;font-weight: 600;background-color: white;border-radius: 0;position: relative;z-index: 2;}
.pink-color-gradient-btn:after {position: absolute;top: 0;left: 0;content: '';width: 100%;height: 100%;opacity: 0;color: #FFFFFF !important;background: -webkit-gradient(linear, left top, right top, color-stop(-50%, #FC2548), color-stop(93%, #f11fad));background: -o-linear-gradient(left, #FC2548 -50%, #f11fad 93%);background: linear-gradient(to right, #FC2548 -50%, #f11fad 93%);border: solid 1px transparent;z-index: -1;}
.pink-color-gradient-btn:hover:after {opacity: 1;}
.btn.pink-color-gradient-btn:hover{color: #FFFFFF;border:solid 1px transparent;}

/*Slide 2 Gradient Button*/
.trans-pink-color-gradient-btn{font-size: 12px;font-family: "Kanit", sans-serif;padding: 10px 25px;border: solid 1px #000000;color: #000000;font-weight: 600;background-color: transparent;-webkit-transition: .3s ease-in-out !important;-o-transition: .3s ease-in-out !important;transition: .3s ease-in-out !important;border-radius: 0;position: relative;z-index: 2;}
.trans-pink-color-gradient-btn:after {position: absolute;top: 0;left: 0;content: '';width: 100%;height: 100%;opacity: 0;color: #FFFFFF !important;background: -webkit-gradient(linear, left top, right top, color-stop(-50%, #FC2548), color-stop(93%, #f11fad));background: -o-linear-gradient(left, #FC2548 -50%, #f11fad 93%);background: linear-gradient(to right, #FC2548 -50%, #f11fad 93%);border: solid 1px transparent;z-index: -1;}
.trans-pink-color-gradient-btn:hover:after {opacity: 1;}
.btn.trans-pink-color-gradient-btn:hover{border: 1px solid transparent;color: white;}

/*Cart Drop Down First btn Gradient Button*/
.pink-color-black-gradient-btn{font-size: 12px;font-family: "Kanit", sans-serif;padding: 10px 25px;border: solid 1px #FFFFFF;color: #FFFFFF;font-weight: 600;background-color:#000000;border-radius: 0;position: relative;z-index: 2;}
.pink-color-black-gradient-btn:after {position: absolute;top: 0;left: 0;content: '';width: 100%;height: 100%;opacity: 0;color: #FFFFFF !important;background: -webkit-gradient(linear, left top, right top, color-stop(-50%, #FC2548), color-stop(93%, #f11fad));background: -o-linear-gradient(left, #FC2548 -50%, #f11fad 93%);background: linear-gradient(to right, #FC2548 -50%, #f11fad 93%);border: solid 1px transparent;z-index: -1;}
.pink-color-black-gradient-btn:hover:after {opacity: 1;}
.btn.pink-color-black-gradient-btn:hover{color: #FFFFFF;border: 1px solid pink;}

/*Gradient to color*/
/*Registera Gradient Button Into Black*/
.pink-gradient-btn-into-black{font-size: 12px;font-family: "Kanit", sans-serif;padding: 10px 25px;border: solid 1px #FFFFFF;color: #FFFFFF;font-weight: 600;background: -webkit-gradient(linear, left top, right top, color-stop(-50%, #FC2548), color-stop(93%, #f11fad));background: -o-linear-gradient(left, #FC2548 -50%, #f11fad 93%);background: linear-gradient(to right, #FC2548 -50%, #f11fad 93%);border-radius: 0;position: relative;z-index: 2;}
.pink-gradient-btn-into-black:after {position: absolute;top: 0;left: 0;content: '';width: 100%;height: 100%;opacity: 0;color: #FFFFFF !important;background:#000000;border: solid 1px transparent;z-index: -1;}
.pink-gradient-btn-into-black:hover:after {opacity: 1;}
.btn.pink-gradient-btn-into-black:hover{color: #FFFFFF;border: 1px solid pink;}

.pink-gradient-btn-into-transparent{font-size: 12px;font-family: "Kanit", sans-serif;padding: 10px 25px;border: solid 1px #FFFFFF;color: #FFFFFF;font-weight: 600;background: -webkit-gradient(linear, left top, right top, color-stop(-50%, #FC2548), color-stop(93%, #f11fad));background: -o-linear-gradient(left, #FC2548 -50%, #f11fad 93%);background: linear-gradient(to right, #FC2548 -50%, #f11fad 93%);border-radius: 0;position: relative;z-index: 2;}
.pink-gradient-btn-into-transparent:after {position: absolute;top: 0;left: 0;content: '';width: 100%;height: 100%;opacity: 0;color: #000000 !important;background-color:#FFFFFF;border: solid 1px #000000;z-index: -1;}
.pink-gradient-btn-into-transparent:hover:after {opacity: 1;}
.btn.pink-gradient-btn-into-transparent:hover{}





/*all other pages*/
.paralax-section-slide-data{
    min-height: 350px;
}

/*paralax banner for listing page*/
.paralax-section-slide-data1{
    min-height: 350px;
}

@media (min-width: 1601px) {
    .container {
        max-width: 1640px;
    }
}

@media (min-width: 1501px) and (max-width: 1600px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .container {
        max-width: 1200px;
    }
}




/*Hidden Fucntion*/
@media (min-width: 1366px) {
    .hiddenBanner-xl {
        display: none !important;
    }
    .nav-mr-30 {
        margin-right: 2rem !important;
    }
    .nav-ml-30 {
        margin-left: 2rem !important;
    }
    .nav-mr-0 {
        margin-right: 0 !important;
    }
        
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .hiddenBanner-lg {
        display: none !important;
    }
    .nav-mr-30 {
        margin: 0 2rem !important;
    }
    .nav-mr-0 {
        margin-right: 0 !important;
    }
        
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hiddenBanner-md {
        display: none !important;
    }
    .nav-mr-30 {
        margin: 0 1.75rem !important;
    }
    .nav-mr-0 {
        margin-right: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hiddenBanner-sm {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hiddenBanner-xs {
        display: none !important;
    }
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}




.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

html, body {
    background: rgb(191,191,191);
    background: linear-gradient(90deg, rgba(191,191,191,1) 60%, rgba(230,230,230,1) 105%);
}

@media (min-width: 1501px) {
    .home-section {
        padding-top: 70px;
        padding-bottom: 0px;
    }

    .landing-item {
        position: relative;
        overflow: visible;
        z-index: 1;
        width: 100%;
        height: auto;
        transition: transform 0.3s ease-in-out;
    }

    .landing-item:hover {
        transform: scale(1.07);
        z-index: 2;
    }

    .landing-item .text-content {
        position: absolute;
        bottom: 0px;
        left: 0;
        z-index: -1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 10px 0;
        color: #302e2c;
        font-size: 15px;
        line-height: 20px;
        text-decoration: none;
        text-align: center;
        transition: all 0.3s ease-in-out;
        opacity: 0;
        transform: translateY(20px);
        text-transform: uppercase;
    }

    .landing-item:hover .text-content {
        opacity: 1;
        transform: translateY(40px);
    }
    .w-logo {
        width: 400px;
        margin-bottom: 30px;
    }

    .footer,.footer .container{
        background-color: transparent;
    }
    .footer{
        position: fixed;
        width: 100%;
        padding-bottom: 15px;
        color: #302e2c;
        bottom: 0;
        font-size: 16px !important;
    }

    .footer-layoutLeft {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer-layoutLeft .mr-100 {
        margin-right: 100px;
        margin-bottom: 5px;
    }

    .footer-layoutRight {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        text-align: right;
    }

    .footer-layoutRight .mr-100 {
        margin-right: 100px;
        margin-bottom: 5px;
    }
    .footer .hr {
        display: none !important;
    }
    .f-pl-0 {
        padding-left: 0 !important;
    }
    .f-pr-0 {
        padding-right: 0 !important;
    }
}

@media (min-width: 1400px) and (max-width: 1500px) {
    .home-section {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .landing-item {
        position: relative;
        overflow: visible;
        z-index: 1;
        width: 100%;
        height: auto;
        transition: transform 0.3s ease-in-out;
    }

    .landing-item:hover {
        transform: scale(1.07);
        z-index: 2;
    }

    .landing-item .text-content {
        position: absolute;
        bottom: 0px;
        left: 0;
        z-index: -1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 10px 0;
        color: #302e2c;
        font-size: 13px;
        line-height: 20px;
        text-decoration: none;
        text-align: center;
        transition: all 0.3s ease-in-out;
        opacity: 0;
        transform: translateY(20px);
        text-transform: uppercase;
    }

    .landing-item:hover .text-content {
        opacity: 1;
        transform: translateY(40px);
    }
    .w-logo {
        width: 400px;
        margin-bottom: 30px;
    }

    .footer,.footer .container{
        background-color: transparent;
    }
    .footer{
        position: fixed;
        width: 100%;
        padding-bottom: 15px;
        color: #302e2c;
        bottom: 0;
        font-size: 16px !important;
    }

    .footer-layoutLeft {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer-layoutLeft .mr-100 {
        margin-right: 60px;
        margin-bottom: 5px;
    }

    .footer-layoutRight {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        text-align: right;
    }

    .footer-layoutRight .mr-100 {
        margin-right: 60px;
        margin-bottom: 5px;
    }
    .footer .hr {
        display: none !important;
    }
    .f-pl-0 {
        padding-left: 0 !important;
    }
    .f-pr-0 {
        padding-right: 0 !important;
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {
    .home-section {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .landing-item {
        position: relative;
        overflow: visible;
        z-index: 1;
        width: 100%;
        height: auto;
        transition: transform 0.3s ease-in-out;
    }

    .landing-item:hover {
        transform: scale(1.07);
        z-index: 2;
    }

    .landing-item .text-content {
        position: absolute;
        bottom: 0px;
        left: 0;
        z-index: -1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 10px 0;
        color: #302e2c;
        font-size: 13px;
        line-height: 20px;
        text-decoration: none;
        text-align: center;
        transition: all 0.3s ease-in-out;
        opacity: 0;
        transform: translateY(20px);
        text-transform: uppercase;
    }

    .landing-item:hover .text-content {
        opacity: 1;
        transform: translateY(40px);
    }
    .w-logo {
        width: 400px;
        margin-bottom: 30px;
    }

    .footer,.footer .container{
        background-color: transparent;
    }
    .footer{
        position: relative;
        width: 100%;
        padding-bottom: 15px;
        color: #302e2c;
        bottom: 0;
        font-size: 16px !important;
    }

    .footer-layoutLeft {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer-layoutLeft .mr-100 {
        margin-right: 60px;
        margin-bottom: 5px;
    }

    .footer-layoutRight {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        text-align: right;
    }

    .footer-layoutRight .mr-100 {
        margin-right: 60px;
        margin-bottom: 5px;
    }
    .footer .hr {
        display: none !important;
    }
    .f-pl-0 {
        padding-left: 0 !important;
    }
    .f-pr-0 {
        padding-right: 0 !important;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .home-section {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .landing-item {
        position: relative;
        overflow: visible;
        z-index: 1;
        width: 100%;
        height: auto;
        transition: transform 0.3s ease-in-out;
    }

    .landing-item .text-content {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 10px 0;
        color: #302e2c;
        font-size: 13px;
        line-height: 20px;
        text-decoration: none;
        text-align: center;
        transition: all 0.3s ease-in-out;
        text-transform: uppercase;
    }
    .w-logo {
        width: 300px;
        margin-bottom: 30px;
    }
    
    .footer,.footer .container{
        background-color: transparent;
    }
    .footer{
        position: fixed;
        width: 100%;
        padding-bottom: 15px;
        color: #302e2c;
        bottom: 0;
    }

    .footer-layoutLeft {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer-layoutLeft .mr-100 {
        margin-right: 80px;
        margin-bottom: 5px;
    }

    .footer-layoutRight {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        text-align: right;
    }

    .footer-layoutRight .mr-100 {
        margin-right: 80px;
        margin-bottom: 5px;
    }
    .footer .hr {
        display: none !important;
    }
    .f-pl-0 {
        padding-left: 0 !important;
    }
    .f-pr-0 {
        padding-right: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home-section {
        padding-top: 70px;
        padding-bottom: 0px;
    }

    .home-section {
        padding-top: 70px;
        padding-bottom: 0px;
    }

    .landing-item {
        position: relative;
        overflow: visible;
        z-index: 1;
        width: 100%;
        height: auto;
        transition: transform 0.3s ease-in-out;
    }

    .landing-item .text-content {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 5px 0;
        color: #302e2c;
        font-size: 11px;
        line-height: 20px;
        text-decoration: none;
        text-align: center;
        transition: all 0.3s ease-in-out;
        text-transform: uppercase;
    }
    .w-logo {
        width: 300px;
        margin-bottom: 30px;
    }
    
    .footer,.footer .container{
        background-color: transparent;
    }
    .footer{
        position: fixed;
        width: 100%;
        padding-bottom: 15px;
        color: #302e2c;
        bottom: 0;
    }

    .footer-layoutLeft {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer-layoutLeft .mr-100 {
        margin-right: 35px;
        margin-bottom: 5px;
    }

    .footer-layoutRight {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        text-align: right;
    }

    .footer-layoutRight .mr-100 {
        margin-right: 30px;
        margin-bottom: 5px;
    }
    .footer .hr {
        display: none !important;
    }
    .f-pl-0 {
        padding-left: 0 !important;
    }
    .f-pr-0 {
        padding-right: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-section {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .landing-item {
        position: relative;
        overflow: visible;
        z-index: 1;
        width: 100%;
        height: auto;
        transition: transform 0.3s ease-in-out;
    }

    .landing-item .text-content {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 10px 0;
        color: #302e2c;
        font-size: 15px;
        line-height: 20px;
        text-decoration: none;
        text-align: center;
        transition: all 0.3s ease-in-out;
        text-transform: uppercase;
    }
    .w-logo {
        width: 250px;
        margin-bottom: 30px;
    }
    
    .footer,.footer .container{
        background-color: transparent;
    }
    .footer{
        position: relative;
        width: 100%;
        padding-bottom: 15px;
        color: #302e2c;
    }

    .footer-layoutLeft {
        display: block;
    }

    .footer-layoutLeft .mr-100 {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .footer-layoutRight {
        display: block;
        text-align: right;
    }

    .footer-layoutRight .mr-100 {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .footer .hr {
        display: none !important;
    }
    .f-pl-0 {
        padding-left: 0 !important;
    }
    .f-pr-0 {
        padding-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .home-section {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .landing-item {
        position: relative;
        overflow: visible;
        z-index: 1;
        width: 100%;
        height: auto;
        transition: transform 0.3s ease-in-out;
    }

    .landing-item .text-content {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 10px 0;
        color: #302e2c;
        font-size: 15px;
        line-height: 20px;
        text-decoration: none;
        text-align: center;
        transition: all 0.3s ease-in-out;
        text-transform: uppercase;
    }
    .w-logo {
        width: 250px;
        margin-bottom: 30px;
    }
    
    .footer,.footer .container{
        background-color: transparent;
    }
    .footer{
        position: relative;
        width: 100%;
        padding-bottom: 15px;
        color: #302e2c;
    }

    .footer-layoutLeft {
        display: block;
        text-align: center;
    }

    .footer-layoutLeft .mr-100 {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .footer-layoutLeft .mr2-100 {
        margin-right: 0px !important;
        margin-bottom: 10px !important;
    }

    .footer-layoutRight {
        display: block;
        text-align: center;
    }

    .footer-layoutRight .mr-100 {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .footer-layoutRight .mr2-100 {
        margin-right: 0px !important;
        margin-bottom: 10px !important;
    }
}

/*MOBILE แนวนอน*/

@media (max-width: 991px) and (orientation: landscape) {
    .moble_landscape {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .footer-layoutRight,
    .footer-layoutLeft {
        text-align: center !important;
    }
    .footer .hr {
        display: block !important;
    }
    .copyright {
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .landing-item .text-content {
        font-size: 12px !important;
    }
}