.nav-container {
    position: fixed;
    top: 0;
   left: -200px;
    z-index: 99;
    width: 290px;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 10px 0 15px -10px rgba(0,0,0,0.5);
    box-shadow: 10px 0 15px -10px rgba(0,0,0,0.5);
    font-size: 0.75rem;
    -webkit-transition: left 0.3s ease-in-out 0s;
    -moz-transition: left 0.3s ease-in-out 0s;
    transition: left 0.3s ease-in-out 0s;
}

.cf::before, .cf::after {
    display: table;
    content: "";
}

.main-nav-container {
    float: right;
    width: 90px;
    height: 100%;
}

.nav-container ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main-nav li {
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    display: block;
    position: relative;
}

    #main-nav li a {
        padding: 1rem 0;
    }

.nav-container ul li a {
    display: block;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
}

#main-nav li a span[class^="fa"] {
    margin-bottom: 0.5rem;
    font-size: 1.75rem;
}

#main-nav li a span {
    display: block;
}

.nav-container ul li a:not(.logo):hover {
    background-color: #f5f5f5;
}

.nav-container ul li a:hover span {
    color: #2196f3;
}

    .nav-container ul li a:hover span[class^="fa"] {
        color: #2196f3;
    }

.nav-container ul li a:focus span {
    color: #2196f3;
}

#main-nav li .logo img {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}
#main-nav li:first-child{    width: 220px;background-color: #fff;}
#main-nav li ul.sub-mn {
    display: none;
    position: absolute;
    left: 100%;
    z-index: 900;
    padding: 0;
    float: left;
    background: #fff;
    top: 0;
    min-width: 100px;
}



#main-nav li:hover ul.sub-mn {
    display: block;
}

#main-nav li ul.sub-mn li.dropdown-sub{background:#fff;}
#main-nav li ul.sub-mn li ul.sub-mn2{
    display: none;
    position: absolute;
    left: 100%;
    z-index: 900;
    padding: 0;
    float: left;
    background: #fff;
    top: 0;
    width: 100%;
    min-width:480px;
}
#main-nav li ul.sub-mn li:hover ul.sub-mn2{
      display: block;
}
#main-nav li ul.sub-mn li ul.sub-mn2 .img_container img{
    margin:0 auto; text-align:center;
    padding: 0 25px;
}
#main-nav li ul.sub-mn li ul.sub-mn2 .text-title{padding-top:10px;}
/*Chat face*/
#ff_cfacebook {
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 9999;
    width: 265px;
    height: auto;
    box-shadow: 2px 2px 2px 4px rgba(0,0,0,0.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

    #ff_cfacebook .fchat {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        display: none;
        background-color: #fff;
    }

#cfacebook .fchat .fb-page {
    margin-top: -130px;
    float: left;
}

#ff_cfacebook a.chat_fb {
    float: left;
    padding: 0 15px;
    width: 300px;
    color: #fff;
    text-decoration: none;
    height: 36px;
    line-height: 40px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    background-repeat: repeat-x;
    background-size: auto;
    background-position: 0 0;
    background-color: #002c5f;
    border: 0;
    border-bottom: 1px solid #133783;
    z-index: 9999999;
    margin-right: 12px;
    font-size: 16px;
}

    #ff_cfacebook a.chat_fb:hover {
        color: yellow;
        text-decoration: none;
    }
/*List Pro Home*/
.section8 .section-title {
    display: table;
    margin: 0 auto;
    font-size: 22px;
    position: relative;
    line-height: 20px;
    text-transform: uppercase;
    height: 34px;
}

    .section8 .section-title:before {
        content: '';
        width: 420px;
        height: 1px;
        background: #666;
        position: absolute;
        bottom: 0px;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .section8 .section-title:after {
        content: '';
        width: 70px;
        height: 3px;
        background: #039ff9;
        position: absolute;
        bottom: -1px;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
/*-----------------------
[7. Block Trending]
-----------------------*/
.block-trending {
    margin-top: 30px;
}

    .block-trending .products-style8 {
        margin-top: 10px;
    }

    .block-trending .owl-controls .owl-prev,
    .block-trending .owl-controls .owl-next {
        width: 36px;
        height: 36px;
        background: transparent;
        border: 1px solid #eaeaea;
        line-height: 35px;
        color: #333;
        top: 48%;
        -moz-transition: all 0.45s ease;
        -webkit-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        -ms-transition: all 0.45s ease;
        transition: all 0.45s ease;
        opacity: 0;
        visibility: hidden;
    }

    .block-trending .owl-controls .owl-prev {
        left: -36px;
    }

    .block-trending .owl-controls .owl-next {
        right: -36px;
    }

    .block-trending .owl-carousel:hover .owl-controls .owl-prev {
        left: -18px;
        opacity: 1;
        visibility: inherit;
    }

    .block-trending .owl-carousel:hover .owl-controls .owl-next {
        right: -18px;
        opacity: 1;
        visibility: inherit;
    }

    .block-trending .owl-controls .owl-prev:hover,
    .block-trending .owl-controls .owl-next:hover {
        background: #0088cc;
        border-color: #0088cc;
        color: #fff;
    }
    /*-----------------
[8. Block Collections]
--------------------*/
    .block-collections{
	margin-top: 70px;
}
.block-collections .owl-controls .owl-prev, 
.block-collections .owl-controls .owl-next{
	width: 36px;
	height: 36px;
	background: transparent;
	border: 1px solid #eaeaea;
	line-height: 35px;
	color: #333;
	top: 35%;
	-moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden;
}
.block-collections .owl-controls .owl-prev{
	left: -36px;
}
.block-collections .owl-controls .owl-next{
	right: -36px;
}
.block-collections .owl-carousel:hover .owl-controls .owl-prev{
	left: -18px;
	opacity: 1;
	visibility: inherit;
}
.block-collections .owl-carousel:hover .owl-controls .owl-next{
	right: -18px;
	opacity: 1;
	visibility: inherit;
}
.block-collections .owl-controls .owl-prev:hover, 
.block-collections .owl-controls .owl-next:hover{
	background: #0088cc;
	border-color: #0088cc;
	color: #fff;
}
/*.block-collections .nav-tab{
	margin-top: 30px;
	overflow: hidden;
}
.block-collections .nav-tab li{
	display: inline;
	width: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	background: #ccc;
	text-align: center;
	border-right: 1px solid #ccc;
}
.block-collections .nav-tab li:last-child{
	border-right: none;
}
.block-collections .nav-tab li a{
	width: 100%;
	height: 100%;
	float: left;
}*/
.block-collections .nav-tab li:hover{
	background: #999999;
}
.block-collections .nav-tab li:hover a{
	color: #fff;
}
.block-collections .tab-container{
	margin-top: 35px;
}
.block-collections .collection-list .item{
	background: none;
}
.block-collections .collection-list .info{
	text-align: center;
	margin: 27px;
	line-height: 18px;
}
.block-collections .collection-list .info .title{
	font-size: 18px;
	text-transform: uppercase;
}
.block-collections .collection-list .info .desc{
	margin-top: 18px;
	color: #666;
}
.block-collections .collection-list .info .author{
	margin-top: 18px;
	color: #999999;
}
.block-collections .collection-list .info .collection-button a{
	height: 36px;
	border: 1px solid #666666;
	line-height: 35px;
	display: inline-block;
	padding: 0 25px;
	margin-top: 20px;
}
.block-collections .collection-list .info .collection-button a:hover{
	background: #0088cc;
	border-color: #0088cc;
	color: #fff;
}
.block-collections .collection-list .item.top .info{
	margin-top: 0;
}
/*Pro style*/
.products-style8 .product-container{margin-bottom:10px;border: 1px solid #eaeaea;}
.products-style8 .product-thumb {
    position: relative;
    overflow: hidden;
}

    .products-style8 .product-thumb a {
        position: relative;
    }

    .products-style8 .product-thumb img {
        border: 1px solid #eaeaea;
        width: 100%;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        display: inherit;
    }

    .products-style8 .product-thumb .secondary_image {
        position: absolute;
        top: -2px;
        left: 0;
        opacity: 0;
    }

    .products-style8 .product-thumb .quick-view {
        position: absolute;
        left: 0;
        bottom: -36px;
        right: 0;
        height: 36px;
        background: rgba(0, 136, 204, 0.7);
        line-height: 35px;
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        margin: auto;
        text-align: center;
        -webkit-transition: all 0.3s ease-out 0.45s;
        -moz-transition: all 0.3s ease-out 0.45s;
        -o-transition: all 0.3s ease-out 0.45s;
        transition: all 0.3s ease-out 0.45s;
    }

.product-container:hover .product-thumb .quick-view {
    bottom: 0;
}

.products-style8 .tooltip .tooltip-inner {
    background: #0088cc;
    border-radius: 0;
    color: #fff;
    padding: 5px 10px;
}

.products-style8 .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #0088cc;
}

.products-style8 .product-info {
    line-height: 18px;
    text-align: center;
    padding-top: 17px;
}

    .products-style8 .product-info .product-name {
        font-size: 14px;
     /*   text-transform: uppercase;*/
      height: 36px;
      overflow: hidden;
font-family: 'HyundaiSansHead-Regular';
    }

    .products-style8 .product-info .box-price {
        margin-top: 10px;
        font-size: 16px;
font-weight: 600;
    }

        .products-style8 .product-info .box-price .product-price {
            color: #cd2d2d;
        }

        .products-style8 .product-info .box-price .old-price {
            color: #999;
            text-decoration: line-through;
            margin-left: 10px;
        }

    .products-style8 .product-info .button-control {
        margin-top: 10px;
    }

.products-style8 .compare,
.products-style8 .wishlist {
    height: 36px;
    padding: 0 10px;
    border: 1px solid #eaeaea;
    line-height: 35px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
}

.products-style8 .compare,
.products-style8 .wishlist {
    width: 36px;
}

    .products-style8 .compare:hover,
    .products-style8 .wishlist:hover {
        background: #0088cc;
        color: #fff;
        border-color: #0088cc;
    }

.products-style8 .add-to-cart {
    padding: 0 20px;
}

.products-style8 .compare,
.products-style8 .wishlist {
    font-size: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    opacity: 0;
}

    .products-style8 .compare:before {
        font-family: 'FontAwesome';
        font-size: 14px;
        content: "\f0d6";
    }

    .products-style8 .wishlist:before {
        font-family: 'FontAwesome';
        font-size: 14px;
        content: "\f1ec";
    }

.products-style8 .product-container:hover .secondary_image {
    opacity: 1;
}

.products-style8 .product-container:hover .primary_image {
    opacity: 0;
}

.products-style8 .product-container:hover .quick-view {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.products-style8 .product-container:hover .compare,
.products-style8 .product-container:hover .wishlist {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.list-vol{position:relative;text-align:center;margin:0 auto;display:block;padding-top: 15px;}
.list-vol li{    padding: 0 20px;
    display: inline-block;
    line-height: 30px;
    text-transform:uppercase;
    font-weight:600;
}
.list-vol li a{display:block;}
/*News- video*/
.nhom-bv {
    padding-top: 20px;
}
.block-title{
    font-size: 14px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 26px;
}
.nhom-bv h3.block-title {
    border-bottom: 2px solid #474747;
}
.nhom-bv h3.block-title span {
    padding: 9px 14px 7px 0px;
    background-color: #474747;
    color: #FFF;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0 35px 0 0;
}
.td_module_mx0 {
    margin-bottom: 26px;
    position: relative;
    padding-bottom: 0;
}
.youtube-vd .td_module_mx0 .td-module-thumb:hover a:before{color:#f00;}
.youtube-vd .td_module_mx0 .td-module-thumb a:before{font: normal normal normal 30px/1 FontAwesome;}
.youtube-vd .td-module-thumb a:before{position:absolute;margin:0 auto;content: "\f16a";font-size: 20px;text-align:center; top:45%;left:45%;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#3db54a;
}
.td_module_mx0 .td-module-meta-info {
    position: absolute;
    bottom: 0;
   padding: 5px 10px;
    z-index: 1;
    background: rgba(72, 72, 72, 0.53);
}
.td_module_mx0 .td-module-meta-info h3{
     font-weight: 400;
    color: #333333;
    font-size: 24px;
    line-height: 24px;
}
.td_module_mx0 .td-module-meta-info h3 a {
    color: #fff!important;
}
.td_module_mx {
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
    padding-bottom:10px;
}
.td_module_mx .item-details h3{font-size:16px;}
.no-padding{padding:0;}
/*
     FILE ARCHIVED ON 12:30:58 Jul 06, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:30:28 Jun 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.926
  exclusion.robots: 0.096
  exclusion.robots.policy: 0.08
  esindex: 0.019
  cdx.remote: 16.107
  LoadShardBlock: 156.153 (3)
  PetaboxLoader3.datanode: 142.134 (5)
  PetaboxLoader3.resolve: 76.345 (2)
  load_resource: 101.525
  loaddict: 21.642
*/