
/* Default */
a { text-decoration: none; color: #D74B33; transition: background-color 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;}
a:HOVER { text-decoration: none; color: #000;}
a:FOCUS { text-decoration: none; color: #000;}
h1,h2,h3,h4,h5,h6{ margin: 0;}
.clr, .clear{ clear: both;}
.wrapper{ padding: 20px 0 20px;}
.wrapper_content{ padding: 30px; border-top: 10px solid #d4cab9;}
.container-fluid{ padding: 60px 0 30px;}
.submit_loading{ position: fixed; top: 0; left: 0; z-index: 9998; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.7);}
.submit_loading:AFTER{ content: ""; position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: url("../img/loading.gif") no-repeat center center;}

/* Bootstrap */
.form-group{ margin-bottom: 20px;}
.form-group .text-danger{ font-size: 12px; padding-top: 2px;}
.group_menu_slide{ position: relative;}
.group_menu_slide .banner{ min-height: 60px;}
.group_menu_slide .banner img{ width: 100%;}
.alert{ border-radius: 0;}

.box_breadcrumb{ background-color: #f5f5f5; margin-bottom: 50px;}
.box_breadcrumb .breadcrumb{ margin: 10px 0; padding-left: 0;}

/* Header */
.box_header{ background-color: #EEE; padding: 20px 0; border-bottom: 1px solid #e0e0e0;}
.box_header .container{ position: relative;}
.box_header img{ max-width: 100% !important;}
.box_header p{ margin: 0;}

.box_menuTop{ text-align: right; background-color: #2664ce;}
.box_menuTop .container{ position: relative;}
.box_menuTop .logo{ position: absolute; top: 0; left: 0; background-color: #FFF; width: 230px; height: 168px; z-index: 99; text-align: center; box-shadow: 0 3px 3px #CCC;}
.box_menuTop .logo img{ margin-top: 10px;}
.box_menuTop ul{ margin: 0; padding: 0; list-style: none;}
.box_menuTop ul li{ display: inline-block; margin-left: 10px;}
.box_menuTop ul li a{ color: #FFF; padding: 10px 0 10px 20px; display: inline-block;}
.box_menuTop ul li:FIRST-CHILD a{ border: 0;}

.box_top{ background-color: #d74b33; height: 34px; line-height: 34px; color: #FFF;}
.box_top .cart{ text-align: right;}
.box_top .cart a{ color: #FFF; display: none;}

/* Menu */
.box_menuMain { background-color: #FFF; border-bottom: 1px solid #f6f6f6;}
.box_menuMain .row{ margin: 0;}
.box_menuMain .menu{ padding: 0;}
.box_menuMain .menu>ul{ padding: 0; list-style: none; margin: 0; float: left;}
.box_menuMain .menu>ul>li{ display: inline-block; position: relative;}
.box_menuMain .menu>ul>li>a{ display: block; font-size: 12px; padding: 0 20px 0 20px; color: #000; font-weight: bold; line-height: 100%; height: 40px; line-height: 40px; text-transform: uppercase;}
.box_menuMain .menu>ul>li>ul{ display: none; position: absolute; top: 100%; left: 0; padding: 10px 0; list-style: none; margin: 0; min-width: 250px; z-index: 999; background-color: #FFF; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175); box-shadow: 0 6px 12px rgba(0,0,0,0.175);}
.box_menuMain .menu>ul>li>ul>li{ border-bottom: solid 1px #f5f5f5;}
.box_menuMain .menu>ul>li>ul>li>a{ color: #555; font-size: 13px; font-weight: 400; padding: 10px 20px; display: block; text-transform: uppercase; -moz-transition: none; -webkit-transition: none; -o-transition: none; transition: none; border: none !important;}
.box_menuMain .menu>ul>li:FIRST-CHILD>a{ border: 0;}
.box_menuMain .menu>ul>li:hover>a, .box_menuMain .menu>ul>li>a.active{ background-color: #d74b33; color: #FFF;}
.box_menuMain .menu>ul>li:hover>ul{ display: block;}
.box_menuMain .menu>ul>li>ul>li>ul{ display: none; position: absolute; top: 0; left: 100%; z-index: 999; background-color: #FFF; list-style: none; margin: 0; padding: 0; min-width: 200px; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175); box-shadow: 0 6px 12px rgba(0,0,0,0.175);}
.box_menuMain .menu>ul>li>ul>li>ul>li{ border-bottom: solid 1px #f5f5f5;}
.box_menuMain .menu>ul>li>ul>li>ul>li>a{ color: #555; font-size: 13px; font-weight: 400; padding: 7px 20px; display: block; text-transform: inherit; -moz-transition: none; -webkit-transition: none; -o-transition: none; transition: none; border: none !important;}
.box_menuMain .menu>ul>li>ul>li>ul>li:hover>a{ background: #fda92c; color: #FFF;}
.box_menuMain .menu>ul>li>ul>li:hover>a{ background: #d74b33; color: #FFF;}
.box_menuMain .menu>ul>li>ul>li:hover>ul{ display: block;}
.box_menuMain .menu>ul>li>ul>li.dropdown:BEFORE{ position: absolute; top: 4px; right: 10px; content: "\f105"; font-family: "FontAwesome"; font-size: 16px;}
.box_menuMain .header{ width: 300px; float: left; padding: 5px 0;}
.box_menuMain .header img{ height: 60px;}
.box_menuMain .language{ width: 100px; float: right; text-align: right; padding-top: 18px;}

.box_menuMobile{ position: fixed; top: 0; left: 0; width: 70%; height: 100%; background-color: #FFF; overflow: auto; z-index: 99999}
.box_menuMobile ul{ margin: 0; padding: 10px 0; list-style: none;}
.box_menuMobile ul li a{ display: block; padding: 8px 10px; font-weight: bold;}
.box_menuMobile ul li ul{ margin-left: 20px; padding: 0 0 10px;}
.box_menuMobile ul li ul li a{ font-weight: normal;}

.bg_menu_mobile{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); z-index: 99998;}

.box_menuFooter ul{ margin: 0; padding: 0; list-style: none;}
.box_menuFooter ul>li{ width: 33.33%; float: left;}
.box_menuFooter ul>li>a{ text-transform: uppercase; font-weight: bold; margin-bottom: 12px; display: block;}
.box_menuFooter ul>li>ul>li{ float: none; width: 100%; padding-right: 30px;}
.box_menuFooter ul>li>ul>li>a{ text-transform: none; font-weight: normal; margin-bottom: 5px;}
.box_menuFooter a{ color: #1b3548;}
.box_menuFooter a:hover{ color: #8996a0;}

.box_search{ text-align: right; padding: 4px 0; position: absolute; top: 10px; right: 15px; width: 200px;}
.box_search .input-group-addon{ padding: 0; margin: 0; box-shadow: none; border-radius: 0; border: 1px solid #222;}
.box_search .input-group-addon button{ padding: 0; margin: 0; border: 0; background: #222; width: 32px; height: 30px; color: #FFF;}
.box_search .form-group{ margin: 0;}
.box_search .form-group .form-control{ border: 1px solid #CCC; box-shadow: none; border-radius: 0;}

.box_bxslider{ display: none; margin-bottom: 10px;}
.box_bxslider .bxslider{ margin: 0; padding: 0; list-style: none; left: 0;}
.box_bxslider .bxslider img{ width: 100%;}
.box_bxslider .bxslider .item{ display: block; position: relative;}
.box_bxslider .bxslider .item:BEFORE{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.1);}
.box_bxslider .bx-pager{ display: block; position: absolute; bottom: 0; left: 0; width: 100%; margin: 0; padding: 0; text-align: center; z-index: 999;}
.box_bxslider .bx-wrapper { position: relative;}
.box_bxslider .bx-wrapper .bx-pager.bx-default-pager a{ width: 20px; height: 5px; display: inline-block; text-indent: -99999px; margin: 0 4px; border: 0; background: #CCC; -webkit-border-radius: 4 !important; -moz-border-radius: 4 !important; border-radius: 4 !important;}
.box_bxslider .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.box_bxslider .bx-wrapper .bx-pager.bx-default-pager a.active{ background: #d74b33;}
.box_bxslider .bx-pager-item{ display: inline-block;}
.box_bxslider .bx-controls-direction{ display: block;}
.box_bxslider .bx-controls-direction a{ position: absolute; top: 50%; display: inline-block; width: 26px; height: 40px; margin-top: -20px; background: url("../img/icon_next_2.png") no-repeat center center rgba(0, 0, 0, 0.1); text-indent: -99999px; overflow: hidden;}
.box_bxslider .bx-controls-direction a.bx-prev{ left: 0; background-image: url("../img/icon_prev_2.png");}
.box_bxslider .bx-controls-direction a.bx-next{ right: 0; left: auto; background-image: url("../img/icon_next_2.png");}
.box_bxslider .bx-controls-direction a:hover{ background-color: rgba(0, 0, 0, 0.7);}

.box_banner{}
.box_banner img{ width: 100%;}

.box_defaultNew{ background-color: #56788a; line-height: 20px; height: 54px;}
.box_defaultNew .bxslider{ margin: 0; padding: 0; list-style: none;}
.box_defaultNew .bxslider img{ width: 100%;}
.box_defaultNew .bxslider .item{ display: block; position: relative;}
.box_defaultNew .bxslider .item:BEFORE{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3);}
.box_defaultNew .bx-pager{ display: none; position: absolute; bottom: 50px; left: 0; width: 100%; margin: 0; padding: 0; text-align: center; z-index: 999;}
.box_defaultNew .bx-wrapper { position: relative; overflow: hidden; height: 54px;}
.box_defaultNew .bx-wrapper .bx-pager.bx-default-pager a{ width: 12px; height: 12px; display: inline-block; text-indent: -99999px; margin: 0 8px; border: 1px solid #FFF; background: transparent; -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important;}
.box_defaultNew .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.box_defaultNew .bx-wrapper .bx-pager.bx-default-pager a.active{ background: #00a4f2;}
.box_defaultNew .bx-wrapper .bx-viewport{ max-height: 520px;}
.box_defaultNew .bx-pager-item{ display: inline-block;}
.box_defaultNew .bx-controls-direction{ position: absolute; top: 13px; right: 0; z-index: 9999;}
.box_defaultNew .bx-controls-direction a{ display: inline-block; width: 13px; height: 20px; margin-top: 0; text-indent: -99999px; overflow: hidden;}
.box_defaultNew .bx-controls-direction a.bx-prev, 
.box_defaultNew .bx-controls-direction a.bx-prev:hover{ background: url("../img/icon_prev_2.png") no-repeat center center; background-size: 100%; margin-right: 30px;}
.box_defaultNew .bx-controls-direction a.bx-next,
.box_defaultNew .bx-controls-direction a.bx-next:hover{ background: url("../img/icon_next_2.png") no-repeat center center; background-size: 100%; left: auto; right: 0;}
.box_defaultNew .box_title{ float: left; text-transform: uppercase; font-size: 18px; padding-top: 18px;}
.box_defaultNew .box_title a{ display: inline-block; margin-right: 15px; color: #FFF;}
.box_defaultNew .box_content{ background-color: #FFF;}
.box_defaultNew .title{ color: #FFF; font-size: 18px; padding-top: 18px;}
.box_defaultNew .title a{ color: #FFF;}

.box_defaultHot{ background-color: #fafafa; padding: 30px 0; margin-bottom: 30px;}
.box_defaultHot .info .title{ text-align: center; margin-bottom: 20px; text-transform: uppercase; font-weight: bold; font-size: 18px;}
.box_defaultHot .info .description{ text-align: justify; font-size: 14px;}

.box_defaultHighlight{ margin-bottom: 30px;}
.box_defaultHighlight .item .image{ margin-bottom: 20px; text-align: center;}
.box_defaultHighlight .item .image img{ max-width: 100%;}
.box_defaultHighlight .item .info .title{ text-align: center; margin-bottom: 20px; text-transform: uppercase; font-weight: bold; font-size: 16px;}
.box_defaultHighlight .item .info .description{ text-align: justify; font-size: 14px; background-color: #deffda; padding: 20px;}

.box_productHomeCategory .item{ position: relative; text-align: center; height: 420px; width: 25%; float: left; overflow: hidden; background-size: cover;}
.box_productHomeCategory .item .item_content{ position: absolute; background: #fff; padding: 40px 40px; bottom: -210px; transition: all .5s ease; min-height: 318px; width: 100%;}
.box_productHomeCategory .item .item_content .icon{ background: #fff; border-radius: 50%; margin: -70px auto 0 auto; width: 70px; height: 70px;}
.box_productHomeCategory .item .item_content .icon img{ width: 40px; margin-top: 14px;}
.box_productHomeCategory .item .item_content .title{ text-transform: uppercase; color: #1b3548; font-size: 20px; font-weight: 700; margin-bottom: 0;}
.box_productHomeCategory .item .item_content .title a{ text-transform: uppercase; color: #1b3548; font-size: 20px; font-weight: 700; margin-bottom: 0;}
.box_productHomeCategory .item .item_content .list{ margin-top: 40px;}
.box_productHomeCategory .item .item_content .list a{ border: 1px solid #44697d; text-transform: uppercase; font-size: 12px; color: #44697d; padding: 13px 0; min-width: 170px; display: inline-block; margin: 0 auto 10px auto;}
.box_productHomeCategory .item .item_content .list a:hover{ background: #44697d; color: #fff;}
.box_productHomeCategory .item:hover .item_content{ bottom: -20px !important;}
.box_productHomeCategory .item .item_content.index_1,
.box_productHomeCategory .item .item_content.index_3{ background: #d2d2d2;}
.box_productHomeCategory .item .item_content.index_1{ bottom: -260px;}
.box_productHomeCategory .item:hover .item_content.index_1{ bottom: -20px;}
.box_productHomeCategory .item .item_content.index_1 .icon,
.box_productHomeCategory .item .item_content.index_3 .icon{ background: #d2d2d2;}

.box_register{ margin-bottom: 10px;}
.box_register .box_title{ background-color: #e57c00; text-transform: uppercase; color: #FFF; padding: 5px 10px; font-size: 10px;}
.box_register .box_title span{ font-size: 12px;}
.box_register .box_content{ background-color: #FFF; padding: 10px;}
.box_register .form-group{ margin-bottom: 10px;}
.box_register .form-group label{ font-weight: normal; font-size: 12px; color: #FFF;}
.box_register .form-group .form-control{ border: 0; height: 26px; border-radius: 0; padding: 3px 10px;}
.box_register .form-group textarea.form-control{ height: 60px;}
.box_register .my_btn{ text-align: right;}
.box_register .my_btn .btn{ border: 0; background-color: #e57c00; color: #FFF;}

.box_adsTop{ margin-bottom: 10px;}
.box_adsTop img{ width: 100%;}

.box_productHighlight{ margin-bottom: 20px; display: none;}
.box_productHighlight .box_title .title{ height: 40px; line-height: 40px; text-transform: uppercase; overflow: hidden;}
.box_productHighlight .box_title .title a{ color: #000; font-size: 16px;}
.box_productHighlight .box_content{ padding: 0; background-color: #FFF;}
.box_productHighlight .item{ border: 1px solid #d9d9d9; padding: 8px;}
.box_productHighlight .item .image{ margin-bottom: 8px;}
.box_productHighlight .item .image img{ width: 100%;}
.box_productHighlight .item .info{ }
.box_productHighlight .item .info .title{ margin-bottom: 8px; font-size: 13px; font-weight: normal; line-height: 18px; text-align: center;}
.box_productHighlight .item .info .title a{ color: #222;}
.box_productHighlight .item .info .title a:hover{ color: #499f41;}
.box_productHighlight .item .info .description{ margin-bottom: 8px; font-size: 15px; font-weight: bold; line-height: 18px; text-align: center;}
.box_productHighlight .item .price{ text-align: center; margin-bottom: 10px; font-weight: normal; color: #FF0000; font-size: 14px;}
.box_productHighlight .item .price .value{ color: #FF0000; display: inline-block; margin: 0 3px; font-weight: bold; }
.box_productHighlight .item .price .old{ color: #999; text-decoration: line-through; font-weight: normal; display: inline-block; margin: 0 3px;}
.box_productHighlight .item .control{ text-align: center; margin-bottom: 10px;}
.box_productHighlight .item .control a{ color: #FFF; background-color: #d74b33; display: inline-block; padding: 4px 10px;}
.box_productHighlight .item .control a:HOVER{ background-color: #222; color: #FFF;}
.box_productHighlight .item .control .view{ float: right; padding: 0 5px; display: inline-block;}
.box_productHighlight .item .control .add_cart{ float: left; padding: 0 5px; display: inline-block;}
.box_productHighlight .bx-controls .bx-pager{ display: none;}
.box_productHighlight .bx-wrapper .bx-controls-direction a{ width: 26px; height: 40px; top: 50%; margin-top: -20px; background-color: rgba(0, 0, 0, 0.4); display: none;}
.box_productHighlight .bx-wrapper .bx-prev{ background: url("../img/icon_prev_2.png") no-repeat center center; left: 0; right: auto;}
.box_productHighlight .bx-wrapper .bx-next{ background: url("../img/icon_next_2.png") no-repeat center center; left: auto; right: 0;}
.box_productHighlight:hover .bx-wrapper .bx-controls-direction a{ display: block;}

.box_productNew{ margin-bottom: 30px;}
.box_productNew .box_title{ background-color: #333;}
.box_productNew .box_title .title{ height: 34px; line-height: 34px; color: #FFF; font-size: 14px; padding: 0 15px; text-transform: uppercase;}
.box_productNew .box_title .title a{ color: #FFF;}
.box_productNew .box_title .title a:hover{ color: #0da3e2;}
.box_productNew .box_content{ padding: 30px 15px 0; border: 1px solid #DDD; border-top: 0; background-color: #FFF;}

.box_productCategoryHome{ margin-bottom: 20px;}
.box_productCategoryHome .box_title{ position: relative; border-bottom: 1px solid #D74B33;}
.box_productCategoryHome .box_title .title{ height: 40px; line-height: 40px; color: #FFF; background-color: #D74B33; font-size: 18px; display: inline-block; padding: 0 15px;}
.box_productCategoryHome .box_title .title a{ color: #FFF; font-weight: normal;}
.box_productCategoryHome .box_title .title i{ font-size: 18px;}
.box_productCategoryHome .box_title .view_all{ position: absolute; top: 12px; right: 0; color: #FF0000; font-weight: bold;}
.box_productCategoryHome .box_content{ padding: 20px 0 0; background-color: #FFF;}

.box_defaultCategoryHome{ margin-bottom: 20px;}
.box_defaultCategoryHome .box_title{ position: relative;}
.box_defaultCategoryHome .box_title .title{ height: 34px; line-height: 34px; color: #FFF; font-size: 14px; padding: 0 15px; text-transform: uppercase; background-color: #0193de; display: inline-block;}
.box_defaultCategoryHome .box_title .title a{ color: #FFF;}
.box_defaultCategoryHome .box_title .view_all{ position: absolute; top: 7px; right: 0;}
.box_defaultCategoryHome .box_content{ padding: 10px; border: 1px solid #DDD; background-color: #FFF;}
.box_defaultCategoryHome .box_content .item{ margin-bottom: 10px;}
.box_defaultCategoryHome .box_content .item .image img{ width: 100%;  margin-bottom: 10px; }
.box_defaultCategoryHome .box_content .item .info .title{ font-size: 14px; color: #333; margin-bottom: 10px; font-weight: bold;}
.box_defaultCategoryHome .box_content .item .info .title a{ color: #333;}

.box_cart{ margin-bottom: 20px;}
.box_cart .box_title{ background-color: #333; position: relative; border-radius: 5px 5px 0 0;}
.box_cart .box_title .title{ height: 40px; line-height: 40px; color: #FFF; font-size: 14px; padding: 0 15px; text-transform: uppercase; text-align: center; border-radius: 5px 5px 0 0;}
.box_cart .box_title .title a{ color: #FFF;}
.box_cart .box_title .title a:hover{ color: #0da3e2;}
.box_cart .box_content{ padding: 15px; border: 1px solid #333; border-top: 0; background-color: #FFF;}
.box_cart .row{ padding-bottom: 10px;}
.box_cart .control{ display: inline-block; background-color: #499f41; padding: 3px 10px; color: #FFF; border-radius: 3px;}
.box_cart .control i{ font-size: 16px;}

.box_category{ margin-bottom: 20px; }
.box_category .box_title{ height: 40px; line-height: 40px; font-size: 16px; padding: 0 10px; text-transform: uppercase; overflow: hidden; background-color: #D74B33; text-align: center;}
.box_category .box_title a{ color: #FFF; }
.box_category .box_content{ padding: 10px 0; border: 1px solid #d9d9d9; border-top: 0; background-color: #FFF;}
.box_category .box_content>ul{ padding: 0; list-style: none; margin: 0;}
.box_category .box_content>ul>li{ display: block; position: relative;}
.box_category .box_content>ul>li>a{ display: block; padding: 10px 15px; font-size: 13px; font-weight: bold; position: relative; border-top: 1px solid #d9d9d9;}
.box_category .box_content>ul>li>ul{ display: none; padding: 5px 0 5px; list-style: none; margin: 0; background-color: #FFF;}
.box_category .box_content>ul>li>ul>li{}
.box_category .box_content>ul>li>ul>li>a{ color: #222; font-size: 13px; font-weight: 400; padding: 7px 15px 7px 15px; display: block; text-transform: inherit; -moz-transition: none; -webkit-transition: none; -o-transition: none; transition: none; border: none !important;}
.box_category .box_content>ul>li:hover>a{ background: #D74B33; color: #FFF;}
.box_category .box_content>ul>li.active>a{ background: #D74B33; color: #FFF;}
.box_category .box_content>ul>li:hover>ul{}
.box_category .box_content>ul>li.dropdown:AFTER{ content: "\f196"; font: normal normal normal 14px/1 FontAwesome; position: absolute; top: 13px; right: 10px; color: #666;}
.box_category .box_content>ul>li.dropdown.active:AFTER{ content: "\f147"; font: normal normal normal 14px/1 FontAwesome; position: absolute; top: 13px; right: 10px; color: #FFF;}
.box_category .box_content>ul>li:FIRST-CHILD>a{ border: 0;}
.box_category .box_content>ul>li>ul>li>ul{ display: none; background-color: #FFF; list-style: none; margin: 0; padding: 2px 0;}
.box_category .box_content>ul>li>ul>li>ul>li{ }
.box_category .box_content>ul>li>ul>li>ul>li>a{ color: #d74b33; font-size: 13px; font-weight: 400; padding: 7px 30px; display: block; text-transform: inherit; -moz-transition: none; -webkit-transition: none; -o-transition: none; transition: none; border: none !important;}
.box_category .box_content>ul>li>ul>li>ul>li:hover>a{ background: #d9d9d9;}
.box_category .box_content>ul>li>ul>li:hover>a{ background: #d9d9d9;}
.box_category .box_content>ul>li>ul>li.active>a{ background: #d9d9d9;}
.box_category .box_content>ul>li>ul>li:hover>ul{}
.box_category .box_content>ul>li>ul>li.dropdown:BEFORE{ position: absolute; top: 4px; right: 10px; content: "\f105"; font-family: "FontAwesome"; font-size: 16px;}
.box_category .box_content>ul>li>ul>li.dropdown.active:BEFORE{ position: absolute; top: 4px; right: 10px; content: "\f107"; font-family: "FontAwesome"; font-size: 16px;}
.box_category .box_content>ul>li>ul>li>ul>li.active>a{ background: #d9d9d9;}
.box_category .box_content>ul>li.selected>ul{ display: block;}
.box_category .box_content>ul>li>ul>li.selected>ul{ display: block;}

.box_support{ margin-bottom: 20px; }
.box_support .box_title{ background-color: #D74B33; color: #FFF; height: 40px; line-height: 40px; font-size: 16px; padding: 0 10px; text-transform: uppercase; overflow: hidden; text-align: center;}
.box_support .box_title a{ color: #FFF; }
.box_support .box_content{ padding: 15px; border: 1px solid #d9d9d9; border-top: 0; background-color: #FFF;}
.box_support .item{ padding-top: 10px; margin-bottom: 10px; border-top: 1px solid #EEE; color: #111;}
.box_support .item .name{ font-weight: bold; color: #FF0000; margin-bottom: 10px;}
.box_support .item .phone{ margin-bottom: 10px;}
.box_support .item .phone .fa{ color: #6b9fb2;}
.box_support .item .email{ margin-bottom: 10px;}
.box_support .item .skype{ margin-bottom: 10px;}
.box_support .item .skype .fa{ color: #00AFF0; font-size: 16px;}
.box_support .item .zalo{ color: #0072b2;}
.box_support .item  a{ color: #111;}
.box_support .item .fa{ width: 20px;}
.box_support .item:FIRST-CHILD{ border: 0;}

.box_page{ margin-bottom: 20px; }
.box_page .box_title{ background-color: #D74B33; color: #FFF; height: 40px; line-height: 40px; font-size: 16px; padding: 0 15px; text-transform: uppercase; overflow: hidden; text-align: center;}
.box_page .box_title a{ color: #FFF; }
.box_page .box_content{ padding: 5px; border: 1px solid #d9d9d9; border-top: 0; background-color: #FFF;}
.box_page .item{ padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #EEE;}
.box_page .item .name{ font-weight: bold;}
.box_page .item .phone{ font-weight: bold; color: #FF0000;}

.box_default_left{ margin-bottom: 30px;}
.box_default_left .box_title{ background-color: #1948ab; position: relative;}
.box_default_left .box_title .title{ height: 40px; line-height: 40px; color: #FFF; font-size: 14px; padding: 0 15px; text-transform: uppercase;}
.box_default_left .box_title .title a{ color: #FFF;}
.box_default_left .box_content{ padding: 10px; border-top: 0; background-color: #FFF;}
.box_default_left .box_content .item{ margin-bottom: 15px; overflow: hidden;}
.box_default_left .box_content .item .image{ width: 30%; float: left;}
.box_default_left .box_content .item .image img{ width: 100%;  }
.box_default_left .box_content .item .title{ font-size: 13px; line-height: 18px; width: 70%; float: left; padding-left: 10px; }
.box_default_left .box_content .item .title a{ color: #333; }
.box_default_left .box_content .item .title a:hover{ color: #1948ab; }

.box_videoHighlight { overflow: hidden; }
.box_videoHighlight a{ display: block; position: relative; color: #000;}
.box_videoHighlight a:HOVER{ color: #000;}
.box_videoHighlight img{ width: 100%;}
.box_videoHighlight span{ position: absolute; top: 45%; left: 5%; width: 90%; font-size: 16px; padding: 5px; background-color: rgba(255, 255, 255, 0.8); font-weight: bold; text-align: center;}

.box_social{ padding-top: 30px; text-align: right;}
.box_social ul{ margin: 0; display: inline-block; padding: 0; list-style: none;}
.box_social a{ display: inline-block; margin-left: 5px; width: 40px; height: 40px; line-height: 40px; text-align: center; background-color: #333; font-size: 18px;}

.box_contact{ padding: 10px 0;}
.box_contact .content{ padding-bottom: 30px;}
.box_contact .btnSuccess{ text-align: center; padding-top: 10px;}
.box_contact textarea{ height: 188px;}

.box_cartBank .item{ border: 1px solid #CCC; margin-bottom: 20px; position: relative; padding-left: 80px; min-height: 76px; margin-left: 40px; cursor: pointer;}
.box_cartBank .item:BEFORE{font: normal normal normal 14px/1 FontAwesome; content: "\f10c"; position: absolute; top: 50%; left: -30px; margin-top: -9px; color: #CCC; font-size: 20px;}
.box_cartBank .item.active:BEFORE{ content: "\f192"; color: #D74B33;}
.box_cartBank .item .image{ width: 80px; height: 100%; position: absolute; top: 0; left: 0;}
.box_cartBank .item .image img{ vertical-align: middle;}
.box_cartBank .item .info{ padding: 15px 15px 15px;}
.box_cartBank .item .info .name{ font-size: 15px; font-weight: bold; padding-bottom: 2px;}
.box_cartBank .item .content{ display: none;}
.box_cartBank .item .content .item_content{ padding: 15px;}
.box_cartBank .item.active .content{ display: block;}

.box_productHot{ margin-top: 20px;}
.box_productHot .box_title{ background-color: #333; height: 34px; line-height: 34px; color: #FFF; font-size: 14px; padding: 0 15px; text-transform: uppercase; }
.box_productHot .box_content{ padding: 15px 15px 0; border: 1px solid #CCC; }
.box_productHot .price{ text-align: right; margin-top: 5px; font-weight: bold;}

.box_adsLeft{}
.box_adsLeft .item{ margin-bottom: 30px;}
.box_adsLeft .item img{ width: 100%;}

.box_adsHome{ overflow: hidden; text-align: center;}
.box_adsHome a{ display: block; margin-bottom: 10px;}
.box_adsHome img{ width: 100%;}

.box_adsFooter{ overflow: hidden;}
.box_adsFooter .item{ display: inline-block; width: 25%; float: left;}
.box_adsFooter .item img{ width: 100%; display: inline-block; vertical-align: middle;}

.box_adsDoiTac{ margin-bottom: 30px; border-bottom: 1px solid #DDD; border-top: 1px solid #DDD;}
.box_adsDoiTac .box_title{ height: 40px; line-height: 40px; color: #FFF; font-size: 14px; padding: 0 15px; text-transform: uppercase; background-color: #55ab40; display: inline-block;}
.box_adsDoiTac .box_content { padding: 15px; border: 1px solid #CCC;}
.box_adsDoiTac .box_content img{ height: 60px; margin: 0 10px;}

.box_adsRight{ margin-bottom: 20px; }
.box_adsRight .box_title{ background: url("../img/bg_title.jpg") no-repeat left; padding: 5px 30px; text-transform: uppercase; font-weight: bold; margin-bottom: 10px;}
.box_adsRight .box_content{ padding: 10px 0; border: 1px solid #CCC;}
.box_adsRight .item{ display: inline-block; margin: 5px;}
.box_adsRight .item img{ width: 100px;}

/* Bai viet lien quan */
.box_involves .item{ font-size: 13px; display: block; padding: 10px 0; font-weight: normal;}

.box_chart{ height: 200px; position: relative; background: url("../img/icon_chart.jpg") no-repeat center center;}

.box_footer{ padding: 30px 0 20px; position: relative; background: #D74B33; color: #FFF;}
.box_footer a{ color: #FFF;}

.box_copyright{ padding: 20px 0 10px; position: relative; background: #697279; color: #dbdfe2;}

.box_pagination{ text-align: right; margin-top: 20px;}
.box_pagination a{ display: inline-block; padding: 3px 10px; border: 1px solid #CCC; color: #333;}
.box_pagination a:hover{ text-decoration: none; background-color: #EEE;}
.box_pagination a.active{ background-color: #444; border: 1px solid #444; color: #FFF;}
.box_pagination a.disabled{ color: #CCC; cursor: default;}

.box_module{ margin-bottom: 20px;}
.box_module .box_title{ background-color: #D74B33; position: relative;}
.box_module .box_title .title{ height: 40px; line-height: 40px; color: #FFF; font-size: 14px; padding: 0 15px; text-transform: uppercase; overflow: hidden;}
.box_module .box_title .title a{ color: #FFF;}
.box_module .box_content{ padding: 15px; border: 1px solid #d9d9d9; border-top: 0; background-color: #FFF;}
.box_module .box_content img{ max-width: 100% !important;}
.box_module .category_content{ padding: 0 0 20px; }

.popup_search{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.8); z-index: 999999;}
.popup_search .popup_wrapper{ width: 500px; margin: 200px auto;}
.popup_search .form-control{ border: 2px solid #1b3548; border-radius: 0; height: 40px;}
.popup_search .input-group-addon{ padding: 0; margin: 0; background-color: #1b3548; border-radius: 0; color: #FFF; border: 2px solid #1b3548;}
.popup_search .input-group-addon button{ padding: 0; margin: 0; border: 0; background: transparent; width: 32px; height: 30px;}

.error { text-align: center; margin-top: 10px; color: #d91c23; }
.success{ text-align: center; }
.has-error .form-control{ border-color: #a94442 !important;}

.layout_category_default { padding: 10px 0;}
.layout_category_default .item{ margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #EEE;}
.layout_category_default .item .image { text-align: center;}
.layout_category_default .item .image img{ max-width: 100%; }
.layout_category_default .item .info .title{ margin-bottom: 10px; text-transform: uppercase; font-weight: bold; font-size: 12px;}
.layout_category_default .item .info .description{ text-align: justify; font-size: 13px;}

.layout_category_product{ }

.layout_category_video{ padding: 15px; border-top: 0;}
.layout_category_video .item{ margin-bottom: 30px; }
.layout_category_video .item .image img{ width: 100%; }
.layout_category_video .item .info .title{ text-align: center; font-size: 13px; line-height: 18px; height: 40px; overflow: hidden; padding-top: 5px; }
.layout_category_video .item .info .title a{ color: #000; }

.layout_category_gallery{ padding: 15px; border-top: 0;}
.layout_category_gallery .item{ margin-bottom: 20px; border: 1px solid #DDD; padding: 2px;}
.layout_category_gallery .item .image{ text-align: center; overflow: hidden;}
.layout_category_gallery .item .image img{ height: 150px; }
.layout_category_gallery .item .info .title{ text-align: center; font-size: 13px; line-height: 18px; height: 40px; overflow: hidden; padding-top: 5px; }
.layout_category_gallery .item .info .title a{ color: #000;}

.layout_item_default{ }

.layout_item_product { margin-bottom: 40px;}
.layout_item_product .image{ text-align: center; border: 1px solid #CCC; padding: 5px;}
.layout_item_product .image img{ width: 100%;}
.layout_item_product .information{ padding-top: 20px; font-size: 13px; }
.layout_item_product .information .title{ padding: 0; margin: 0 0 10px;}
.layout_item_product .information .price { color: #FF0000; font-size: 20px;}
.layout_item_product .information .price .old{ color: #999; text-decoration: line-through;}
.layout_item_product .information .price .value{ color: #FF0000;}
.layout_item_product .information .desc{ font-size: 15px; margin: 15px 0;}
.layout_item_product .information .add_cart{ margin-bottom: 30px;}
.layout_item_product .information .add_cart a{ display: inline-block; background-color: #D74B33; font-size: 14px; padding: 10px 25px 10px 20px; color: #FFF;}
.layout_item_product .information .add_cart a i{ font-size: 18px; margin-right: 5px;}
.layout_item_product .information .add_cart a:HOVER{ background-color: #000; color: #FFF;}
.layout_item_product .information .item .form-group{ margin-bottom: 10px;}
.layout_item_product .information .form-group label{ font-weight: normal; font-size: 13px;}
.layout_item_product .thumbs .item{ margin-top: 10px; display: inline-block; margin-right: 10px;}
.layout_item_product .thumbs .item img{ cursor: pointer; width: 80px; border: 1px solid #CCC; padding: 2px;} 
.layout_item_product .thumbs img.active{ border: 1px solid #fe0000;} 
.layout_item_product .content{ padding-top: 30px; line-height: 18px;} 
.layout_item_product .table-model .number{ text-align: center; width: 100%; min-width: 40px; padding: 1px 5px; border: 1px solid #EEE;} 
.layout_item_product .table-model .btn{ background-color: #D74B33; color: #FFF;display: none;} 
.layout_item_product .table-model .btn:hover{ background-color: #222; color: #FFF;} 
.layout_item_product .table-model td{ white-space: nowrap;} 

.layout_item_video{ padding: 15px; border-top: 0;}
.layout_item_video .content_video{ padding-top: 20px; }

.layout_item_gallery{ padding: 15px; border-top: 0;}
.layout_item_gallery .item { margin-bottom: 20px; overflow: hidden;}
.layout_item_gallery .item .image{ text-align: center; border: 1px solid #DDD; padding: 2px;}
.layout_item_gallery .item .image img{ height: 150px;}

/* San pham */
.productGrid .item{ margin-bottom: 30px; border: 1px solid #d9d9d9; padding: 8px; }
.productGrid .item .image{ margin-bottom: 10px; }
.productGrid .item .image a{ display: block;}
.productGrid .item .image img{ width: 100%;}
.productGrid .item .title{ font-size: 13px; margin-bottom: 5px; line-height: 18px; text-align: center;}
.productGrid .item .title a{ color: #222; font-weight: normal;}
.productGrid .item .title a:hover{ color: #D74B33;}
.productGrid .item .price{ text-align: center; margin-bottom: 10px; font-weight: normal; color: #FF0000; font-size: 14px;}
.productGrid .item .price .value{ color: #FF0000; display: inline-block; margin: 0 3px; font-weight: bold; }
.productGrid .item .price .old{ color: #999; text-decoration: line-through; font-weight: normal; display: inline-block; margin: 0 3px;}
.productGrid .item .description{ margin-bottom: 8px; font-size: 15px; font-weight: bold; line-height: 18px; text-align: center;}
.productGrid .item .info{}
.productGrid .item .control{ text-align: center; margin-bottom: 10px;}
.productGrid .item .control a{ color: #FFF; background-color: #d74b33; display: none; padding: 4px 10px;}
.productGrid .item .control a:HOVER{ background-color: #222; color: #FFF;}
.productGrid .item .control .view{ float: right; padding: 0 5px; display: inline-block;}
.productGrid .item .control .add_cart{ float: left; padding: 0 5px; display: inline-block;}

.table_productCart{ }
.table_productCart .table tbody tr td img{ width: 100px; height: auto;}

.info-customer{ padding-top: 40px;}
.info-customer .box_form{  padding-top: 20px;}
.info-customer .box_form .form-control{ border-radius: 0;}
.info-customer .btnSuccess{ text-align: center; margin-top: 30px;}
.info-customer .btnSuccess .btn-blue{ border-radius: 0; background: #333; color: #fff; border: none; }

.btn-gotop{ position: fixed; bottom: 10px; left: 10px; z-index: 9999; width: 60px; display: block;}
.btn-gotop img{ width: 100%;}

.box_chat{ border: 1px solid #ffff00; border-bottom: 0; position: fixed; bottom: 0; right: 20px; border-radius: 5px 5px 0 0; background: #990000; padding: 5px 25px 2px 25px; color: #ffff00; font-weight: 400; text-transform: uppercase; font-size: 16px; z-index: 9999;}
.box_chat:HOVER{ color: #FFF;}

/*Responsive*/
@media screen and (min-width: 1200px) {
	.productGrid .min-height:nth-child(5),
	.productGrid .min-height:nth-child(9),
	.productGrid .min-height:nth-child(13),
	.productGrid .min-height:nth-child(17),
	.productGrid .min-height:nth-child(21),
	.productGrid .min-height:nth-child(25),
	.productGrid .min-height:nth-child(29){ clear: left;}
	
	.layout_category_default .col-sm-4:nth-child(4),
	.layout_category_default .col-sm-4:nth-child(7),
	.layout_category_default .col-sm-4:nth-child(10),
	.layout_category_default .col-sm-4:nth-child(13),
	.layout_category_default .col-sm-4:nth-child(16),
	.layout_category_default .col-sm-4:nth-child(19),
	.layout_category_default .col-sm-4:nth-child(22){ clear: left;}
}

@media all and (max-width: 992px){
	.box_menuMain .navbar-brand{ padding-left: 10px;}
}

@media all and (max-width: 768px){
	.productGrid .min-height:nth-child(3),
	.productGrid .min-height:nth-child(5),
	.productGrid .min-height:nth-child(7),
	.productGrid .min-height:nth-child(9),
	.productGrid .min-height:nth-child(11),
	.productGrid .min-height:nth-child(13),
	.productGrid .min-height:nth-child(15),
	.productGrid .min-height:nth-child(17),
	.productGrid .min-height:nth-child(19),
	.productGrid .min-height:nth-child(21){ clear: left;}
	
	.form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
	
	.container-fluid{ padding: 0;}
	.wrapper_content{ padding: 10px; border-top: 0;}
	
	.box_menuMain{ background-color: #D74B33; padding: 0; position: relative; height: 40px; border: 0;}
	.box_menuMain .logo{ position: absolute; top: 5px; left: 10px;}
	.box_menuMain .logo img{ height: 30px;}
	.box_menuMain .toggle{ position: absolute; top: 12px; right: 10px; color: #FFF;}
	.box_menuMain .hotline{ position: absolute; top: 5px; right: 10px; width: auto;}
	.box_menuMain .hotline .phone{ display: none;}
	.box_menuMain .hotline .btn_dangky{ margin: 0; padding: 0;}
	.box_menuMain .hotline .btn_dangky img{ height: 30px;}
	.box_menuMain .language{ padding-top: 5px;}
	.box_menuMain .language img{ height: 30px;}
	
	.box_bxslider { margin-bottom: 20px;}
	.box_bxslider .bx-pager{ bottom: 10px;}
	
	.box_adsHome a{ display: block; text-align: center; margin-bottom: 10px;}
	.box_adsHome a img{ max-width: 100%;}
	
	.box_defaultNew{ height: auto;}
	.box_defaultNew .bx-wrapper{ height: auto;}
	.box_defaultNew .box_title{ display: none;}
	.box_defaultNew .title{ font-size: 12px; padding: 10px;}
	.box_defaultNew .bx-controls{ display: none;}
	
	.box_adsFooter .item{ width: 50%;}
	
	.box_chart{ height: 100px;}
	
	.box_menuFooter ul>li{ width: 50%; margin-bottom: 50px;}
	.box_menuFooter ul>li>ul>li{ margin-bottom: 0;}
	
	.productGrid .item .image{ margin-bottom: 5px;}
	.productGrid .item .title{ padding: 0; font-size: 12px; text-transform: none;}
	.productGrid .item .description{ padding: 0;}
	
	.box_module .box_content{ padding: 15px 0; border: 0;}

	.box_footer table{ display: table; width: 100% !important; }
	.box_footer table tr td{ display: block; width: 100% !important; }
	
	.layout_item_product .thumbs .item img{ width: 60px;}
	.layout_item_product .information input[type="image"]{ max-width: 100% !important; height: auto !important; }
	
	.btn-gotop{ width: 40px;}
}

@media all and (max-width: 767px){
	
}

@media (max-width: 480px){
} 

@media all and (max-width: 380px){
}