
footer{
	font-family: 'DBHeavent';
	background: #f8f8f8;
    padding: 40px 0;   
    margin-top: 45px;
    
}
footer .footer-logo{
	margin-bottom: 15px;
}
footer .footer-call{
	font-size: 25px;
	line-height: 1em;
	margin-bottom: 15px;
	overflow: hidden;
}
footer .footer-call i{
	color: #0094D9;
}
footer .footer-address{
	font-size: 18px;
	margin-bottom: 15px;
}
footer .footer-category .title{
	font-family: 'DBHeavent-Bold';
	font-size: 26px;
	margin: 15px 0 15px 0;
	height: 35px;
}
footer .footer-category ul{
	list-style: none;
}
footer .social-icon ul{
	list-style: none;
}
footer .social-icon ul li{
	display: inline-block;
	font-size: 26px;
	margin-right: 10px;
}
footer .social-icon ul li#facebook a{
	color: #3b5998;
}
footer .social-icon ul li#line a{
	color: #00c300;
}
footer .social-icon ul li#twitter a{
	color: #1da1f2;
}
footer .social-icon ul li#ig a{
	color: #e1306c;
}
footer .social-icon ul li#youtube a{
	color: #ff0000;
}
footer#news{
	background: #0094D9;
	padding: 5px 15px 0px 0;
	color: #fff;
	font-size: 24px;
	font-family: 'DBHeaventt-Light';
}
footer#news input{
	border-radius: 50px 0px 0px 50px;
}
footer#news button{
	    background: #555;
    	border-radius: 0px 50px 50px 0px;
    	color: #fff;
}
footer.footer-mobile{background: transparent;}
.footer-mobile .sticky-fixed{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    border-top: 1px solid #d7d7d7;
    background-color: #f6f6f6;
    padding: 0;
    z-index: 600;
}
.footer-mobile .sticky-fixed .inner-sticky{
	font-size: 0;
    
}
.footer-mobile .sticky-fixed .col-sticky{
	position: relative;
    width: 19.33%;
    display: inline-block;
    font-family: 'DBHeaventt-Light';
    font-size: 14px;
    text-align: center;
    padding: 7px 0;
    color: #999;
    line-height: 1em;
}
.footer-mobile .sticky-fixed .col-sticky a{
	color: #999;
}
.footer-mobile .sticky-fixed .col-sticky i{
	width: 100%;
	font-size: 1.5em;
}


@media (max-width: 544.98px) {
	body{margin-top: 60px;}
	header.title{
		flex-direction: column;
	    align-items: baseline;
	}
	header.title .deal-countdown-timer,header.title a{
		margin: 0;
		margin-top: 15px;
	}
	.header{display: none;}
	footer{display: none;}
	.footer-mobile{display: block;}
	.header-mobile { display: block;}
    .header-mobile .container { 
        max-width: 100%; 
        width: 100%; 
        height: 100%; 
        padding-left: 0; 
        padding-right: 0;
    }
    
    .gb-header { height: 60px;}
    .gb-header .logo-main { width: 100px;}
    
    a.login-nav-item { position: absolute; top: 12px; right:70px;}
    
    .dropdown-login li:first-child:before { right: 38px;}
    .dropdown-login .submenu {
        top: -3px;
        right: 36px;
    }
    
    /* ic hamburger */
    .ic-mnu-btn {
        position: relative;
        position:absolute;
        top:15px;
        right:20px;
        display:block;
        vertical-align:middle;
        width: 28px;
        height:25px;
        line-height: 0;
        z-index:1002;
    }
    .ic-bar {
        display: inline-block;
        width: 100%;
        height: 3px;
        background-color:#007dde;
        margin:4px 0;
        position: absolute;
        -webkit-transition: 0.6s ease;
        -moz-transition: 0.6s ease;
        -o-transition: 0.6s ease;
        transition: 0.6s ease;
        -webkit-transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
        -moz-transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
        -o-transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
        transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    }
    .ic-mnu-btn .bar-top { top: 0;}
    .ic-mnu-btn .bar-middle { top: 8px;}
    .ic-mnu-btn .bar-bottom { top: 16px;}

    .ic-mnu-btn.dropdown-is-active { position: fixed; right:20px; top: 18px;}
    
    /* Dropdown Active */
    .dropdown-is-active .bar-top, 
    .dropdown-is-active .bar-bottom {
        top: 7px !important;
        background-color:#FFF!important;
    }

    .dropdown-is-active .bar-top {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .dropdown-is-active .bar-bottom {
        -webkit-transform: rotate(-225deg);
        -moz-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
        -o-transform: rotate(-225deg);
        transform: rotate(-225deg);
    }
    .dropdown-is-active .bar-middle {
        opacity: 0;
        filter: Alpha(opacity=0);
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
	body{margin-top: 60px;}
	.header{display: none;}
	.footer-mobile{display: block;}
	footer{display: none;}
	.header-mobile { display: block;}
    .header-mobile .container { 
        max-width: 100%; 
        width: 100%; 
        height: 100%; 
        padding-left: 0; 
        padding-right: 0;
    }
    
    .gb-header { height: 60px;}
    .gb-header .logo-main { width: 100px;}
    
    a.login-nav-item { position: absolute; top: 12px; right:70px;}
    
    .dropdown-login li:first-child:before { right: 38px;}
    .dropdown-login .submenu {
        top: -3px;
        right: 36px;
    }
    
    /* ic hamburger */
    .ic-mnu-btn {
        position: relative;
        position:absolute;
        top:15px;
        right:20px;
        display:block;
        vertical-align:middle;
        width: 28px;
        height:25px;
        line-height: 0;
        z-index:1002;
    }
    .ic-bar {
        display: inline-block;
        width: 100%;
        height: 3px;
        background-color:#007dde;
        margin:4px 0;
        position: absolute;
        -webkit-transition: 0.6s ease;
        -moz-transition: 0.6s ease;
        -o-transition: 0.6s ease;
        transition: 0.6s ease;
        -webkit-transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
        -moz-transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
        -o-transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
        transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    }
    .ic-mnu-btn .bar-top { top: 0;}
    .ic-mnu-btn .bar-middle { top: 8px;}
    .ic-mnu-btn .bar-bottom { top: 16px;}

    .ic-mnu-btn.dropdown-is-active { position: fixed; right:20px; top: 18px;}
    
    /* Dropdown Active */
    .dropdown-is-active .bar-top, 
    .dropdown-is-active .bar-bottom {
        top: 7px !important;
        background-color:#FFF!important;
    }

    .dropdown-is-active .bar-top {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .dropdown-is-active .bar-bottom {
        -webkit-transform: rotate(-225deg);
        -moz-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
        -o-transform: rotate(-225deg);
        transform: rotate(-225deg);
    }
    .dropdown-is-active .bar-middle {
        opacity: 0;
        filter: Alpha(opacity=0);
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
	body{margin-top: 60px;}
	.header{display: none;}
	.footer-mobile{display: block;}
	footer{display: none;}
	.header-mobile { display: block;}
    .header-mobile .container { 
        max-width: 100%; 
        width: 100%; 
        height: 100%; 
        padding-left: 0; 
        padding-right: 0;
    }
    
    .gb-header { height: 60px;}
    .gb-header .logo-main { width: 100px;}
    
    a.login-nav-item { position: absolute; top: 12px; right:70px;}
    
    .dropdown-login li:first-child:before { right: 38px;}
    .dropdown-login .submenu {
        top: -3px;
        right: 36px;
    }
    
    /* ic hamburger */
    .ic-mnu-btn {
        position: relative;
        position:absolute;
        top:15px;
        right:20px;
        display:block;
        vertical-align:middle;
        width: 28px;
        height:25px;
        line-height: 0;
        z-index:1002;
    }
    .ic-bar {
        display: inline-block;
        width: 100%;
        height: 3px;
        background-color:#007dde;
        margin:4px 0;
        position: absolute;
        -webkit-transition: 0.6s ease;
        -moz-transition: 0.6s ease;
        -o-transition: 0.6s ease;
        transition: 0.6s ease;
        -webkit-transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
        -moz-transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
        -o-transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
        transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    }
    .ic-mnu-btn .bar-top { top: 0;}
    .ic-mnu-btn .bar-middle { top: 8px;}
    .ic-mnu-btn .bar-bottom { top: 16px;}

    .ic-mnu-btn.dropdown-is-active { position: fixed; right:20px; top: 18px;}
    
    /* Dropdown Active */
    .dropdown-is-active .bar-top, 
    .dropdown-is-active .bar-bottom {
        top: 7px !important;
        background-color:#FFF!important;
    }

    .dropdown-is-active .bar-top {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .dropdown-is-active .bar-bottom {
        -webkit-transform: rotate(-225deg);
        -moz-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
        -o-transform: rotate(-225deg);
        transform: rotate(-225deg);
    }
    .dropdown-is-active .bar-middle {
        opacity: 0;
        filter: Alpha(opacity=0);
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
	body{margin-top: 60px;}
	.header{display: none;}
	.footer-mobile{display: block;}
	footer{display: none;}
	.header-mobile { display: block;}
    .header-mobile .container { 
        max-width: 100%; 
        width: 100%; 
        height: 100%; 
        padding-left: 0; 
        padding-right: 0;
    }
    
    .gb-header { height: 60px;}
    .gb-header .logo-main { width: 100px;}
    
    a.login-nav-item { position: absolute; top: 12px; right:70px;}
    
    .dropdown-login li:first-child:before { right: 38px;}
    .dropdown-login .submenu {
        top: -3px;
        right: 36px;
    }
    
    /* ic hamburger */
    .ic-mnu-btn {
        position: relative;
        position:absolute;
        top:15px;
        right:20px;
        display:block;
        vertical-align:middle;
        width: 28px;
        height:25px;
        line-height: 0;
        z-index:1002;
    }
    .ic-bar {
        display: inline-block;
        width: 100%;
        height: 3px;
        background-color:#007dde;
        margin:4px 0;
        position: absolute;
        -webkit-transition: 0.6s ease;
        -moz-transition: 0.6s ease;
        -o-transition: 0.6s ease;
        transition: 0.6s ease;
        -webkit-transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
        -moz-transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
        -o-transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
        transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    }
    .ic-mnu-btn .bar-top { top: 0;}
    .ic-mnu-btn .bar-middle { top: 8px;}
    .ic-mnu-btn .bar-bottom { top: 16px;}

    .ic-mnu-btn.dropdown-is-active { position: fixed; right:20px; top: 18px;}
    
    /* Dropdown Active */
    .dropdown-is-active .bar-top, 
    .dropdown-is-active .bar-bottom {
        top: 7px !important;
        background-color:#FFF!important;
    }

    .dropdown-is-active .bar-top {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .dropdown-is-active .bar-bottom {
        -webkit-transform: rotate(-225deg);
        -moz-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
        -o-transform: rotate(-225deg);
        transform: rotate(-225deg);
    }
    .dropdown-is-active .bar-middle {
        opacity: 0;
        filter: Alpha(opacity=0);
    }
}
@media (min-width: 1200px) {
	.header .head-func{
	    flex: 0 0 76.333333%;
    	max-width: 76.333333%;
	}
	.header-mobile{display: none;}
	.footer-mobile{display: none;}
	.main-search{display: none;}
}
@media (min-width: 1430px) {
	.header .head-func{
	    flex: 0 0 80.333333%;
    	max-width: 80.333333%;
	}
	.header-mobile{display: none;}
	.footer-mobile{display: none;}
}