body {
    background-color: white;
    color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

a {}

ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

.container-fluid {
    padding: 0 !important;
}

/* custom */
.btn-custom {
    padding: 10px 50px;
    border: 1px solid #ff830f;
    background: #fff;
    color: #ff830f;
}

.btn-custom:hover {
    background-color: #ff830f;
    color: #fff;
}

.padding-box-60 {
    padding: 60px 0;
}

.padding-box-30 {
    padding: 30px 0;
}

.padding-box-15 {
    padding: 15px 0;
}

/* line defauld */

.line-title {
    padding: 5px 0 15px 0;
}

.line-title .line-top {
    width: 65%;
    float: left;
    border-top: #ff830f solid 1px
}

.line-title .line-bottom {
    width: 65%;
    float: right;
    margin-top: 5px;
    border-top: #ff830f solid 1px
}

/* slider */
.slider-container {
    width: 100%;
}

.slider-container img {
    width: 100%;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1;
    z-index: 2;
    transition: all 0.2s linear
}

.slick-arrow:hover {
    background-color: #ffc983;
    color: white;
}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex !important;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 0 20px;
}

.slick-dots button {
    font-size: 0;
    width: 15px;
    height: 15px;
    border-radius: 100rem;
    background-color: #eee;
    border: none;
    outline: none;
    transition: all 0.2s linear;
}

.slick-dots .slick-active button {
    background-color: #ffc983;
}

/* done slider banner */

.ladi-widget-overlay {
    background-color: rgba(0, 0, 0, 0.72);
}

.testimonial {
    background-image: url(../img/bg-01.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    color: rgba(255, 255, 255, 1);
}

.item-tes {
    width: 60%;
    text-align: center;
    padding: 60px 0;
}

.img-widget-avvata {
    background-image: url(../img/avata.jpg);
    background-repeat: no-repeat;
    width: 164px;
    height: 164px;
    background-origin: content-box;
    background-size: cover;
    border-radius: 50%;
    border: 5px solid #fff;
    background-position: top center;
    margin: auto;
    margin-bottom: 30px;
}

/* ý kiến khách hàng */

/* đối tác */
.brands-slider img {
    padding: 25px 40px;
}

/* contact  map */
.contact {
    background: #f2f2f2;
}

.form-info {
    background: #fff;
    height: 450px;
    padding: 30px;
}

.form-info i {
    font-size: 18px;
}

.form-info span {
    font-size: 18px;
    padding-left: 10px;
    font-weight: 500;
    color: #ff830f;
}

.form-info .line {
    border-top: 1px solid #969696;
    padding-top: 10px;
}

/* box- cat */
.box-img img {
    width: 100%;
}

.padding-box {
    padding-top: 2px;
}

/* footer */
.logo {
    max-width: 200px;
    padding: 20px;
}

.footer {
    background: #fff;
    color: rgb(29, 28, 28);
    border-top: 1px solid #dfdfdf;
    padding: 40px 0;
}

.form-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-button {
    background-color: #969696;
    color: #fff;
    border: none;
    padding: 7px 40px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.email-form input {
    border-radius: 0 !important;
}

.submit-button:hover {
    background-color: #ff830f;
}

.share-icons {
    list-style: none;
    display: flex;
    gap: 20px;
    padding-left: 0;
    padding-top: 30px;
}

.share-icons li a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgb(136, 136, 136);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    transition: background-color 0.3s ease;
}

.share-icons li a:hover {
    background-color: #ff830f
}

.copy-right {
    background: rgb(136, 136, 136);
    color: #f1f1f1;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
}

/* Free Shipping On All Orders */
.policy {
    background-color: #f2f2f2;
}

.box-policy {
    text-align: center;
    font-weight: 700;
    padding: 20px 0;
}

.box-policy img {
    width: 40px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

/* section 02 */
.text-box {
    padding-top: 60px;
    padding-bottom: 20px;
}

.text-box .title-box {
    font-weight: 900;
    font-size: 35px;
    ;
}

.text-box .des-box {
    padding-bottom: 30px;
    ;
}

/* Galaxy section */
.galaxy .item-tab {
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 700;
    color: #969696;
    background: #fff;
    border: none;
}

.galaxy .item-tab:hover {
    color: #ff830f;
}

.galaxy .active {
    color: #ff830f;
    border-bottom: 2px solid #ff830f;
}

.galaxy .nav-tabs {
    border: none;
}

.galaxy img {
    border: 1px solid #d6d6d6;
    margin: 10px 0;
}

/* why-us */
.why-us img {
    width: 120px;
    padding: 20px;
}


/* Hover image  */
figure.snip1104 {
    position: relative;
    overflow: hidden;
    background: #000000;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1104 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

figure.snip1104 img {
    position: relative;
    opacity: 0.4;
}

figure.snip1104 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

figure.snip1104 h3 {
    position: absolute;
    left: 40px;
    right: 40px;
    display: inline-block;
    background: #000000;
    -webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
    transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
    padding: 12px 5px;
    margin: 0;
    top: 50%;
    text-transform: uppercase;
    font-weight: 400;
}

figure.snip1104 h2 span {
    font-weight: 800;
}

figure.snip1104:before {
    height: 100%;
    width: 128%;
    top: 0;
    left: 0;
    content: '';
    background: #ffffff;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(110deg) translateY(-50%);
    transform: rotate(110deg) translateY(-50%);
}

figure.snip1104 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

figure.snip1104.blue {
    background: #123851;
}

figure.snip1104.blue h3 {
    background: #0a212f;
}

figure.snip1104.red {
    background: #581a14;
}

figure.snip1104.red h3 {
    background: #36100c;
}

figure.snip1104.yellow {
    background: #7f5006;
}

figure.snip1104.yellow h3 {
    background: #583804;
}

figure.snip1104:hover img,
figure.snip1104.hover img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.snip1104:hover h3,
figure.snip1104.hover h3 {
    -webkit-transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
    transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
}

figure.snip1104:hover:before,
figure.snip1104.hover:before {
    -webkit-transform: rotate(110deg) translateY(-150%);
    transform: rotate(110deg) translateY(-150%);
}

/* section-03 */
.section-03 {
    background-color: #f2f2f2;
    padding: 40px 0;
}

/* ...slider-room . */


.slider-room {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    /* margin: 5rem auto; */
    max-width: 800px;
    width: 100%;
}


.item.slick-slide {
    width: 520px;
    height: 380px !important;
    transition: transform .5s ease;
    position: relative;
}

.item.slick-slide:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    transition: transform .4s;
}

.item.slick-slide {
    transform: scale(0.7) translate(640px);
}

.item.slick-slide.slick-center+.slick-slide {
    transform: scale(0.8) translate(-250px);
    z-index: 10;
}

.item.slick-slide.slick-center+.slick-slide+.item.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;
}

.item.slick-slide.slick-active {
    transform: scale(0.8) translate(250px);
}

.item.slick-slide.slick-center {
    /* margin: 0 -10%; */
    transform: scale(1);
    z-index: 30;

}

.slick-center:after {
    opacity: 0;
    margin: 10px;
    padding: 10px;
}