/* -------------------------------

1. General
2. Home page
3. About page
4. Contact page
5. 
6. 
7. 
8.
9.
10. 
------------------------------- */

.main {
    overflow: hidden;
}


.main-title {
    font-size: 78px;
    line-height: 90px;
    font-weight: bold;
    color: #000;
    letter-spacing: -4px;
}

/*------------------------------------------------------------------
1. Home page
-------------------------------------------------------------------*/

.main-banner {
    width: 100%;
    height: auto;
}

.hme-category-section {
    width: 100%;
    height: auto;
    padding: 90px 0px 50px;
}

.main-title-container {
    width: 100%;
    position: relative;
}

.main-title-container .main-btn {
    position: absolute;
    right: 0;
    top: 30px;
}

.main-btn {
    font-size: 18px;
    line-height: 40px;
    color: #000;
    padding-left: 70px;
    position: relative;
    font-weight: 500;
    display: block;
    border: none;
    background-color: transparent;
}

.main-btn:hover {
    color: #D95C4A;
}

.main-btn-round {
    content: "";
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #D95C4A;
    position: absolute;
    left: 0;
    top: 0;
}

.main-btn-round::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 25px;
    top: 5px;
}

.hme-main-category-list {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #E2E2E2;
}

.hme-main-category-list ul {
    display: flex;
    margin-left: -1%;
    margin-right: -1%;
    justify-content: space-between;
}

.hme-main-category-list ul li {
    width: auto;
    max-width: 150px;
    height: auto;
    margin-left: 1%;
    margin-right: 1%;
}

.hme-main-category-list ul li h3 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0px;
}

.hme-category-img {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D95C4A;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hme-main-category-list ul li a:hover .hme-category-img {
    background-color: #D95C4A;
    border-color: #000;
}

.hme-main-category-list ul li a:hover .hme-category-img img {
    filter: invert(1);
}

.hme-best-selling-section {
    padding: 40px 0px;
}

.hme-best-selling-slider {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #E2E2E2;
    background-repeat: repeat;
}

.best-selling-product-box {
    width: 100%;
    height: 100%;
    min-height: 430px;
    border: 10px solid #D95C4A;
    position: relative;
    padding: 60px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.new-label {
    line-height: 21px;
    padding: 0px 5px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
}

.product-fav {
    width: 33px;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
}

.best-selling-name {
    bottom: -30px;
    padding: 5px;
    right: -11px;
    height: 80px;
    width: 98%;
    background-color: #fff;
    position: absolute;
    padding-left: 15px;
    padding-right: 60px;
    display: flex;
    align-items: flex-end;
}

.best-selling-name h3 {
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 0px;
}

.best-selling-btn {
    width: 40px;
    height: 40px;
    background-color: #EEEEEE;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    right: 16px;
    cursor: pointer;
}

.best-selling-btn:hover {
    background-color: #D95C4A;
}

.best-selling-btn::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 25px;
    top: 5px;
}

.hme-btable-section {
    padding: 50px 0px 0px;
    position: relative;
    min-height: 395px;
    margin-bottom: 50px;
}

.hme-btable-section::after {
    content: "";
    width: 100%;
    height: 395px;
    background-image: url(../images/chair-bg.jpg);
    background-size: cover;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;

}

.hme-btable-section-inner {
    position: relative;
    z-index: 2;
}

.hme-btable-main {
    margin: 0 auto;
    max-width: fit-content;
}

.hme-btable-content p {
    max-width: 230px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;

}

.hme-btable-content h2 {
    font-size: 202px;
    font-weight: bold;
    line-height: 135px;
    margin-top: 60px;
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
}

.hme-btable-content {
    position: absolute;
    bottom: 0;
    left: 0;
}

.main-btn.white {
    color: #fff;
}

.main-btn.white:hover {
    color: #D95C4A;
}

.main-btn.white .main-btn-round {
    background: rgba(255, 255, 255, 0.3);
}

.main-btn.white .main-btn-round::after {
    background-image: url(../images/btn-arrow-white.png);
}


.hme-btable-section-inner .main-btn {
    position: absolute;
    right: 0;
    bottom: 35%;
    z-index: 9;
}


/*------------------------------------------------------------------
2. About page
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
3. Contact page
-------------------------------------------------------------------*/

.contact-page-form .container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: space-between;
}



.contact-form h3 {
    width: 100%;
}

.contact-form-list {
    margin: 0 -1%;
    row-gap: 15px;
    display: flex;
    flex-wrap: wrap;
}

.contact-form-list li {
    width: 100%;
    margin: 0 1%;
}

.contact-form-list>li:not(.w-100) {
    width: 48%;
}

.contact-form-list .button {
    margin-top: 20px;
}

/* ----------------------------------------------------- */

.contact-form-detail p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.contact-form-detail p+p {
    margin-top: 5px;
}

.contact-form-detail .list {
    padding: 0;
    list-style: none;
    margin: 30px 0 0 0;
}

.contact-form-detail .list li+li {
    margin-top: 25px;
}

.contact-form-detail .list span {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-form-detail .list p {
    font-size: 14px;
}

.contact-form-detail .list a:hover {
    color: var(--color-primary);
}

.hme-featured-product {
    padding: 50px 0px 70px;
    width: 100%;
}

.hme-featured-slider {
    width: 100%;
    padding: 25px 0 50px;
    border-bottom: 1px solid #E2E2E2;
}



.product-box-slide {
    width: 100%;
    height: auto;
}

.product-box-slide-img {
    width: 100%;
    min-height: 420px;
    background-color: #F1F1F1;
    position: relative;
    overflow: hidden;
}

.product-box-slide-img a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    padding: 50px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-box-slide-img img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product-box-slide-img a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.new-label-black {
    line-height: 24px;
    padding: 0px 5px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    position: absolute;
    background-color: #000;
    color: #fff;
    top: 20px;
    left: 25px;
    z-index: 5;
}

.new-label-discount {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 5;
}

.product-box-slide-content {
    padding-top: 25px;
    padding-right: 50px;
    position: relative;
}

.cart-product-box {
    width: 40px;
    height: 40px;
    padding: 7px;
    position: absolute;
    right: 2px;
    top: 15px;
    display: block;
    background-color: #D95C4A;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.cart-product-box:hover {
    background-color: #000;
}

.product-box-slide-content h3 {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    min-height: 55px;
}

.price-bottom {
    width: 100%;
    display: flex;
}

.price-bottom h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0px;
    font-weight: bold;
    color: #000;
}

.price-bottom span {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0px;
    font-weight: 500;
    color: #D0D0D0;
    display: block;
    margin-left: 20px;
    position: relative;
}

.price-bottom span::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #D0D0D0;
    position: absolute;
    top: 45%;
    left: 0px;
}

.hme-new-arrivals {
    width: 100%;
    padding: 90px 0px 140px;
    background-color: #D95C4A;
}

.white-whole .main-title {
    color: #fff;
}

.white-whole .main-btn-round {
    background-color: #fff;
}

.white-whole .main-btn-round::after {
    background-image: url(../images/btn-arrow.png);
}

.white-whole .main-btn {
    color: #fff;
}

.white-whole .main-btn:hover .main-btn-round {
    background-color: #bbb;
}

.white-whole .product-box-slide-img {
    background-color: #fff;
}


.white-whole .main-btn:hover {
    color: #000;
}

.white-whole .cart-product-box {
    background-color: #000;
}

.white-whole .product-box-slide-content h3 a {
    color: #fff;
}

.white-whole .product-box-slide-content h3 a:hover {
    color: #000;
}

.white-whole .hme-featured-slider {
    padding-bottom: 0;
    border-bottom: none;
}

.white-whole .price-bottom h4 {
    color: #fff;
}

.hme-advantages-section {
    width: 100%;
    padding: 90px 0px 90px;
    background-color: #212B37;
    position: relative;
}

.advangage-title {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 35px;
    text-transform: uppercase;
    font-size: 225px;
    line-height: 160px;
    font-weight: bold;
    text-align: center;
    color: #3C4856;
    letter-spacing: -10px;

}

.hme-advantages-section .hme-main-category-list {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: transparent;
    position: relative;
    z-index: 99;

}

.hme-advantages-section .hme-category-img {
    background-color: #fff;
    border-color: #fff;
}

.hme-advantages-section .hme-main-category-list ul li h3 {
    color: #fff;
}

.hme-reviews-section {
    padding: 80px 0px 50px;
}

.hme-reviews-box {
    width: 600px;
    margin: 0 auto;
    margin-top: 70px;
}

.review-box {
    border: 1px solid #000000;
    padding: 30px;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-position: bottom 35px right 30px;
}

.review-box p {
    font-size: 14px;
    line-height: 22px;
}

.main-review-title {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.main-review-img {
    width: 73px;
}

.main-review-text {
    width: calc(100% - 73px);
    padding-left: 20px;
}

.main-review-text h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
    margin-bottom: 5px;
}

.main-review-text span {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    display: block;
}

.main-review-img img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.review-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.hme-news-section {
    width: 100%;
    padding: 40px 0px 80px;
}

.hme-news-slider {
    padding-top: 40px;
}

.news-slide-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.news-slide-box .new-label {
    top: 20px;
    left: 20px;
}

.news-slide-box img {
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news-slide-box:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.news-slide-box-content {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
}

.news-slide-box-content h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
}

.news-slide-box-content p {
    font-size: 14px;
    line-height: 22px;
}

.news-slide-box-date {
    padding-top: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #D95C4A;
}



.footer {
    width: 100%;
    padding: 80px 0px 60px;
    background-color: #D95C4A;
}

.footer-bottom-text {
    width: 100%;
    text-align: center;
    padding-top: 50px;
    border-top: 1px solid #F87D6B;
}

.footer-bottom-text p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.footer-top-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 100px;
}

.footer-left {
    width: 35%;
    padding-right: 70px;
}

.footer-left p {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-weight: 300;
}

.footer-logo {
    margin-bottom: 40px;
    display: block;
}

.footer-social-media {
    width: 100%;
    padding-top: 30px;
}

.footer-social-media ul {
    display: flex;
    column-gap: 15px;
}

.footer-social-media ul li a {
    color: #fff;
    font-size: 18px;
}

.footer-social-media ul li a:hover {
    color: #000;
}

.footer h4 {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}


.footer-links {
    width: 20%;
    padding-right: 15px;
}

.footer-links ul li {
    width: 100%;
    margin-bottom: 10px;
}

.footer-links ul li a {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    line-height: 22px;
}

.footer-links ul li a:hover {
    color: #000;
}

.footer-address {
    width: 25%;
}

.footer-address p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
}

.footer-address-number {
    margin-top: 40px;
}

.footer-address-number a {
    color: #fff;
}

.footer-address-number a:hover {
    color: #000;
}


.hme-premotion-section {
    padding: 50px 0px 20px;
    width: 100%;
}

.premotion-inner-main {
    width: 100%;
    padding: 25px 0 50px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #E2E2E2;
    position: relative;
}

.promotion-content {
    width: 100%;
    min-height: 135px;
    background-color: #fff;
    position: absolute;
    top: 35%;
    z-index: 4;
    display: flex;
    align-items: center;

}

.promotion-content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.promotion-content ul li {
    width: 100%;
    padding-right: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.promotion-content ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.premotion {
    width: 58px;
}

.premotion-text {
    width: calc(100% - 58px);
    padding-left: 20px;
}

.promotion-content ul li a:hover h4 {
    color: #D95C4A;
}

.premotion-text h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.premotion-text span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.category-page-main-section {
    padding: 80px 0 100px;
}

.category-page-inner {
    margin-top: 40px;
}

.category-page-inner ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
    margin-left: -1.5%;
    margin-right: -1.5%;
}

.category-page-inner ul li {
    width: 30.3%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}


.offer-page-main-section {
    width: 100%;
    padding: 80px 0 100px;
}

.offer-page-inner {
    margin-top: 40px;
}

.offer-page-inner ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5%;
    margin-right: -1.5%;
    row-gap: 40px;
}

.offer-page-inner ul li {
    width: 47%;
    min-height: 580px;
    margin-left: 1.5%;
    margin-right: 1.5%;
    background-color: #F1F1F1;
    position: relative;
    overflow: hidden;
}

.offer-page-inner ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.offer-page-inner ul li img {
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.offer-page-inner ul li a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);

}

.offer-page-content {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    padding: 30px 50px;
    z-index: 5;
}

.offer-page-content h3 {
    font-size: 24px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0px;
}

.offer-page-content span {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.map-banner {
    width: 100%;
    height: auto;
    min-height: 600px;
}

.store-page-main-section {
    width: 100%;
    padding: 80px 0 100px;
}

.store-locator-inner {
    width: 100%;
    padding-top: 50px;
}

.location-map-img img {
    width: 100%;
}

.location-map-content p a {
    word-break: break-all;
}

.store-locator-inner ul {
    flex-wrap: wrap;
    display: flex;
    row-gap: 50px;
    margin-left: -1.5%;
    margin-right: -1.5%;
}

.store-locator-inner ul li {
    width: 30.3%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    background-color: #F1F1F1;
}

.location-map-img {
    width: 100%;
}

.location-map-content {
    width: 100%;
    padding: 30px 35px;
}

.location-map-content h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.location-map-content .main-btn {
    margin-top: 15px;
}

.locator-search {
    width: 100%;
    max-width: 580px;
    position: relative;
    margin-left: auto;
}

.search-text {
    width: 100%;
    height: 52px;
    font-size: 20px;
    line-height: 52px;
    border: 1px solid #C4C4C4;
    padding: 0px 60px 0px 15px;
}

.search-text::placeholder {
    color: #000;
}

.store-title-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.search-btn-new {
    width: 50px;
    height: 52px;
    background-color: #000;
    border: none;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center;
}

.who-section-main {
    width: 100%;
    padding: 100px 0px 90px;
}

.who-content-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.who-content-img {
    width: 48%;
}

.who-content-img img {
    width: 100%;
}

.who-content-content {
    width: 52%;
    padding-left: 4%;
}

.second-title {
    font-size: 46px;
    line-height: 45px;
    margin-bottom: 25px;
}

.who-content-content p {
    margin-bottom: 20px;
}

.who-second-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}

.who-second-box {
    width: 48%;
}

.who-second-img img {
    width: 100%;
    background-size: cover;
}

.who-second-text {
    width: 100%;
    padding-top: 20px;
    line-height: 24px;
}

.who-vision-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #D95C4A;
    padding: 100px 0 90px;
}

.who-vision-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.who-vision-box {
    width: 48%;
}

.who-vision-box h3 {
    color: #fff;
}

.who-vision-box p {
    color: #fff;
}

.who-about-section {
    width: 100%;
    padding: 100px 0 50px;
}

.who-about-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.who-about-content {
    width: 48%;
}

.who-about-content .main-btn {
    margin-top: 20px;
}

.who-about-img {
    width: 48%;
}

.who-about-img img {
    width: 100%;
}

.who-leader-section {
    width: 100%;
    padding: 50px 0 100px;
}

.who-leader-inner {
    width: 100%;
}

.who-leader-inner ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5%;
    margin-right: -1.5%;
}

.who-leader-inner ul li {
    width: 22%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    background-color: #F1F1F1;
}

.who-leader-img {
    width: 100%;
    min-height: 235px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e3e3e3;
}

.who-leader-img img {
    max-height: 180px;
}

.who-leader-content {
    padding: 35px 15px;
}

.who-leader-content h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.who-career-section {
    padding: 100px 0;
    margin-bottom: 95px;
    background-color: #F1F1F1;
}

.contact-first-section {
    width: 100%;
    padding: 100px 0 50px;
}

.contact-first-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form-main-left {
    width: 48%;
}

.contact-form-main-left p a {
    font-weight: bold;
}

.contact-address-main {
    width: 48%;
}

.main-form-div {
    width: 100%;
    margin-top: 25px;
}

.contact-form input {
    width: 100%;
    height: 50px;
    padding: 0px 15px;
    font-size: 14px;
    color: #000;
    line-height: 50px;
    border: 1px solid #C4C4C4;
    border-radius: 0px;
    background-color: #fff;
}

.contact-form .nice-select {
    width: 100%;
    height: 50px;
    padding: 0px 15px;
    font-size: 14px;
    color: #000;
    line-height: 50px;
    border: 1px solid #C4C4C4;
    border-radius: 0px;
    background-color: #fff;
}

.contact-form textarea {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
    line-height: 25px;
    height: 120px;
    min-height: 120px;
    border: 1px solid #C4C4C4;
    border-radius: 0px;
    background-color: #fff;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #000;
}

.contact-form li.full-width {
    width: 100%;
}

.contact-form li:last-child {
    margin-bottom: 0px;
}

.contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form li {
    width: 48%;
    display: flex;
    margin-bottom: 20px;
}

.contact-form .nice-select .option {
    width: 100%;
    margin-bottom: 0px;
}

.contact-address-main h4 {
    font-size: 24px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-number {
    padding: 20px 0;
}

.contact-number p a {
    font-weight: bold;
}

.contact-details-bottom p {
    margin-bottom: 4px;
}

.contact-details-bottom p span {
    font-weight: bold;
}

.contact-social {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.contact-social label {
    font-size: 14px;
}

.contact-social ul {
    display: flex;
    margin-left: 8px;
    align-items: center;
}

.contact-social ul li {
    font-size: 16px;
    margin-right: 7px;
}

.contact-second-section {
    width: 100%;
    padding: 50px 0 90px;
}

.contact-second-inner {
    width: 100%;
}

.contact-second-inner ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5%;
    margin-right: -1.5%;
}

.contact-second-inner ul li {
    width: 22%;
    padding: 30px 30px 70px;
    margin-left: 1.5%;
    margin-right: 1.5%;
    background-color: #F1F1F1;
    position: relative;
}

.contact-icon {
    height: 50px;
    display: flex;
    align-items: center;
}

.contact-icon img {
    max-height: 100%;
}

.contact-second-inner ul li h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.contact-second-inner ul li .main-btn {
    margin-top: 0;
    position: absolute;
    bottom: 56px;
}

.contact-second-inner ul li .main-btn:hover .main-btn-round {
    background-color: #fbbfb7;
}

.news-section-main {
    width: 100%;
    padding: 80px 0 90px;
}

.news-list-main {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 70px;
}

.news-list-main ul {
    margin-left: -1.5%;
    margin-right: -1.5%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
}

.news-list-main ul li {
    width: 30.3%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.pagination-main ul {
    display: flex;
    justify-content: center;
}

.pagination-main ul li {
    margin: 0px 5px;
}

.pagination-main ul li a {
    width: 38px;
    height: 38px;
    display: flex;
    font-size: 18px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #D95C4A;
    border: 1px solid #D95C4A;
}

.pagination-main ul li a:hover {
    background-color: #000;
    border: 1px solid #000;
}

.pagination-main ul li span {
    width: 38px;
    height: 38px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D95C4A;
    background-color: #fff;
    border: 1px solid #D95C4A;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.page-template-page-news-detail .header,
.page-template-page-career-detail .header {
    background-color: #3C4856;
}

.related-news-main .second-title {
    margin-bottom: 0px;
}

.news-detail-section-main {
    padding: 80px 0 90px;
}

.related-news-main {
    padding-top: 65px;
}

.news-detail-first {
    width: 100%;
    padding-top: 70px;
}

.news-detail-first {
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
}

.news-detail-first img {
    width: 100%;
    margin-bottom: 25px;
}

.news-detail-first p {
    margin-bottom: 25px;
}

.news-detail-first label {
    font-size: 14px;
    line-height: 20px;
    color: #D95C4A;
    margin-bottom: 5px;
    display: block;
}

.news-detail-bradcrmb {
    margin-bottom: 35px;
}

.news-detail-bradcrmb ul {
    display: flex;
    flex-wrap: wrap;
}

.news-detail-bradcrmb ul li::after {
    content: ">";
    position: absolute;
    right: -15px;
    top: -2px;
    font-size: 17px;
}

.news-detail-bradcrmb ul li:last-child::after {
    display: none;
}

.news-detail-bradcrmb ul li {
    display: flex;
    margin-right: 20px;
    font-size: 14px;
    position: relative;
}

.news-detail-first .second-title {
    margin-bottom: 12px;
}

.career-list-main-section {
    width: 100%;
    padding: 80px 0px;
}

.career-list-main-section .main-title {
    line-height: 70px;
}

.career-top-section {
    padding-bottom: 50px;
    border-bottom: 1px solid #E2E2E2;
}

.career-list-main {
    width: 100%;
    padding-top: 40px;
}

.career-list-main ul {
    margin-top: 30px;
    row-gap: 50px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5%;
    margin-right: -1.5%;
}

.career-list-main ul li {
    width: 30.3%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.career-list-main ul li a {
    width: 100%;
    display: block;
    padding: 40px 35px 30px;
    background-color: #F1F1F1;
}

.career-list-main ul li a:hover {
    background-color: #D95C4A;
}

.career-list-main ul li a:hover {
    color: #fff;
}

.career-list-main ul li a:hover span,
.career-list-main ul li a:hover h4 {
    color: #fff;
}

.career-list-main ul li h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.career-list-main ul li span {
    color: #D95C4A;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.career-detail-section {
    width: 100%;
    height: auto;
    padding: 150px 0 90px;
}

.career-title span {
    font-size: 14px;
    font-weight: 400;
}

.career-detail-inner {
    width: 100%;
    padding-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.career-detail-content {
    width: 48%;
}

.career-detail-content h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.career-detail-content ul {
    margin-bottom: 30px;
}

.career-detail-content ul li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    padding-left: 30px;
    position: relative;
}

.career-detail-content ul li span {
    font-weight: 600;
    display: block;
}

.career-detail-content ul li::after {
    content: "";
    width: 17px;
    height: 10px;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 3px;
    top: 8px;
}

.career-detail-form {
    width: 40%;
}

.contact-form.career-form li {
    width: 100%;
    margin-bottom: 25px;
}

.career-form-main {
    margin-top: 20px;
}

.career-detail-form h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 60px;
}

.file-upload-wrapper:before {
    content: "Browse";
    position: absolute;
    top: 0;
    right: 0;
    width: 135px;
    text-align: center;
    display: inline-block;
    height: 50px;
    background: #F1F1F1;
    color: #D95C4A;
    font-weight: 500;
    z-index: 25;
    font-size: 14px;
    line-height: 50px;
    padding: 0 15px;
    pointer-events: none;
    border-radius: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.file-upload-wrapper:hover:before {
    background-color: #D95C4A;
    color: #fff;
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 50px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 15px;
    border: 1px solid #C4C4C4;
    background: #fff;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 50px;
    line-height: 50px;
    color: #000;
    border-radius: 0;
    font-weight: 400;
}

.main-btn.banner-btn {
    color: #fff !important;
    line-height: 39px !important;
    font-weight: 400 !important;
}

.main-btn.banner-btn:hover {
    color: #D95C4A !important;
}

.main-btn.banner-btn .main-btn-round::after {
    background-image: url(../images/btn-arrow-white.png);
}

.enquire-btn {
    width: 164px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #D95C4A;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    position: fixed;
    right: -57px;
    top: 48%;
    z-index: 99;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    box-shadow: 0px -6px 32px -5px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 0px -6px 32px -5px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px -6px 32px -5px rgba(0, 0, 0, 0.31);
}

.enquire-btn:hover {
    background-color: #000;
    color: #fff;
}

.enquiry-popup {
    width: 100%;
    max-width: 750px;
    padding: 80px 80px 50px;
}

.enquiry-popup .contact-form {
    margin-top: 15px;
}

.enquiry-popup .second-title {
    margin-bottom: 0px;
}

.enquiry-popup .main-btn {
    margin: 0 auto;
    margin-top: 15px;
}

.error-404 .main-btn {
    margin-top: 25px;
}