*{
	box-sizing: border-box;
}

body{
	margin: 0px;
	font-family: 'Times New Roman', Times, serif;
}

.clear{
	clear: both;
}

.col-1{width: 8.33%;}
.col-2{width: 16.66%;}
.col-3{width: 25.0%;}
.col-4{width: 33.33%;}
.col-5{width: 41.66%;}
.col-6{width: 50.0%;}
.col-7{width: 58.33%;}
.col-8{width: 66.66%;}
.col-9{width: 75.0%;}
.col-10{width: 83.33%;}
.col-11{width: 91.66%;}
.col-12{width: 100%;}

[class*="col-"]{
	width: 100%;
	float: left;
}

#header{
    min-height: 70px;
}

#banner{
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
    color: white;
    background-color: rgb(28, 28, 28);
    position: fixed;
}

#menu{
    display: none;
}

#find{
    display: none;
}

#bn-list{
    color: white;
    font-size: 23pt;
    float: left;
    margin-top: 16px;
    margin-left: 10px;
    width: 10%;
}

#bn-logo{
    width: 60%;
    text-align: center;
    text-decoration: none;
    font-size: 25pt;
    float: left;
    margin-top: 15px;
    color: rgb(255, 196, 0);
}

#bn-cart{
    width: 20%;
    float: right;
}

#bn-cart a{
    color: white;
    font-size: 20pt;
    float: right;
    margin-top: 18px;
    margin-right: 10px;
}

#cart-user{
    display: none;
}

#cart-container{
    text-decoration: none;
}

#cart-number{
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: red;
    border-radius: 10px;
    font-size: 14px;
    top: 10px;
    right: 0;
    text-align: center;
    padding-top: 3px;
}

/*--------------------------------CONTENT-------------------------------------------*/
#content{
    min-height: 300px;
    background-color: white;
}

#location{
    width: 100%;
    background-color: rgb(237, 237, 237);
    padding: 5px 0px;
    padding-left: 20px;
}

#location a{
    text-decoration: none;
    color: rgb(129, 129, 129);
}

#in-content{
    width: 80%; 
    min-height: 300px; 
    margin: 50px auto; 
}

#in-content form{
    padding: 20px; 
    width: 100%;
}

#form-title{
    text-align: center;
    margin-bottom: 30px;
}

#form-title span{
    font-size: 24pt;
    color: rgb(28, 28, 28);
}

#form-content span{
    color: rgb(28, 28, 28);
    line-height: 30px;
}

#form-content span span{
    font-size: 11pt;
    color: red;
}

#form-content input{
    width: 100%;
    height: 38px;
    border-radius: 10px;
    border: 1px solid rgb(173, 173, 173);
    padding-left: 10px;
    outline: none;
}

#form-content a{
    line-height: 30px;
}

#form-sm{
    cursor: pointer;
    color: white;
    background-color: rgb(28, 28, 28);
    font-size: 16pt;
}

#form-sm:hover{
    color: rgb(255, 196, 0);
}

/*--------------------------------FOOTER-------------------------------------------*/
#footer{
    height: 1100px;
    background-color: rgb(28, 28, 28);
    text-align: center;
    padding: 30px;
}

#ft-1{
    color: white;
    font-size: 10pt;
    text-align: left;
}

#ft-logo{
    font-size: 45pt;
    color: rgb(255, 196, 0);
    text-decoration: none;
}

#ft-wn{
    text-align: left;
}

#ft-wn1{
    text-decoration: none;
    color: white;
    font-size: 14pt;
}

#ft-wn p{
    color: rgb(255, 255, 255);
    line-height: 10px;
}

#ft-2{
    text-align: left;
}

.ft-if{
    text-decoration: none;
    color: white;
    line-height: 40px;
}

.ft-if ul{
    list-style: none;
    margin-top: 10px;
}

.ft-if li{
    margin-top: 5px;
    line-height: 20px;
}

#signup{
    background-color: white;
    width: 60%;
    height: 31px;
    border-radius: 30px;
    padding-left: 5px;
}

#ip-em{
    margin-top: 7px;
    border: none;
    outline: none;
    width: 60%;
}

#ip-sm{
    float: right;
    margin-right: 2px;
    background-color: rgb(28, 28, 28);
    color: white;
    height: 29px;
    margin-top: 1px;
    border-radius: 30px;
    cursor: pointer;
}

#network{
    width: 90%;
    margin-top: 20px;
}

.scnk{
    width: 30px;
    height: 30px;
    margin-right: 20px;
    border-radius: 15px;
}

#ft-3{
    text-align: left;
}

#ft-3 span{
    font-size: 12pt; 
    color: white; 
    line-height: 40px;
}

#map{
    height: 260px;
    width: 100%;
    border: none;
    border-radius: 20px;
}

/* Cho mobile */
@media only screen and (max-width: 768px){
	
}

/*---------------------------------------------------------------------------*/
/* Cho tablet */
@media only screen and (min-width: 768px){
    .col-s-1{width: 8.33%;}
	.col-s-2{width: 16.66%;}
	.col-s-3{width: 25.0%;}
	.col-s-4{width: 33.33%;}
	.col-s-5{width: 41.66%;}
	.col-s-6{width: 50.0%;}
	.col-s-7{width: 58.33%;}
	.col-s-8{width: 66.66%;}
	.col-s-9{width: 75.0%;}
	.col-s-10{width: 83.33%;}
	.col-s-11{width: 91.66%;}
	.col-s-12{width: 100%;}

    #signup{
        width: 40%;
    }

    #slideshow{
        height: 400px;
    }

    #in-content{
        width: 50%; 
    }
}

/* Cho pc, laptop */
@media only screen and (min-width: 1020px){
	.col-m-1{width: 8.33%;}
	.col-m-2{width: 16.66%;}
	.col-m-3{width: 25.0%;}
	.col-m-4{width: 33.33%;}
	.col-m-5{width: 41.66%;}
	.col-m-6{width: 50.0%;}
	.col-m-7{width: 58.33%;}
	.col-m-8{width: 66.66%;}
	.col-m-9{width: 75.0%;}
	.col-m-10{width: 83.33%;}
	.col-m-11{width: 91.66%;}
	.col-m-12{width: 100%;}

    #footer{
        height: 760px;
    }
    
    #signup{
        width: 60%;
    }

    #cart-user{
        display: block;
    }

    #bn-list{
        display: none;
    }

    #bn-logo{
        width: 25%;
    }

    #menu{
        display: block;
        width: 55%;
        height: 100%;
        float: left;
        padding-top: 0px;
    }

    #menu-item ul{
        list-style: none;
    }

    #menu-item ul li{
        width: 90px;
        text-align: center;
        float: left;
        background-color: rgb(28, 28, 28);
        line-height: 45px;
        margin-left: 10px;
        font-size: 11pt;
    }

    #menu-item ul li a{
        text-decoration: none;
        color: white;
    }

    #menu-item ul li a:hover{
        color: rgb(255, 196, 0);
    }

    /*----------------------------*/
    #menu-item ul li:hover{
        position: relative;
    }

    #menu-item ul ul{
        margin: 0px;
        padding: 0px;
        display: none;
        list-style: none;
        position: absolute;
        top: 45px;
        left: -5px;
    }

    #menu-item li li{
        width: 200px;
        height: 38px;
        border-top: 1px solid #777777;
        background-color: rgb(28,28,28);
    }

    #menu-item li:hover ul{
        display: block;
    }
    
    #menu-item li li a{
        text-decoration: none;
        color: rgb(255, 255, 255);
        display: block;
    }
    
    #menu-item li li a:hover{
        color: #ffd500;
    }
    /*----------------------------*/


    #in-content{
        width: 40%; 
    }
}

/* Cho TV */
@media only screen and (min-width: 1280px){
	.col-x-1{width: 8.33%;}
	.col-x-2{width: 16.66%;}
	.col-x-3{width: 25.0%;}
	.col-x-4{width: 33.33%;}
	.col-x-5{width: 41.66%;}
	.col-x-6{width: 50.0%;}
	.col-x-7{width: 58.33%;}
	.col-x-8{width: 66.66%;}
	.col-x-9{width: 75.0%;}
	.col-x-10{width: 83.33%;}
	.col-x-11{width: 91.66%;}
	.col-x-12{width: 100%;}

    #footer{
        height: 430px;
    }

    #map{
        height: 330px;
    }

    #signup{
        width: 80%;
    }

    #cart-find{
        display: none;
    }

    #bn-logo{
        width: 20%;
    }

    #menu{
        width: 45%;
    }

    #find{
        display: block;
        float: left;
        width: 25%;
        height: 100%;
    }

    #in-find{
        background-color: white;
        height: 45px;
        margin-top: 12px;
        border-radius: 25px;
    }

    #find-input{
        height: 100%;
        width: 70%;
        border-radius: 25px;
        border: none;
        outline: none;
    }

    #find-submit{
        height: 80%;
        border-radius: 20px;
        background-color: rgb(28, 28, 28);
        color: white;
        float: right;
        margin: 5px;
    }

    #bn-cart{
        width: 10%;
    }

    #in-content{
        width: 30%; 
    }
}