::-webkit-scrollbar{background:#fff;width:7px;height:11px;}
::-webkit-scrollbar-thumb{background: #ccc;}
::-webkit-input-placeholder{color: inherit;}
.click-video{width:100%; padding: 5px 0; margin:3px 0; border:1px solid #ddd; box-sizing:border-box;}
.addthis_inline_share_toolbox{margin: 20px 0;}

/*Form*/
.item_thanhtoan{margin: 10px 0;}

.frm{width: 100%;float: none;}
.frm .input,.frm select,.frm textarea{width: 100%;margin-top: 10px;border-radius: 5px;border: 1px solid #ccc;height: 40px;padding: 10px;overflow: hidden;}
textarea{resize: none;font-family: 'RobotoRegular';}
.frm .input.noidung{height: unset;}

.select{position: relative;}
.select select{cursor: pointer;}
.select:before{position: absolute;content: "";width: 28px;height: 100%;background: #bdc3c7;top: 0;bottom: 0;right: 0;border-radius: 0px 4px 4px 0px;pointer-events: none;}
.select:after{position: absolute;content: "▼";right: 8px;top: 35%;color: #fff;line-height: 1;pointer-events: none;}

/*button*/
.btn-success{color: #fff;background-color: #5cb85c;border-color: #4cae4c;}
.btn-success:hover{color: #fff;background-color: #449d44;border-color: #398439;}
.btn{display: inline-block;padding: 10px 15px;margin: 10px 0;font: inherit;font-size: 14px;text-align: center;white-space: nowrap;vertical-align: middle;cursor: pointer;border: 1px solid transparent;border-radius: 4px;}

/*Liên hệ*/
.cover-lh{align-items: flex-start;}
.noidung-lh{width: 100%;margin: 0 0 20px;}
.map-lh{width: 68%;height: 500px;}
.frm-lh{width: 30%;position: relative;padding: 5px 20px;background: #f8f3f8;border-radius: 10px;}
.frm-lh ::-webkit-inner-spin-button{-webkit-appearance: none;}

/*Giỏ hàng*/
.left_gh{width:65%;overflow-x: auto;}
.right_gh{width:33%;}

table#giohang{width:100%; font-size:15px;border-collapse: collapse;}
table#giohang thead td{font-weight: bold;font-size: 15px;}
table#giohang td{text-align: center;padding: 5px 10px;}
table#giohang td img{width: 150px; margin:5px;}
table#giohang td.ta-l{text-align: left;}
table#giohang td .soluong_gh{text-align: center;border: 1px solid #ccc;border-radius: 3px;padding: 7px 2px;width: 40px;color: #808080;}
table#giohang tbody td a{color: #000;font-size: 18px;}
table#giohang tbody tr{border-bottom: 1px solid #ddd;}
table#giohang tbody tr:hover{background-color: #f5f5f5;}
table#giohang tfoot tr td{font-weight: bold;}

/* Form thanh toán */
.frm_thanhtoan .input, .frm_thanhtoan select, .frm_thanhtoan textarea{margin-top: 0;}
.frm_thanhtoan textarea{height: 100px;}

/* Đăng ký đăng nhập */
.frm_login{max-width: 500px;margin: auto;}
.frm_login .tieude_login{font-size: 30px;}
.frm_login .login_false{display: none;}
.frm_login .btn_tab{font-size: 21px;color: #449d44;text-align: right;font-weight: 500;}
.frm_login .captcha i{line-height: unset;}
.frm_login #captcha{max-width: 300px;float: right;}
.frm_login ::-webkit-inner-spin-button{-webkit-appearance: none;}

/* Css bài viết */
.box-news{width: 49%;margin: 10px 0;padding-bottom: 20px;border-bottom: 1px solid #ccc;align-items: start;}
.box-news .img{width: 40%;margin-right: 10px;}
.box-news .des .ten{font-size:15px;font-weight: bold;margin-bottom:7px;}

/* Tin liên quan */
.box-tinlienquan a{background:url(../images/right-arrow.png) left no-repeat;margin: 10px 0;}
.box-tinlienquan a h3{margin: 0 15px;}
.box-tinlienquan a span{color: #aaa;}

/* Phân trang */
.pagination{margin: 10px auto 0;text-align: center;}
.pagination .pages li{display: inline-block;margin: 5px;}
.pagination .pages li a{background: #fff;padding: 5px 10px;font-size: 12px;border: 1px solid #ddd;}
.pagination .pages li a:hover, .pagination .pages li .active{background: #f00000;border-color: #f00000;color: #fff;}

/* Phân trang ajax */
.pages_ajax{display:block;background: #f1f1f1;padding: 15px;text-align: left;}
.pages_ajax li{display: inline-block;background: #f1f1f1;margin: 0 2px;padding: 2px 8px;border: 1px solid #f1f1f1;cursor: pointer;}
.pages_ajax li.actived,.pages_ajax li:hover{background: #323333;border-color: #323333;color:#fff;}
span.total{display:none;}

/* Loading */
.animationload{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: #fff;z-index: 999999;}
.loader{position: absolute;top: 50%;left: 50%;margin: -100px 0 0 -100px;width: 200px;height: 200px;background: url("images/loader.gif");background-position: center;background-repeat: no-repeat;}

/* Css hiệu ứng */
.transition{-webkit-transition: 0.3s ease-out;-moz-transition: 0.3s ease-out;-o-transition: 0.3s ease-out;transition: 0.3s ease-out;}

.hv-opa:hover{opacity: 0.85;}

.hv-xoay img{transition:all 1s ease 0s;}
.hv-xoay:hover img{transform:rotate(360deg);}

.hv-zoom{overflow: hidden;}
.hv-zoom img{transition:all 1s ease 0s;}
.hv-zoom:hover img{transform:scale(1.1);}