*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-family: 'Comfortaa', cursive;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Flex', sans-serif;
}

/* ================HOME PAGE================ */

/* -----------HEADER----------- */

.header{
    min-height: 50vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    background-image: url(img/ct-cover.JPG);
    background-size: cover;
    overflow: hidden;
    animation: slide 20s infinite;
}

@keyframes slide{
    0%{
        background-image: url(img/cover1.JPG)
    }
    10%{
        background-image: url(img/cover1.JPG)
    }
    10.01%{
        background-image: url(img/cover2.JPG)
    }
    20%{
        background-image: url(img/cover2.JPG)
    }
    20.01%{
        background-image: url(img/cover3.JPG)
    }
    30%{
        background-image: url(img/cover3.JPG)
    }
    30.01%{
        background-image: url(img/cover4.JPG)
    }
    40%{
        background-image: url(img/cover4.JPG)
    }
    40.01%{
        background-image: url(img/cover5.JPG)
    }
    50%{
        background-image: url(img/cover5.JPG)
    }
    50.01%{
        background-image: url(img/cover6.JPG)
    }
    60%{
        background-image: url(img/cover6.JPG)
    }
    60.01%{
        background-image: url(img/cover7.JPG)
    }
    70%{
        background-image: url(img/cover7.JPG)
    }
    70.01%{
        background-image: url(img/cover8.JPG)
    }
    80%{
        background-image: url(img/cover8.JPG)
    }
    80.01%{
        background-image: url(img/cover9.JPG)
    }
    90%{
        background-image: url(img/cover9.JPG)
    }
    90.01%{
        background-image: url(img/cover10.JPG)
    }
    100%{
        background-image: url(img/cover10.JPG)
    }
}

nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: canter;
}

nav img{
height: 60px;
}

.nav-link{
    flex: 1;
    text-align: right;
}

.nav-link ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-link ul li a{
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.nav-link ul li::after{
    content:'';
    width: 0%;
    height: 2px;
    background: #ff6600;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-link ul li:hover::after{
    width: 100%;
}

.brandname{
    position:absolute;
    left:70%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.brandname img{
    max-width: 400px;
}

.brandname img:hover{
    max-width: 450px;
}

.brandname p{
    width: 600px;
    position:absolute;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    margin-top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.brandname p:hover{
    font-size: 24px;
    color: #ff6600;
}

.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #ff6600;
    border-radius: 10px;
    padding: 10px 30px;
    cursor: pointer;
    right: 50%;
    transform: translateX(-50% -50%);
    margin-top: 80px;
}

.hero-btn:hover{
    background: #000;
    color: #ff6600;
    transition: 0.5s;
} 
#icon{
    display: none;
}

@media(max-width: 700px){
    .header{
        min-height: 40vh;
    }
    nav img{
        height: 20px;
    }
    #icon{
        display: block;
        color: #ff6600;
        margin: 2px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-link ul{
        padding: 10px;
    }
    .nav-link ul li{
        display: block;
    }
    .nav-link{
        position: absolute;
        background: #F9DCBE;
        height: 100vh;
        width: 200px;
        top:0px;
        right: -200px;
        text-align: left;
        z-index: 2;
        font-size: 10px;
        transition: 0.5s;
    }

    
    .brandname{
        max-width: 100%;
        left: 50%;
        transform: translateX(-70% -50%);
        position: absolute;
        align-items: center;
    }
    .brandname img{
        max-width: 200px;
        left: 50%;
    }

    .brandname p{
        max-width: 35 0px;
        font-size: 13px;
        margin-top: 15px;
    }
    .brandname a{
        font-size: 12px;
    }
    .hero-btn{
        max-width: 150px;
        margin-top: 60px;
    }
    .brandname img:hover{
        max-width: 250px;
    }
    
    .brandname p:hover{
        font-size: 14px;
    }
}

@media(max-width: 912px){
    .header{
        min-height: 40vh;
    }
    nav img{
        height: 30px;
    }
    #icon{
        display: block;
        color: #ff6600;
        margin: 2px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-link ul{
        padding: 10px;
    }
    .nav-link ul li{
        display: block;
    }
    .nav-link{
        position: absolute;
        background: #F9DCBE;
        height: 100vh;
        width: 200px;
        top:0px;
        right: -200px;
        text-align: left;
        z-index: 2;
        font-size: 10px;
        transition: 0.5s;
    }

    
    .brandname{
        max-width: 100%;
        left: 50%;
        transform: translateX(-70% -50%);
        position: absolute;
        align-items: center;
    }
    .brandname img{
        max-width: 200px;
        left: 50%;
    }

    .brandname p{
        max-width: 35 0px;
        font-size: 13px;
        margin-top: 15px;
    }
    .brandname a{
        font-size: 12px;
    }
    .hero-btn{
        max-width: 150px;
        margin-top: 60px;
    }
    .brandname img:hover{
        max-width: 250px;
    }
    
    .brandname p:hover{
        font-size: 14px;
    }
}



/* ------------FOOTER------------ */

.footer-container{
    max-width: 100%;
    background-color: #fff;
    margin: auto;
}

.row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 20px;
}

.footer{
    background-color: #24262b;
}

.footer-col{
    width: 30%;
    padding: 0 10px;
}

.footer-col ul{
    padding-bottom: 20px;
}

.footer-col ul li{
    list-style: none;
}
/* .footer-col ul li p{
    line-height: 20px;
} */

.footer-col h4{
    font-size: 16px;
    color: #000;
    margin-bottom: 35px;
    font-weight: 700;
    position: relative;
}

.footer-col h4::before{
    content:'';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #ff6600;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}


.footer-col ul li:not(:last-child){
    margin-bottom: 10px;
}

.footer-col ul li a{
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    color: #000;
    display: block;
    transition: all 0.1s ease;
}

.footer-col ul li p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.footer-col ul li a:hover{
    padding-left: 10px;
    color: #ff6600;
}

.copyright{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #bbb;
    padding: 13px;
    background-color: #000;
}

.add-icon{
    display: flex;
}

.add-icon p{
    font-size: 13px;
    padding: 5px;
    line-height: 20px;
}

.add-icon i{
    padding: 5px;
}

.social{
    display: flex;
    padding: 5px;
    margin-top: 20px;
    width: auto;
}

.social img{
    height: 60px;
    padding-left: 15px;
    transition: all 0.1s;
}

.social img:hover{
    height: 50px;
}

@media(max-width: 700px){
    .social img{
        height: 35px;
    }
    .social img:hover{
        height: 30x;
    }
    .footer-col{
        width: 50%;
    }
}
#footer-brand{
    width: 120px;
    margin-bottom: 5px;
    margin-left: 10px;
}

/* =========CONTACT PAGE================== */

.contact-us{
    position: relative;
    min-height: 50vh;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contact-container{
    width: 100%;
    display: flex;
    justify-content:space-around;
    align-items: center;
    margin-top: 30px;
}
.ct-info{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    
}

.ct-info .box{
    position: relative;
    padding: 20px 0;
    display: flex;
}

.ct-info .box .icon{
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.ct-info .box .text{
    display: flex;
    margin-left:10px;
    font-size: 16px;
    color: #fff;
    flex-direction: column;
    font-weight: 300;
}

.ct-info .box .text p{
    font-weight: 800;
    color: #000;
}

.ct-form{
    width: 50%;
    padding: 20px;
    background: rgba(110, 89, 206, 0.15);
    outline: 1px solid #bbb;
    border-radius: 15px;
}
.ct-form h2{
    font-size: 16px;
    font-weight: 800;
    color:#000;
}

.ct-form .inputbox{
    position: relative;
    width: 100%;
    margin-top: 10px;
    background: transparent;
}

.ct-form .inputbox input,
.ct-form .inputbox textarea
{
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
    margin: 10px 0;
    border: none;
    border-bottom: 1px solid #ff6600;
    outline: 1px solid #bbb;
    border-radius: 5px;
    background: transparent;
}

.ct-form .inputbox span{
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 14px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #000;

}

.ct-form .inputbox input:focus ~ span,
.ct-form .inputbox input:valid ~ span,
.ct-form .inputbox textarea:focus ~ span,
.ct-form .inputbox textarea:valid ~ span
{
    color: #ff6600;
    font-size: 14px;
    transform: translateY(-20px);
}

.ct-form .inputbox input[type="submit"]
{
    width: 100px;
    background: #ff6600;
    color: #000;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px;
    font-size: 16px;
}

.map{
    width: 100%;
    /* margin-top: 50px; */
    padding: 100px 10px;
}

.map iframe{
    width: 100%;
}

@media (max-width: 700px){
    .contact-us{
        padding: 15px;
    }
    .contact-container{
        flex-direction: column;
    }
    .contact-container .box,
    .contact-container .social
    .map{
        padding: 5px;
    }

    /* .contact-container .ct-info{
        margin-top: 10px;
        height: 40%;
    } */
    .contact-container .ct-info,
    .ct-form, .map{
        width: 100%;
    }

    .contact-container .box p{
        font-size: 14px;
    }

}
/* 
--------------PRODUCT------------ */
.product{
    width: 90%;
    margin: auto;
    padding-top: 50px;
}

.product h1{
    font-size: 30px;
    color:#24262b;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5%;
}

.product .intro{
    width: 100%;
    margin-bottom: 5%;
}

.product .intro p{
    color:dimgray;
    font-size: 16px;
    text-align: justify;
}
.product-row{
    display: block;
    width: 100%;
    justify-items: center;
    align-items: center;
}

/* -------SLIDER------------ */

.product-col{
    position: relative;
    overflow: hidden;
    width: 80%;
    height: 60vh;
    margin-top: 50px;
    margin: 5% 10%;
}

/* ---------NHÔM---------- */

.product-col .nhom-slider{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    animation: animate 7s linear infinite;
}

.product-col .nhom-slider .slider-nhom1,
.product-col .nhom-slider .slider-nhom2,
.product-col .nhom-slider .slider-nhom3,
.product-col .nhom-slider .slider-nhom4
{
    width: 20%;
    height: 100%;
    float: left;
}

.product-col .nhom-slider .slider-nhom1 .caption h3,
.product-col .nhom-slider .slider-nhom2 .caption h3,
.product-col .nhom-slider .slider-nhom3 .caption h3,
.product-col .nhom-slider .slider-nhom4 .caption h3
{
    padding: 5px;
    color: #000;
    font-size: 16px;
    background: rgba(255, 225,225,0.4)
}

.product-col .nhom-slider .slider-nhom1{
    background: url(img/Phin-ca-phe-nhom.jpg);
    background-size: cover;
    background-position: center;
    width: 20%;
}

.product-col .nhom-slider .slider-nhom2{
    background: url(img/Phin-ca-phe-nhom-mau.jpg);
    background-size: cover;
    background-position: center;
    width: 20%;
}

.product-col .nhom-slider .slider-nhom3{
    background: url(img/Phin-ca-phe-50gr.JPG);
    background-size: cover;
    background-position: center;
    width: 20%;
}

.product-col .nhom-slider .slider-nhom4{
    background: url(img/Phin-ca-phe-nhom-lon.jpg);
    background-size: cover;
    background-position: center;
    width: 20%;
}

/* ---------INOX--------- */

.product-col .inox-slider{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    animation: animate 8.5s linear infinite;
}

.product-col .inox-slider .slider-inox1,
.product-col .inox-slider .slider-inox2,
.product-col .inox-slider .slider-inox3,
.product-col .inox-slider .slider-inox4
{
    width: 20%;
    height: 100%;
    float: left;
}

.product-col .inox-slider .slider-inox1 .caption h3,
.product-col .inox-slider .slider-inox2 .caption h3,
.product-col .inox-slider .slider-inox3 .caption h3,
.product-col .inox-slider .slider-inox4 .caption h3
{
    padding: 5px;
    color: #000;
    font-size: 16px;
    background: rgba(255, 225,225,0.4)
}

.product-col .inox-slider .slider-inox1{
    background: url(img/Phin-ca-phe-inox-125gr.JPG);
    background-size: cover;
    background-position: center;
    width: 20%;
}

.product-col .inox-slider .slider-inox2{
    background: url(img/Phin-ca-phe-inox-150gr.JPG);
    background-size: cover;
    background-position: center;
    width: 20%;
}

.product-col .inox-slider .slider-inox3{
    background: url(img/Phin-ca-phe-inox-300gr.JPG);
    background-size: cover;
    background-position: center;
    width: 20%;
}

.product-col .inox-slider .slider-inox4{
    background: url(img/Phin-ca-phe-inox-304.JPG);
    background-size: cover;
    background-position: center;
    width: 20%;
}

/* ---------SP-KHAC--------- */

.product-col .sp-khac-slider{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    animation: animate 10s linear infinite;
}

.product-col .sp-khac-slider .slider-sp-khac1,
.product-col .sp-khac-slider .slider-sp-khac2,
.product-col .sp-khac-slider .slider-sp-khac3,
.product-col .sp-khac-slider .slider-sp-khac4
{
    width: 20%;
    height: 100%;
    float: left;
}

.product-col .sp-khac-slider .slider-sp-khac1 .caption h3,
.product-col .sp-khac-slider .slider-sp-khac2 .caption h3,
.product-col .sp-khac-slider .slider-sp-khac3 .caption h3,
.product-col .sp-khac-slider .slider-sp-khac4 .caption h3
{
    padding: 5px;
    color: #000;
    font-size: 16px;
    background: rgba(255, 225,225,0.4)
}

.product-col .sp-khac-slider .slider-sp-khac1{
    background: url(img/Am-rot-co-ngong.JPG);
    background-size: cover;
    background-position: center;
    width: 20%;
}

.product-col .sp-khac-slider .slider-sp-khac2{
    background: url(img/ly-inox-2-lop.JPG);
    background-size: cover;
    background-position: center;
    width: 20%;
}

.product-col .sp-khac-slider .slider-sp-khac3{
    background: url(img/xo-thuy-tinh-pha-ca-phe.JPG);
    background-size: cover;
    background-position: center;
    width: 20%;
}

.product-col .sp-khac-slider .slider-sp-khac4{
    background: url(img/Hop-dung-phin-ca-phe.JPG);
    background-size: cover;
    background-position: center;
    width: 20%;
}
.product-row h2{
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}


@keyframes animate{

    0%{
        left: 0;
    }
    20%{
        left: 0;
    }
    25%{
        left: -100%;
    }
    45%{
        left: -100%;
    }
    50%{
        left: -200%;
    }
    70%{
        left: -200%;
    }
    75%{
        left: -300%;
    }
    95%{
        left: -300%;
    }
    100%{
        left: -400%;
    }

}

@media(max-width: 700px){
    .product h1{
        font-size: 20px;
    }
    .product .intro p{
        font-size: 13px;
        padding: 2px;
    }
    .product-col{
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 30vh;
        margin-top: 50px;
        margin: 5% 0%;
    }
    .product-row h2{
        text-align: center;
        font-size: 18px;
        font-weight: 400;
    }
    .product-col .nhom-slider .slider-nhom1 .caption h3,
    .product-col .nhom-slider .slider-nhom2 .caption h3,
    .product-col .nhom-slider .slider-nhom3 .caption h3,
    .product-col .nhom-slider .slider-nhom4 .caption h3,
    .product-col .inox-slider .slider-inox1 .caption h3,
    .product-col .inox-slider .slider-inox2 .caption h3,
    .product-col .inox-slider .slider-inox3 .caption h3,
    .product-col .inox-slider .slider-inox4 .caption h3,
    .product-col .sp-khac-slider .slider-sp-khac1 .caption h3,
    .product-col .sp-khac-slider .slider-sp-khac2 .caption h3,
    .product-col .sp-khac-slider .slider-sp-khac3 .caption h3,
    .product-col .sp-khac-slider .slider-sp-khac4 .caption h3
    {

    padding: 5px;
    color: #000;
    font-size: 10px;
    background: rgba(255, 225,225,0.4)
}
    
}

img{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;-ms-user-select:none;
    user-select:none;
    pointer-events:none;
    -webkit-tap-highlight-color:rgba(255, 255, 255, 0);}