body{
    font-family: "roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
hr{
    margin: 11px 0;
}
button.btn{
    margin: 0 2px;
}
.header{
    border-top: none;
    border-radius-top: 0;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
/*------------------------------------------------------------------
[ designContainer ]
*/
.designContainer{
  position: relative;
  text-align: center;

}
.designContainer .text, .designContainer .t{
  font-family: "Roboto";
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 200px;
  max-height: 346px;
}

.designContainer .text p{
  width: auto;
  height: auto;
  display: block;
  -webkit-transition: display .3s;
  -moz-transition: display .3s ;
  -o-transition: display .3s ;
  transition: display .3s ;
}
.designContainer .text p:hover, .designContainer .t p:hover{
    cursor: move;

}
.designContainer .text i, .designContainer .t i{
  cursor: pointer;
}
.t{
  z-index:90;
}
/*------------------------------------------------------------------
[ Loading anniamtion (on google font load) ]
*/
.loading{
  background: url('../img/ajax-loader.gif') no-repeat;
  background-color: red;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*------------------------------------------------------------------
[ images Style ]
*/
#imagesContainer{
  width: 120px;
  height: auto;
  max-width: 480px;
  max-height: 600px;
  position: absolute;
  top: 190px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}
#imagesContainer img:hover{
  cursor: move;
}
.images{
  width:130px; height:200px;
  position: absolute;
}
.images img{
  width:100%; /* Set to auto to preserve aspect ratio */
  height:100%
}
.images .icon-remove:hover{
  cursor: pointer;
}

.tshirts li{
  float: left;
  width: 43px;
  padding: 4px;
  background: #fff;
  margin: 2px 2px;
  text-align: center;
  border: 1px solid gray;
    
}

/*------------------------------------------------------------------
[ Overide Bootstrap css]
*/
.well{
  background-color: transparent;
  -webkit-box-shadow:  0 1px 1px rgba(0, 0, 0, 0.01);
  -moz-box-shadow:  0 1px 1px rgba(0, 0, 0, 0.01);
  box-shadow:  0 1px 1px rgba(0, 0, 0, 0.051);
}
.navbar-inner{
  padding-left: 12px;
  padding-right: 12px;
}

/*------------------------------------------------------------------
[ Widget / .widget ]
*/
.widget {
  position: relative;
  clear: both;
  width: auto;
  margin-bottom: 2em;

}
.widget .widget-header {
  position: relative;
  height: 40px;
  line-height: 40px;
  background: #E9E9E9;
  background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* IE10+ */

  background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
  border: 1px solid #D5D5D5;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
}
.widget .widget-header h3 {
  top: 2px;
  position: relative;
  left: 10px;
  display: inline-block;
  margin-right: 3em;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  line-height: 18px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
.widget .widget-header [class^="icon-"],
.widget .widget-header [class*=" icon-"] {
  display: inline-block;
  margin-left: 13px;
  margin-right: -2px;
  font-size: 16px;
  color: #555;
  vertical-align: middle;
}
.widget .widget-content {
  padding: 20px 15px 15px;
  background: #FFF;
  border: 1px solid #D5D5D5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.widget .widget-header + .widget-content {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.widget.widget-nopad .widget-content {
  padding: 0;
}
.widget .widget-content {
  *zoom: 1;
}
.widget .widget-content:before,
.widget .widget-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.widget .widget-content:after {
  clear: both;
}
.widget.widget-table .widget-content {
  padding: 0;
}
.widget.widget-table .table {
  margin-bottom: 0;
  border: none;
}
.widget.widget-table .table tr td:first-child,
.widget.widget-table .table tr th:first-child {
  border-left: none;
}
.widget.widget-plain {
  background: transparent;
  border: none;
}
.widget.widget-plain .widget-content {
  padding: 0;
  background: transparent;
  border: none;
}
.widget.widget-box .widget-content {
  background: #E3E3E3;
  background: #FFF;
}

#footer p{
  text-align: right;
}


/*------------------------------------------------------------------
[ print option / @media print  ]
*/
@media print {
  i{
    display: none !important;

  }
  .navbar{
    visibility: hidden !important;
  }

}
/*---- phan-moi-14/12/2016 -------------------------------------------------------*/
.web-header {
    background: #d5c8a9 none repeat scroll 0 0;
    width: 100%;
}
.web-header-global {
    margin: 0 auto;
    width: 1200px;
}
.header-banner {
    margin: 0 auto;
    width: 1200px;
}
.banner-bn1 {
    float: left;
}
.banner-bn2 {
    float: right;
}
.header-logo {
    border-bottom: 1px solid #d5c8a9;
    margin: 0 auto;
    width: 1200px;
}
.logo-1 {
    float: left;
}
.logo-1 > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.logo-1 > ul > li {
    float: left;
    height: 30px;
    line-height: 29px;
    margin-right: 1px;
}
.logo-2 {
    float: right;
}
.logo-2 > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.logo-2 > ul > li {
    float: left;
    height: 30px;
    line-height: 29px;
    padding-left: 30px;
}
.logo-2 > ul > li > a {
    color: rgba(0, 0, 0, 0.67);
}
.logo-2 > ul > li > a:hover, .logo-1 a:hover {
    color: #005580;
}
.logo-1 a {
    color: #000;
    font-weight: bold;
}
.main-show-menu {
    margin: 0 auto 10px;
    width: 1200px;
}
.show-menu-1 {
    float: left;
}
.search-text {
    border: 4px solid #f5d700 !important;
    border-radius: 27px !important;
    font-size: 1.2em;
    height: 31px !important;
    padding-left: 10px !important;
    width: 650px;
}
.search-button {
    position: absolute;
    right: 10px;
    top: 19px;
}
.search-button {
    position: absolute;
    right: 10px;
    top: 19px;
}
.head-up-show {
    padding: 15px 7px 0;
    position: relative;
}
.menu-top-1 {
    float: left;
}
.shop-cart, .shop-nen {
    display: none;
    font-size: 17px;
    height: 40px;
    padding: 0 0 0 9px;
    text-align: center;
}

.menu-top-2 {
    float: right;
}

.menu2-bottom > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 45px;
}
.menu2-bottom > ul > li {
    border-left: 1px solid rgba(0, 0, 0, 0.43);
    float: left;
    height: 25px;
    margin-top: 13px;
    padding:0 10px;
    position:relative;
}
.menu2-bottom > ul > li > a {
    color: #000;
    display: block;
    font-weight: bold;
    height: 25px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}
.menu2-bottom > ul > li > a:hover {
    color: #005580;
    text-decoration:none;
}
.menu2-bottom > ul > li:first-child {
    border-left: medium none;
}
.show-menu-2 {
    float: left;
}
.head-up-show form,
.head-up-show input{
	margin-bottom:0;
}
.add-on {
    float: none !important;
}
.customfile-feedback.input-medium {
    height: 20px;
}

#myModal2 {
    left: 48%;
	width: 612px !important;
}

#home > ul {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}
#home > ul > li {
    display: table-cell;
    float: left;
    margin-bottom: 29px;
    width: 20%;
}
#home > ul > li > a > img {
    height: 89px;
    width: 83px;
}
#imagesContainer2 {
    height: auto;
    left: 0;
    margin: auto;
    max-height: 600px;
    max-width: 480px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 130px;
    width: 120px;
}
/***thêm-hình-mẫu******************/
.ui-resizable-se2 {
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px;
}
.ui-resizable-handle2 {
    display: block;
    font-size: 0.1px;
    position: absolute;
    z-index: 99999;
}
.ui-icon-gripsmall-diagonal-se2 {
    background-position: -64px -224px;
}
.ui-icon2 {
    background-image: url("images/ui-icons_666666_256x240.png");
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}
.ui-resizable-s2 {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%;
}
.ui-resizable-e2 {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px;
}
.text-error2 {
    color: #b94a48;
    cursor:pointer;
}
.ui-resizable {
    cursor: all-scroll;
}

.ui-wrapper{
	position:relative !important;
}
.tab-content{
	overflow:scroll-y;
	height:400px;
}

#myForm span {
    margin: 0 12px;
}
#myForm input {
    margin-right: 5px;
    margin-top: -4px;
}
.menu2-bottom > ul > li:hover > ul {
    display: block;
}
.menu2-bottom > ul > li > ul {
    background: #e4dabe none repeat scroll 0 0;
    display: none;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 25px;
    width: 250px;
    z-index: 99999;
}
.menu2-bottom > ul > li > ul > li {
    border-top: 1px solid #ccc;
    line-height: 25px;
    padding-left: 10px;
}
.menu2-bottom > ul > li > ul > li:hover{
	background:#FFFEDC;
}
.menu2-bottom > ul > li > ul > li > a {
    color: #000;
    display: block;
}
.menu2-bottom > ul > li > ul > li > a:hover{
	text-decoration:none;
}