/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */

/* Css */
@import url(../vendor/font-awesome/css/font-awesome.min.css);

/*@import url(css/vendor/Pe-icon-7-stroke.css);*/
/*@import url(css/vendor/icomoon.css);*/

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,700,700italic,400italic);

@import url(bootstrap.min.css);
@import url(bootflat.min.css);
@import url(../vendor/owl-carousel/owl.carousel.css);
@import url(../vendor/owl-carousel/owl.theme.default.min.css);
@import url(../vendor/hover-master/css/hover-min.css);
@import url(../vendor/animate/animate.css);
@import url(../vendor/simplebar/src/simplebar.css);
@import url(../vendor/mmenu/dist/core/css/jquery.mmenu.all.css);

@font-face {
    font-family: "iCiel Simplifica";
    src: url(../fonts/iCiel_Simplifica.otf);
}
@font-face {
    font-family: "iCiel Simplifica";
    src: url(../fonts/iCiel_Simplifica.ttf);
}

/*==========================================================
	2. GENERAL
==========================================================*/
* {
    margin: 0px auto;
}

body{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #636363;
    background: #fff;
}

@media (min-width: 1200px) {
    .container {
        width: 1440px;
    }
}

h1 {
    font-size : 30px;
    margin-bottom: 10px;
}

h2 {
    font-size : 20px;
}

h3 {
    font-size : 18px;
}

h4 {
    font-size : 16px;
}

h5 {
    font-size : 14px;
}

h6 {
    font-size : 12px;
}

.transition{
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
a,
a:link,
a:visited {
    text-decoration: none;
    color: #0171b7;
    display: inline-block; 
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
a:hover,
a.active,
a.link2{
    color: #ffa200;
}
.imgBox a, .imgBox a:link, .imgBox a:visited{
    display: inherit; 
}
img{
    max-width: 100%;
}
.thumbScale{
    overflow: hidden;
}
.thumbScale img{
    transition: all 1.2s ease-out;
    transform: scale(1);
    width: 100%;
}
.thumbScale:hover img {
    transform: scale(1.1);
}
.hl{
    color: #0171b7;
}
.tenCty{
    font-weight: bold;
    text-transform: capitalize;
    font-size: 16px;
}
.cenLink{
    color: #fff !important;
}
.cenLink:hover{
    text-decoration: underline;
}

#loading{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(255,255,255,0.75) url("../images/ajax-loader1.gif") no-repeat center center;
    z-index: 10;
    display: none;
}

/*==========================================================
                ELEMENTS
==========================================================*/
.border{
    border: solid 1px #f0f3f5;
}
.border-h{
    border-right: solid 1px #f0f3f5;
    border-left: solid 1px #f0f3f5;
}
.border-v{
    border-top: solid 1px #f0f3f5;
    border-bottom: solid 1px #f0f3f5;
}
.border-left{
    border-left: solid 1px #f0f3f5;
}
.border-right{
    border-right: solid 1px #f0f3f5;
}
.border-top{
    border-top: solid 1px #f0f3f5;
}
.border-bottom{
    border-bottom: solid 1px #f0f3f5;
}

.btn-default{
    color: #fff;
    background: #299fe8;
    border-color: #299fe8 !important;
}
.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover{
    background: #ffa200;
}

.btn-primary{
    font-family: 'Roboto Condensed', Verdana, Geneva, sans-serif;
    color: #767979;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;

    padding: 10px 20px;

    background: #fff;
    border-color: #ffa200 !important;
    border-radius: 0;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover{
    background: #ffa200;
}

.btn-danger{
    font-weight: bold;
    color: #fff;
    background: #ffa200 !important;
    border-color: #ffa200 !important;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover{
    background: #0171b7 !important;
    border-color: #0171b7 !important;
}
.form-control{
    border-radius: 0;
    background: #f6f6f6;
    border-color: #d7d7d7 !important;
}


/* BreadCrumbs */
.breadcrumbs {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebebeb;
    line-height: 25px;
    padding: 10px 0;
    margin-bottom: 20px;
}
.breadcrumbs ul{
    margin: 0;
    padding: 0;
}
.breadcrumbs li {
    display:inline;
}
.breadcrumbs li strong{
    font-weight: normal;
    text-transform: none;
}
.breadcrumbs li a:hover {
    text-transform: capitalize;
    text-decoration: none;
    color: #e1218c;
}
.breadcrumbs li a {
    text-transform: capitalize;
    text-decoration: none;
    color: #525252;
    font-weight: bold;
}
.breadcrumbs li span {
    padding:  0 10px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
.breadcrumbs li span:before {
    content:"\f105";
    font-family: FontAwesome;
    color: #525252;
    font-size: 14px;
    display: block;
    line-height: 8px;
}

/*==========================================================
                HEADER
==========================================================*/
.headerTop{
    background-color: #f1f1f1;
    line-height: 30px;
    padding: 5px 0px;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
}
.hotlineEmail{
    float: left;
    border-left: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
    color: #0171b7;
}
.hotlineEmail>div{
    float: left;
    padding: 0px 20px;
}
.hotlineEmail span{
    text-transform: uppercase;
    color: #717171;
}

.lang{
    text-transform: uppercase;
    float: right;
    padding: 0px 20px;
    border-left: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
}
.lang a{
    margin-left: 10px;
}

.socialLink{
    float: right;
    padding: 0px 20px;
    border-right: solid 1px #d7d7d7;
    font-size: 18px;
}
.socialLink a:link{
    padding: 0px 10px;
}


.headerMid{
    padding: 10px 0px;
}
.headerMid .logo{
    float: left;
}
.headerMid .logo img{
    margin-right: 25px;
    height: 100
px;
}

.search{
    width: 30%;
    float: right;
    border: solid 3px #2dafff;
    border-radius: 25px;
    padding: 0px 10px;
    margin-top: 10px;
    background: url("../images/iconSearch.png") no-repeat center right;
}
.search input{
    background: none;
    border: none;
    font-size: 12px;
    font-family: "Open Sans";
    color: #b5b6b6;
}
.search .form-control::-moz-placeholder {
    color: #b5b6b6;
    font-style: italic;
    opacity: 1;
}
.search .form-control:-ms-input-placeholder {
    color: #b5b6b6;
    font-style: italic;
}
.search .form-control::-webkit-input-placeholder {
    color: #b5b6b6;
    font-style: italic;
}


.mainMenu{
    width: 100%;
    background-color: rgba(18, 149, 229, 0.902);
    position: relative;
    z-index: 9;
}
.mainMenu ul{
    margin: 0px;
    padding: 0px;
}
.mainMenu li{
    float: left;
    list-style: none;
    position: relative;
    font-weight: bold;
}
.mainMenu li a{
    color: #fff;
    line-height: 50px;
    padding: 0px 20px;
    margin-right: 1px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}
.mainMenu li.search{
    float: right;
    position: relative;
}
.mainMenu li a:hover,
.mainMenu li:hover a{
    background: #0171b7;
}
.mainMenu li.active a{
    background: #ffa200;
}

.mainMenu li ul{
    position: absolute;
    top: 100%;
    left: 0px;
    width: 220px;
    z-index: 9;
    display: none;
    border-bottom: solid 1px #0171b7;
}
.mainMenu li:hover ul{
    display: block;
}
.mainMenu li ul li{
    width: 100%;
    float: none;
}
.mainMenu li ul a{
    line-height: 20px;
    padding: 10px 20px;
    width: 100%;
    text-transform: capitalize;
    background: #0171b7 url(../images/iconSub.png) no-repeat left center !important;
    color: #fff;
    font-weight: normal;
    border-top: solid 1px #0171b7;
}
.mainMenu li ul li:last-child a{
    border-bottom: none;
}
.mainMenu li ul a:hover{
    background: rgba(18, 149, 229, 0.902) !important;
}
.mainMenu li>ul ul{
    top: 0px;
    left: 100%;
    display: none !important;
}
.mainMenu li>ul>li:hover ul{
    display: block !important;
}
.menuHome.active a{
    background: #0171b7 !important;
}

.iconCart{
    float: right;
    background: #ffa200 url("../images/iconCart.png") no-repeat center center;
    height: 50px;
    width: 75px;
    position: relative;
    cursor: pointer;
}
.iconCart .lblCart{
    height: 32px;
    width: 32px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    border: solid 3px #2dafff;
    background: #fff;
    color: #ffa200;
    font-weight: bold;
    position: absolute;
    left: -16px;
    top: calc(50% - 16px);
}
.menuSanPham{
    position: inherit !important;
}
.menuSanPham>a{
    background: #ffa200 url("../images/iconMenuSp.png") no-repeat center right;
    font-weight: bold;
    padding-left: 25px !important;
    padding-right: 75px !important;
}
.menuSanPham:hover>a,
.menuSanPham.active>a,
.menuSanPham>a:hover{
    background: #0171b7 url("../images/iconMenuSp.png") no-repeat center right !important;
}
.subSanPham{
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    background: rgba(245,245,245,0.95);
    padding: 10px 20px;
    padding-bottom: 5px;
    display: none;
}
.menuSanPham.showSub .subSanPham{
    display: block;
}
.sSpCol{
    width: 25%;
    float: left;
}
.subSp{
    width: 100%;
    margin-bottom: 5px;
}
.subSanPham p{
    margin-bottom: 0px;
    line-height: 22px;
}
.subSanPham a{
    font-size: 13px !important;
    line-height: 17px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-right: 10px !important;
    color: #747474 !important;
    text-transform: none !important;
    background: none !important;
    border-left: solid 1px #dfe0e0;
    width: 100%;
    font-weight: normal;
}
.subSanPham a:hover{
    color: #0171b7 !important;
    border-left-color: #0171b7 !important;
}
.subSanPham .headSub a{
    padding-left: 13px !important;
    font-size: 13px !important;
    font-weight: bold;
    border-left: none;
    color: #0171b7 !important;
    background: url("../images/iconMsp.png") no-repeat left 11px !important;
}
.subSanPham .headSub a:hover{
    color: #ffa200 !important;
}

/*------------ Slider ------------------------------------*/
#slider{
    margin-top: -50px;
    width: 100%;
    float: left;
    display: -moz-inline-box;
}
#slider .item{
    height: 520px;
}
#slider.owl-theme .owl-controls{
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin-bottom: 10px;
}
.owl-theme .owl-dots .owl-dot span{
    background: #f1f1f1;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    background: #37b3ff;
}
.slider .caption{
    width: 1%;
    height: 520px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.slider .caption>div{
    background-color: rgba(255, 255, 255, 0.702);
    color: #fff;
    padding: 25px 40px;
    margin-right: 10%;
    float: right;
    text-align: center;
}
.slider .caption p{
    font-size: 17px;
    color: #1475b0;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.slider .caption .title{
    color: #ffa200;
    font-size: 35px;
    letter-spacing: normal;
}
.sliderMobile .owl-controls{
    display: none;
}
.slider2 .item{
    height: 340px;
}

#slider .pBar:first-child{
    display: none;
}
#bar{
    width: 0%;
    max-width: 100%;
    height: 5px;
    background: #37b3ff;
    margin: 0;
}
#progressBar{
    width: 100%;
    background: #EDEDED;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}



.ism-zoom-pan {
    -webkit-animation: zoompan 20.0s linear 1;
    animation: zoompan 20.0s linear 1;
}
@-webkit-keyframes zoompan {
    0% { -webkit-transform: translate(0, 0) scale(1.0); transform: translate(0, 0) scale(1.0); }
    50% { -webkit-transform: translate(-5%, -5%) scale(1.3); transform: translate(-5%, -5%) scale(1.3); }
    100% { -webkit-transform: translate(0, 0) scale(1.0); transform: translate(0, 0) scale(1.0); }
}
@keyframes zoompan {
    0% { -webkit-transform: translate(0, 0) scale(1.0); transform: translate(0, 0) scale(1.0); }
    50% { -webkit-transform: translate(-5%, -5%) scale(1.3); transform: translate(-5%, -5%) scale(1.3); }
    100% { -webkit-transform: translate(0, 0) scale(1.0); transform: translate(0, 0) scale(1.0); }
}

.ism-zoom-rotate {
    -webkit-animation: zoomrotate 20.0s linear 1;
    animation: zoomrotate 20.0s linear 1;
}
@-webkit-keyframes zoomrotate {
    0% { -webkit-transform: rotate(0) scale(1.0); transform: rotate(0) scale(1.0); }
    50% { -webkit-transform: rotate(-5deg) scale(1.3); transform: rotate(-5deg) scale(1.3); }
    100% { -webkit-transform: rotate(0) scale(1.0); transform: rotate(0) scale(1.0); }
}
@keyframes zoomrotate {
    0% { -webkit-transform: rotate(0) scale(1.0); transform: rotate(0) scale(1.0); }
    50% { -webkit-transform: rotate(-5deg) scale(1.3); transform: rotate(-5deg) scale(1.3); }
    100% { -webkit-transform: rotate(0) scale(1.0); transform: rotate(0) scale(1.0); }
}

/*==========================================================
                CONTENT
==========================================================*/

/*------------ index ------------------------------------*/
.indexSpCat{
    padding: 60px 0px;
}
.headIndex,
.headIndex2{
    text-align: center;
    margin: 0px 200px;
    margin-bottom: 25px;
}
.headIndex2 span,
.headIndex span{
    display: inline-block;
    font-size: 18px;
    color: #0071b7;
    text-transform: uppercase;
    font-weight: bold;
    background: #f7f7f7;
}
.headIndex{
    border-bottom: solid 1px #37b3ff;
}
.headIndex span{
    margin-bottom: -1px;
    border: solid 1px #37b3ff;
    border-bottom: none;
    padding: 10px 55px;
    padding-bottom: 1px;
    background-color: #FFF;
}
.headIndex2{
    border-top: solid 1px #37b3ff;
    margin-left: 0px;
    margin-right: 0px;
}
.headIndex2 span{
    border: solid 1px #37b3ff;
    border-top: none;
    margin-top: -1px;
    padding: 10px 55px;
    padding-top: 1px;
}

.motaSP{
    margin: 0 220px;
    margin-bottom: 25px;
    text-align: center;
}

#sliderSpCat .owl-controls{
    position: absolute;
    top: 0px;
    width: 100%;
}
#sliderSpCat .owl-stage{
    margin-top: 20px;
}

.spCat{
    position: relative;
    min-height: 100px;
}
.titleSpCat{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #37b3ff;
    padding: 15px 5px;
    line-height: 20px;
    height: 70px;
    margin: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;

    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
.titleSpCat a{
    color: #fff;
}
.spCat:hover .titleSpCat{
    background: #ffa200;
}
.contSanPham .titleSpCat{
    position: inherit;
    text-align: center;
    background: none !important;
    font-weight: normal;
}
.contSanPham .titleSpCat a{
    color: #0171b7
}
.contSanPham .titleSpCat a:hover{
    color: #ffa200;
}
.contSanPham .spCat{
    margin-bottom: 30px;
}

.indexAbout{
    background: #f7f7f7;
    border-top: solid 1px #ededed;
    border-bottom: solid 1px #ededed;
    padding: 80px 0px;
}
.headLeft1,
.headLeft2{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 30px;
    color: #ffa200;
}
.headLeft1 a{
    color: #ffa200;
}
.headLeft1:hover,
.headLeft1 a:hover,
.headLeft2{
    color: #0071b7;
}

.ia{
    color: #fff;
    background: #d7a855;
    padding: 39px 45px;
    padding-right: 150px;
    margin-right: 100px;
    position: relative;
}
.iaImage{
    position: absolute;
    bottom: 0px;
    right: -115px;
}
.ia .mota{
    line-height: 25px;
    height: 125px;
    overflow: hidden;
}

.ia .btn-primary{
    background: none !important;
    border: solid 1px #fff !important;
    padding: 10px 35px !important;
    color: #fff;
}
.ia .btn-primary:hover{
    background: #fff !important;
    color: #fdb331 !important;
}

.indexLogo{
    padding: 60px 0px 30px 0;
    background-color: #f7f7f7;
    border-top: 1px #e8e8e8 solid;
}
#sliderLogos {
    padding: 0;
}
.itemLogos{
    width: 25%;
    float: left;
    padding: 0px 5px;
}
.logoItem{
    padding: 10px 8px;
    border-radius: 10px;
	border: solid 1px #e0e0e0;
    background-color: #FFF;
    height: 105px;
    width: 1%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
#sliderLogos img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.logoThanhTich{
    text-align: center;
}
.logoThanhTich img{
    padding: 10px 20px;
    border-radius: 10px;
    border: solid 1px #e0e0e0;
    background-color: #FFF;
    margin: 0px 5px;
}

.indexLogo .owl-theme .owl-dots .owl-dot.active span,
.indexLogo .owl-theme .owl-dots .owl-dot:hover span{
    background: #fab031;
}


/*------------ AboutUs ------------------------------------*/
.titleHead{
    line-height: 55px;
    height: 55px;
    background-color: rgba(73, 79, 83, 0.702);
    color: #fff;
    padding: 0px 5px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: -55px;
    width: 18%;
    float: left;
}
.titleHead a{
    color: #fff;
    padding: 0px 5px;
}
.contContent{
    margin-top: 5px;
    background: #fff;
    padding-bottom: 60px;
}

.colLeft{
    width: 18%;
    float: left;

}
.colRight{
    width: 82%;
    float: left;
    background: #fff;
    margin-top: -1px;
    border-top: none;
}
.contFull{
    background: #fff;
    margin-top: -1px;
    border: solid 1px #e5e5e5;
    border-top: none;
}

#menuLeft{
    width: 100%;
    border: solid 1px #e5e5e5;
    border-right: none;
    padding: 0px;
    margin: 0px;
}
#menuLeft li{
    list-style: none;
    position: relative;
}
#menuLeft li a{
    width: 100%;
    line-height: 20px;
    padding: 13px 20px;
    padding-bottom: 15px;
    padding-left: 35px;
    position: relative;
    color: #2d2d2d;

    background: #fefefe;
    background: -moz-linear-gradient(left,  #fefefe 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(left,  #fefefe 0%,#f2f2f2 100%);
    background: linear-gradient(to right,  #fefefe 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f2f2f2',GradientType=1 );
}
#menuLeft li.active a,
#menuLeft li:hover a,
#menuLeft li a:hover{
    color: #0171b7;
    background: #fff;
    background: -moz-linear-gradient(left,  #f2f2f2 0%, #fefefe 100%);
    background: -webkit-linear-gradient(left,  #f2f2f2 0%, #fefefe 100%);
    background: linear-gradient(to right,  #f2f2f2 0%, #fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#fefefe',GradientType=1 );
}
#menuLeft li a:before{
    content: "";
    position: absolute;
    top:0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/bgMenuLeft.png") no-repeat bottom left;
}
#menuLeft li:last-child a:before{
    background: no-repeat;
}
#menuLeft li:hover a:after,
#menuLeft li a:hover:after,
#menuLeft li.active a:after{
    content: "";
    position: absolute;
    top:0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/iconMenuLeft.png") no-repeat 20px center;
}
#menuLeft li.active:after{
    content: "";
    position: absolute;
    top:0px;
    right: -1px;
    border-right: solid 1px #fff;
    height: 100%;
}

#menuSanPham{
    width: 100%;
    border: solid 1px #e5e5e5;
    border-right: none;
    padding: 0px;
    margin: 0px;
}
#menuSanPham li{
    list-style: none;
    position: relative;

    background: #fefefe;
    background: -moz-linear-gradient(left,  #fefefe 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(left,  #fefefe 0%,#f2f2f2 100%);
    background: linear-gradient(to right,  #fefefe 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f2f2f2',GradientType=1 );
}
#menuSanPham li:hover{
    background: #fff;
    background: -moz-linear-gradient(left,  #f2f2f2 0%, #fefefe 100%);
    background: -webkit-linear-gradient(left,  #f2f2f2 0%, #fefefe 100%);
    background: linear-gradient(to right,  #f2f2f2 0%, #fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#fefefe',GradientType=1 );
}
#menuSanPham>li>a{
    width: 100%;
    line-height: 20px;
    padding: 13px 20px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 50px;
    position: relative;
    color: #2d2d2d;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    transition: 0.2s;

    background: url("../images/iconMenuLeft2.png") no-repeat 15px 20px;
}
#menuSanPham>li.active>a,
#menuSanPham>li:hover>a,
#menuSanPham>li>a:hover{
    color: #0171b7;
}
#menuSanPham>li>a:before{
    content: "";
    position: absolute;
    top:0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/bgMenuSp.png") no-repeat bottom left;
}
#menuSanPham>li:last-child>a:before{
    background: no-repeat;
}
#menuSanPham>li.hasSub>a:after{
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    height: 100%;
    width: 50px;
    background: url("../images/iconSp.png") no-repeat center right;

    transition: 0.2s;
    z-index: 3;
}
#menuSanPham>li.hasSub:hover>a:after{
    background: #fff url("../images/iconSp.png") no-repeat center left;
    border: solid 1px #b2c5d0;
    border-right-color: #fff;
}
#menuSanPham>li.active:after{
    content: "";
    position: absolute;
    top: 0px;
    right: -1px;
    border-right: solid 1px #fff;
    height: 100%;
}
#menuSanPham>li.hasSub > ul{
    position: absolute;
    top: -1px;
    left: 100%;
    z-index: 2;
    margin: 0px;
    padding: 0;
    background: #fff;
    border: solid 1px #b2c5d0;
    width: 280px;
    display: none;
}
#menuSanPham>li.hasSub:hover > ul{
    display: block;
}
#menuSanPham>li.hasSub > ul li{
    padding: 0px 35px;
}
#menuSanPham>li.hasSub > ul li a{
    line-height: 20px;
    padding: 13px 0px;
    border-bottom: solid 1px #efefef;
    width: 100%;
    color: #525252;
    font-size: 14px;
}
#menuSanPham>li.hasSub > ul li a b{
    color: #299fe8;
}
#menuSanPham>li.hasSub > ul li:last-child a{
    border-bottom: none;
}
#menuSanPham>li.hasSub > ul li a:hover{
    color: #0171b7;
    font-weight: bold;
}
#menuSanPham>li.hasSub > ul li a:hover b{
    color: #ffa200;
}

#aboutUs{
    padding: 40px 55px;
    min-height: 300px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.headRight,
.headLeft{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffa200;
    line-height: 30px;
    padding: 10px 0px;
    border-bottom: solid 4px #ddd;
    margin-bottom: 30px;
}

.bgAbout{
    border-top: solid 5px #ffa200;
}
.bgAbout img{
    width: 100%;
}
.likeShare{
    text-align: right;
    background: #e2e2e2;
    padding: 20px;
}



/*------------ Tin Tuc - Nội dung ------------------------------------*/
.contTinTuc{
    padding: 45px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.contTinTuc2{
    background: #f6f6f6;
}

.tinNgang .titleTin{
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: solid 1px #d2d2d2;
}
.tinNgang .desTin{
    margin-bottom: 15px;
}
.tinDoc .imgTin{
    border: solid 1px #c9c9c9;
    margin-bottom: 10px;
}
.tinDoc .imgTin:hover{
    border-color: #ffa200;
}
.tinDoc .titleTin{
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}
.tinDoc .titleTin a{
    font-weight: bold;
    color: #616161;
}
.tinDoc .titleTin a:hover{
    color: #ffa200;
}

.tinTuc{
    margin-bottom: 20px;
}
.tinTuc .titleTin{
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 5px;
}
.tinTuc .titleTin a{
    font-weight: bold;
    color: #616161;
}
.tinTuc .titleTin a:hover{
    color: #ffa200;
}
.tinTuc .desTin{
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}



/*------------ Liên hệ ------------------------------------*/
.leftContact{
    width: 30%;
}
.rightContact{
    width: 70%;
}
#leftContact{
    background: #fff;
    border: solid 1px #e5e5e5;
    border-right: none;
    padding: 25px 45px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
#leftContact:after{
    content: "";
    position: absolute;
    top:0px;
    right: -1px;
    border-right: solid 1px #fff;
    height: 100%;
}
.titleContact{
    margin-bottom: 20px;
}
.titleContact span{
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 30px;
    color: #ffa200;
    border-bottom: solid 3px #dddddd;
}
#leftContact p{
    line-height: 22px;

}
#leftContact .tenCty{
    text-transform: uppercase;
    font-weight: bold;
    color: #0171b7;
}

.formLienHe{
    padding: 45px;
    background: #e2eef5;
    font-family: 'Open Sans', sans-serif;
}

.headContact{
    margin-bottom: 20px;
}
.headContact span{
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 40px;
    border-bottom: solid 3px #ffffff;
}
.formLienHe .form-control{
    min-height: 45px;
    background: #edf5f9;
    border-color: #cedae1;
}
.formLienHe  .form-group{
    margin-bottom: 5px;
}
.formLienHe .btn{
    padding: 6px 30px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal !important;
}




/*------------ Hệ thống cửa hàng ------------------------------------*/
.dlMap{
    width: 50%;
    float: left;
    padding-right: 30px;
    background: url("../images/ajax-loader1.gif") no-repeat center 100px;
}
.dlList{
    width: 50%;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.itemDl{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #d2d2d2;
    cursor: pointer;
    position: relative;
}
.itemDl.active:before{
    content: "";
    background: url("../images/iconDl.png") no-repeat left center;
    position: absolute;
    top: -5px;
    left: -20px;
    height: 100%;
    width: 10px;
}
.itemDl:last-child{
    border: none;
}
.itemDl p{
    margin-bottom: 0px;
    line-height: 22px;
}
.itemDl .tenDl{
    font-weight: bold;
    text-transform: uppercase;
    color: #0171b7;
}
.btn-tp{
    background: #fff url("../images/iconChonTinh.png") no-repeat center right;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #262626;
    border: solid 1px #f2f2f2;
    border-radius: 5px;
    height: 40px;
    padding: 0px 25px;
    line-height: 40px;
    padding-right: 80px;
    min-width: 200px;
}


/*------------ Sản phẩm ------------------------------------*/
.contSanPham{
    padding: 30px;
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.headSanPham{
    font-weight: bold;
    color: #0171b7;
    padding-bottom: 10px;
	font-size: 1.5rem;
}
.headSanPham span{
    color: #616161;
}
.spList{
    width: 100%;
    float: left;
	background-color: #e5e5e580;
}
.spItem{
    margin: 20px 0px;
    padding: 0px 10px;
    display: block;
}
.spItem .tenSp{
    text-align: center;
    font-weight: bold;
    margin: 5px 0;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.spItem .giaBan{
    font-size: 12px;
    font-weight: bold;
    color: #616161;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #f2f2f2;
}
.spItem .btn{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 3px 15px;
}
.imgSpDetail{
    width: 100%;
    padding: 10px;
    border: solid 1px #cedce4;
    background: #fff;
}
.imgSpDetail img{
    width: 100%;
}
.detailBox{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.detailBox .tenSp{
    font-size: 24px;
    font-weight: bold;
    color: #0171b7;
}
.detailBox p{
    width: 100%;
    float: left;
    line-height: 50px;
    margin-bottom: 0;
    border-bottom: dashed 1px #d7d7d7;
}
.detailBox p span{
    width: 40%;
    float: left;
}
.detailBox p b{
    width: 60%;
    float: left;
}
.detailBox p .form-control{
    margin-top: 8px;
    width: 100px;
}

.nav-tabs{
    margin: 20px 0;
    background: none;
    border-bottom: solid 1px #cedce4;
}
.nav-tabs>li{
    margin-right: 5px;
    margin-bottom: -1px;
    border: none !important;
    border-radius: 0 !important;
}
.nav-tabs>li a{
    background: #f2f2f2;
    color: #616161;
    border: solid 1px #cedce4;
    border-radius: 0 !important;
    font-weight: bold;
    padding: 5px 15px;
}
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
    background: #fff;
    border: solid 1px #cedce4;
    border-bottom-color: #fff;
}



/* --------------- Comment -----------------------*/
.headCommentBox{
    color: #404040;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    font-size: 17px;
    margin-bottom: 20px;
}
.headCommentBox::after{
    border-bottom: solid 2px #bbbbbb;
    content: " ";
    width: 100%;
    margin-left: 10px;
    position: absolute;
    top: 15px;
}
.condComment{
    color: #989898;
    font-style: italic;
    margin-bottom: 5px;
    padding-left: 20px;
    background: url("../images/iconComment.png") no-repeat center left;
}
.btnComment{
    margin-bottom: 0px;
    margin-top: 10px;
}
.btnComment .btn{
    width: 100%;
}
.commentItems{
    margin-top: 10px;
    margin-bottom: 20px;
}
.cmtItem{
    padding: 10px;
    border-bottom: solid 1px #efefef;
}
.cmtItem:nth-child(odd){
    background: #f9f9f9;
}
.noidungCmt{
    margin-bottom: 10px;
    color: #2c2b2b;
}
.infoCmt{
    color: #555;
    font-size: 13px;
}
.actComment{
    font-size: 12px;
    font-weight: bold;
    float: right;
}
.actComment a{
    color: #ffa200;
    margin: 0px 10px
}
.actComment a:hover{
    text-decoration: underline;
}
.actComment a i{
    color: #555;
}
.subCommentBox{
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 40px;
}
.subCommentBox .form-control{
    background: #fff;
    font-size: 13px;
    padding: 5px;
}
.subCommentItems{
    padding-left: 40px;
}
.subCmtItem{
    border-top: dashed 1px #d1d1d1;
    padding-top: 5px;
    padding-bottom: 5px;
}

.modal-title{
    font-size: 18px;
    text-transform: capitalize;
}
.modal-header,
.modal-footer{
    background: #f9f9f9;
}
.modal-content{
    border-radius: 0;
}
.headLoginModal{
    font-weight: bold;
    margin-bottom: 10px;
}
.btnFacebookLogin{
    background: url("../images/btnLogin.png") no-repeat top left;
    width: 110px;
    height: 30px;
}
.btnGoogleLogin{
    background: url("../images/btnLogin.png") no-repeat 0 -30px;
    width: 110px;
    height: 30px;
}
.imgUser{
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.imgUser img{
    width: 50px;
    float: left;
    margin-right: 5px;
}



/* --------------- Giỏ hàng -----------------------*/
.gioHang{
    text-align: left;
}
.headGioHang{
    font-size: 18px;
    margin-bottom: 0px;
}
.gioHang hr{
    margin: 15px 0px;
}
.thanhtien{
    font-weight: bold;
    font-size: 16px;
}
.gioHang .btn{
    font-weight: normal;
    border-radius: 0;
}

.headSp {
    margin: 0;
    width: 100%;
    background: #299fe8;
    color: #fff;
    padding: 10px 25px;
    font-size: 18px;
}
.contentBox {
     padding: 20px;
     background: #fff;
 }
.fieldset {
    border: 1px solid #ddd;
    background: #fff;
    padding: 20px;
    margin-top: 40px;
    background: #f9f9f9;
}
.fieldset .legend {
    float: left;
    font-size: 16px;
    border: 1px solid #ddd;
    background: #fff;
    margin: -40px 0 0 -10px;
    padding: 5px 10px;
    position: relative;
}
.contentBox .form-control,
.fieldset .form-control{
    background: #fff;
}
.contentBox .control-label,
.fieldset .control-label{
    font-weight: normal;
    font-size: 15px;
}
.contentBox em,
.fieldset em{
    font-weight: bold;
    color: #e1218c;
}

/*==========================================================
                FOOTER
==========================================================*/


.footerTop{
    background: url("../images/bgFooter.jpg") no-repeat center center;
    font-size: 14px;
}
.footerTop .bgDen{
    background-color: rgba(68, 68, 68, 0.729);
    padding: 50px 0px;
    color: #ffffff;
}
.headFooter{
    margin-bottom: 15px;
}
.headFooter span{
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 40px;
    border-bottom: solid 3px #37b3ff;
}
.headFooter a{
    color: #fff;
    width: 100%;
}
.headFooter a:hover{
    color: #fab031;
}
.spFooter{
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    width: 100%;
}
.spFooter li{
    list-style: none;
    width: 50%;
    float: left;
}
.spFooter li a{
    width: 100%;
    color: #e7e7e7;
    font-size: 14px;
    line-height: 30px;
}
.spFooter li a:hover{
    color: #fab031;
    padding-left: 5px;
}
.newsLetter .headFooter{
    margin-bottom: 25px;
}
.newsLetter .form-control,
.newsLetter .btn{
    height: 40px;
    border: none;
    border-radius: 0;
}
.newsLetter .form-control{
    background: #8e8e8e;
    padding: 0px 20px;
    color: #fff;
    font-size: 14px;
    font-style: italic;
}
.newsLetter .btn{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}
.newsLetter .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.newsLetter .form-control:-ms-input-placeholder {
    color: #fff;
}
.newsLetter .form-control::-webkit-input-placeholder {
    color: #fff;
}

.footerSocial{
    text-align: center;
}
.footerSocial>div a{
    background: #7a8281;
    border-radius: 50%;
    padding: 12px;
    margin-top: 3px;
}
.footerSocial>div a:hover{
    background: #37b3ff;
}
.footerSocial>div span{
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    border: solid 2px #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

footer .border-right{
    border-color: #8f8f8f !important;
}


.footerMid{
    padding: 7px 0px;
}
.logoFooter{
    float: left;
}
.menuFooter{
    float: right;
    margin-top: 15px;
}
.menuFooter li{
    list-style: none;
    float: left;
}
.menuFooter a{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 15px;
}

.footerBottom{
    background: #37b3ff;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
}

/*--------------- Mobile menu ---------------*/
.mm-menu.mm-theme-dark {
    background: #e1218c;
    border-color: rgba(255,255,255,0.3);
    color: #fff;
}
.mm-listview > li:not(.mm-divider):after{
    border-color: rgba(255,255,255,0.3);
}
.mm-listview > li, .mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before{
    border-color: rgba(255,255,255,0.1);
}
.mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark .mm-navbar a{
    color: #fff;
}


/*==========================================================
                Page styling
==========================================================*/
.owl-carousel .owl-item img{
    width: auto;
    max-width: 100%;
}
.dropdown-menu {
    width: 100%;
    text-transform: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}


.paging{
    background: #e7e7e7;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding-top: 10px;
}
.pagination{
    margin: 10px;
}

.pagination>li>a,
.pagination>li>span{
    border: none;
    background: no-repeat;
    color: #333;
    margin: 0px 2px;
    border-radius: 0 !important;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
    background: #ffa200;
    color: #fff;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
    background: #f9f9f9;
    color: #333;
}

.margin {
    margin: 15px;
}
.margin-h {
    margin-left:15px;
    margin-right:15px;
}
.margin-h-0 {
    margin-left:0px;
    margin-right:0px;
}
.margin-v {
    margin-top:15px;
    margin-bottom:15px;
}
.margin-v-0 {
    margin-top:0px;
    margin-bottom:0px;
}
.margin-top {
    margin-top:15px;
}
.margin-right {
    margin-right:15px;
}
.margin-bottom {
    margin-bottom:15px;
}
.margin-left {
    margin-left:15px;
}
.margin-0,
.no-margin{
    margin:0px !important;
}
.margin-top-0{
    margin-top:0px;
}
.margin-bottom-0{
    margin-bottom:0px;
}
.margin-left-0{
    margin-left:0px;
}
.margin-right-0{
    margin-right:0px;
}

.padding {
    padding: 15px;
}


.padding-0 {
    padding: 0px;
}

.padding-top-0 {
    padding-top: 0px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-right-0 {
    padding-right: 0px;
}

.padding-h {
    padding-left: 15px;
    padding-right: 15px;
}
.padding-h-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.padding-v {
    padding-top: 15px;
    padding-bottom: 15px;
}
.padding-v-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.padding-top {
    padding-top: 15px;
}

.padding-right {
    padding-right: 15px;
}

.padding-bottom {
    padding-bottom: 15px;
}

.padding-left {
    padding-left: 15px;
}