﻿/*Loading*/
.model-loading-giangtv .modal-content{background: none !important;}
#loader-giangtv {
    position: fixed;
    z-index: 9999999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto auto;
    background: rgb(0,0,0,0.4);
}

#loader-giangtv .loader-giangtv-relative{
    position: relative;
    width: 100%;
    height: 100%;
}
 .bubblingG {
	text-align: center;
	width:66px;
	height:41px;
	margin: auto;
    position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     top: 0;
     margin: auto auto;
}

.bubblingG span {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	margin: 21px auto;
	background: rgb(2,197,222);
	border-radius: 41px;
		-o-border-radius: 41px;
		-ms-border-radius: 41px;
		-webkit-border-radius: 41px;
		-moz-border-radius: 41px;
	animation: bubblingG 1.035s infinite alternate;
		-o-animation: bubblingG 1.035s infinite alternate;
		-ms-animation: bubblingG 1.035s infinite alternate;
		-webkit-animation: bubblingG 1.035s infinite alternate;
		-moz-animation: bubblingG 1.035s infinite alternate;
}

#bubblingG_1 {
	animation-delay: 0s;
		-o-animation-delay: 0s;
		-ms-animation-delay: 0s;
		-webkit-animation-delay: 0s;
		-moz-animation-delay: 0s;
}

#bubblingG_2 {
	animation-delay: 0.3095s;
		-o-animation-delay: 0.3095s;
		-ms-animation-delay: 0.3095s;
		-webkit-animation-delay: 0.3095s;
		-moz-animation-delay: 0.3095s;
}

#bubblingG_3 {
	animation-delay: 0.619s;
		-o-animation-delay: 0.619s;
		-ms-animation-delay: 0.619s;
		-webkit-animation-delay: 0.619s;
		-moz-animation-delay: 0.619s;
}

.lds-dual-ring {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: auto auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes bubblingG {
	0% {
		width: 8px;
		height: 8px;
		background-color:rgb(2,197,222);
		transform: translateY(0);
	}

	100% {
		width: 20px;
		height: 20px;
		background-color:rgb(255,255,255);
		transform: translateY(-17px);
	}
}

@-o-keyframes bubblingG {
	0% {
		width: 8px;
		height: 8px;
		background-color:rgb(2,197,222);
		-o-transform: translateY(0);
	}

	100% {
		width: 20px;
		height: 20px;
		background-color:rgb(255,255,255);
		-o-transform: translateY(-17px);
	}
}

@-ms-keyframes bubblingG {
	0% {
		width: 8px;
		height: 8px;
		background-color:rgb(2,197,222);
		-ms-transform: translateY(0);
	}

	100% {
		width: 20px;
		height: 20px;
		background-color:rgb(255,255,255);
		-ms-transform: translateY(-17px);
	}
}

@-webkit-keyframes bubblingG {
	0% {
		width: 8px;
		height: 8px;
		background-color:rgb(2,197,222);
		-webkit-transform: translateY(0);
	}

	100% {
		width: 20px;
		height: 20px;
		background-color:rgb(255,255,255);
		-webkit-transform: translateY(-17px);
	}
}

@-moz-keyframes bubblingG {
	0% {
		width: 8px;
		height: 8px;
		background-color:rgb(2,197,222);
		-moz-transform: translateY(0);
	}

	100% {
		width: 20px;
		height: 20px;
		background-color:rgb(255,255,255);
		-moz-transform: translateY(-17px);
	}
}

@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

#ShowAlert {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999999999;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: #fff !important;
    opacity: 1;
}

.alert-danger {
    border-color: #e77755;
    color: #fff;
    font-size: 14px;
    background: red;
}

.alert-success{
    border-color: green;
    color: #fff;
    font-size: 14px;
    background: green;
}

.GBodyDialog {
}
.GBodyDialog .modal-dialog {
    z-index: 9999 !important;
}

.GBodyDialog .modal-header {
    background: #438eb9;
    padding: 9px 15px;
}

.GBodyDialog .modal-header .modal-title {
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.GBodyDialog  .modal-footer{
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 10px;
    width: 100%;
    display: block;
}
.GBodyDialog .modal-content{
    border: none !important;
}
.GBodyDialog  .modal-footer button{
    background: red !important;
    color:#fff !important;
    padding: 7px 25px;
    border: none;
}
.GBodyDialog .modal-header .close {
    margin-top: -25px;
    color: #fff;
    opacity: 1;
    font-size: 23px;
}

.GBodyDialog .modal-header .close i, .GBodyDialog .modal-header .close span {
    color: #fff;
    opacity: 1;
}

.GBodyDialog .modal-body {
    font-size: 14px;
    width: 100%;
    padding: 15px;
}
.GBodyDialog .modal-body .form-group:after {
    clear: both;
}

.GBodyDialog .modal-body .form-group:before, .GBodyDialog .modal-body .form-group:after {
    display: table;
    content: " ";
}
.GBodyDialog .modal-body .control-group
{
	margin: 0;
	padding: 10px 0;
	clear: both;
	border-bottom: 1px solid #eee;
}


.product-detail-box{margin-top:20px;}
.product-detail-box.fw, .product-detail-box .fw{width:100%;float:left;position: relative;}
.box-image-sp{margin-bottom: 30px;float: left;width: 100%;}
.box-image-sp .box-image{box-sizing: border-box;float: left;width: 100%;border: 1px solid #e5e5e5;height: 300px;position: relative;overflow: hidden;}
.box-image-sp .box-image-big{float:left;width: 400px;}
.box-image-sp .box-image a img{
    width: 100%;
}

.social-single{margin: 20px 0;text-align: left;float: left;width: 100%;}
.social-single .DivbtLike{float: left;overflow: hidden;line-height: 20px;margin-top: 0;}
.social-single .fb-content-div{width:100%; float:left;}
.social-single .DivbtLike .btgg{width: 69px !important;}
.social-single .DivbtLike .btgg,.social-single .DivbtLike .btfbs,.DivbtLike .btfbl{float:right; margin-left:5px;}
.social-single .fb-comments.fb_iframe_widget{ margin: 10px 0;}
.social-single .fb-comments.fb_iframe_widget,.fb-comments.fb_iframe_widget span,.fb-comments.fb_iframe_widget span iframe {width:100% !important;float:left;display:block;}

.box-image-sp .box-dathang{
    padding-left: 20px;
    float: left;
    width: calc(100% - 400px);
}
.box-image-sp .box-dathang .motangan{
    line-height: 23px;
    font-size: 14px;
    margin-top: 10px;
}
.box-image-sp .box-dathang .motangan p{margin-bottom:0;}
.box-image-sp .box-dathang .congsuat{margin-top:10px;}
.box-image-sp .monkey-group-sales-pos .monkey-icon-new{float:right;right: 0;}
.box-image-sp .monkey-group-sales-pos{display:block;top: 0;width: 100%;left: 0;right: 0;}
.box-image-sp .monkey-icon-sales{display:inline-block; float:left;}
.box-image-sp .monkey-icon-new{display:inline-block; float:right;}

.motangan ul{
    margin-top: 0 !important;
    padding-left: 0 !important;
    list-style: inside !important;
    position: relative;
    list-style-type: circle !important;
}
.motangan ul li{width:100%;position:relative;list-style: disc;font-size: 14px;line-height: 23px !important;list-style-type: disc;}

.box-image-sp .box-dathang .muahangngay{margin-top: 15px;text-align: center;margin-bottom: 0;width:100%;}
.box-image-sp .box-dathang .muahangngay .btnDatHang{
	float:left;
}
.box-image-sp .box-dathang .gia_lh{width:100%;float:left;padding-bottom: 0;color: #222;margin-top: 10px;}
.box-image-sp .box-dathang .gia_lh .giamoi{font-size: 20px;font-weight:600;}
.box-image-sp .box-dathang .giacu{font-size:14px;font-weight:400;margin-left: 0;margin-right: 10px;color: #304824;}
.box-image-sp .box-dathang .label1{
    font-size: 14px;
    font-weight: 400;
}
.box-image-sp .box-dathang .title{
}
.box-image-sp .box-dathang .title h1{
    color: #222;
    font-size: 20px;
    text-align: left;
    width: 100%;
    line-height: 22px;
    margin-bottom: 0;
    display:block;
    margin-top:0;
    padding:0;
    text-transform: uppercase;
    font-weight: 600;
}
span.monkey-gia-moi {
    color: #ec3a34;
    font-size: 18px;
    font-weight: bold;
}

span.monkey-gia-cu {
    color: #b5b5b5;
    text-decoration: line-through;
    margin-left: 5px;
}

.box-image-sp .box-dathang .title span{
  
}
.box-image-sp .box-dathang .giaban{
    font-size: 15px;
    color: #304824;
    margin-bottom: 3px;
    line-height: 23px;
    padding-bottom: 14px;
}
.box-image-sp .box-dathang .giaban p{margin-bottom:0;}
.box-image-sp .box-dathang .giaban span{
    font-size: 16px;
    color: #ff9900;
    font-weight:700;
}
.box-slider-child{margin-top:5px;}
.box-slider-child .item{
    cursor:pointer;
    float: left;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 0;
}
.box-slider-child .item img{width: 100%;display: block;}

.main-content-right ul.nav.nav-pills li
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow:hidden;
}
.main-content-right ul.nav.nav-pills li a{
    background: #eee;
    color: #304824;
    border-radius: 0;
    font-size:14px;
    text-transform: uppercase;
    padding: 10px 20px;
    line-height: 14px;
}
.main-content-right ul.nav.nav-pills li.active a,.main-content-right ul.nav.nav-pills li:hover a{
    background: #00a85a;
    color: #fff;
    border-radius: 0;
    font-size:14px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    line-height: 14px;
}
.box-detail-content ul.nav.nav-pills{padding-left:0;margin: 0;}
ul.nav.nav-pills{
    border-bottom: 1.5px solid #00a85a;
    padding-bottom: 0;
    overflow: hidden;
}
.tab-content>.active{
	line-height: 22px;
	margin-top: 0;
	padding: 15px 15px;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	border-top: 0;
	color: #304824;
	box-sizing: border-box;
}
.tab-content>.active table{max-width:100% !important;width: 100% !important;display: block;}
.tab-content>.active img{max-width:100%;}

.box-image-sp .box-image img{max-width:100% !important;}
.box-slider-child  .slick-slider {
    margin:0 -5px;
}
.box-slider-child  .slick-slide {
    padding:5px;
    text-align:center;
}
.xemchitiet-product {
    text-align: center;
    margin-top: 0;
}
.xemchitiet-product a {
    color: #fff;
    padding: 10px 22px;
    display: inline-block;
    border-radius: 25px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    background: #00a85a;
    font-weight: 500;
    line-height: 14px;
}

.product-ref{width:100%; float:left; margin-top:30px;}
.product-ref > h3{font-size: 22px;text-transform:uppercase;color: #222;margin-top:0;text-align: center;margin-bottom: 20px;font-weight: 600;}

.ico {
    background: url('../images/icons.png') no-repeat 0 0 transparent;
    display: inline-block;
    width: 18px;
    height: 18px;
}
.ico-refrest {
    background-position: 1px 0;
}
.ico-delete {
    background-position: -18px 0;
}

.shoppingcart .table-bordered thead{background: #00a85a;color:#fff;}
.shoppingcart .table-bordered tbody tr, td{background:#fff; color:#333 !important;}
.shoppingcart .table-bordered tbody tr td a:hover{color:#0139f0 !important;}
.sc-title{text-transform:uppercase;font-size:16px;font-weight:600;margin-bottom:15px;margin-top: 0;}
.sc-quantity{width: 90px !important;border-radius: 0;font-size: 14px;color: #333;}
.shoppingcart .btn-primary, .shoppingcart .btn-success,.giohang .btn-info{
    background-color: #00a85a;
    border: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.shoppingcart .btn-primary:hover, .shoppingcart .btn-success:hover,.giohang .btn-info:hover{
    background:red !important;
}
.sc .sc-billing-text, .sc .sc-shipping-text {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}
.sc .sr-method-text,.giohang h3{
    font-size: 17px;
    font-weight: 700;
}
.sc .accordion-inner{margin-top: 15px;}
.igi-order > table{
    border: 1px solid #ccc;
}
.igi-order table td{line-height: 25px;}
.igi-order h2{font-size:18px;text-transform:uppercase;font-weight: 600;margin-top: 20px;margin-bottom: 10px;}
.igi-order h3{font-size:18px;text-transform:uppercase;font-weight: 600;margin-top: 10px;margin-bottom: 10px;}
.igi-order table img{width:50px; height:50px;}
.igi-order table {margin-top:20px;}
.igi-order table table{margin-top:0;}
.igi-order table *{background:#fff !important;}
.igi-order table a:hover{color:#0139f0 !important;}
.btn-info{border-radius:0; margin-top:20px; background:#0139f0; border:none !important;} 
.btn-info:hover{background:red !important;}

.sc-ck-info .form-group .control-label{width: 150px;}
.sc-ck-info .form-group .col-sm-9{width: calc(100% - 150px);}
.sc-ck-info .form-group .col-sm-9 input,.sc-ck-info .form-group .col-sm-9 select{width:100%; border-radius:0;}
.cs-check{text-align:right !important;}

.ps .form-group .control-label{width: 150px;}
.ps .form-group .col-sm-9{width: calc(100% - 150px);}
.errorMessage{color:red !important;}
.fb-footer .fb_iframe_widget,
.fb-footer .fb_iframe_widget span,
.fb-footer .fb_iframe_widget span iframe{
    width:100% !important;
    height: auto;
}


/*RESPONSIVE*/
@media screen and (min-width:1366px) and (max-width:1920px) {
    .container {
        width: 1200px;
    }

    /*.video-home video {
        height: unset;
    }*/
}

@media screen and (min-width:1200px) and (max-width:1365px) {
    .container {
        width: 1200px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .content-footerbot {
        display: flex;
        grid-column-start: 1;
        grid-column-end: 4;
        align-items: center;
        color: #fff;
        background: #00743e;
        margin-left: -20px;
        margin-right: -15px;
        padding: 0 25px;
    }

    .contact-footer {
        background: #00a85a;
        margin-left: -15px;
    }

    .contact-footer {
        background: #00a85a;
    }

    .container {
        width: 100%;
    }

    .header-hotline {
        display: none;
    }

    .content-footer {
        background: #222222;
    }

    .header-top .grid-container {
        grid-template-columns: auto auto 130px;
    }

    .group-header {
        display: flex;
        justify-content: start;
    }

    .monkey-group-quangba {
        background: url(../images/bg-gioithieu.jpg) no-repeat top center / auto 100%;
    }

    .monkey-grid-quangba {
        grid-gap: 0;
    }

    .inner-thietke {
        padding: 40px 0;
        grid-column-gap: 20px;
    }

    .title-thietke a {
        font-size: 35px;
        margin-top: 0;
    }

    .list-thietke ul li {
        padding: 15px 0 15px 55px;
    }

    .inner-footer-top {
        grid-template-columns: 300px auto;
        grid-column-gap: 20px;
    }

    .right-footer {
        grid-template-columns: auto auto auto;
        grid-column-gap: 20px;
    }

    .title-menu {
        font-size: 16px;
    }
}

@media screen and (min-width:1000px) and (max-width:1199px) {
    .menu-top-content > ul > li.menu-item > .menu-link {
        font-size: 13px;
        padding: 10px;
    }

    .header-hotline {
        display: block;
    }

    .header-top .grid-container {
        grid-template-columns: auto auto auto;
    }
}

@media screen and (min-width:992px) and (max-width:999px) {
    .container {
        width: 100%;
    }
}

@media screen and (max-width:992px) {
    .contact-footer {
        background: #00a85a;
    }

    .container {
        width: 100%;
    }

    .video-home video {
        height: auto;
    }

    .content-footer {
        background: #222222;
    }

    .header-hotline {
        display: none;
    }

    #callme #callmeMain {
    width: 50px;
    height: 50px;
    }

    .contact-footer{position:relative;max-width: 100%;width: auto !important;overflow: hidden;}
    .footer-top{padding:0;}

    .right-footer{width:100%;padding: 0;padding-top: 20px;margin: 0 !important;margin-top: 0 !important;border: none;}
    .box-footer{width:100%;}
    .title-menu {margin-bottom: 15px}
    .fb-content .fb_iframe_widget,.fb-content .fb_iframe_widget,.fb-content .fb_iframe_widget span, .fb-content .fb_iframe_widget span iframe{
    	width:100% !important;
    	position: relative;
    }

    .fb-content .root-menu{padding:0 10px;}

    .news-ref{margin-bottom:15px;}
}

@media screen and (min-width:768px) and (max-width:991px) {
    .search-header {
        width: 300px;
    }

    .btn-search {
        width: 40px;
        padding-left: 0;
    }

        .btn-search a {
            font-size: 0;
        }

    .header-top .grid-container {
        grid-column-gap: 20px;
    }

    .group-header {
        justify-content: unset;
    }

    .mean-container a.meanmenu-reveal {
        top: 30px;
    }

    .monkey-group-quangba {
        background: url(../images/bg-gioithieu.jpg) no-repeat top center / auto 100%;
    }

    .monkey-grid-quangba {
        grid-gap: 0;
    }

    .inner-thietke {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 40px 0;
        grid-column-gap: 30px;
        grid-row-gap: 20px;
    }

    .list-thietke {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .title-thietke a {
        font-size: 28px;
        margin-top: 0;
    }

    .inner-footer-top {
        grid-template-columns: 1fr;
    }

    .right-footer {
        margin-top: 10px;
    }

    .content-footerbot {
        justify-content: center;
        margin: 10px;
    }
}

@media screen and (max-width:767px) {
	.fb-content .fb_iframe_widget, .fb-content .fb_iframe_widget, .fb-content .fb_iframe_widget span, .fb-content .fb_iframe_widget span iframe {
		height: 288px !important;
	}
	.monkey-title-menu{margin-bottom:15px;}
    .copyright span {
        display: none;
    }

    .header-top .grid-container {
        display: block;
    }

    .group-header {
        float: right;
    }

    .tinnoibat {
        margin-top: 0;
    }

    .section.thietke {
        background: url(../images/bg-thietke.png) no-repeat left top / 100% 100%;
    }

    .images-thietke figure img {
        width: 100%;
    }

    .desc-nx {
        text-align: justify;
    }

    .cam-nhan-kh {
        padding-bottom: 30px;
    }

    .inner-footer-top {
        display: grid;
        grid-template-columns: 100%;
        grid-column-gap: 0;
    }

    .right-footer {
        margin-top: 20px;
        display: grid;
        grid-template-columns: 100%;
        grid-row-gap: 20px;
    }

    .content-footerbot {
        grid-column-end: 1;
        display: block;
        background: #00743e;
        margin-left: -15px;
        margin-right: -15px;
        padding: 5px 0;
    }

    .design, .copyright {
        text-align: center;
    }

    .search-header {
        width: 80%;
        height: 35px;
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
    }

    .monkey-group-quangba {
        background: url(../images/bg-gioithieu.jpg) no-repeat top center / auto 100%;
    }

    .readmore-thietke {
        text-align: center;
    }

    .btn-search {
        right: 3px;
        height: 28px;
        line-height: 28px;
    }

    .monkey-item-tin-noi-bat {
        padding: 0;
        background: rgb(255,255,255,0.5);
        margin-bottom: 35px;
        margin-top: 15px;
    }
}

@media screen and (min-width:577px) and (max-width:767px) {
    .right-footer {
        grid-template-columns: auto auto !important;
    }

    .fb-content, .content-footerbot {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .search-header {
        width: 370px;
    }

    .monkey-grid-quangba {
        grid-template-columns: 1fr 1fr !important;
        grid-gap: 0;
        grid-row-gap: 20px;
    }

    .inner-thietke {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 40px 0;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }

    .list-thietke {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .title-thietke a {
        font-size: 28px;
        margin-top: 0;
    }
}

@media screen and (min-width:481px) and (max-width:576px) {
    .monkey-grid-quangba {
        grid-template-columns: 1fr 1fr !important;
        grid-gap: 0;
        grid-row-gap: 20px;
    }

    .right-footer {
        grid-template-columns: auto auto !important;
    }

    .fb-content, .content-footerbot {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .inner-thietke {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 40px 0;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }

    .list-thietke {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .title-thietke a {
        font-size: 28px;
        margin-top: 0;
    }
}

@media screen and (max-width:480px) {
    .btn-search {
        height: 30px;
        line-height: 30px;
        width: 40px;
        padding-left: 0;
    }

    .cart-header {
        float: right;
        position: relative;
        margin-top: 10px;
    }

        .cart-header img {
            width: 75%;
        }

    .num-product {
        width: 25px;
        height: 25px;
        line-height: 25px;
        right: 0;
    }

    .monkey-grid-quangba {
        grid-template-columns: 1fr;
        grid-gap: 0;
        grid-row-gap: 20px;
    }

    .inner-thietke {
        display: grid;
        grid-template-columns: 100%;
        padding: 30px 0;
        grid-column-gap: 0;
        grid-row-gap: 20px;
    }

    .title-thietke a {
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .monkey-title-menu a {
        font-size: 31px;
        text-align: center;
    }

    .items-cam-nhan .owl-item {
        padding: 0;
        background: none;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .logo-header img {
        width: 75%;
    }

    .btn-search a {
        font-size: 0;
    }
}

