/********************************************
*         Template Name: FUJITSU               *
*        Author: NghiaNC                        *
********************************************/
/*-------------------------------------------
    [Table of contents]
        1.        Font
        2.         Global
        3.        Menu
        4.         Search
        5.         Content
        6.        Section
        7.        Sidebar
        8.        Footer
        9.        404
        10.        Custom bootstrap
        11.        Other
        12.        Mobile
    [/Table of contents]
-------------------------------------------*/

/*-------------1.    Font--------------*/
@font-face {
    font-family: 'LigatureSymbols';
    src: url('../fonts/LigatureSymbols-2.11.eot');
    src: url('../fonts/LigatureSymbols-2.11.eot?#iefix')
        format('embedded-opentype'), url('../fonts/LigatureSymbols-2.11.woff')
        format('woff'), url('../fonts/LigatureSymbols-2.11.ttf')
        format('truetype'),
        url('../fonts/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    font-weight: normal;
    font-style: normal;
}

.lsf {
    font-family: 'LigatureSymbols';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-font-feature-settings: "liga" 1, "dlig" 1;
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga" 1, "dlig" 1;
    -o-font-feature-settings: "liga" 1, "dlig" 1;
    font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
    font-family: 'LigatureSymbols';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-font-feature-settings: "liga" 1, "dlig" 1;
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga" 1, "dlig" 1;
    -o-font-feature-settings: "liga" 1, "dlig" 1;
    font-feature-settings: "liga" 1, "dlig" 1;
}

/*-------------2.    Global--------------*/
* {
    margin: 0;
    padding: 0;
}
html{
    font-family: "メイリオ", Meiryo,"ヒラギノ角ゴシック","Hiragino Sans"
        ,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",
        Roboto,"Droid Sans",sans-serif !important; 
}
body {
    background-color: #f7f7f7;
    top: 152px;
    position: relative;
    font-family: "メイリオ", Meiryo,"ヒラギノ角ゴシック","Hiragino Sans"
        ,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",
        Roboto,"Droid Sans",sans-serif !important; 
    /*font-family: Verdana, "雋ゑｽｸ郢ｧ�ｽｴ郢ｧ�ｽｷ郢晢ｿｽ郢ｧ�ｽｯ", YuGothic,
        "郢晏�ｵﾎ帷ｹｧ�ｽｮ郢晄焔�ｽｧ蛛ｵ縺� ProN W3", "Hiragino Kaku Gothic ProN",
        "郢晢ｽ｡郢ｧ�ｽ､郢晢ｽｪ郢ｧ�ｽｪ", Meiryo, sans-serif;*/
}
body.landscape {
                padding-top: 0px;
                top:0;
            }
            body.landscape .navbar-fixed-top {
                position: inherit;
            }
            body.landscape .form-search-fx {
                position: inherit;
            } 
body.n-login.landscape{
    top:0;
    padding-top:0;
}
a {
    text-decoration: none !important;
    color: #0033cc;
}

a:hover {
    color: #303030;
}

li {
    list-style: none;
}

/*-------------3.    Menu--------------*/
nav.navbar.bootsnav {
    margin-bottom: 0;
    border-radius: 0px;
    border: none;
    z-index: 9999;
    position:fixed;
}

nav.navbar.navbar-default {
    border-top: 3px solid red;
}

nav.navbar.navbar-default li.active a,nav.navbar.navbar-default li a:hover,nav.navbar.navbar-default li.active a,nav.navbar.navbar-default li a:focus
    {
    background: red;
}

nav.navbar.navbar-default li.active a,nav.navbar.navbar-default li a:hover,nav.navbar.navbar-default li.active a,nav.navbar.navbar-default li a:focus
    {
    color: #fff;
}

ul.dropdown-menu li.active a {
    color: red !important;
}

nav.navbar.navbar-default .attr-nav ul li a:hover {
    background: inherit !important;
    color: inherit !important;
}

nav.navbar.navbar-default .attr-nav li .fa-user.active {
    color: #690 !important;
}

nav.navbar.bootsnav ul.nav>li>a {
    /*     background-color: transparent; */
    
}

nav.navbar.bootsnav .navbar-toggle {
    border: none;
    padding: 0;
    font-size: 18px;
    position: relative;
    top: 5px;
    background: transparent !important;
}

nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
}

nav.navbar.bootsnav ul.nav ul.dropdown-menu>li>a {
    white-space: normal;
}

nav.navbar .attr-nav {
    float: right;
    display: inline-block;
    margin-left: 10px;
    margin-right: -15px;
}

nav.navbar .attr-nav i {
    color: red;
    font-size: 150%;
}

nav.navbar .attr-nav>ul {
    padding: 0;
    margin: 0 0 -7px 0;
    list-style: none;
    display: inline-block;
}

nav.navbar .attr-nav>ul>li {
    float: left;
}

nav.navbar .attr-nav>ul>li>a {
    color: #6f6f6f;
    display: block;
    padding: 22px 10px;
    position: relative;
    z-index: 2;
}

nav.navbar .attr-nav>ul>li>a {
    padding-right: 5px;
    padding-left: 5px;
}

nav.navbar .attr-nav>ul>li:first-child>a {
    padding-right: 5px;
    padding-left: 10px;
}

nav.navbar .attr-nav>ul>li>a span.badge {
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -25px;
    right: 0px;
    font-size: 10px;
    padding-top: 3px;
    z-index: -1;
}

nav.navbar .attr-nav>ul>li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    box-shadow: 0px 0px 0px;
    border-left: solid 1px transparent !important;
    border-right: solid 1px transparent !important;
    border-bottom: solid 1px transparent !important;
}

nav.navbar .attr-nav>ul>li.hidden-mb ul.cart-list{
    padding: 0 !important;
    width: 250px !important;
    border-bottom:solid 1px #e0e0e0 !important;
    border-right:solid 1px #e0e0e0 !important;
    border-left:solid 1px #e0e0e0 !important;
}

nav.navbar ul.cart-list li.add-ac,nav.navbar ul.cart-list li:last-child
	{
    padding: 0 !important;
}

nav.navbar ul.cart-list li.add-ac i,nav.navbar ul.cart-list li i.fa-sign-out
    {
    font-size: 12px;
    font-weight: bold;
    padding-right: 6px;
}

nav.navbar ul.cart-list>li {
    position: relative;
    padding: 10px !important;
    width: 100%;
    display: table;
    /* 2017/8/2 DucNT7 Add start */
    border-bottom: 1px solid #efefef !important;
    /* 2017/8/2 DucNT7 Add end */
}

nav.navbar ul.cart-list>li.account-li a{
    border-bottom:1px solid #ddd;;
}
/*NamVA add for dropdown cart start*/
/* li.account-li i.fa-sign-out{ */
/*     padding-right:0px !important; */
/* } */
/*NamVA add for dropdown cart end*/

nav.navbar ul.cart-list>li.account-li{
    border:0px;
}

nav.navbar ul.cart-list>li>a.photo {
    padding: 0 !important;
    margin-right: 15px;
    float: left;
    display: block;
    width: 50px;
    /*2017/8/2 DucNT7 Delete start
    height: 50px;
    width:248px;
    2017/8/2 DucNT7 Delete end*/
}

nav.navbar ul li.show-mb > ul.cart-list li{
    padding-right:15px !important;
}

nav.navbar ul li.show-mb > ul.cart-list li a h6{
    position:relative;
    top:5px;
}    

/*2017/8/3 NghiaNC Delete start
nav.navbar ul.cart-list>li>a.photo > h6 {
    margin-left:10px;
    display:inline-block;
}
2017/8/3 NghiaNC Delete end*/

nav.navbar ul.cart-list>li>a.photo > img.mobile-vi{
    top:0px;
    left:0px;
}

nav.navbar.bootsnav li.dropdown.add-ac a.dropdown-toggle:before{
    margin-top:10px;
}

nav.navbar ul.cart-list>li.account-li:first-child{
    padding-top:5px !important;
    padding-bottom:5px !important;
    /* 2017/8/2 DucNT7 Delete start
    padding-left:0px !important;
    padding-right:0px !important;
    2017/8/2 DucNT7 Delete end */
}

/*nav.navbar ul.cart-list>li.account-li{
    border-bottom:0px;
}*/
nav.navbar ul.cart-list>li img {
    width: 50px;
    height: 50px;
    border: solid 1px #efefef;
}

nav.navbar ul.cart-list>li>h6 {
    margin: 0;
    word-break: break-all;
}

nav.navbar ul.cart-list>li>h6>a.photo {
    padding: 0 !important;
    display: block;
}

nav.navbar .container-fluid {
    border-bottom: 2px solid red;
}

nav.navbar ul.cart-list>li>p {
    margin-bottom: 0;
}

nav.navbar ul.cart-list>li.total {
    background-color: #f5f5f5;
    padding-bottom: 15px !important;
}

nav.navbar ul.cart-list>li.total>.btn {
    display: inline-block;
    font-weight: 700;
    border: none;
    color: #fff !important;
    background-color: #e04545 !important;
}

nav.navbar ul.cart-list>li.total>.btn:hover {
    background-color: #fd0000 !important;
}

nav.navbar ul.cart-list>li.total>span {
    padding-top: 8px;
}

nav.bootsnav ul.info-hd {
    position: absolute;
    top: 0px;
    right: 15px;
    list-style: none;
    background: red;
    color: #fff;
    padding: 2px 0px 0px 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width:240px;
}

/* 20231218 - FPT)ThanhBT29 Add Start*/

nav.bootsnav ul.info-hd-faq {
    position: absolute;
    top: -6px;
    right: 50px;
    list-style: none;
    background: red;
    color: #fff;
    padding: 10px 20px 7px 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 150px;
    text-align: center;
}

nav.bootsnav ul.info-hd-faq li {
    float: none;
    padding-left: 10px;
    word-break: break-all;
}

nav.bootsnav ul.info-hd-faq li:last-child {
    font-size: 12px;
}

nav.bootsnav ul.info-hd-faq .txt-info {
    float: left;
    font-size: 12px;
    text-align: center;
}

nav.bootsnav ul.info-hd-faq .font-p {
    font-size: 15px;
    line-height: 24px;
}

/* 20231218 - FPT)ThanhBT29 Add End*/

nav.bootsnav ul.info-hd li {
    float: none;
    padding-left: 10px;
    word-break: break-all;
}

nav.bootsnav ul.info-hd li a {
    color: #fff !important;
}

nav.bootsnav ul.info-hd li:last-child {
    font-size: 12px;
}

nav.bootsnav ul.info-hd .txt-info {
    float: left;
    font-size: 12px;
    text-align: center;
}

nav.bootsnav ul.info-hd img {
    float: left;
    padding: 5px 10px 0px 0px;
    width: 30px;
}

nav.bootsnav ul.info-hd .font-p {
    font-size: 15px;
    line-height: 24px;
}

nav.bootsnav .delete-ic {
    position: absolute;
    top: 4px;
    right: 4px;
    color: red;
    cursor: pointer;
    font-size: 10px
}
    ul.navbar-nav{
        -webkit-transform: translateZ(0px);
    -webkit-transform: translate3d(0,0,0);
    -webkit-perspective: 1000;
    position: relative;
     z-index: 9999
    }
/* fpt-NamVA add */
.shadow{
    box-shadow:2px 3px 5px 0px  rgba(158,158,158,1);
}
.dropActive{
    color:Red !important;
    background:none !important;
}
.dropActive:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: red;
    height: 1px;
}
.enableDropdow:after{
    font-family: 'FontAwesome';
    content: "\f0d7";
    margin-left: 5px;
    margin-top: 2px;
}
.dropdown-lv a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 15px;
    color: #6f6f6f;
    background: transparent;
    font-weight: 400;
    line-height: 1.42857143;
}
.drop-visible{
    display:block!important;
}
.dropdown-lv{
    display:none;
}
.dropdown-lv-show{
    display:block;
}
nav.navbar li.dropdown ul.dropdown-menu {
    border-top-color: #e04545 !important;
    /*     margin-top: 2px; */
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: red;
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,.hvr-underline-from-center:focus:before,.hvr-underline-from-center:active:before
    {
    left: 0;
    right: 0;
}
.hvr-underline-from-center:hover,.hvr-underline-from-center:forcus {
    color: red !important;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: red;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover{
    color:red;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
#ulCategory > li.liCategoryItem a.active:before{
    right: 0;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a, nav.navbar.bootsnav li.dropdown div.dropdown-menu>ul>li>a {
    background: #fff;
    color:#777;
}

nav
.navbar
.bootsnav
 
li
.dropdown
 
ul
.dropdown-menu
>
li
.active
 
a
,
{
color
:red
;


}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li.active a:before, nav.navbar.bootsnav li.dropdown div.dropdown-menu>ul>li.active a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: red;
    height: 2px;
}

.navbar-default .navbar-nav>.active>a:focus {
    background: Red;
    color: #fff;
}
.attr-nav .hidden-mb>a:focus {
    background: none !important;
    color: #777 !important;
}
#aPage,#aPageSub {
    display: none;
}

.navbar-nav>.active>a:hover {
    color: white !important;
    background: red !important;
}
.enableDropdow:focus{
    background:transparent!important;
    color:Red!important;
}
.enableDropdow:hover{
    background:transparent;
    color:Red;
}
.li_block{
    display:block;
}
.li_block:before{
  background: #4D90FE;
}
.li_block:hover{
    color:red;
}
/* FPT-NamVA end add */
nav.navbar .attr-nav {
    margin-right: 200px;
}

nav.navbar .navbar-nav li.show-mb {
    display: none;
}

nav.navbar .navbar-nav.login li.show-mb {
    width: 33.3333333%;
}

.n-login .txt-info {
    padding: 10px 1px 10px 0 !important;
}

.n-login nav.navbar .attr-nav {
    margin-right: 140px;
}

.n-login nav.bootsnav ul.info-hd {
    width: 130px;
}

.n-login nav.bootsnav ul.info-hd-faq {
    width: 130px;
}

.customer-info {
    height: 65px;
    padding-right: 3px;
}

.customer-info b {
    position: relative;
    top: 10px;
}

.no-info {
    float: right;
    padding: 10px 1px 10px 0px;
    font-size: 12px;
    cursor:pointer;
}

z /*-------------4.    Search--------------*/ 
#search .form-search {
    margin: 10px;
    text-align: center;
}

#search .form-search .btn {
    margin: 6px 0px;
}

#search .form-search input {
    margin: 6px;
}

#search {
    border-top: 2px solid #d41e17;
}

#search .form-search .control-label {
    padding: 9px;
}

#search .form-search p {
    margin-bottom: 0px;
    font-weight: bold;
}

.form-search-fx {
    /*     position: fixed; */
    right: 0;
    left: 0;
    /*     top: 70px; */
    background: #fff;
    z-index: 999;
}

.form-search {
    margin: 20px 0px;
}

.form-wrapper-search input {
    width: 85%;
    height: 42px;
/*     padding: 20px 5px; */
    float: left;
    border: 0;
    background: #fff;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border: 1px solid #ccc;
}

.form-wrapper-search input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper-search input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper-search input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper-search button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 42px;
    width: 15%;
    color: #fff;
    text-transform: uppercase;
    background: red;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    font-size: 20px;
}

.form-wrapper-search button:hover {
    background: #00c9ff;
}

.form-wrapper-search button:active {
    background: #00c9ff;
}

.form-wrapper-search button:before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent red transparent;
    top: 13px;
    left: -6px;
}

.form-wrapper-search button:hover:before {
    border-right-color: #00c9ff;
}

/*-------------6.    Section--------------*/
section {
    margin: 0px 0px 20px 0px;
}

section.info .top-info .readmore a {
    color: red;
    font-weight: bold;
}

section.info .top-info .readmore .fa {
    padding-right: 5px;
}

section.info .top-info::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 2px;
}

section.info .top-info::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

section.info .top-info dt {
    margin: 0;
    float: left;
    line-height: 1.4;
    white-space: nowrap;
}

section.info .top-info dt {
    position: relative;
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    width: 11em;
    font-weight: normal;
}

section.info .top-info dt img {
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: text-bottom;
}

section.info .top-info dd {
    margin: 0 0 8px;
    padding: 0 0 8px 13em;
    border-bottom: dotted 1px #ddd;
}

section.products {
    background-image: url(../images/OBZV4R0.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin: 0;
    overflow: hidden;
    color: #000000 !important;
    padding: 20px 0px;
}

.color-overlay {
    background-image: url(../images/overlay.png);
    bottom: 0px;
    height: 100%;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
}
.color-overlay.header {
    background-image: url(../images/overlay1.png);
}
section.slide {
    padding: 30px 0px;
    background-image: url(../images/OBZV4R0.jpg);
    background-color: #fff;
    position: relative;
}

section.slide .product-info-cart {
    width: 100%;
    padding: 15px 5px 5px 5px;
    background: #f50909;;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transition: all 0.3s ease-out 0s;
    opacity: 0.7;
    color: white;
    font-weight: bold;
}

section.slide .product-thumb {
    overflow: hidden;
    position: relative;
}

section.slide .product-thumb:hover .product-info-cart {
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
}

section.slide ul {
    margin-bottom: 0px;
}

section.slide li.product-thumb {
    list-style: none;
}

section.slide li.product-thumb img {
    width: 100%;
}

section.slide li.product-thumb:first-child {
    margin-bottom: 14px;
}

section.top-ranking .icons {
    display: inline-block;
    background: url(../images/icons.png);
    vertical-align: middle;
    text-align: center;
    width: 58px;
}

section.top-ranking .ranking-label {
    text-align: center;
    line-height: 58px;
    font-size: 32px;
    color: #c98e00;
    position: absolute;
    top: 6px;
    right: 6px;
}

section.top-ranking .product-thumb .cate {
    background: #d41e17 none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    padding: 3px 11px;
    text-transform: uppercase;
    z-index: 999;
    height: 25px;
    text-align: center;
    line-height: 19px;
}

section.top-ranking .product-thumb:hover .product-info-cart {
/*     bottom: 30px; */
}

section.top-ranking div.product-thumb img {
    max-height: 200px;
    min-width:100px;
}

section.products div.product-thumb img {
    max-height: 200px;
    min-width:100px;
}

section.content-products .product-thumb img {
    padding: 4px;
    margin:auto;
    min-width: 158px;
    min-height:100px;
    max-height:200px;
}

section.content-products .glyphicon {
    margin-right: 5px;
}

section.content-products .pagination {
    float: right;
}

section.content-products .item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    width: 96%;
    margin-left: 2%;
}

section.content-products .item.list-group-item .caption {
    border: none;
    float:left;
    width: 70%;
}

section.content-products .item.list-group-item .des {
    display: block;
}

section.content-products .des {
    display: none;
}

/* section.content-products .item.list-group-item img { */
/*     float: left; */
/* } */

section.content-products .well-sm .btn-group a {
    padding: 5px 10px;
}

section.content-products .list-group-item {
    border: none;
    padding: 15px 15px;
}

section.content-products .list-group-item .product-thumb {
    float: left;
    width: 30%;
}

section.content-products .item {
    margin-bottom: 10px;
}

section.content-products select {
    border: 0;
    padding: 5px 10px 5px 10px;
    margin: 0;
    cursor: pointer;
    color: #414141;
    font-size: 13px;
    font-weight: 700;
    min-width: inherit;
    width: auto;
    margin: 0px 2px 1px 0px;
}

section.content-products .btn-group.sort,section.content-products .btn-group.show
    {
    float: left;
}

section.content-products    .btn-group.c-layout {
    float: right;
}

section.page-heading {
    background-image: url(../images/OBZV4R0.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 20px 0px 0px 0px;
    position: relative;
    color: #fff;
    margin-bottom:0px;
}
a:focus{
    outline:none;
}
section.page-heading h1 {
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0px 0px 20px 0px !important;
}
/********** Display error *************/
.error-msg {
    position: absolute;
    left: 70%;
    display: flex;
    z-index: 200;
}

.error-msg i {
    margin-right: -5px;
    margin-top: 9px;
}

.error-msg span {
    /* 2017/8/3 NghiaNC delete start
    border: 1px solid;
    2017/8/3 NghiaNC delete end */
    color: white;
    padding: 10px;
    background-color: #FF0000;
}

.email-invi {
    width: 40%;
    margin-top: 10px;
}

.ripple {
    position: absolute;
    background: rgba(0, 0, 0, .25);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.ripple.show {
    -webkit-animation: ripple .5s ease-out;
    animation: ripple .5s ease-out;
}

@
-webkit-keyframes 
    ripple {to { -webkit-transform:scale(1.5);
    transform: scale(1.5);
    opacity: 0;
}

}
@
keyframes 
    ripple {to { -webkit-transform:scale(1.5);
    transform: scale(1.5);
    opacity: 0;
}

}
/* login */
.center {
    text-align: center
}

.btn-line {
    margin-left: 370px;
}

.error {
    color: red;
}

.msg_error_login {
    min-height: 20px;
}

.login_validation_field.ng-invalid-pattern.ng-dirty:not(:focus) {
    background-color: pink !important;
}

.login_validation_field.ng-invalid-minlength.ng-dirty:not(:focus) {
    background-color: pink !important;
}

.login_validation_field.ng-invalid-maxlength.ng-dirty:not(:focus) {
    background-color: pink !important;
}

.login_validation_field.ng-invalid-required {
    background-color: #ffffff !important;
}

.submitform .login_validation_field.ng-invalid:not(:focus){
    background-color: pink;
}

.submitform_loginForm .login_validation_field.ng-invalid:not(:focus) {
    background-color: pink !important;
}

.firstload_loginForm .login_validation_field.ng-invalid {
    background-color: #ffffff !important;
}
/* login */

/* popup */
.modal-dialog {
    width: 430px;
    margin: 83px auto;
}

#loginPopup .remove-top {
    text-align: center;
}

#loginPopup {
    z-index: 99999;
}

.modal-dialog .modal-content {
    border-radius: 0px;
    top: 120px;
}

.modal-dialog .modal-content .modal-header {
    background-color: #2A96B5;
    color: #ffffff;
}

.modal-dialog .modal-content .modal-header .fa.fa-question-circle {
    margin-right: 2px;
}

.div-social a:hover {
    opacity: 0.8;
}

.div-social a:focus {
    opacity: 0.8;
}

/* popup */
section.content-login {
    margin-top: 50px;
}

section.content-login p {
    font-size: 13px;
}

section.content-login .login {
    box-shadow: 0px 0px 53px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    display: table;
    padding: 15px 0px;
}

section.content-login .login input.lg-ip {
    margin: 10px;
    width: 70%;
    margin: 10px auto;
    min-width: 260px;
}

section.content-login .login .remember-div {
    width: 60%;
    margin: 10px auto;
}

section.content-login .login input.remember {
    transform: translateY(2px);
}

section.content-login .login .btn.social {
    padding: 0px 20px;
    margin: 5px;
    width: 90%;
    border-bottom: 4px solid !important;
    border-right: 2px solid !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    color: #ffffff;
}

section.content-login .login .btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 5px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}

section.content-login .login .btn.social .lsf-icon {
    font-style: normal;
    font-size: 25px;
}

section.content-login .login .btn.social .btn-label {
    padding: 0px 12px;
    left: -20px;
    float: left;
    min-width: 50px;
}

section.content-login .login .btn.social .text-social {
    line-height: 46px;
}

section.content-login .login .btn.facebook {
    background: #3b5998;
    border-bottom-color: #2E436F !important;
    border-right-color: #2E436F !important;
}

section.content-login .login .btn.twitter {
    background: #55acee;
    border-bottom-color: #398FD0 !important;
    border-right-color: #398FD0 !important;
}

section.content-login .login .btn.google {
    background: #dc4a3d;
    border-bottom-color: #B2372C !important;
    border-right-color: #B2372C !important;
}

section.content-login .login .btn.yahoo {
    background: #ff0033;
    border-bottom-color: #D00A31 !important;
    border-right-color: #D00A31 !important;
}

section.content-login .login .btn.line {
    background: #49bd1c;
    border-bottom-color: #3ea118 !important;
    border-right-color: #3ea118 !important;
}

section.content-products .products-dt .btn.cart {
    padding: 0px 20px;
    margin: 5px;
    border-bottom: 4px solid #B2372C !important;
    border-right: 2px solid #B2372C !important;
    border-radius: 4px !important;
    background: #dc4a3d;
    font-size: 16px !important;
    color: #ffffff;
}

section.content-products .products-dt .btn.cart .btn-label {
    float: left;
    left: -20px;
}

section.content-products .products-dt .btn .text-btn {
    line-height: 32px;
}

section.content-products .products-dt {
    box-shadow: 0px 0px 53px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
}

section.content-products .products-dt .qual {
    padding: 6px;
    margin-top: 4px;
    width: 65px;
}

section.content-about .about-dt {
    box-shadow: 0px 0px 53px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

section.content-about .panel-title {
    color: #31708f;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    font-size: 16px;
    padding: 8px 6px 6px 10px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 12px;
}

section.content-about .tb-about {
    font-size: 13px;
    padding: 1px;
    line-height: 160%;
    margin-left: 20px;
    margin-right: 25px;
}

section.content-about .tb-about td:nth-child(odd) {
    vertical-align: text-top;
}

section.content-about .tb-about.nb td:nth-child(odd) {
    width: 20px;
}

section.content-about .tb-about-bt {
    width: 100%;
    margin-top: 20px;
}

section.content-about .tb-about-bt td:nth-child(odd) {
    width: 20%;
    text-align: right;
    vertical-align: text-top;
}

section.content-about .tel-bt {
    margin: 0 auto;
}

section.content-about .text-phone {
    padding-left: 40px;
}

.modal-footer button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 5px;
    cursor: pointer;
    height: 32px;
    color: #fff;
    text-transform: uppercase;
    background: red;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    font-size: 13px;
}

.modal-footer button:hover {
    background: #00c9ff;
}

/*-------------7.    Sidebar-------------*/
.sidebar .category,.sidebar .price {
    margin-top: 20px;
}

.sidebar .category li {
    border-bottom: 1px solid #dddddd;
}

.sidebar .category a {
    display: block;
    font-size: 13px;
    padding: 6px 0;
    text-transform: uppercase;
    color:#000;
}
.category li a:hover{
    color:Red;
}
li.liCategoryItem:hover span{
    color:red;
}
.category li a.active, .category li a.active + span {
    color:Red;
}

.sidebar .category span {
    color: #555;
    float: right;
    position: relative;
    top: -26px;
}

.sidebar .price input.min-price,.sidebar .price input.max-price {
    width: 32%;
    float: left;
    margin: 0px 5px 5px 0px;
}

.sidebar .price-form label {
    float: left;
}

.sidebar .price-form .btn,.btn.search {
    padding: 3px 10px;
    margin-left: 6px;
    float: left
}

.sidebar .price .form-group {
    margin: 20px 0px 0px 0px !important;
}

.sidebar .categories-checkbox .brands li {
    padding: 2px 0px;
}

.sidebar .categories-checkbox .brands li label {
    font-weight: inherit;
    padding-left: 5px;
    color: #888
}

.sidebar .categories-checkbox .brands li input {
    cursor: pointer;
    transform: translateY(2px);
}

/*-------------8.    Footer--------------*/
footer {
    text-align: center;
}

footer a {
    color: #999;
}

footer .logo-fits {
    padding-top: 40px;
}
footer .logo-fits img{
    width:146px;
    height:40px;
}
footer .footer-social {
    font-size: 40px;
    padding: 40px;
}

footer .footer-social a.social-fb:hover {
    color: #3b5998;
}

footer .footer-social a.social-tw:hover {
    color: #55acee;
}

footer .footer-social a.social-gg:hover {
    color: #dc4a3d;
}

footer .footer-social a.social-yh:hover {
    color: #ff0033;
}

footer .footer-social a.social-line:hover {
    color: #49bd1c;
}

footer .footer-social .lsf-icon {
    font-style: normal;
}

footer .footer-link {
    padding: 20px;
    border-top: 1px solid #eee;
}

footer .footer-link a {
    padding: 10px;
}

footer .copyright {
    padding: 30px;
    border-top: 1px solid #eee;
}

/*-------------9.    404--------------*/
#main-bg {
    background: url(../images/pexels.jpg) repeat 0 0;
}

.error-wrapper h1,.error-wrapper h4 {
    font-family: "Russo One";
}

.error-wrapper {
    background: url(../images/body-bg3.png) repeat 0 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 80px 0px 0px 0px;
    display: block;
    z-index: 0;
}

.error-wrapper .container {
    max-width: 500px;
}

#main-error {
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 6.4px;
    border-radius: 6.4px;
    padding: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
}

#main-error header {
    display: block;
    background: rgba(255, 255, 255, 0.7);
    padding: 24px 24px 48px 28.5px;
    margin: 0px 0px 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6.4px 6.4px 0 0;
    border-radius: 6.4px 6.4px 0 0;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.5);
}

#main-error h1 {
    font-size: 128px;
    font-weight: 600;
    color: #d80a1a;
    text-shadow: 2px 2px #8e8888;
    text-align: center;
}

#main-error  h3 {
    color: #9ea7b3;
    font-size: 24px;
    margin: 0;
}

#main-error header ul.list-inline {
    margin-bottom: 0;
}

#main-error header ul.list-inline li a {
    color: #847f7f;
}

#main-error header ul.list-inline li.last a i {
    margin-right: 0;
}

#main-error .section-icon {
    display: block;
    color: #fff;
    text-align: center;
    width: 64px;
    height: 64px;
    -webkit-border-radius: 480px;
    border-radius: 480px;
    position: absolute;
    top: -65.6px;
    left: 50%;
    margin-left: -32px;
    line-height: 76.8px;
}

#main-error .list-inline>li {
    padding-right: 0px;
    padding-left: 0px;
}

.section-icon i {
    margin: 0;
}

.tab-content-wrapper {
    position: relative;
}

.tb-content {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.error-wrapper article {
    text-align: center;
    padding: 0;
}

.button-dark {
    display: block;
    padding: 24px;
    margin: 0 0em 0em 0em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-style: solid none solid none;
    -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.25);
    box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.25);
    background-color: rgba(19, 172, 179, 1);
}

.button-dark button {
    padding: 10px 25px;
}

span.section-icon {
    background-color: rgba(19, 172, 179, 1);
}

.list-inline .lsf-icon {
    font-style: normal;
    font-size: 25px;
}

.error-wrapper a.social-line:hover {
    color: #49bd1c !important;
}

.error-wrapper a.social-fb:hover {
    color: #3b5998 !important;
}

.error-wrapper a.social-tw:hover {
    color: #55acee !important;
}

.error-wrapper a.social-gg:hover {
    color: #dc4a3d !important;
}

.error-wrapper a.social-yh:hover {
    color: #ff0033 !important;
}

.error-wrapper a.social-line:hover {
    color: #49bd1c !important;
}

@media only screen and (max-width : 768px) {
    header h3.brand {
        text-align: center;
        margin-bottom: 10px;
    }
    header ul.list-inline {
        text-align: center;
    }
    .equal [class*="col-"] {
        display: inline-block !important;
        width: 100%;
    }}

@media screen and (max-width : 480px) {
    #main-error h1 {
        font-size: 80px;
    }
    #main-error header {
        padding: 10px 15px 28px 15px;
    }
    .col-md-3.sidebar.left{float:left; width:100%;}
    .right{float:none !important;}
    ._hideMobile{display:none;}
}

@media screen and (max-width : 320px) {
    .error-wrapper {
        padding: 40px 0;
    }
    #main-error h1 {
        font-size: 55px;
    }
    #main-error header {
        padding: 5px 15px 20px 15px;
    }
    .no-padding{
       padding-left:0px;
       padding-right:0px;
    }
    section.content-products .btn-group.c-layout {
     float: left;
     margin-top: 5px;
    }
    
}

/*-------------10.    Custom bootstrap--------------*/
.carousel-control.left,.carousel-control.right {
    background-image: inherit;
}

.thumbnail {
    position: relative;
    padding: 0px !important;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    border: none;
    height:200px;
    display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 33.3333333%;

}

.nav>li>a:hover,.nav>li>a:focus {
    background: inherit;
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus
    {
    color: #000;
}

.pagination>li>a,.pagination>li>span {
    border: none;
    padding:6px 10px;
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus
    {
    background-color: red;
}

.navbar-brand {
    padding: 10px 15px;
    cursor: default;
}

.form-control {
    height: 28px;
}

.well {
    width: 100%;
    margin-bottom: 0px;
    display: table;
}

.caption {
    padding: 10px;
    border-bottom: 3px solid red;
/*     border-bottom-left-radius: 4px; */
/*     border-bottom-right-radius: 4px; */
    background-color: #fff;
}

.caption h4 {
    height: 50px;
    overflow: hidden;
    font-size: 15px;
    padding: 0px;
    marign-top: 5px;
    margin-bottom: 5px;
}

.caption p {
    marign-top: 5px;
    margin-bottom: 5px;
}

.btn {
    padding: 0px 12px;
}

.btn-label {
    position: relative;
    width: 40px;
    left: -12px;
    display: inline-block;
    padding: 5px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}

/* 2017-07-10 FPT)DucNT7 Delete Start 
.btn:not(.btn-link):not(.btn-circle){
    box-shadow:0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);    
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    border-radius:2px;
    border:none;
    font-size:13px;
    outline:none;
}
 2017-07-10 FPT)DucNT7 Delete End */

.carousel-inner {
    max-height: 342px;
}

/*-------------10. Other--------------*/
                    section.link-anchor .anchor {
                        box-shadow: 0px 0px 53px 0px rgba(0, 0, 0, 0.25);
                        background: #fff;
                        padding: 10px;
                    }
.product-info-cart {
    bottom: 0;
    left: 0;
    position: absolute;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    width: 100%;
    transition: all 0.3s ease-out 0s;
}

.product-thumb {
    overflow: hidden;
    position: relative;
}

.product-thumb:hover .product-info-cart {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    bottom: 30px;
}
.item .product-thumb:hover .product-info-cart {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    bottom:0;
}

.product-thumb:hover .product-info-detail {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    bottom: 0px;
}

.dlHide {
    display: none;
}

.product-thumb .btn {
    width: 70%;
    margin: 5px 0px;
    line-height: 30px;
    
}
.product-thumb .btn:last-child {
    margin-top:0px;
}
.larger_size{
    font-size:16px;
}
.text-group{
    border-radius:0px!important;
    height:30px!important;
    padding:5px 7px !important;
    font-size:13px !important;
}
.text-group:first-child{
    border-bottom:0px;
}
.search-group{
    width:100%;
}
.product-thumb .btn-label {
    position: relative;
    width: 40px;
    left: -12px;
    float: left;
    display: inline-block;
    padding: 5px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
    line-height: 22px;
}
.left5{
/*     margin-left:-5px !important; */
}
.line {
    border-bottom: 1px dotted #d41e17;
    margin-bottom: 10px;
}

.line h2 {
    float: left;
    margin: 0 0 -1px 0 !important;
    border-bottom: 3px solid red !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.logo-fujitsu {
    float: left;
}

.icon-txt {
    font-size: 18px;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.bs-callout {
    padding: 8px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 3px;
    border-radius: 3px;
}

.bs-callout .space {
    padding: 0px 5px;
    color: red;
    font-weight: bold;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout+.bs-callout {
    margin-top: -5px;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger span.label {
    margin-right: 4px;
    display:inline-block;
}

.bs-callout-danger .label a {
    color: #fff;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs.bs-callout {
                                        display: table;
                                        width: 100%
                                    }  
.bs.bs-callout.bs-callout-danger div.bs-fl {
                                        float: left;
                                        margin-right: 5px;
                                    } 
.bs.bs-callout.bs-callout-success div.bs-fl    {
                                        float: left;
                                        margin-right: 5px;
                                    } 
.form-group.pad-t {
                                        margin-top: 10px;
                                    } 
.form-group{
    margin-top:15px;
}                                    
#bttop {
    position: fixed;
    bottom: 2px;
    right: 10px;
    cursor: pointer;
    display: none;
    font-size: 50px;
    color: red;
}

div.item>a>img {
    width: 750px;
    height: 342px;
}

.cate {
    background: #d41e17 none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    padding: 3px 11px;
    text-transform: uppercase;
    z-index: 999;
    height: 25px;
    text-align: center;
    line-height: 19px;
}

p.price {
    color: red;
    font-weight: bold;
    font-size: 16px;
}
span.price {
    color: red;
    font-weight: bold;
    font-size: 16px;
}

.error-search i {
    top: -18px;
    position: relative;
    left: 20%;
}
.error-price{
    left: 15px;
    display: none;
    background: red;
    border: 1px solid;
    padding-bottom: 10px;
    padding-left: 3px;
}
.display-list{
    display:none;
}
.list-group-item .display-list{
    display:block
}
.error-price i{
    top: -20px;
    left: 25px;
}
.error-price span{
    border: 0px;
    color: white;
    padding: 10px;
    background-color: transparent;
    padding-left: 0px;
    margin-left: -20px
}
.auto {
    margin: auto !important;
}

form.form-wrapper-search span.error-search {
    left: 5px;
}

div.col-md-4 img {
    margin: auto;
}

li.liCategoryItemMore {
    border: none !important;
}

#categoryDown {
    width: 30%;
    float: left;
}

li.liCategoryItemMore a {
    text-align: center;
    color: Red;
}

a#categoryUp {
    display: block;
    width: 30%;
    float: right;
}

}
a#categoryDown i {
    margin-left: 2px;
}

li.show-mb span.login-nav b {
    margin-left: 10px;
    font-weight: normal;
}

li.show-mb i.active {
    color: #690 !important
}

li.show-mb a i.fa-shopping-cart {
    color: #777;
}

li.show-mb a.active i.fa-shopping-cart {
    color: red;
}

li.show-mb a:hover i.fa-shopping-cart {
    color: white;
}
.equal {
                    display: table; 
                    width:100%;
                }
                 
.equal [class*="col-"] {
                    float: none;
                    display: table-cell;
                    vertical-align: middle;
                } 
/*Around menu*/
btnDropAround{
    cursor:pointer;
}
.right{
    float:right;
}
.aroundSpan{
    position:relative;
    top:3px!important;
    cursor:pointer;
}
#btnDropMaker:hover, #btnDropAround:hover{
    cursor:pointer;
}
#btnDropMaker:hover span, #btnDropAround:hover span{
    color:Red;
}
.aroundSpan:hover{
    color:red;
}
ul.cd-accordion-menu li.active > label, ul.cd-accordion-menu li.active > a{
    color:red;
    border-color:red;
}
ul.cd-accordion-menu ul {margin-left:20px;}
ul.cd-accordion-menu ul label {padding-left:0px}
ul.cd-accordion-menu ul label:after{left:0px;}
ul.cd-accordion-menu ul ul {margin-left:20px;}
ul.cd-accordion-menu ul ul a {padding-left:0px}
.cd-accordion-menu label, .cd-accordion-menu a {
    font-size:14px;
    font-weight:normal;
    border-bottom: 1px solid #dddddd;
}
.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 6px 0px;
}
.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
  background: #52565d;
}
.cd-accordion-menu label {
  cursor: pointer;
}
.cd-accordion-menu input[type=checkbox]:checked + label i::before {
    content:"\e118"
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
/*   background: #35383d; */
/*   box-shadow: inset 0 -1px #41444a; */
  padding-left: 40px;
}
.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
  background: #3c3f45;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  left: 0px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
    color:#555;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  left: 77px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  left: 95px;
}
.sRanking{
    color:red;
    text-align: center;
    font-weight:700;
}
.left{
    float:left;
}
.right{
    float:right;
}
/*-------------Auto complete -----------*/
.ac_results {
    border: 1px solid red;
    background-color: white;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 998;
    display: none;
     outline:none; 
     border:1px solid #4D90FE;
     -webkit-box-shadow: 0px 0px 5px  #4D90FE;
     box-shadow: 0px 0px 5px  #4D90FE;
     max-width: 90%;
     padding-right:5px;
}

.ac_results li {
    padding: 4px 5px;
    white-space: nowrap;
    color: #000;
    text-align: left;
}

.ac_over {
    cursor: pointer;
    color:red !important;
    /*background-color: #F0F0B8;*/
/*     background-color: #EDDDED; */
}
.ac_over:before{
  left: 0;
  right: 0;
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  color:red;
}

.ac_match {
    text-decoration: underline;
/*     color: black; */
}

.ac_results .by_any_chance {
    
}

.ac_results .by_any_chance_title,.suggest_category_title {
    font-size: 9px;
    -webkit-text-size-adjust: none;
    color: gray;
    width: 50px;
    /*width: 100px*/;
    white-space: nowrap;
}

.ac_results .by_any_chance_line {
    border-bottom: 1px dashed gray;
}

.ac_results .by_any_chance_double {
    border-bottom: 1px dashed gray;
}

.ac_results .by_any_chance_last {
    border-bottom: 1px dashed gray;
}

.ac_results .by_any_chance_img {
    width: 50px;
    /*width: 100px;*/
}

.ac_results .by_any_chance_price,.suggest_price {
    font-size: 11px;
    color: #5B5B5B;
    -webkit-text-size-adjust: none;
}

.ac_results .by_any_chance_send_detail {
    font-size: 10px;
    -webkit-text-size-adjust: none;
    color: gray;
    text-align: right;
}

.suggest_detail {
    /*font-size: 9px;*/
    font-size: 10px;
    -webkit-text-size-adjust: none;
    color: gray;
    /*color: green;*/
}

.suggest_category_query {
    /*color: #888;*/
    color: red;
}

.suggest_category {
    margin-left: 30px;
}

.last_suggest_category_item {
    border-bottom: 1px dashed gray;
}

section.info .top-info .readmore a {
    color: red;
    font-weight: bold;
}

a {
    cursor: pointer;
}

.form-wrapper-search span.error-search {
    display: none;
}
/*-------------11.    Mobile--------------*/
@media ( min-width : 991px) and (max-width: 1200px) {
    body {
        top: 198px;
    }
    .form-search-fx {
        top: 170px;
    }
    .carousel-inner {
        max-height: 282px !important;
    }
    nav.bootsnav ul.info-hd li.li-right {
        float: right;
    }
    nav.bootsnav ul.info-hd-faq li.li-right {
        float: right;
    }
}

@media ( min-width :420px) and (max-width:991px) {
    body {
        top: 188px;
    }
    body.landscape{
        top:0;
    }
    .col-md-9.right{float:none;}
    .col-md-3.sidebar.left{float:none;}
    body .form-search-fx {
        top: 106px;
    }
    body.n-login {
        padding-top: 142px;
    }
    body.n-login {
        top: 49px;
    }
}

@media ( min-width : 400px) and (max-width: 991px) {
    li.product-thumb {
        width: 50%;
        margin-top: 20px;
        float: left;
        overflow: hidden
    }
    li.product-thumb:first-child {
        padding-right: 10px;
    }
    li.product-thumb:last-child {
        padding-left: 10px;
    }
}

@media ( min-width : 767px) and (max-width: 991px) {
    nav.bootsnav ul.info-hd {
        width: 94% !important;
        margin-left: 3%;
    }
        nav.bootsnav ul.info-hd-faq {
        width: 94% !important;
        margin-left: 2%;
    }
}

@media ( min-width : 992px) {
    nav.navbar.bootsnav ul.nav>li>a {
        padding: 22px 8px;
        font-size: 15px;
        font-weight: bold;
        /*         color: #000; */
        line-height: inherit !important;
        height: 67px;    
    }
    nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
        font-family: 'FontAwesome';
        content: "\f0d7";
        margin-left: 5px;
        margin-top: 2px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu, nav.navbar.bootsnav li.dropdown div.dropdown-menu >ul {
        box-shadow: 0px 0px 0px;
        border-radius: 0px;
        padding: 0;
        width: 240px;
        background: #fff;
        border: solid 1px #e0e0e0;
        border-top: solid 5px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover, nav.navbar.bootsnav li.dropdown div.dropdown-menu>ul>li a:hover {
        background-color: transparent;
        color:red;
    }
    nav.navbar.bootsnav li.dropdown ul.cart-list li a:hover{
        color:Red !important;
    }
    nav.navbar.bootsnav li.dropdown ul.multi-column-dropdown li a {
        padding: 6px 10px;
        border-bottom: solid 1px #eee;
        color: #6f6f6f;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a{
        padding: 6px 10px;
        border-bottom: solid 1px #eee;
        color: #6f6f6f;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li:last-child>a, av.navbar.bootsnav li.dropdown div.dropdown-menu>ul>li:last-child>a {
        border-bottom: none;
    }
    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a, nav.navbar.bootsnav ul.navbar-right li.dropdown div.dropdown-menu ul li a {
        text-align: left;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:before, nav.navbar.bootsnav li.dropdown div.dropdown-menu ul li.dropdown>a.dropdown-toggle:before
        {
        font-family: 'FontAwesome';
        float: left;
        content: "\f104";
        margin-top: 0;
    }
    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:before
        {
        font-family: 'FontAwesome';
        float: right;
        content: "\f105";
        margin-top: 0;
    }
    nav.navbar .attr-nav>ul>li.dropdown ul.dropdown-menu {
        margin: -2px 0px 0px 0px !important;
    /* NamVA add for dropdown cart start */
/*         width: 250px; */
/*         left: -250px; */
    /*NamVA add for dropdown cart end*/
    }
        nav.navbar .attr-nav>ul>li.dropdown ul.account-menu {
        margin-left: -1px !important;
        border-right:solid 1px #e0e0e0 !important;
        border-left:solid 1px #e0e0e0 !important;
        border-bottom:solid 1px #e0e0e0 !important;
    }
    nav.navbar .attr-nav>ul>li.dropdown ul.account-menu{
        margin-top:-10px !important;
    }
}

@media ( min-width : 768px) {
    .navbar-right .dropdown-menu {
        left: 0;
        right: auto;
    }
/*     .equal{display:inherit;} */
}

@media ( max-width :1200px) {
    .n-login nav.bootsnav ul.info-hd,nav.bootsnav ul.info-hd {
        float: left;
        width: 100%;
        position: inherit;
    }
    .n-login nav.bootsnav ul.info-hd-faq,nav.bootsnav ul.info-hd-faq {
        float: left;
        width: 100%;
        position: inherit;
        text-align: center;
    }
    nav.bootsnav ul.info-hd-faq .txt-info br{
        display: none;
    }
    .n-login nav.bootsnav ul.info-hd-faq li,nav.bootsnav ul.info-hd-faq li {
        display: inline-block;
    }
/*     nav.bootsnav ul.info-hd li:last-child { */
/*         float: right !important; */
/*     } */
    nav.bootsnav ul.info-hd li.li-nologin {
        float: left;
        width: 100%;
        text-align: center;
    }
    nav.bootsnav ul.info-hd-faq li.li-nologin {
        float: left;
        width: 100%;
        text-align: center;
    }
    div.no-info {
        float: left !important;
        width: 100% !important;
        padding: 10px 0px;
        text-align: center;
    }
    .n-login nav.navbar .attr-nav,nav.navbar .attr-nav {
        margin-right: 0px;
    }
    body.n-login nav.bootsnav ul.info-hd.hidden-mb {
        display: none;
    }
    body.n-login nav.bootsnav ul.info-hd-faq.hidden-mb {
        display: none;
    }
}

@media ( max-width : 991px) {
    .navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse
        {
        max-height: 410px !important;
        height: 330px;
        overflow-x: auto !important;
        overflow-x: hidden !important
    }
    section.slide li.product-thumb:first-child {
        margin-bottom: 0px;
    }
    li.product-thumb:first-child .product-info-cart {
        margin-left: -10px;
        padding-left: 15px;
    }
    div.product-thumb img {
/*         height: 150px; */
    }
    li.product-thumb:last-child .product-info-cart {
        margin-left: 10px;
    }
    nav.navbar.bootsnav .navbar-brand {
        display: inline-block;
        float: none !important;
        margin: 0 !important;
    }
    nav.navbar.bootsnav .navbar-header {
        float: none;
        display: block;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
    }
    nav.navbar.bootsnav .navbar-toggle {
        display: inline-block;
        float: left;
        margin-right: -200px;
        margin-top: 10px;
    }
    nav.navbar.bootsnav .navbar-collapse.collapse {
        display: none !important;
    }
    nav.navbar.bootsnav .navbar-collapse.collapse.in {
        display: block !important;
    }
    nav.navbar.bootsnav .navbar-nav {
        float: none !important;
        padding-left: 40px;
        padding-right: 20px;
        margin: 0px -15px;
    }
    nav.navbar.bootsnav .navbar-nav>li {
        float: none;
    }
    nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
    }
    nav.navbar.bootsnav li.dropdown.on>a.dropdown-toggle:before {
        content: "\f107";
    }
    nav.navbar.bootsnav .navbar-nav>li>a {
        display: inline-block;
        width: 100%;
        border-bottom: solid 1px #e0e0e0;
        padding: 10px 0;
        border-top: solid 1px #e0e0e0;
        margin-bottom: -1px;
    }
.last-sub{
    border-bottom:0px !important;
}
    nav.navbar.bootsnav .navbar-nav>li:first-child>a {
        border-top: none;
    }
    nav.navbar.bootsnav ul.navbar-nav.navbar-left>li:last-child>ul.dropdown-menu
        {
        border-bottom: solid 1px #e0e0e0;
    }
    nav.navbar.bootsnav ul.nav li.dropdown li a.dropdown-toggle {
        float: none !important;
        position: relative;
        display: block;
        width: 100%;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
        width: 100%;
        position: relative !important;
        background-color: transparent;
        float: none;
        border: none;
        padding: 0 0 0 15px !important;
        margin: 0 0 -1px 0 !important;
        box-shadow: 0px 0px 0px;
        border-radius: 0px 0px 0px;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
        display: block;
        width: 100%;
        border-bottom: solid 1px #e0e0e0;
        padding: 10px 15px;
        color: #6f6f6f;
        background: transparent;
    }
       nav.navbar.bootsnav li.dropdown ul.multi-column-dropdown li a {
        padding: 6px 15px;
        border-bottom: solid 1px #eee;
        color: #6f6f6f;
    }
    nav.navbar.bootsnav li.dropdown ul.group-menu-item div{
        width:100%;
        padding:0px;
    }
    div.col-sm-6{
        padding-left:0px;
    }
    div.col-sm-4 ul div > li:last-child >a{
        border-bottom:0px;
    }
    nav.navbar.bootsnav li.dropdown ul.group-menu-item li:last-child ul:last-child > li:last-child{
    border-bottom:0px;
    }
     nav.navbar.bootsnav li.dropdown ul.group-menu-item  li {
        border-bottom: solid 1px #eee;
     }
    nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:hover,nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:focus
        {
        background-color: transparent;
    }
    nav.navbar.bootsnav ul.nav ul.dropdown-menu ul.dropdown-menu {
        float: none !important;
        left: 0;
        padding: 0 0 0 15px;
        position: relative;
        background: transparent;
        width: 100%;
    }
    nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on>ul.dropdown-menu
        {
        display: inline-block;
        margin-top: -10px;
    }
    nav.navbar .attr-nav>ul>li>a {
        padding: 17px 10px !important;
    }
    .attr-nav {
        position: absolute;
        right: 60px;
    }
    .attr-nav>ul {
        padding: 0;
        margin: 0 -15px -7px 0;
    }
    .attr-nav>ul>li>a {
        padding: 16px 15px 15px;
    }
    .attr-nav>ul>li.dropdown>a.dropdown-toggle:before {
        display: none;
    }
    .attr-nav>ul>li.dropdown ul.dropdown-menu {
        margin-top: 2px;
        margin-left: 55px;
        width: 250px;
        left: -250px;
        top: 48px;
        border-top: solid 5px;
    }
    nav.navbar.bootsnav ul.nav>li>a {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    nav.bootsnav ul.info-hd li.li-right {
        float: right;
    }
    nav.bootsnav ul.info-hd-faq li.li-right {
        float: right;
    }
}

@media ( max-width :767px) {
    .modal-dialog{
        width:auto;
    }
    body {
        top: 188px;
    }
    nav.bootsnav ul.info-hd {
        width: 100%;
        margin-left: 0;
    }
    nav.bootsnav ul.info-hd-faq {
        width: 100%;
        margin-left: 0;
    }
/*NamVA add for dropdown cart start*/
    nav.navbar .attr-nav>ul>li.hidden-mb ul.cart-list{
       border-bottom:0px !important;
    }
/*NamVA add for dropdown cart end*/
    .li-nologin {
        height: auto;
    }
    .li-nologin div.no-info {
        height: 100%;
        float: left;
    }
    nav.navbar.bootsnav .navbar-header {
        padding-left: 15px;
        padding-right: 15px;
    }
    nav.navbar.bootsnav .navbar-nav {
        padding-left: 15px;
        padding-right: 15px;
    }
    .attr-nav {
        right: 30px;
    }
    .attr-nav>ul {
        margin-right: -10px;
    }
    .attr-nav>ul>li>a {
        padding: 16px 10px 15px;
        padding-left: 0 !important;
    }
    .attr-nav>ul>li.dropdown ul.dropdown-menu {
        left: -275px;
    }
    
    section.content-products .item.list-group-item .caption {
        width: 60%;
    }
    section.content-products .list-group-item .product-thumb {
        width: 40%;
    }
    section.content-products #products .products-item .item {
        width: 50%;
    }
    section.content-products #products .products-item .list-group-item.item
        {
        width: 96%;
    }
}

@media ( max-width :550px) {
    .hidden-mb {
        display: none !important;
    }
    /* 2018/8/3 NghiaNC Modify start */
    /*NamVA add for dropdown cart start*/
    nav.navbar ul.cart-list>li>a.photo > img{top:0px !important; margin: 10px 10px 10px 0px}
    /*NamVA add for dropdown cart end*/
    /* 2018/8/3 NghiaNC Modify end */
    .navbar-nav li.show-mb {
        display: block !important;
        /*         float: left !important; */
        /*         width: 50%; */
        /*         text-align: center; */
        /*         background: #a21f1f; */
    }
    .navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse
        {
        max-height: 410px !important;
        height: 410px;
        overflow-x: auto !important;
        overflow-x: hidden !important
    }
    .navbar-nav li.show-mb a {
        /*         color: #fff; */
        
    }
    .navbar-nav li.show-mb img {
        float: left;
    }
    .navbar-nav li.show-mb ul {
        width: 100% !important;
    }
    .navbar-nav li.show-mb:last-child>a {
        border-top: 0px !important;
    }
    nav.navbar ul.cart-list>li {
        border-bottom: 0px;
    }
    .navbar-nav li.show-mb:last-child {
        border-right: none;
        border-top: none !important;
    }
    section.content-products .list-group-item .product-thumb {
        /*float: none;*/
        width: 100%; 
    }
    section.content-products .item.list-group-item .caption {
        width: 100%;
    }
    section.content-products .item.list-group-item img {
        float: none;
    }
}

@media ( max-width :480px) {
    section.content-products #products .products-item .item {
        width: 100%;
    }
    section.content-products .btn-group.c-layout {
/*         float: left; */
/*         margin-top: 5px; */
    }
    section.page-heading h1{
    font-size:20px;
    margin-bottom:10px !important;
    }
    section.page-heading{
    padding-top:10px
    }
}

@media ( max-width :420px) {
    nav.bootsnav ul.info-hd li.li-right {
        float: left;
    }
    nav.bootsnav ul.info-hd-faq li.li-right {
        float: left;
    }
    /*     body { */
    /*         padding-top: 212px */
    /*     } */
    body .form-search-fx {
        top: 107px;
    }
    .form-search {
        margin: 10px 0px;
    }
    body.n-login {
        top: 172px;
    }
}

@media ( max-width : 400px) {
    body {
        top: 190px;
    }
    li.product-thumb {
        margin-top: 20px;
    }
    li.product-thumb .product-info-cart {
        margin: 0px !important;
    }
}
/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(82, 105, 138, 0.9);
  opacity: 0;
  z-index:99999;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 430px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -92px;
    margin-left: -215px;
}

@media screen and (max-width: 320px) {
  .cd-popup-container {
    margin-left: -45%;
  }
}
.cd-buttons{
    margin-bottom:0px;
}
.cd-popup-container p{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom:5px;
    font-weight:bold;
}
.p_modal{
    padding:1em 0.5em;
    padding-bottom:0em;
    margin-top:5px;
}
.p_content{
    margin-bottom:10px !important;
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a {
  border-radius: 0 0 0 .25em;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
nav.navbar ul li.show-mb > ul.cart-list li{
    padding-right:15px !important;
}

/* 2017/8/2 DucNT7 delete start    
nav.navbar ul.cart-list>li>a.photo > img{
    position:relative;
    top:-10px;
    left:10px;
}
2017/8/2 DucNT7 delete end */ 

.nav-tabs-dropdown {
  display: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nav-tabs-dropdown:before {
  content: "\e114";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 30px;
}
.width-25{
    width:25%;
    float:left;
}
.width-75{
    width:75%;
    float:left;
}
@media screen and (min-width: 550px) {
  #nav-tabs-wrapper {
    display: block!important;
  }
}
@media screen and (max-width: 550px) {
    .width-75, .width-25{width:100%;}
    .nav-tabs-dropdown {
        display: block;
    }
    #nav-tabs-wrapper {
        display: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: center;
    }
   .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
   }
    .nav-tabs-horizontal  > li {
        float: none;
    }
    .nav-tabs-horizontal  > li + li {
        margin-left: 2px;
    }
    .nav-tabs-horizontal > li,
    .nav-tabs-horizontal > li > a {
        background: transparent;
        width: 100%;
    } 
    .nav-tabs-horizontal  > li > a {
        border-radius: 4px;
    }
    .nav-tabs-horizontal  > li.active > a,
    .nav-tabs-horizontal  > li.active > a:hover,
    .nav-tabs-horizontal  > li.active > a:focus {
        color: #ffffff;
        background-color: #428bca;
    }
}
@media (min-width: 992px) {
    .dropdown-menu.columns-3 {
        min-width: 600px;
        width:100% !important;
    }
    .menu-fixed{
        position:fixed;
    }
    }
    .dropdown-menu li a {
        padding: 5px 15px;
        font-weight: 300;
    }
    .multi-column-dropdown {
        list-style: none;
    }
    .multi-column-dropdown li a {
        display: block;
        clear: both;
        line-height: 1.428571429;
        color: #333;
        white-space: normal;
    }
    .multi-column-dropdown li a:hover {
        text-decoration: none;
        color: red !important;
        background:transparent !important;
    }
    .columns-3 div.line h3{
        float: left;
    margin: 0 0 -1px 0 !important;
    border-bottom: 2px solid red !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    }
    .columns-3 div.line {
    padding-top:10px;
    margin-left:5px;
    }
    @media (max-width: 767px) {
        .dropdown-menu.multi-column {
            min-width: 240px !important;
            overflow-x: hidden;
        }
    }
    
    @media (max-width: 480px) {
        .content {
            width: 90%;
            margin: 50px auto;
            padding: 10px;
        }
    }
    .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.padding-10{
    padding-top:10px;
    padding-bottom:10px;
}
.btn-dropdown{
    padding:6px 10px;
}
.ca-menu{
    padding: 0;
    margin: 0px auto;
    width: 100%;
    border-right:0px;
}
.ca-menu li{
    width: 100%;
    height: 70px;
    overflow: hidden;
    display: block;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 4px;
    border-left: 7px solid #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.ca-menu li a{
    display: table-cell;
    vertical-align: middle;
    border:0px;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 75px;
    color: #333;   
    padding:6px 10px;    
}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 20px;
    text-shadow: 0px 0px 1px #333;
    line-height: 90px;
    position: absolute;
    width: 90px;
    left: 20px;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-content{
    height: 60px;
    width:100%;
    display: table-cell;
    vertical-align: middle;
}
.ca-main{
    font-size: 30px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    margin:0px;
}
.ca-sub{
    font-size: 14px;
    color: #666;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-menu li:hover, .ca-menu li.active{
    border-left-color: red;
    background-color: #fff;
}
.ca-menu li:hover .ca-icon{
    color: #fff004;
    text-shadow: 0px 0px 1px #fff004;
    font-size: 50px;
}
.ca-menu li:hover .ca-main, .ca-menu li.active .ca-main{
    color: red;
    font-size: 15px;    
}

.ca-menu>li.active>a, .ca-menu>li.active>a:focus, .ca-menu>li.active>a:hover{
    border:0px;
}

.ca-menu li.active .ca-main
.ca-menu li.active a{
    background-color:#fff;
}
.ca-main{
    font-size:13px;
    font-weight:bold;
    color:#000;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    font-size: 18px;
}
ul.account-menu-atc li a.active{
    color:red !important;
}
ul.account-menu-atc li a.active:before{
right:0;
left: 0;
}
table.no-border{
    margin-left:20px;
    width: calc(100% - 20px);
}
table.no-border tbody tr td{
    border:none;
}
table.no-border tbody tr td:last-child{
    width:60%;
}
.user-panel p{
    margin-bottom:0px;
}
.left-10{
    margin-left:10px;
}
.tab-content>.active{
    margin-top:10px;
}
.noboder{
    border:0px;
}
.max-size-mb{
    float:right;
}
@media screen and (max-width: 550px){
.ca-menu li{
    width: 100%;
    height:30px;
    margin-bottom: 2px;
    border-left: 3px solid #fff;
    box-shadow: none;
    border-bottom:1px solid #ddd;
    margin-bottom:0px;
    box-shadow:none;
    margin-top:0px !important;
    }
.max-size-mb{
    width:100%;
}
.ca-menu li a{
    height:30px;
}
.ca-menu li:last-child{
    border-bottom:0px;
}
.ca-content{
    height:auto;
    }
.ca-main{
        margin-top:0px;
    }
.ca-menu{
        border:1px solid #ddd;
    }
}
/*Style 2 start*/
*--------Deal Info--------------*/
.deal-info .table {
    margin-top: 10px;
}

.borderColor {
    border: 1px solid #a94442;
    background: #e0e0e0;
    width: 100%;
}

.deal-info .table th.th-blue {
    color: #fff;
    background: #2980b9;
    text-align: center;
    vertical-align: middle;
}

.deal-info .table td.td-blue {
    background: #2980b9;
}

.deal-info .text-productDetail {
    font-size: 15px;
    color: #000;
    text-align: center;
}

.deal-info .table th.th-orderList {
    color: #fff;
    background: #666666;
    text-align: center;
    vertical-align: middle;
}

.deal-info.button.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.deal-info.button .btn { 
    margin-bottom:10px;
    padding: 0px 12px!important; 
}

.deal-info.button .btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 8px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;
}

.deal-info.button .btn-text {
    position: relative;
}

.deal-info.button .col-xs-8 {
    text-align:right;
}
.red-text{
    color: red;
}
@media screen and (max-width: 537px) { 
    .deal-info.button .btn {
        width: 100%!important;
    }
    .deal-info.button .btn-label {
        float: left;
    }
/*     .deal-info.button .btn-text { */
/*         position: relative; */
/*         top: 6px; */
/*     } */
    .deal-info.button .col-xs-5 {
        width: 100%!important;
    }
    .deal-info.button .col-xs-7 {
        width: 100%!important;
        margin: 10px auto;
    }
    .deal-info.button .shop-select-1 {
        width: 100%!important;
    }
    
    .deal-info .col-md-6 {
        padding: 0;
    }
    
    .deal-info .month-select-1 {
        width: 100%!important;
    }
    
}

@media screen and (min-width: 768px) {
    .deal-info .col-sm-10 {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
  .alt-table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  
  .deal-info .text-resize {
    width: 100%;
  }
  
  .deal-info .text-block {
    display: block;
  }
  
   .deal-info .payment-panel {
    width: 100%!important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
   .deal-info .text-block {
    display: block;
  }
}

/* .alt-table-responsive .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th { */
    /* border: 1px solid #a94442; */
/* } */

 .deal-info .btn-od {
    text-align: center;
}

.deal-info .btn-close {
    text-align: left;
}

.borderless {
    border: 0px;
}

.table-borderless td, .table-borderless th {
    border: 0px;
}

.borderless1 {
    border: 0px;
}

.deal-info .vcenter {
    vertical-align: middle;
}

.deal-info .shop-select-1 {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.deal-info .month-select-1 {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.deal-info .table .wrap-text-col{
    word-break: break-all;
    white-space: inherit!important;
}

.deal-info .style-list {
                display: block;
                padding-left: 40px;
            }
            
.deal-info .style-list li {
                list-style-type: disc;
            }

/* Navigaton */
.update-nag{
  display: block;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  height: 40px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  margin-bottom: 10px;
}

.update-nag:hover{
    cursor: pointer;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}

.update-nag > .update-split{
  background: #337ab7;
  width: 33px;
  float: left;
  color: #fff!important;
  height: 100%;
  text-align: center;
}

.update-nag > .update-split > .glyphicon{
  position:relative;
  top: calc(50% - 9px)!important; /* 50% - 3/4 of icon height */
}
.update-nag > .update-split.update-success{
  background: #5cb85c!important;
}

.update-nag > .update-split.update-danger{
  background: red!important;
}

.update-nag > .update-split.update-info{
  background: #5bc0de!important;
}

.update-nag > .update-text{
  line-height: 19px;
  padding-top: 11px;
  padding-left: 45px;
  padding-right: 20px;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
    border-bottom:1px;
}
/*Style 2 end*/
/*Style 3 start*/
.alert-box {
    color: #555;
    border-radius: 10px;
    font-family: Tahoma, Geneva, Arial, sans-serif;
    font-size: 15px;
    padding: 10px 10px 10px 36px;
    margin: 10px;
}

.alert-box span {
    font-weight: bold;
    text-transform: uppercase;
}

.information {
    background: #e3f7fc no-repeat 10px 50%;
    border: 1px solid #8ed9f6;
}

.font_style {
    font-weight: bold;
    text-align: middle;
}
.search-input {
  margin-left:30px;
  float: left;
  text-align: left;
}

/* man hinh thu 2 */

.form-wrapper-button button {
    overflow: visible;
    position: relative;
    float: left;
    border: 0;
    padding: 0;
    height: 30px;
    width: 15%;
    color: #fff;
    text-transform: uppercase;
    background: red;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    font-size: 20px;
}

.notice {color: red;}

.green {  
         ime-mode: active;} 
         
.green-two { background-color: #AAFFAA; 
         } 

.disime-green {  
	background-color:#ebf4fb;
}
.disime-blue { 
	background-color: #AAAAFF; 
}
.disime-red { 
	background-color: #FFAAAA; 
} 
                   
.body-site  {
    
}

@media screen and (max-width: 767px) {
  .alt-table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
}


.deal-info .table {
    margin-top: 10px;
}

.form-horizontal .table th.th-estimate {
    color: black;
    background:#f3f3f3;
    vertical-align: middle;
}

.form-horizontal .table.table-center th.th-estimate {
    text-align: center;
}

.form-horizontal .table th.th-request {
    color: #fff;
    background: #2980b9;
    text-align: center;
    vertical-align:middle;
} 

.form-horizontal .table th.th-title {
    color: #fff;
    background: #2980b9;
    text-align: center;
} 

.container-display {
    padding-right: 0px !important; 
    padding-left: 0px !important; 
}
.table-backgroup {
    background: #e0e0e0;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    font-size:13px;
}
.display-padding {
    padding: 0px;
}
.td .display-padding {
    padding: 0px;
}

.col-table-product {
    display: inline-flex;
    width: 100%;
    line-height: 24px;
}

.year-combobox {
    width: 90px; 
    height: 2.1em
}

.month-combobox {
    width: 30px; 
    height: 2.1em
}

.day-combobox {
    width: 65px; 
    height: 2.1em
}

.panel-align {
    text-align:center !important;
}

.btn-close {
    font-size: 13px !important;
    line-height: 1.3333333;
    border-radius: 6px;
}

.button-close {
    text-align: left;
    padding-left: 15px;
}

.no-padding-r {
    padding-right: 0px;
}

.no-padding-l {
    padding-left: 0px;
}
/*Style 3 end*/

/*-----------------------------
 Product Cart
-------------------------------*/
.content-products .order_text_first {
    padding-top: 20px;
}

.product_cart .text_post {
    color: #337ab7;
    padding-top: 30px;
}


.product_cart .table {
    margin-top: 10px;
}

.product_cart .table th {
    color: #fff;
    background: #2980b9;
    text-align: center;
    vertical-align: middle;
}

.product_cart .table  td.tx-r {
    text-align: right;
    font-size: 14px;
    color:#000;
}

.product_cart .table  td.tx-l {
    text-align: left;
    font-size: 12px;
    color:#ffffff;
}

.product_cart .table  td.gray {
    background: #2980b9;
}

.product_cart .order_text {
    padding: 8px;
    text-align: left;
    font-size: 12px;
    color:#31708f;
    background: #d9edf7;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border-top: 1px solid #bce8f1;
    border-right: 1px solid #bce8f1;
    border-left: 1px solid #bce8f1;
}

.product_cart .cust-select-1 {
    border: 1px solid #a9a9a9;
    margin-bottom: 5px;
    padding: 1px 10px 1px 10px;
}

.top_2px {
    margin-top: 2px;
}

.product_cart .table .not-header {
    background: #E9F0F3;
}


.product_cart  p.text_pr{
    font-size: 12px;
    color:#FF0000;
    margin-top: 35px;
    font-weight: bold;
}

.product-order{
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding-top: 10px;
    background: #f9f9f9;
}

.btn-countupdate {
    margin-top:10px;
}

a.btn-cart1 {
    padding: 4px 23px 4px 20px;
    border: 1px solid #666633;
    border-radius: 4px;
    font-size: 12px;
    line-height: 24px;
    margin-top:10px;
    color: #666633;
}

a.btn-cart2 {
    padding: 4px 20px;
    border: 1px solid #ff0000;
    border-radius: 4px;
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
    color: #ff0000;
}

.product_cart.banner {
    margin-top: 11px;
}

.product_cart.banner img {
    max-width: 100%!important;
    margin-bottom: 5px;
    height: 53px;
}

.product_cart.button {
    margin-top: 10px;
}

.product_cart.button.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.product_cart.button .btn { 
    margin-bottom:10px; padding: 0px 12px!important; 
}

.product_cart.button .btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 8px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;
}

.product-cart.cart_footernavi {
    margin-top: 10px;
}

.product-cart.cart_footernavi img {
    margin: 4px auto;
}

.product_cart.banner a img:hover{
    filter: alpha(opacity=65)!important;
    opacity: 0.65!important;
}

a:focus img{
    opacity: 0.65!important;
}

.product_cart.button .col-xs-8 {
    text-align:right;
}

/* .product_cart .form-control { */
/*     height: 34px!important; */
/* } */

.product_cart .btn-od .btn-text {
    padding-right: 14px;
}

.product_cart.button .product-order .btn-text.fix-text {
    padding-right: 28px;
}

.product_cart .table .wrap-text-col{
    word-break: break-all;
    white-space: inherit!important;
}

.product_cart .table thead{
    white-space: nowrap;
}

.product_cart .table .nowrap{
    white-space: nowrap;
}

.product_cart .table .fixed-width-87{
    width: 87px;
    padding: 0px!important;
}

.product_cart .table .fixed-width-81{
    width: 81px;
    padding: 0px!important;
}

.product_cart .table tbody tr td{
    vertical-align: middle;
}

.products .no-padding .line{
    margin-left: 15px;
    margin-right: 15px;
}

.table-responsive>.fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
    border-right: 1px solid #ddd;
}

@media (max-width: 768px){
    .table-responsive>.table {
        margin-top: 0;
        margin-bottom: 0px;
        background-color: #fff;
    }
    .table-responsive>.fixed-column tr td:last-child{
        width: 1px!important;
    }
    .product_cart.banner {
        margin-top: 0;
    }
    
}

@media (min-width: 768px) and (max-width: 768px){
    .product_cart.table-banner {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media(min-width:768px) {
    .table-responsive>.fixed-column {
        display: none;
    }
}

@media screen and (min-width: 577px) and (max-width: 1200px){
    .product_cart.banner .col-xs-6:nth-child(1) img {
        padding-right: 5px;
    }
    .product_cart.banner .col-xs-6:nth-child(2) img {
        padding-left: 5px;
    }
}

@media screen and (min-width: 577px) and (max-width: 767px){
    .img-responsive.col-sm-6{
        width: 50%!important;
        float:left;
    }
}

@media screen and (max-width: 577px) { 
    
    .product_cart.banner .col-xs-6 {
        width: 100%!important;
        text-align:center!important;
    }
    .product_cart.button .btn {
        width: 100%!important;
    }
    .product_cart.button .btn-label {
        float: left;
    }
    .img-responsive.col-xs-12{
        width: 100%!important;
    }
    .product_cart.button .cust-select-1 {
        width: 100%!important;
    }
    .product_cart.button .col-xs-5 {
        width: 100%!important;
    }
    .product_cart.button .col-xs-7 {
        width: 100%!important;
        margin: 10px auto;
    }
    
    a.btn.remove-all {
        padding: 6px 12px;
        width: 100%;
    }
    div.delete_all_btn {
        float: none!important;
    }
}

@media screen and (max-width: 767px) {
    .product_cart .btn-od {
        text-align: left;
    }
    
    .product_cart.banner img {
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 723px) {
    .product_cart .block_text1 {
        display: block;
    }
}

@media screen and (max-width: 547px) {
    .product_cart .block_text2 {
        display: block;
    }
    .product_cart .reSize2 {
        width: 100%;
    }
    .product_cart .table input[type="text"] {
        width: 100%;
        min-width: 180px;
    }
    
    .product_cart .table select {
        width: 100%;
        min-width: 180px;
    }
}

@media screen and (max-width: 442px) {
    .product_cart .block_text3 {
        display: block;
    }
}

@media screen and (max-width: 618px) {
    .product_cart .block_text4 {
        display: block;
    }
    .product_cart .reSize1 {
        width: 100%;
    }
}

/*-----------------------------
Replacement
-------------------------------*/

.product_replacement.banner img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product_replacement.sub_nd {
    margin-top: 8px;
    padding: 3px;
    background: #E9F0F3;
    border: 1px solid #ff0000;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.product_replacement.sub_nd img {
    width: 100%;
    margin-top: 13px;
    margin-bottom: 13px;
}

.product_replacement.sub_nd span {
    margin-top: 13px;
    margin-bottom: 13px;
}

.product_replacement.table {
    margin-top: 20px;
    border: 1px solid #2980b9;
}

.product_replacement.table .table-line {
    border-top: 1px solid rgba(41, 128, 185, 0.81);
}

.product_replacement.table .table-content {
    background: #fff;
    color: #000;
}

.product_replacement.table .table_row {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2980b9;
    color: #fff;
}

.product_replacement.table .table_header {
    font-weight: bold;
}

.product_replacement.table .table_row .fix_padding {
    padding: 8px;
    padding-left: 15px;
}

.product_replacement.table .table_row div:nth-child(1) {
    padding: 8px;
}

.product_replacement.table .table_child  {    
    border: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 20px;
}

.product_replacement.table .table_child .header {
    background: #E9F0F3;
}

.product_replacement.table .table_child_row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_replacement.table .table_child .col_first {
    border-right: 1px solid #ddd;
}

.product_replacement.table .table_child .table_child_line {
    border-top: 1px solid #ddd;
}

.product_replacement.button.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}
.product_replacement.button .btn { 
    margin-bottom:10px; padding: 0px 12px!important; 
}

.product_replacement.button .btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 8px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;
}

.product_replacement.address {
    margin-left: 180px;
    margin-right: 180px;
    border:1px solid #2980b9;
    background-color:#FFFFCC;
    padding: 8px;
}

.product_replacement.address span {
    margin-left: 50px;
}

@media screen and (max-width: 991px){
    .product_replacement.table div.col-sm-6 {
        padding-left: 15px;
    }
    .product_replacement.address {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        margin: 0;
    }
    .product_replacement.address span {
        margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    
    .product_replacement.sub_nd {
        display: block;
    }
    
    .product_replacement.table .table_row {
        display: block;
    }
    
    .product_replacement.table .table_child_row {
        display: block;
    }
    
    .product_replacement.table .table_child .col_first {
        border-right: 0px;
        border-bottom: 1px solid #ddd;
    }
}

@media screen and (max-width: 577px) { 

    .product_replacement.button .btn {
        width: 100%!important;
    }
    .product_replacement.button .btn-label {
        float: left;
    }
    .product_replacement.button .btn-text {
        position: relative;
        top: 6px;
    }
}

/*-----------------------------
Sales
-------------------------------*/

.product_sales .title_sale {
    padding-top: 10px;
}

.product_sales .text_sale {
    margin-top: 10px;
    text-align: center;
}

.product_sales .about_sale {
    background: #E9F0F3;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px;
}

.product_sales .message_sale {
    background: #E9F0F3;
    border: 1px solid #ff0000;
    border-radius: 4px;
    padding: 8px;
}

.product_sales .table_sale {
    display: flex;
    justify-content: center;
}

.product_sales .table {
    margin-top: 10px;
}

.product_sales .table .sub_table {
    padding: 10px;
    border: 1px solid #FF0000;
    
}

.product_sales.button {
    margin-bottom: 10px;
}

.product_sales.button.text-center .btn {
    margin-top: 10px;
}

.product_sales .table tr td a img {
    width: 300px;
    max-width: 100%;
}

@media screen and (max-width: 577px) { 

    .product_sales.button .btn {
        width: 100%!important;
    }
    .product_sales.button .btn-label {
        float: left;
    }
    .product_sales.button .btn-text {
        position: relative;
        top: 6px;
    }
    
    .product_sales.button.text-center .btn {
        margin-top: 10px;
    }
}

/*-----------------------------
shipCod
-------------------------------*/

.product_cart.shipCod {
    margin-left: 300px;
    margin-right: 300px;
    margin-bottom: 50px;
    border:1px solid #2980b9;
    padding: 8px;
    border-radius: 5px;
}


@media screen and (max-width: 1199px){
    
    .product_cart.shipCod {
        margin-left: 200px;
        margin-right: 200px;
        padding: 8px;
    }
}

@media screen and (max-width: 991px){
    
    .product_cart.shipCod {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 577px){
    
    .product_cart.shipCod {
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        width: 100%;
    }
    
    .product_cart.shipCod p.text-note{
        padding-left: 10px;
    }
    
    .product_cart.shipCod .btn  {
        width: 100%!important;
    }
    
    .product_cart.shipCod .btn-label {
        float: left;
    }
/*     .product_cart.shipCod .btn-text { */
/*         position: relative; */
/*         top: 6px; */
/*     } */

}

/*-----------------------------
CardSelectInfoOrder2
-------------------------------*/

.product_cart.orderExt {
    border: 2px solid #2980b9;
    background-color: #FFFFCC;
    padding: 8px;
    margin-bottom: 10px;
    margin-top: 8px;
}

p.text-tab {
    margin-left: 14px;
    margin-bottom: 0px;
}

p.text-tab-sub {
    margin-left: 28px;
    margin-bottom: 0px;
}

.red-text-20{
    font-size: 20px;
    color: #ff0000;
}

.red-text-14{
    font-size: 14px;
    color: #ff0000;
}

td div.text-number-limited {
    padding-left: 0px; 
    padding-right: 0px;
    height: 40px; 
    display: flex!important;
    float: left!important;
    justify-content: center; 
    align-items: center;
}
/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(82, 105, 138, 0.9);
  opacity: 0;
  z-index:99999;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 430px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: fixed;
  top: 44%;
  left: 50%;
  margin-top: -92px;
  margin-left: -215px;
}

@media screen and (max-width: 500px) {
  .cd-popup-container {
    margin-left: -45%;
  }
}
.cd-buttons{
    margin-bottom:0px;
}
.cd-popup-container p{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight:bold;
}
#btnCloseLogin{
    border-radius: 0 0 .25em 0;
}
.p_modal{
    padding:1em 0.5em;
    padding-bottom:0em;
    margin-top:5px;
}
.p_content{
    margin-bottom:10px !important;
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.top-ali {
    vertical-align: top;
}
.note-ordhis{
    border: 1px solid #000;
    padding: 15px 20px;
    width: 100%;
    margin: auto;
}
.ordered-tbl .table th {
    color: #fff;
    background: #2980b9;
    text-align: center;
    vertical-align: middle;
}

.ordered-tbl .table .wrap-text-col {
    word-break: break-all;
    white-space: inherit!important;
}
.ordered-tbl table.table>tbody>tr>td, 
.ordered-tbl table.table>tbody>tr>th, 
.ordered-tbl table.table>thead>tr>td, 
.ordered-tbl table.table>thead>tr>th {
    vertical-align: middle;
}
.min-w-ordered{
    min-width: 65px;
}
.line-pra{
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}
.search-page center a{
    color: blue;
}
.search-page center a:black{
    color: #ddd;
}
.tbl-setdate{
    margin: auto;
}
.tbl-setdate tbody td.txt-setdate{
    background: #2980b9;
}
.div-sd-2{
    display: none;
}
.mrg-btn-10{
    margin-bottom: 10px !important;
}
#changeEmailPopup{
    display: none;
    z-index: 10000;
    background: rgba(128, 128, 128, 0.5);
}
#changeEmailPopup .modal-dialog{
    margin-top: 15%;
}
#changeEmailPopup .modal-dialog .deal-info{
    background: white;
    padding: 0px 10px;
    border-radius: 4px;
}
.tbl-add-address thead th {
    text-align: center;
    background: #2980b9;
}
.popup-mail{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(82, 105, 138, 0.9);
    z-index: 10000;
    display: none;
}
.close-ch-mail{
    top: 0px !important;
    right: 0px !important;
}

.email-change-body{
    padding: 15px 5px;
    position: relative;
}
.email-change-body p{
    font-weight: normal;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
}
.mrg-btn-10{
    margin-bottom: 10px !important;
}
#btnReset{
    border-radius: 0 0 .25em 0;    
}
#renewemail:focus, #newemail:focus{
    background: #fff !important;
}
.text-break{
    word-break: break-word !important;
    white-space: normal !important;
}
.btn-disable{
    background: #ddd;
    color: black !important;
}
.btn-disable:hover,
.btn-disable:focus,
.btn-disable:active{
    box-shadow: none !important;
    cursor: default !important;
}
section.content-about .about-dt {
    box-shadow: 0px 0px 53px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
ul.style-list {
    display: block;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}
ul.style-list li {
    list-style-type: disc;
}
@media screen and (max-width: 537px) { 
    .panel-body .col-xs-6.btn-od {
        width: 100%!important;
        padding: 0px;
    }
    
    .panel-body .col-xs-6.btn-od .btn {
        margin-top: 8px;
        width: 100%!important;
    }
    
    .panel-body .col-xs-6.btn-od .btn .btn-label {
        float: left;
    }
    .panel-body .col-xs-6.btn-od .btn .btn-text {
        position: relative;
        top: 6px;
    }
}
@media screen and (max-width: 330px){
    .line h2{
        font-size: 17px !important;
    }
    .error-mail-in1{
        top: 25px !important;
    }
}
.error-mail{
    left: 0px;
    width: 97%;
    left: 5px;
    background: red;
    display: none;
}
.error-mail-in1{
    top: 5px;
}
.error-mail-in2{
    bottom: 53px;
    padding: 0px;
}
.error-mail span{
    border: none;
    background: none;
    padding: 0px;
    margin-left: -10px !important;
}
.error-mail i{
    margin-right: 0px;
    margin-top: 0px;
    top: 35px;
    left: 10px;
}
#err-msg-show{
    display: none;
}

.btn-text {
    line-height: 30px;
}

.btn-flw {
    margin-top: 15px;
}
.dislay-checkbox {
    float: left;
    margin-right: 10px;
}
span.notice {color: red}
table.table tr td,
table.table tr th {
    vertical-align: middle
}

table.table th.th-color2 {
    background: #f3f3f3;
}

table.table th.th-style {
    width: 2%;                                
}

table.table th.th-style2 {
    width: 15%;                                
}

table.table th.th-color {
    text-align: center;
    background: #2980b9;
    color: #fff;
}

table.table.th-center th {
    text-align: center;
}

table.table td.td-nbr-l {
    border-left: 0;
}

.no-padding-l {
    padding-left: 0px;
}

.no-padding-r {
    padding-right: 0px;
}

.td-text-r {
    text-align: right
}

.form-control.bg {
    background: #ebf4fb;
}

table.table tr td.n-br-r,
table.table tr th.n-br-r {
    border-right: none !important;
}

table.table tr td.n-br-l {
    border-left: none !important;
}                

@media screen and (min-width: 768px) and (max-width: 991px) {
    .input-fl  input{
        width: 100%
    }
    .table-responsive.table-style-rs{
        overflow-y: hidden !important;
    }
    .table-style-rs table {
        min-width: 1000px;
    }
}

@media screen and (max-width: 991px) {
    .no-padding-l {
        padding: 1px 0px;
    }
    
    .no-padding-r {
        padding: 1px 0px;
    }
}

@media screen and (max-width: 767px) {
    .content-products.regis_sceen .table-responsive {
        margin-bottom: 0px !important;
    }
    .table-responsive>.table>tbody>tr>th {
        white-space: normal;
    }
}

@media screen and (max-width: 537px) {
    .c-layout a.btn {
        width: inherit;
    }
    a.btn {
        width: 100%;
    }
    a.btn.remove {
        width: auto !important;
    }
    .col-xs-6.btn-od {
        width: 100%;
        padding: 0px;
        margin-bottom: 5px;
    }
    .col-xs-6.btn-od button[type="reset"]{
        width: 100%;
    }
    .dislay-checkbox {
        margin-right: 0px;
    }
    table.table th.col-bl,
    table.table td.col-bl {
        display: block;
        width: 100% !important;
    }
}
.fix-table .table-bordered{
    border: 0px !important;
}
.fix-table .table-bordered>tbody>tr>td,.fix-table .table-bordered>tbody>tr>th,
.fix-table .table-bordered>tfoot>tr>td,.fix-table .table-bordered>tfoot>tr>th,.fix-table .table-bordered>thead>tr>td,.fix-table .table-bordered>thead>tr>th{
    border-bottom: 0px !important;
}
.fix-table .table-bordered>tbody>tr>.border-btm{
    border-bottom: 1px solid #ddd !important;
}
.txtarea{
    resize: vertical;
}

#txtTotal, .price-required{
    text-align: right;
}
#ui-id-1{
    float: none;
}
.no-border{
    border: 0px;
}
section.content-products select {
    border: 0;
    padding: 5px 10px 5px 10px;
    margin: 0;
    cursor: pointer;
    color: #414141;
    font-size: 13px;
    font-weight: 700;
    min-width: inherit;
    width: auto;
    margin: 0px 2px 1px 0px;
}
section.content-products .products-dt {
    box-shadow: 0px 0px 53px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
}
@media screen and (max-width: 537px){
    .btn-change-email, .edit-mail, .delete-email{
        width: inherit !important;
    }
}
.ch-mail-body{
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
/* phuoccx add start */
.form-control-est {
    display: inline-block;
    width: 50%;
    margin: 10px auto;
}
.estimate-error{
    top: 0px;
    left: 0px;
}
.estimate-error-span{
    border-radius: 4px;
    border-color: #FF0000 !important;
}
.estimate-show{
    position: relative;
}
@media screen and (max-width: 537px){
    .btn-label-estimate {
        float: left;
    }
    .form-control-est{
        width: 80%;
    }
}
/* phuoccx add end */
/*NamVA add for dropdown cart start*/
nav.navbar ul.cart-list li.li-popupCard{
    border-bottom:1px solid #ddd !important;
}
nav.navbar div#dvCartInfo{
    padding-bottom: 0px !important;
}
nav.navbar div#dvCartInfo ul{
    overflow-y:auto;
}
nav.navbar div.total{
    padding-bottom: 0px !important;
}
nav.navbar div.total a{
    padding:5px 10px;
    display: inline-block;
    font-weight: 700;
    border: none;
    color: #fff !important;
    background-color: #e04545 !important;
}
nav.navbar div.total a:hover{
    
}
nav.navbar ul.cart-list > li a{
    padding:0px;
}
nav.navbar ul.cart-list > li p{
    margin-top:3px;
}
nav.navbar ul.cart-list > li span{
    font-size:13px;
}
nav.navbar ul.cart-list > li span strong{
    color:#777;
}
nav.navbar div.total span{
    margin-top: 5px;
    margin-right:5px;
}
nav.navbar div.total strong{
    color:#777;
}
nav.navbar div.total a{
    margin-top:4px;
    border-radius: 3px;
    width:100%;
    height: 34px;
}
nav.navbar div.total > a.btn.btn-default.btn-cart:hover{
    color:#fff !important;
    background-color:#fd0000 !important;
}
span.pull-right.price{
    font-size:14px;
}
nav.navbar .attr-nav>ul>li.hidden-mb ul.cart-list{
    max-height:200px;
}
 nav.navbar.bootsnav li.dropdown div.dropdown-menu>ul.cart-list>li  {
 padding:6px 10px !important;
 border-bottom:1px solid #ddd !important;
 }
nav.navbar.bootsnav li.dropdown div.dropdown-menu>ul.cart-list>li:last-child{ 
    border-bottom:0px !important;
}
  nav.navbar.bootsnav li.dropdown div.dropdown-menu{
      padding-top:0px;
      margin-top:0px;
      border-top:0px;
  }
nav.navbar.bootsnav li.dropdown div.dropdown-menu ul{
   border-top-color: #e04545 !important;
}
nav.navbar.bootsnav li.dropdown div.dropdown-menu>ul.cart-list>li.item_set_start{
    border-top:1px solid #ddd;
    border-bottom:0px !important;
    height:15px;
    margin-top:-1px;
}
nav.navbar.bootsnav li.dropdown div.dropdown-menu>ul.cart-list>li.item_set_item{
    border-bottom:0px !important;
}
nav.navbar.bootsnav li.dropdown div.dropdown-menu>ul.cart-list>li.item_set_end{
    padding-top:5px !important;
    padding-left:10px !important;
    padding-bottom:5px !important;
    
}
nav.navbar ul.cart-list > li.account-menu-item a{
    padding: 5px 0px 5px 10px !important;
}
nav.navbar ul.cart-list > li.account-menu-item.no-icon{
    padding-left:30px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    nav.navbar ul.cart-list > li.account-menu-item.no-icon a{
    padding-left:10px !important;
    }
}
/*NamVA add for dropdown cart end*/
/* nguyenndd add start */
#imgLoading{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -26px;
    /* VangLVD add start */
    width: 50px;
    height: 50px;
    /* VangLVD add end */
}
#loader{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
    background: #eee;
    z-index: 10001;
    background-color: rgba(82, 105, 138, 0.9);
}
/* nguyenndd add end */
/* 2017-06-23 FPT)NamVa modify start */
div#table {
    display:table !important; 
    width:100% !important;
    text-align:center ;
    min-height:150px;
}
div#d2 {
    display:table-cell; 
    vertical-align:middle;
}
.btn-cb a.btn{
    width:auto!important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a, nav.navbar.bootsnav li.dropdown div.dropdown-menu>ul>li>a.photo{
    white-space: nowrap;
    word-break: break-all;
}
nav.navbar ul.cart-list>li>a.photo > h6{
    word-break: break-all;
    white-space: normal;
}
/* 2017-06-23 FPT)NamVa modify end */
/* 2017-07-18 FPT)NinhTD modify begin */
.col-md-20{
    width: 20%;
}
/* 2017-07-18 FPT)NinhTD modify end */
div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: transparent;
    margin-bottom: 0px;
    box-shadow: 0 0px 0px;
    border: 0px;
    margin-left: -20px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}

.pp-logout {
    visibility: hidden;
    opacity: 1 !important;
}
.broken-li{
	width: 100% !important;
}
.broken-li a.btn-success{
	border-radius: 0 0 0.25em .25em !important;
}
/* 2017-10-24 FPT)NghiaNC add start */
.ranking-mobile {
	display: none;
}
.ranking-desk p.sRanking {
	background: #fff;
	margin: 0px;
}
.ranking-desk .cate {
	background: #828283 none repeat scroll 0 0;
}
section.top-ranking .ranking-desk .ranking-label {
	left: 6px;
}
.gctheading {
	margin: 0px 0px 10px 4px;
	padding: 5px 15px;
	font-weight: 600;
	text-align: justify;
	-moz-box-shadow: -4px 0 0 0 #000;
	-webkit-box-shadow: -4px 0 0 0 #000;
	box-shadow: -4px 0 0 0 #000;
}
.gctheader_red {
	background-color: #CB021A;
	color: #fff;
}
@media screen and (max-width: 991px) {
	.ranking-mobile {
		display: block;
	}
	.ranking-desk {
		display: none;
	}
}
.ribbon {
	top: 0px;
	right: 2px;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 0;
	height: auto;
	border: 18px solid #ff0000;
	border-top: 0 solid;
	border-bottom: 11px solid rgba(0,0,0,0);
	font-size: 14px;
	text-align:center;
}
.ribbon span {
	position: relative;
	right: 6px;
}
.ranking-desk .caption {
	margin-bottom: 10px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
/* 2017-10-24 FPT)NghiaNC add end */

/* 2017-11-30 FPT)NghiaNC  add start */
.modal.fade .modal-dialog {
	position: relative;
	z-index: 99999;
}
.warning-content .modal-content {
	padding: 10px;
	border: 1px solid #000;
}
.warning-content .modal-content .text-red { 
	color: red;
}
.warning-content .modal-content .btn-warning {
	padding: 10px 20px;
	white-space: inherit;
}
.warning-content .modal-dialog {
	width: 44%;
}
@media screen and (max-width: 991px) {
	.warning-content .modal-dialog {
		width: 80%;
	}
}
/* 2017-11-30 FPT)NghiaNC  add end */

/* 20171222 FPT)MYNTH2 add start */
.keyword .container-pd {
    padding: 0 10%;
    display: table;
    width: 100%;
}
.mr-t {
    margin-top: 30px;
    display: table;
    width: 100%;
}
.keyword_ts {
	max-height: 110px;
}
.keyword_bt {
	margin-right: 15px;
	float: right;
}
.keyword_b a.btn {
    margin-top: 10px;
}
.keyword h3.title-camp {
    font-size: 18px;
    font-weight: 800;
}
.keyword .pr-search .img-responsive {
    display: inherit;
}
.keyword .prd-l a:nth-child(2) {
    margin: 0px 40px;
}
.img-wrap.hidden {
	display: none;
}
span.icon_indent {
	text-indent: 15px; 
	display: inline-block;
}
.keyword .div-col-2 .col-sm-2 {
	width: 20%;
}

@media screen and (max-width: 1200px) {
	.keyword_ts {
		max-height: 145px;
		font-size: 13px;
	}
	
	.keyword .div-col-2 .col-sm-2 {
		width: 25%;
		margin-bottom: 10px !important;
	}
}

@media screen and (max-width: 991px) {
	.keyword_ts {
		font-size: 14px;
	}
	
	.keyword_bt {
		margin-right: 0px;
		float: none!important;
		text-align: center;
		
	}
	
	.col-md-5.pc-t {
		text-align: center;
	}
	
	.col-md-12.kw img {
		float: none!important;
	}
	
	.col-md-12.kw .text-info-lg .keyword_ts {
		margin: 0px auto;
		max-width: 300px;
	}
	
	.keyword_b .col-md-6.pc-t {
		text-align: center!important;
		margin-bottom: 10px;
	}
	.img-wrap {
		display: none;
	}
	.img-wrap.hidden {
		display: block!important;
	}
	span.icon_indent {
		text-indent: 0px; 
	}
}

/* 20180116 FPT)NghiaNC add start */
@media screen and (max-width: 768px) {
	.keyword .div-col-2 .col-sm-2 {
		width: 50%;
		margin-bottom: 10px !important;
	}
	.keyword .img-pull-n {
		float: none !important;
	}
}
/* 20180116 FPT)NghiaNC add end */
											
@media screen and (max-width: 600px) { 
	.keyword .container-pd {
		padding: 15px;
	}
}

@media screen and (max-width: 538px) { 
	.keyword .container-pd {
		padding: 15px;
	}
	.keyword_bt a.btn, .keyword_b a.btn {
	    width: 100%;
	    height: 32px;
	    line-height: 30px;
	}
	.keyword_bt .btn-label, .keyword_b .btn-label {
	    position: absolute;
	    left: 14px;
	    padding: 0;
	}
	.keyword_bt a.btn i, .keyword_b a.btn i {
	    line-height: 10px;
	}
	html>body .keyword img.img-responsive {
		width: 60%!important;
	}
	html>body .keyword img.img-responsive.bn_tlmd {
		width: 100%!important;
	}
}

/* 20180116 FPT)NghiaNC add start */
@media screen and (max-width: 420px) {
	.div-col-2 .col-sm-2 {
		width: 100%;
		margin-bottom: 10px !important;
	}
}
/* 20180116 FPT)NghiaNC add end */

/* 20171222 FPT)MYNTH2 add end */
/* 20180108 FPT)NghiaNC add start */
.text-red {
	color: red;
}
/* 20180108 FPT)NghiaNC add end */
/* 20180530 FPT)NghiaNC add start */
.markwin {
	background: #ffff00;
    padding: 0px 4px;
    font-size: 11px;
    font-weight: bold;
}
/* 20180530 FPT)NghiaNC add end */
.logo {
    margin-top: 10px;
}