@charset "utf-8";
@font-face{
    font-family: rb;
    src:url(../fonts/RobotoBold.ttf);
}
@font-face{
    font-family: rr;
    src:url(../fonts/RobotoRegular.ttf);
}
@font-face{
    font-family: rbl;
    src:url(../fonts/RobotoBlack.ttf);
}
@font-face{
    font-family: rl;
    src:url(../fonts/Roboto-Light.ttf);
}
@font-face{
    font-family: ui;
    src:url(../fonts/UTMImpact.ttf);
}
:root {
    --mauchung: #F6642F;
    --mauhover: #db0000;
}

/* Text Hide */
.text-split-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.text-split-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.text-split-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}
.user-page {
}
.user-page {
  width: 360px;
  margin: 15px auto;
}
/* Hiệu ứng hover */
.trangden img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.trangden:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.xoaytronhinh:hover {
    -moz-transform: scale(1.0) rotate(360deg);
    -webkit-transform: scale(1.0) rotate(360deg);
    -o-transform: scale(1.0) rotate(360deg);
    -ms-transform: scale(1.0) rotate(360deg);
    transform: scale(1.0) rotate(360deg);
}
.xoaytronhinh {
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}
.zoomhinh {
    overflow: hidden; margin: 0 auto; height: 200px;
}
.zoomhinh img {
    transition: all 1s ease 0s;
	/*transition: all 300ms ease-in 0s;*/
    transform: scale(1);
    width:100%;
	max-width: 100%;  
	margin: 0 auto;
	object-fit:cover;
	height:100%;
}
.zoomhinh:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.duongcheosang {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    overflow: hidden;
}
.duongcheosang {
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
    transition: width 2s, height 2s, transform 2s;
    cursor: pointer;
}
.duongcheosang:hover:before {
    -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}
.duongcheosang:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    z-index: 10;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}
.haiduongsang:before, .haiduongsang:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 100%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .75);
}
.haiduongsang:before {
    left: -5%;
    animation: light-left 3s infinite alternate linear;
}
.haiduongsang:after {
    right: -5%;
    animation: light-right 3s infinite alternate linear;
}
img.swiper-lazy,
img.lazy {
    background-image: url('../img/loading.gif');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 50%;
    color: transparent;
    /*max-height: 100px;*/
}
.image-holder{overflow: hidden; width: 100%; }
/*.image-holder img{max-width: 100%; width: 100%; height: auto; margin: 0 auto}*/
.image-holder img{ margin: 0 auto;object-fit:cover;width:100%;transition: all 1s ease 0s }
.image-holder:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.line-clamp {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
}
.line-clamp.line-clamp-1 {
    line-height: 20px;
    height: 20px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}
/* Like Share */
.social-plugin { margin-top: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.social-plugin .at-share-btn { margin-bottom: 0px !important; }
.social-plugin .zalo-share-button { margin-left: 3px; }

/* Paging */
.pagination-home .pagination .page-item .page-link { color: #555555; font-size: 0.875rem; }
.pagination-home .pagination .page-item.active .page-link { color: #ffffff; background-color: #555555; border-color: #555555; }

/* Paging Ajax */
.pagination-ajax { text-align: center; }
.pagination-ajax a {display: inline-block;vertical-align: top;margin: 0px 3px 3px 3px;width: 30px;height: 30px;line-height: 29px;color: #666 !important;border: 1px solid #e6e6e6;font-size: 13px;cursor: pointer;text-decoration: none !important;background-color: #ffffff;background: white;}
.pagination-ajax a.current, .pagination-ajax a:hover {color: #ffffff !important;border-color: #006AA9;background-color: #006AA9;}
.pagination-ajax a.first, .pagination-ajax a.last, .pagination-ajax a.prev, .pagination-ajax a.next { text-indent: -9999px; position: relative; background-color: #ffffff !important; }
.pagination-ajax a.first:before, .pagination-ajax a.last:before, .pagination-ajax a.prev:before, .pagination-ajax a.next:before { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2; background-color: transparent; background-repeat: no-repeat; background-position: center; }
.pagination-ajax a.first:before { background-image: url(../img/page-first.png); }
.pagination-ajax a.last:before { background-image: url(../img/page-last.png); }
.pagination-ajax a.prev:before { background-image: url(../img/page-prev.png); }
.pagination-ajax a.next:before { background-image: url(../img/page-next.png); }

/* Popup */
#popup .modal-body { padding: 0px; }

/* Hidden Google Captcha */
.grecaptcha-badge { display: none !important; width: 0px !important; height: 0px !important; visibility: hidden !important; overflow: hidden; }

/* Hidden Check Grammar Coccoc */
coccocgrammar { display: none; }

/* Scroll Top */
.scrollToTop { width: 41px; height: 41px; text-align: center; font-weight: bold; color: #444; text-decoration: none; position: fixed; bottom: 65px; right: 25px; display: none; z-index: 10; cursor: pointer; }

/* Text Hide */
.text-split { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; }

/* Transition All */
.transition, .control-owl button, .carousel-comment-media .carousel-control a span, .menu ul li a.has-child:after, .menu ul li ul, .menu ul li:hover > ul, .scale-img img, .scale-img:hover > img, .btn-frame .kenit-alo-circle-fill, .support-online .kenit-alo-circle-fill { -webkit-transition: 0.3s all; transition: 0.3s all; }

/* Scale IMG */
.scale-img { overflow: hidden; display: block; }
.scale-img img { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
.scale-img:hover > img { -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

/* Cart Fix */
.cart-fixed { position: fixed; right: 20px; bottom: 390px; z-index: 10; background: #4b4f56; width: 50px; height: 50px; text-align: center; color: #fff !important; border-radius: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.cart-fixed i { font-size: 20px; }
.cart-fixed span { position: absolute; top: 0px; right: -5px; color: #ffffff; width: 25px; height: 25px; background: #ec2d3f; text-align: center; line-height: 25px; font-size: 11px; border-radius: 100%; }

/* Toolbar */

/*@keyframes tada {
0% { transform: scaleX(1); }
10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
30%, 50%, 70%, 90% { transform: scale3d(1.3, 1.3, 1.3) rotate(3deg); }
40%, 60%, 80% { transform: scale3d(1.3, 1.3, 1.3) rotate(-3deg); }
to { transform: scaleX(1); }
}
.toolbar { background: var(--background-static); width: 100%; padding: 10px 20px; bottom: 0px; position: fixed; z-index: 500; height: auto; left: 0px; }
.toolbar ul { list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 0px; margin: 0px; }
.toolbar ul li { text-align: center; width: 25%; }
.toolbar ul li a { display: block; width: 100%; cursor: pointer; }
.toolbar ul li a img { height: 20px; width: 20px; animation: tada 1.2s infinite; }
.toolbar ul li a span { color: #fff; font-size: 10px; }*/

/* Fixbar */
.fixbar { bottom: 0; display: block; background: #f0eff4; border-top: 1px solid #ddd; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; position: fixed; margin: 0; z-index: 500; -webkit-backface-visibility: hidden; backface-visibility: hidden; height: 50px; }
.fixbar ul { margin: 0px; padding: 0px; list-style: none; }
.fixbar ul li { margin: 0 auto 10px; text-align: center; width: 25%; float: left; }
.fixbar .icon-cart-mobile, .fixbar .icon-cart-new, .fixbar .icon-home-new, .fixbar .icon-hotdeal-new { width: 20px; height: 20px; display: block; margin: 8px auto 0; }
.fixbar .icon-cart-mobile { background: url(../img/cart-mobile.png) no-repeat; }
.cart-total-head-mobile { font-size: 10px; position: absolute; background: red; color: #fff !important; border-radius: 50%; height: 15px; width: 15px; line-height: 15px; top: 5px; margin-left: 5px; }
.fixbar ul li a { font-size: 11px; text-decoration: none; color: #333; }
.fixbar ul li a i { font-size: 20px; }

/* Plugbar */
.plugbar { position: fixed; bottom: 0; left: 0; border-top: 1px solid #eae6e6; width: 100%; right: 0; max-width: 767px; margin: 0 auto; background: #ffffff; padding: 9px 10px 10px 7px; z-index: 10; }
.plugbar ul { list-style: none; padding: 0; margin: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.plugbar ul li { width: 20%; float: left; }
.plugbar ul li a { display: block; color: #696969; font-size: 12px; text-align: center; position: relative; }
.plugbar ul li a i { font-size: 20px; color: #696969; }
.plugbar ul li a span { position: absolute; width: 50px; height: 50px; top: -40px; left: calc(50% - 50px / 2); font-size: 14px; display: block; border: 1px solid rgba(234, 230, 230, 0.5); border-radius: 100%; }

/* Combo Phone */
.support-online { position: fixed; z-index: 999; left: 10px; bottom: 0px; }
.support-online a { position: relative; margin: 20px 10px; text-align: left; width: 40px; height: 40px; }
.support-online i { width: 40px; height: 40px; background: #43a1f3; color: #ffffff; border-radius: 100%; font-size: 20px; text-align: center; line-height: 1.9; position: relative; z-index: 999; }
.support-online a { display: block; }
.support-online a span { border-radius: 2px; text-align: center; background: #67b634; padding: 9px; display: none; width: 180px; margin-left: 10px; position: absolute; color: #ffffff; z-index: 999; top: 0px; left: 40px; -webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; -webkit-animation: headAnimation 0.7s 1; animation: headAnimation 0.7s 1; }
.support-online a:hover span { display: block; }
.support-online a span:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 10px 10px 0; border-color: transparent #67b634 transparent transparent; position: absolute; left: -10px; top: 10px; }
.support-online .kenit-alo-circle-fill { width: 60px; height: 60px; top: -10px; position: absolute; border-radius: 100%; border: 2px solid transparent; background-color: rgba(0, 175, 242, 0.5); opacity: 0.75; right: -10px; }
.support-online .kenit-alo-circle { width: 50px; height: 50px; top: -5px; right: -5px; position: absolute; background-color: transparent; border-radius: 100%; border: 2px solid rgba(30, 30, 30, 0.4); opacity: 0.1; border-color: #0089b9; opacity: 0.5; }
.support-online .support-online .btn-support { cursor: pointer; }
.support-online .mes i { background: orange; }
.support-online .sms i { background: red; }
.support-online .call-now i { background: green; }
.text-10{font-size:10px;}
.text-11{font-size:11px;}
.text-12{font-size:12px;}
.text-13{font-size:13px;}
.text-14{font-size:14px;}
.text-15{font-size:15px;}
.text-16{font-size:16px;}
.text-17{font-size:17px;}
.text-18{font-size:18px;}
.text-20{font-size:20px;}
.text-22{font-size:22px;}
.text-24{font-size:24px;}
.text-25{font-size:25px;}
.text-26{font-size:26px;}
.text-30{font-size:30px;}
.text-32{font-size:32px;}
.text-40{font-size:40px;}
.white
{
	color: white;
}
.red
{
	color: #FF0000;
}
.h50
{
	height: 50px;
}
.h100
{
	height: 100px;
}
.h200
{
	height: 200px;
}
.h220
{
	height: 220px;
}
.h240
{
	height: 240px;
}
.h250
{
	height: 250px;
}
.h260
{
	height: 260px;
}
.h270
{
	height: 270px;
}
.w80
{
	width: 80px;
}
.w90
{
	width: 90px;
}
.w100
{
	width: 100px;
}
.border1
{
	border: 1px solid #ddd;
}
.wh100
{
	width: 100px;
	height: 100px;
}
.button{
    background: #007DB5 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 10px;
    text-align: center;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    cursor: pointer;
    border-radius: 4px;
}

.button:hover {
    background: #222222;
    color: #fff;
}
.border
{
	border: 1px solid #ddd;
}
.border-left-top
{
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
.border-right-bottom
{
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.padding-15
{
	padding: 15px;
}
.slick-product .slick-prev, .slick-product .slick-next {
    width: 21px !important;
    height: 37px !important;
}
.slick-product .slick-prev:before, .slick-product .slick-next:before {
    display: none !important
}
.slick-product .slick-next {
    background: url(../img/next.png) no-repeat !important;
}
.slick-product .slick-prev {
    background: url(../img/pre.png) no-repeat !important;
}
.wrap-product-list{
    padding: 30px 0 0px;
    background: #fff;
}
.slick-product{border-left: 1px solid #d7d7d7;border-top: 1px solid #d7d7d7;text-align: center;}
.box-product-list{background: #fff;text-align: center;border-right: 1px solid #d7d7d7;border-bottom: 1px solid #d7d7d7;display: block !important; }
.max-width img{width: 100%;max-width: 100%;}
.name-product-list{font-family: rb;font-size: 15px;font-weight: bold;color: #1c1c1c;margin-top: 10px;line-height: 20px;height: 40px; text-transform: capitalize;}
.name-product-list:hover{color: var(--mauchung);}
/* Sản Phẩm */
.wrap-product {
    padding: 30px 0;
}

.row-product{
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.box-product {
    position: relative;
    display: block;
    text-align: center;
    padding: 10px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.pic-product {
    background: #fff;
}

.pic-product img {
    width: 100%;
}

.name-product {
    font-size: 14px;
    color: #4c4c4c;
    font-family: rl;
    line-height: 23px;
    height: 40px;
	overflow: hidden;
	text-align: justify;
	font-size: 15px;
    font-weight: bold;
    line-height: 20px;
	margin-top: 15px;
	/*
	text-transform: capitalize;	
    text-overflow: ellipsis;
    white-space: nowrap;
	*/
}
.name-product:hover{
    color: var(--mauchung);
}

.pro-content {
  min-height: 135px;
  overflow: hidden;
  padding: 20px 15px;
  position: relative;
}
/*
.pro-content h4 a {
    color: #363636;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 9px;   
    padding: 0;
	font-weight: bold;	
	width: 100%;
	height: 40px;
	overflow: hidden;
	text-align: justify;
}
.pro-content h4 a:hover {
    color: #E62E04;
}
*/



.bh-product{
    font-size: 14px;
    color: #4c4c4c;
    font-family: rb;
    line-height: 25px;
    height: 25px;
}

.price-product {
    margin-bottom: 0px;
    margin-top: 10px;
	height: 40px;
}

.price-new {
    font-size: 16px;
    color: #db0000;
    font-family: rb;
	text-align: left;
	font-weight: bold;
	
}

.cart-buy {
    /*background-color: var(--mauhover);
	width: 60px;*/
	background-color: #FFCC01;
	padding: 3px;
    cursor: pointer;   
    color: #fff;
    font-size: 14px;
    text-align: center;
    /*border-radius: 5px;*/
    line-height: 25px;
    font-family: rr;
	bottom: 0px;
	right: 0px;
}

.cart-buy:hover {
    background-color: var(--mauchung);
}
.khung
{
	border: 1px solid #ddd;
	padding: 15px;
}
/* Transition All */
.transition {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.title-main{
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 20px;
    font-family: rbl;
    font-size: 25px;
    color: #F6642F;
    background: url(../img/after_title.png) no-repeat center bottom;
    text-transform: uppercase;
}
.title_index {
    position: relative;
    border-bottom: 2px solid #0362a6;
    margin: 10px 0px;
}
.title_index h1{
    font-weight: bold;
    font-size: 21px;
    color: #064dbd;
}
.title_index h3 {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    text-align:center;
    font-family: 'Roboto', sans-serif;
    position: relative;
    display:inline-block;
    background: url(../img/icon_title.png) no-repeat 10px 11px #0362a6;
    padding: 0px 40px;
    border-radius: 5px 0px 0px 0px;
    position: relative;
    line-height: 33px;
    padding-top: 2px;
}
.title_index h3:before {
    content: '';
    width: 37px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: -37px;
    background: url(../img/title_bg.png) no-repeat;
}
ul#tab_list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #0362a6;
}
ul#tab_list:before {
    content: '';
    width: 28px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/icon_title.png) no-repeat center #0362a6;
    z-index: 9;
}
ul#tab_list li {
    display: inline-block;
    text-transform: uppercase;
    background: #e4e4e4;
    position: relative;
}
ul#tab_list li a {
    color: #353535;
    display: block;
    line-height: 30px;
    padding: 0px 30px;
    text-indent: 10px;
}
ul#tab_list li:before {
    content: '';
    background: url(../img/bg_title1.png);
    width: 28px;
    height: 30px;
    position: absolute;
    top: 0;
    right: -28px;
    z-index:9;
}
ul#tab_list li.active {
    background: #0362a6;
}
ul#tab_list li.active a {
    color: #fff;
}
ul#tab_list li.active:before {
    content: '';
    background: url(../img/bg_title.png);
    width: 33px;
    height: 30px;
    position: absolute;
    top: 0;
    right: -33px;
    z-index: 99;
}
.km_index img {
    width: 100%;
    margin: 5px 0px;
}
#bottom{
    margin-bottom:20px;
}
.bottom_item {
    width: 382px;
    float: left;
}
.bottom_item:nth-child(2n) {
    margin: 0px 27px;
}
.title_index1 {
    margin-bottom: 0px;
    background: url(../img/line_title.png) repeat-x bottom center;
}
.title_index1 h3 {
    display: inline-block;
    color:#007DB5;
    font-size: 20px;
    border-bottom: 5px solid;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}
.thuvien_bot {
    background: #f1f1f1;
    padding: 12px 18px;
}
a.thuvien_item {
    display: block;
    float: left;
    margin: 6px 0px;
    margin-right: 25px;
}
a.thuvien_item:nth-child(2n) {
    margin-right: 0;
}
.pro-img{
    overflow: hidden;

}
.pro-img img{
     transition: all 300ms ease-in 0s;
     transform: scale(1);
     width:100%;
}
.pro-img:hover img {
  transform: scale(1.1);
 
}
.modal-dialog{ z-index: 999999;}
/*****************************************************/
.news-item
{
	float: left;
	position: relative;
	width: 100%;
	padding: 15px;
}
.news-item img
{
	width: 100px;
	height: 80px;
	margin-right: 10px;
	
}
.news-item h4
{
	font-size: 15px;
	font-weight: bold;
	text-align: justify;
	line-height: 150%;
}
.news-item a h4
{
	color: #232323;
}
.news-item a:hover h4
{
	color: #007DB5;
}

/*************************quang cao*******************/
.quangcao-trai
{
	position: absolute;
	z-index: 100;
	top: 190px;
	left: 0px;
	width: 240px;
}
.quangcao-phai
{
	position: absolute;
	z-index: 100;
	top: 190px;
	right: 0px;
	width: 240px;
}
/******************************************************/

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}


.logoHome{display:inline-block}
	.logoHome img{width:280px;height:95px;object-fit:contain}
	.scroll-down2{padding:0}
#header_chir.headerSticker #chir_top_bar{display:none}
#header_chir.headerSticker{height:auto;position:fixed;z-index:20;left:0;right:0;top:0;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2)}
#header_chir.headerSticker #chir_logo>p{display:none}
div#chir_logo{margin-bottom:10px;margin-top:10px;text-align:center;}
#chir_logo .tool_bar_menu{position:absolute;left:15px;top:50%;transform:translateY(-50%)}
#header_chir .vertical-menu-content,#header_chir .box-vertical-megamenus{display:none}
#header_chir.headerSticker .box-vertical-megamenus{display:block;position:relative}
#header_chir.headerSticker #box-vertical-megamenus{padding:15px 0}
.menuFix .vertical-menu-list{position:absolute;left:0;right:0;background:#fff}
section#chir_top_bar{padding:5px;background:#f7f7f7;color:#555}
section#chir_top_bar ul li{display:inline-block;margin-right:20px}
#chir_search_head,#infoUserHeader{padding:15px}
.logoText a{font-size:40px;display:block;text-align:center;color:#007DB5}
#chir_search_head form#frm_search_head{position:relative;}
#chir_search_head .chir_frm input[type=text]{padding:6px 12px;padding-left:40px;height:35px;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;border:1px solid #007DB5;border-radius:3px;font-size:14px;width:100%;padding-right:110px}
#frm_search_head>i{-o-transition:transform .3s ease,color .2s ease;-moz-transition:transform .3s ease,color .2s ease;-webkit-transition:transform .3s ease,color .2s ease;transition:transform .3s ease,color .2s ease;padding:1px;top:8px;left:14px;position:absolute;color:#007DB5}
#frm_search_head:hover .fa-search{-o-transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg);color:#007DB5;-o-transition:transform .3s ease,color .2s ease;-moz-transition:transform .3s ease,color .2s ease;-webkit-transition:transform .3s ease,color .2s ease;transition:transform .3s ease,color .2s ease}
#frm_search_head button.chir_btn_sub{border-radius:0 3px 3px 0;background:#007DB5;border:1px solid transparent;color:#fff;height:35px;width:100px;position:absolute;right:0;top:0}
.ul-control-box{margin:0;padding:0;text-align:right;cursor: pointer;}
.ul-control-box li{list-style-type:none;display:inline-block;margin:0 7px;min-width:60px;position:relative}
.div-user-control{width:40px;margin:0 auto;display:block;height:40px;}
.div-user-control a{cursor: pointer; color: #064DBD;}
.control-4{background:url('../img/sprite-icon.png') -40px -78px no-repeat;background-size:500px}
.div-user-control.control-4{width:40px;position:relative}
.ul-control-box .info{font-size:12px;margin:-3px auto 0;display:block;text-align:center;  color: #064DBD; font-weight: bold; cursor: pointer;}
.ul-control-box .info span{  color: #064DBD;}
.header-cart-count{position:absolute;top:5px;right:10px;background-color:#007DB5;color:#fff;text-align:center;min-width:19px;min-height:19px;line-height:19px;border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;font-size:11px}
.header-cart-count-mobile{position:absolute;top:5px;right:10px;background-color:#007DB5;color:#fff;text-align:center;min-width:19px;min-height:19px;line-height:19px;border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;font-size:11px}
.control-2{background:url('../img/sprite-icon.png') -40px -40px no-repeat;background-size:500px}
.top-hotline span.div-user-control{background:0 0;text-align:center;line-height:35px;}
.top-hotline span.div-user-control img{max-width:30px}
ul.chir_autocomplete{padding:5px 0}
ul.chir_autocomplete li{display:inline-block;font-style:italic}
ul.chir_autocomplete li.title{font-style:normal}
ul.dropdown-menu.info-user{left:auto;right:0;border-radius:0;min-width:200px;padding:0;margin:0;}
ul.dropdown-menu.info-user li.info{margin:0;text-align:left;font-size:14px; line-height: 30px;  }
ul.dropdown-menu.info-user li a{padding:5px 10px; font-weight: bold; }
ul.dropdown-menu.info-user li a:hover{background: #fff;}
ul.dropdown-menu.info-user li a i{margin-right:5px; width: 16px;}




.Product_forU{font-size:20px;font-weight:500;border-bottom:2px solid;}
.product-detail-img{border:solid 1px #ddd;}
.product-detail-img-2{border:solid 1px #ddd;padding:10px;}
 .product-detail-img ul li p{margin:0;font-weight:500;color:#2d2d2d;margin:25px 0 10px 0;}
 .product-detail-img ul li img{margin:10px 0;}
.Small-img span.shape-top{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:10px solid transparent;position:absolute;top:15px;left:50%;transform:translate(-50%);}
.Small-img.active img ,.Small-img:hover img{}
.Small-img:hover span.shape-top{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:7px solid #335494;}
.Small-img img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%);}
.Small-img a{}
.Small-img.active, .Small-img:hover{border:2px solid #335494;}
.Product_detail_name{border-bottom:1px solid #d4d4d4;font-weight:500;padding-bottom:5px; margin-bottom: 15px;}
.Product_detail_name ul li{padding:5px;}
.Product_detail_name ul li a{color:#335494;}
.Product_detail_name .sku{font-size:14px;font-style:italic;display:inline-block;vertical-align:middle;margin-top:5px}
.Product_detail_name .sku strong{font-style:normal}
.Product_detail_price p{}
.Product_detail_price .p-detail-marketPrice .percent{display:inline-block;margin-left:10px;font-size:12px;padding:2px 5px;background-color:#cc372b;color:#fff;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.Product_detail_price p .old_Price{color:#919191;text-decoration:line-through; margin-left: 10px;}
.Product_detail_price p .Price{color:#d70909;font-size:25px;font-weight:500;margin-left: 10px;}
.Product_detail_price p .Price.greyText{color:#c7c7c7;font-size:16px;}
.Product_detail_price .soluong-mua{display:block;align-items:center;justify-content:space-between;}
.Product_detail_price .soluong-mua .btn-cart-quantity{border-radius:0px;padding:0 10px !important;outline:none !important;float:left;background:#ffffff;border:1px solid #ddd;width:30px;text-align:center;height:40px;font-weight:bold;color:#888888;line-height:40px;}
.Product_detail_price .soluong-mua .quantity-cart-header{font-size:15px;width:60px;text-align:center;float:left;outline:none;background:#fff;border:1px solid #ddd;padding:2px 0px;height:40px;}
.Product_detail_price .pd_action{display:block;align-items:center;justify-content:space-between;}
.btn-outline{position:relative;z-index:0;border:1px solid #00a651;white-space:nowrap;padding:10px 40px;margin-bottom:0;font-weight:800;text-align:center;text-transform:uppercase;vertical-align:middle;display:inline-block;background:#00a651;color:#fff;transition:all .3s ease-in-out;margin-right:20px;border-radius:50px}
.btn-outline:hover,.btn-outline:focus,.btn-outline.btn-buyNow,.btn-outline.btn-style-2{background:#fff;color:#00a651}
a.button.btn-outline.btn-buyNow:hover,.btn-outline.btn-style-2:hover{background:#00a651;color:#fff}

.Product_detail_price .MuaNgay{border: 0px;background:#ff0000;color:#fff;font-weight:500;font-size:15px;padding:10px;text-align:center;display:inline-block;width:48%;}
.Product_detail_price .Chovaogio{border: 0px;background:#007DB5;color:#fff;font-weight:500;font-size:15px;padding:10px;display:inline-block;text-align:center;width:48%;}
.Product_detail_price .MuaNgay-2{background:#cc372b;color:#fff;font-weight:500;font-size:15px;padding:8px 13px;margin-left:7px;}
.Product_detail_price .Chovaogio-2{background:#335494;color:#fff;font-weight:500;font-size:15px;padding:8px 13px;margin-left:7px;}
.Product_detail_price .Banner-thongtin .Uudai{background:#fed835;height:40px;line-height:40px;font-weight:500;text-align:center;}
.Product_detail_price .Banner-thongtin .Uudai a{color:#000;}
.Product_detail_price .Banner-thongtin .Uudai-2{background:#ededed;text-align:center;line-height:24px;font-weight:500;padding:0 5px;}
.Product_detail_price .Banner-thongtin .Uudai-2 a{color:#cc372b;}
.Product_detail_price .border-khuyenmai{border:1px solid #fe0000;padding:24px 0 10px 11px;line-height:32px;border-radius:3px;}
.Product_detail_price .border-khuyenmai .khuyenmai-img{background:#fe0000;line-height:35px;border-radius:10px;color:#fff;text-align:center;position:absolute;top:-20px;padding:0px 20px;}
.Product_detail_price .UudaiThanhvien{border:1px solid #ededed;}
.Product_detail_price .UudaiThanhvien p{padding:0 15px;}
.Product_detail_price .UudaiThanhvien .UudaiThanhvien_title{font-weight:bold;background:#ededed;line-height:40px;}
.Product_detail_price .Ticket{flex-wrap:wrap;flex-direction:row;}
.Product_detail_price .Ticket > div{width:33%;padding:0 5px;}
.Product_detail_price .Ticket > div > img{width:80px;max-height:80px;}
.Product_detail_price .Ticket > div > p{font-size:12px;}

.box-promise{padding:10px;background:#fff;border-left:1px solid #ddd;border-radius:5px; font-size: 15px;}
.box-promise .promise .title{font-size:15px;font-weight:700;text-align:center;text-transform:uppercase;display:inline-block;color:#335494;}
.box-promise img{width: 100%;}
ul.list-promise{position:relative;overflow:hidden;}
ul.list-promise li{margin:10px 0;overflow:hidden;display:flex;align-items:center;}
ul.list-promise li>span{flex:1;margin-right:2px;padding:3px;width:40px;max-width:40px;}
ul.list-promise li>p{flex:1;margin:0;}
ul.list-promise li>span>i{width:30px;height:30px;display:block;line-height:32px;vertical-align:middle;background-size:auto;}
ul.policy{display:block;padding:5px 0 10px;border-radius:4px;margin-top:0;}
ul.policy>li{display:block;overflow:hidden;font-size:14px;color:#333;padding:5px 0;border-top:solid 1px #f0f0f0;}
ul.policy>li:first-child{border-top:0;}
ul.policy>li>i{font-size:13px;float:left;margin-right:5px;color:#335494;line-height:20px;}
.list-promise .icon-new1{background-image:url('../img/icon-new1.png');background-repeat:no-repeat;}
.list-promise .icon-new2{background-image:url('../img/icon-new2.png');background-repeat:no-repeat;}
.list-promise .icon-new3{background-image:url('../img/icon-new3.png');background-repeat:no-repeat;}


.product-detail-box{padding-right:20px}
.product-detail-box .product-subtitle{font-size:14px;line-height:18px;margin-bottom:5px;color:#949494;font-weight:400;margin-top:10px;text-transform:uppercase}
.product-detail-box .product-title-detail{font-size:20px;margin:10px 0 0;line-height:1.2;margin-bottom:5px;color:#3d3d3d;font-weight:400;text-transform:uppercase}
.product-title-detail.p-title h1{font-size:20px;padding:5px 0;font-weight:700;margin:0;line-height:normal}
.product-detail-box .sku{font-size:14px;font-style:italic;display:inline-block;vertical-align:middle;margin-bottom:10px}
.product-detail-box .sku strong{font-style:normal}
.product-description{font-size:14px;max-height:400px;overflow-x:auto;line-height:1.3;color:gray;font-weight:300;margin-bottom:20px !important}
.price{font-size:15px;line-height:25px}
.product-detail-box .price{line-height:1.3;letter-spacing:0}
.detail-info-entry{margin-bottom:10px}
.product-detail-box .price .prev{font-size:18px;color:#999;font-weight:400;display:block;vertical-align:middle;margin-left:0;margin-bottom:0;text-decoration:line-through;font-style:italic}
.product-detail-box .price .current{font-size:25px;color:#00a651;font-weight:700;display:inline-block;vertical-align:middle}
.product-detail-box .right_box{padding:10px 0 0 20px;border-left:1px #dfdfdf solid}
.serv-1{background:url("../img/icon-serv-1.png") top left no-repeat}
.serv-2{background:url("../img/icon-serv-2.png") top left no-repeat}
.serv-3{background:url("../img/sanphamchinhhang.png") top left no-repeat}
.serv-4{background:url("../img/giatot.png") top left no-repeat}
.serv-5{background:url("../img/haumaichudao.png") top left no-repeat}
.pd_policy .serv{color:#000;display:block;padding-left:40px;width:100%;padding-bottom:20px}
.pd_policy .serv:last-child{padding-bottom:0}
.pd_policy .serv span{color:#727272}
.pd_policy h3,.pd_saler h3{font-size:17px;color:#5a5a5a;padding-bottom:10px}
.quantity-selector{font-size:0}
.detail-info-entry-title{font-size:14px;color:#313131;line-height:18px;font-weight:600;margin-bottom:7px}
.quantity-selector .entry{border:1px #d1d1d1 solid;height:30px;line-height:30px;width:30px;margin-left:-1px;display:inline-block;cursor:pointer;position:relative;font-size:12px;color:#4c4c4c;text-align:center;user-select:none;-webkit-user-select:none;-moz-user-select:none}
.quantity-selector .entry.number-minus:before,.quantity-selector .entry.number-plus:before{content:"";width:11px;height:1px;background:#4d4d4d;left:50%;margin-left:-5.5px;top:50%;margin-top:-.5px;position:absolute}
.quantity-selector .entry.number-plus:after{content:"";height:11px;width:1px;background:#4d4d4d;left:50%;margin-left:-.5px;top:50%;margin-top:-5.5px;position:absolute}
.quantity-selector .entry.number{cursor:default;width:44px;padding:0 5px;width:auto;min-width:44px}
.detail-info-entry.pd_action{margin-top:20px}
.btn-outline{position:relative;z-index:0;border:1px solid #00a651;white-space:nowrap;padding:10px 40px;margin-bottom:0;font-weight:800;text-align:center;text-transform:uppercase;vertical-align:middle;display:inline-block;background:#00a651;color:#fff;transition:all .3s ease-in-out;margin-right:20px;border-radius:50px}
.btn-outline:hover,.btn-outline:focus,.btn-outline.btn-buyNow,.btn-outline.btn-style-2{background:#fff;color:#00a651}
a.button.btn-outline.btn-buyNow:hover,.btn-outline.btn-style-2:hover{background:#00a651;color:#fff}
.pd_saler{margin-top:20px}.pd_saler p{display:block;width:100%;padding-left:25px;background:url('/tp/T0199/img/check-ser.png') left 4px no-repeat;padding-bottom:8px}.product_socaial .box_social>div{display:inline-block;vertical-align:top;margin-right:5px}.sale{position:absolute;right:10px;top:10px;z-index:10;padding:5px;border:1px solid #00a651;color:#00a651;font-size:12px}.sold{position:absolute;left:10px;top:10px;z-index:10;padding:5px;border:1px solid #323232;color:#323232;font-size:12px}div#thumb_img{margin:20px 0}div#thumb_img ul.slide_thumb_img{padding:0 30px}.slide_thumb_img li.product-thumb.active{border-color:#00a651}.slide_thumb_img li.product-thumb{margin:5px;padding:5px;border:1px solid transparent}
.information-entry
{
	padding: 15px;
}
.information-entry .title_chir{margin-top:10px}
.inline-product-entry.new .image{width:85px;float:left;border:1px transparent solid}
.inline-product-entry.new .content{margin-left:90px;padding-right:10px}
.cell-view{display:table-cell;vertical-align:middle;height:inherit}
.inline-product-entry.new .content .cell-view{height:55px}
.inline-product-entry.new .title{display:block;max-height:35px;overflow:hidden;line-height:1.4}
.information-entry .new .price{font-size:13px;margin-top:10px}
.information-entry .new .price .prev{font-size:11px;text-decoration:line-through;font-style:italic}


.message-box
{
	display: none;
	top: 0px;
	right: 0px;
	z-index: 999999;
	position: fixed;
}
.message-login
{
	display: none;
	top: 0px;
	right: 0px;
	z-index: 999;
	position: fixed;
}
.message
{
	display: none;
	padding: 20px;
	background: #00C0EF;
	color: #fff;
	top: 0px;
	right: 0px;
	z-index: 999;
	position: fixed;
	
}
.error
{
	color: #ff0000;
	margin-top: 5px;
	margin-bottom: 5px;
}
.error p
{
	color: #ff0000;
	font-size: 12px;
	font-style: italic;
}
.note
{
    width: 100%;
    font-size: 13px;
    color: #333;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #FF9900;
    text-align: left;
    padding-left: 25px;
    line-height: 35px;
    background-color: #FFFFFF;
    float: left;
    clear: both;
}
.note span
{
	color: #CCCCCC;
}
.note img
{
	position: relative;
	top: 8px;
	padding-right: 5px;
}

.up
{
    width: 20px;
    float: right;
    margin-top: -30px;
	right: 150px;
}
.down
{
    width: 20px;
    float: right;
    margin-top: -30px;
	right: 200px;
}
.updown2
{
    width: 80px;
    float: right;
   
	position: absolute;
	top: 0px;
	margin-top: -15px;
}
.category1 li
{
    float: left;

    list-style: none;
    height: 30px;
    
    margin-right: 1%;
    margin-left: 1%;
}
.category1 li a
{
	 color: #666666;
	  font-size: 13px;
    line-height: 30px;
  
}


.index-boxgrid-header
{
	background: url("../img/bg_top_0721.jpg") no-repeat left top;
	min-width:1170px;
	color:#000;
	line-height:32px;
	font-weight:bold;
	padding-left:10px;
	text-transform:uppercase;
	float:left;
	position: relative;
}
.index-boxgrid-header a { font-weight:normal; text-transform:none; margin:0 5px; color: #000000;}
.index-boxgrid-header-icon
{
	width:250px;
	float:left;
	color:#FFF;
}
.index-boxgrid-header-icon span
{
	background: url("../img/icon_tinhoc_03.jpg") no-repeat scroll left top;
	padding-left:30px;
}
.tab-content img
{
	height: auto;
	max-width: 100%;
}
.tab-content iframe
{
	height: auto;
	max-width: 100%;
}
.sidebar-desc img
{
	height: auto;
	max-width: 100%;
}
@media (max-width: 767px) {
	#chitiet img
	{
		max-width:100%;
		height: auto;
	}
	#chitiet iframe
	{
		max-width:100%;
		height: auto;
	}
}