@charset "UTF-8";

/* Main */
:root {
	--font-family: "Poppins", Arial, Helvetica, sans-serif;
}
:root{--color-red:#ec2d3f;--color-medium-red:#cc2c32;--color-dark-red:#c31829;--color-green:#28a745;--color-dark-green:#207d36;--color-black:#212529;--color-gray:#6c757d;}
.h1, .h2, .h3, h1, h2, h3, h4, h5, h6{padding: 0; margin: 0;}
*{ margin: 0; padding: 0; } 
.clear{clear:both;}
.clearfix::after{ content: ""; clear: both; display: table;}
body{ font-family: var(--font-family); font-size:14px; line-height:1.5; }
a{ text-decoration:none;}
a:focus{outline:none;color:#000;text-decoration:none;}
ul{ list-style:none; padding:0; margin:0;}
p{margin-bottom:8px;}
.slick-slide img{display: inline-block !important;}
a[href^="tel"] { color: inherit; text-decoration: none; }
.text-align-center{ text-align: center !important; }
.menu_top{display: none;gap: 20px;}
.fixwidth{max-width:1200px;margin:auto;position: relative;}
.fixpage{max-width:1260px;margin:auto;}
.maincontent{max-width: 1366px;margin:auto;}
.maincontent img{max-width: 100%;}
a{text-decoration: none !important;}
button:focus{outline: none;}
.wrap{text-align: center;}
#sub_img_detail{margin-top:10px;}
body::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5;}
body::-webkit-scrollbar{width: 8px; background-color: #F5F5F5;}
body::-webkit-scrollbar-thumb{ background-color: #999;}

#wrapper{}

img{max-width:100%;height:auto !important; }
a,input,textarea{outline:none;padding:0px;}
input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.w-clear:after{display:block;content:"";clear:both;}
.hidden{display:none;}
.none{display:none;}
.hidden-seoh{visibility:hidden;height:0px;margin:0px;overflow:hidden;}
.wrap-content{max-width:1260px;margin:0px auto;padding:0px 0px 40px 0;}
.wrap-home{max-width:100%;padding:0px;overflow: hidden;}
.wrap-content{margin:auto;}

/* General */
.title-main{margin:1.5rem 0 ;text-align:center;}
.title-main span{text-transform:uppercase;color:#333;font-size:28px;}
.time-main{margin-bottom:0.75rem;color:#999999;}
.time-main i{vertical-align:top;margin:3px 7px 0px 0px;}
.time-main span{vertical-align:top;display:inline-block;}
.social{list-style:none;padding:0px;margin:0px;}
.social li{display:inline-block;vertical-align:top;}
.social li:last-child{margin-right:0px;}
.control-carousel{
    margin-bottom: 0px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    min-height: unset;
    background-color: #f7f7f7;
    color: #333;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}
.control-carousel.next-carousel {
    right: 0;
}
.control-carousel i{
	font-size: 14px;
    font-weight: 400;
}
.all_coltrol_pro {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
/* .control-carousel:hover{background-color:var(--color-red);border-color:var(--color-red);color:#fff;} */
/* .prev-carousel{left:0px;}
.next-carousel{right:0px;} */

.pagetitle{ border-bottom: 1px solid #ddd; text-transform: uppercase; font-weight: bold; font-size: 22px; margin-bottom: 25px; }
/* Header */


.header_left{/*max-width: 500px;*/width: 40%;display: flex;align-items: center;justify-content: space-between;}
.boxmenu_middle{ width: 50%;}
/*==========SEARCH=============*/
.frm_timkiem{
    width: 15%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    border-radius: 20px;
    box-shadow: 0px 0px 8px 0px #00000024;
    justify-content: flex-end;
    padding: 0 6px;
}
.frm_timkiem button{
    outline: none;
    border: none;
    height: 25px;
    background: #B22927;
    width: 25px;
    color: #fff;
    border-radius: 50%;
}
.frm_timkiem button i{
    font-size: 13px;
    font-weight: 300;
}
.frm_timkiem .input{
    text-indent: 10px;
    outline: none;
    transition: all ease 0.5s;
    width: calc(100% - 35px);
    z-index: 99;
    color: #495057;
    background: #fff;
    font-size: 13px;
    border: none;
    height: 35px;
    border-radius: 0 20px 20px 0;
}
.frm_timkiem .input::-webkit-input-placeholder{color:#333;}
.frm_timkiem .input::-moz-placeholder{color:#333;}
.frm_timkiem .input:-ms-input-placeholder{color:#333;}
.frm_timkiem .input:-moz-placeholder{color:#333;} 
.timkiem_menu button{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

/* Menu */
/*=====menu======*/
.all_menu_top {
    padding: 10px 0;
    background: #F1B718;
    color: #fff;
}
.right_menu {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header{ background: #fff;}
.header_logo{
	position: relative;
    width: fit-content;
}
.header_logo img{
    transition: all 0.3s;
    /* max-height: 60px; */
    max-width: 210px;
    object-fit: scale-down;
    width: fit-content;
}

.header-height{ width: 100%;}
#menu_top{ position: relative;box-shadow: 0px 4px 4px 0px #00000040;padding: 10px 0;background: #fff;}
.menu {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}


/* Slideshow */
.catagory-list__fix{ display: none; position:absolute; left:0px; top: 100%; width:100%;background: #fff;border: 1px solid #EBEBEB;}
.catagory-list__fix::-webkit-scrollbar { width: 0px; height: 5px;}
.catagory-list__fix::-webkit-scrollbar-button {  width: 0px; height: 0px; }
.catagory-list__fix::-webkit-scrollbar-track {  background-color: #c3c3c3;}
.catagory-list__fix::-webkit-scrollbar-track-piece { background-color: #ffffff;}
.catagory-list__fix::-webkit-scrollbar-thumb { height: 50px; background-color: #c3c3c3; border-radius: 3px;}
.catagory-list__fix::-webkit-scrollbar-corner { background-color: #ffffff;}
.catagory-list__fix::-webkit-resizer { background-color: #666;}
.catagory-list__fix>ul>li{
	padding: 11px 12px;
    position: relative;
    border-bottom: 1px solid #EBEBEB;
}
.catagory-list__fix>ul>li>a{
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    color: #191919;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catagory-list__fix>ul>li>a i{    font-size: 10px; margin-right: 5px;}


.menu ul.menu_cap_cha{
    margin: 0;
    position: relative;
    width: 65%;
    justify-content: space-evenly;
}
.menu ul.menu_cap_cha li{
    transition: all ease-in-out 0.2s;
    position: relative;
}
.menu ul.menu_cap_cha li:first-child{border-left: none;}
.menu ul.menu_cap_cha li.menulicha:last-child{padding-right:0;float:right; }
.menu ul.menu_cap_cha li.menulicha>a{
    font-weight: 400;
    color: #000;
    display: block;
    cursor: pointer;
    padding: 5px 15px;
    font-size: 14px;
    position: relative;
    /* text-transform: uppercase; */
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
} 
.menu ul.menu_cap_cha li.menulicha>a i {
    font-weight: 300;
}
.menu ul.menu_cap_cha li.menulicha:hover>a,.menu ul.menu_cap_cha li.active>a{
    background: #E4FFE6;
    font-weight: 500;
}
.none_boder_r{ border-right: 0 !important; }
.no_bg{ background-image:none !important;}

/*---menu cấp con---*/
.menu_cap_con{
    position: absolute;
    display: none;
    transition: all ease 0.5s;
    left: 0px;
    top: 100%;
    background: #fff;
    border-radius: 10px;
    z-index: 99;
    border-top: 5px solid #F1B718;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, .1);
}
.menu_cap_con::-webkit-scrollbar { width: 2px; height: 5px;}
.menu_cap_con::-webkit-scrollbar-button {  width: 5px; height: 5px; }
.menu_cap_con::-webkit-scrollbar-track {  background-color: #fff;}
.menu_cap_con::-webkit-scrollbar-track-piece { background-color: #fff;}
.menu_cap_con::-webkit-scrollbar-thumb { height: 50px; background-color: #1a9edc}
.menu_cap_con::-webkit-scrollbar-corner { background-color: #ffffff;}
.menu_cap_con::-webkit-resizer { background-color: #666;}
.menu_cap_con li{ padding: 0 !important; width: 100%;}
.menu_cap_con li>a{
    display: block;
    width: 100%;
    min-width: 220px;
    font-size: 14px;
    font-weight: 300;
    float: none !important;
    transition: all ease 0.2s;
    line-height: initial !important;
    padding: 10px 10px 10px 15px;
    position: relative;
    margin: 0px;
    color: #000;
}
.menu_cap_con li:last-child a{ border-bottom: none;}
.menu_cap_con>li>a{color: #000;}
/* .fixed .menu_cap_con li, .tail_menu .menu_cap_con li{background:#d90000 !important;} */
/* .menu ul.menu_cap_cha li.menulicha>a:hover{color: #f00;} */
/* .menu_cap_con li:hover>a{color:#000 !important} */
.menu_cap_cha li:hover .menu_cap_con{display:block;}
.menu_cap_con li:hover .menu_cap_2{ 
	display:block;
    max-height: 400px;
    /*overflow: auto;*/
 }
.menu_cap_2::-webkit-scrollbar { width: 2px; height: 5px;}
.menu_cap_2::-webkit-scrollbar-button {  width: 5px; height: 5px; }
.menu_cap_2::-webkit-scrollbar-track {  background-color: #fff;}
.menu_cap_2::-webkit-scrollbar-track-piece { background-color: #fff;}
.menu_cap_2::-webkit-scrollbar-thumb { height: 50px; background-color: #1a9edc}
.menu_cap_2::-webkit-scrollbar-corner { background-color: #ffffff;}
.menu_cap_2::-webkit-resizer { background-color: #666;}
.menu_cap_2{ position: absolute; left: 100%; top: 0; display:none;}
.menu_cap_2 li{
	background: #0082C7;
    border-bottom: 1px solid #EBEBEB;
}
.menu_cap_2 li a{color: #fff;}
.menu ul.menu_cap_cha li.menulicha.spkhac .menu_cap_2{ position: absolute; right: 100%; left: auto; top: 0;}

.menu_cap_2 li:hover .menu_cap_3{ display:block; }
.menu_cap_3{ position: absolute; left: 100%; top: 0; display:none; background: #f00;}

.menu_cap_3 li:hover .menu_cap_4{ display:block;}
.menu_cap_4{ position: absolute; left: 100%; top: 0; display:none;}

#search button{position: absolute; top: 7px; right: 10px;border:none; width:13px; height:19px; background:none;outline:none;}

.fixed{position: fixed !important;width:100%;max-width:100%;top: 0px !important;z-index: 999;left: 0;}
@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}

 


/* Slider*/
.wrap_slider{padding: 30px 0 0 0;}
.item_slider{position: relative;}
.item_slider>a img{position: relative;width: 100%;}

#slider .owl-item.active .item_slider .slider_info, #slider_mb .owl-item.active .item_slider .slider_info {opacity: 1; -webkit-animation: fadeInRight 1s ease backwards; -moz-animation: fadeInRight 1s ease backwards; -o-animation: fadeInRight 1s ease backwards; -ms-animation: fadeInRight 1s ease backwards; -webkit-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: 1.5s; -o-animation-delay: 1.5s; animation-delay: 1.5s;}
#slider .owl-item.active .owl-lazy, #slider_mb .owl-item.active .owl-lazy{opacity: 1}
@keyframes fadeInRight {from {opacity: 0;transform: translate3d(0%, -20%, 0);} to {opacity: 1;transform: none;}}
.fadeInRight {animation-name: fadeInRight;}
.thumb{ background-position: center center;background-repeat: no-repeat;background-size: cover; display: block; position: relative;/*padding-bottom: calc(439/850 * 100%);*/}
.slider_info__name{color: #fff; font-size: 65px;  padding-bottom: 10px; text-align: center;}
.button-more{display: inline-block; vertical-align: top; color: #010101; position: relative; z-index: 2; background: #fff; border: none !important;padding: 12px 30px; font-size: 14px; letter-spacing: 1px; margin-left: 4px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
.button-more:hover {color: #fff;background: #1a9edc;}
.btn-main:after, .btn-main:before {content: "";position: absolute;bottom: -4px;left: -4px;top: 0;right: 0;border: solid 1px #1a9edc;z-index: -1;}
.btn-main:after {right: -4px;top: -4px;bottom: 0;left: 0;z-index: -2;}


/* Slideshow */
.catagory-list{ width:270px; background: #fff; max-height: fit-content;border: 1px solid #EBEBEB;}
.catagory-list::-webkit-scrollbar { width: 2px; height: 5px;}
.catagory-list::-webkit-scrollbar-button {  width: 5px; height: 5px; }
.catagory-list::-webkit-scrollbar-track {  background-color: #fff;}
.catagory-list::-webkit-scrollbar-track-piece { background-color: #fff;}
.catagory-list::-webkit-scrollbar-thumb { height: 50px; background-color: #1a9edc}
.catagory-list::-webkit-scrollbar-corner { background-color: #ffffff;}
.catagory-list::-webkit-resizer { background-color: #666;}
.catagory-list>ul>li{ padding: 11px 12px; position: relative;border-bottom: 1px solid #EBEBEB;}
.catagory-list>ul>li:last-child{border-bottom: none;}
.catagory-list>ul>li>a{ 
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    color: #191919;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catagory-list>ul>li>a>i{
	font-size: 10px;
    margin-right: 5px;
}
.catagory-list__fix>ul>li:hover .cat2_menu{display: block;}
.catagory-list>ul>li:hover>a{
	color: #0082C7 ;
}
.catagory-list>ul>li:hover .cat2_menu {
	display: block;
    max-height: 400px;
    /*overflow: auto;*/
}
.cat2_menu::-webkit-scrollbar, .cat3_menu::-webkit-scrollbar { width: 2px; height: 5px;}
.cat2_menu::-webkit-scrollbar-button, .cat3_menu::-webkit-scrollbar-button {  width: 5px; height: 5px; }
.cat2_menu::-webkit-scrollbar-track, .cat3_menu::-webkit-scrollbar-track {  background-color: #fff;}
.cat2_menu::-webkit-scrollbar-track-piece, .cat3_menu::-webkit-scrollbar-track-piece { background-color: #fff;}
.cat2_menu::-webkit-scrollbar-thumb, .cat3_menu::-webkit-scrollbar-thumb { height: 50px; background-color: #1a9edc}
.cat2_menu::-webkit-scrollbar-corner, .cat3_menu::-webkit-scrollbar-corner { background-color: #ffffff;}
.cat2_menu::-webkit-resizer, .cat3_menu::-webkit-resizer { background-color: #666;}
.cat2_menu {
	position: absolute;
    left: 100%;
    width: 100%;
    background: #fff;
    z-index: 9;
	top: 0;
}
.cat2_menu li, .cat3_menu li, .cat4_menu li {
    /* background: #0082C7; */
    border-bottom: 1px solid #EBEBEB;
	    position: relative;
}
.cat2_menu > li > a, .cat3_menu > li > a, .cat4_menu > li > a {
    color: #000 !important;
    overflow: unset !important;
    white-space: normal !important;
    height: auto !important;
}
.cat2_menu > li:hover > a, .cat3_menu > li:hover > a, .cat4_menu > li:hover > a {
    color: #000 !important;
}

.cat3_menu {
	position: absolute;
    left: 100%;
    top: 0;
    display: none;
}

.cat2_menu li:hover .cat3_menu {
	display: block;
    max-height: 400px;
    width: 270px;
    top: 0;
}

.cat2_menu li:hover .cat3_menu a { color: #fff; }
.cat2_menu li:hover .cat3_menu a:hover { color: #f00; }

.catagory-list>ul ul,.catagory-list__fix>ul ul{ display: none; }
.catagory-list>ul>li li>a,.catagory-list__fix>ul>li li>a{ display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-left: 10px; position: relative; height: 38px; line-height: 38px; color: #191919; font-size: 14px; font-weight: 300; margin-right: 10px;}
.catagory-list>ul>li li:hover>a,.catagory-list__fix>ul>li >li:hover>a{ color: #000; }

.catagory-list>ul li {
	    transition: 0.2s;
    position: relative;
}
.cat4_menu {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
}
.cat3_menu li:hover .cat4_menu{
	display: block;
    max-height: 400px;
    width: 270px;
    top: 0;
  }

.slideshow{
    position:relative;
    border-radius: 20px;
    /*width: 90%;*/
    /*margin-left: auto;*/
        max-width: 1366px;
    margin: auto;
}
.item_slider>a{
    display:block;cursor:pointer;
    position: relative;
    overflow: hidden;
    height: 100% !important;
}
.item_img_ani>a::before, .item_img_ani>a::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border: 200px double transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
}
.item_img_ani a:hover::before, .item_img_ani a:hover::after {
    opacity: 0;
    filter: alpha(opacity=0);
    border: 0 double rgba(255, 255, 255, 0.7);
    visibility: hidden;
}
.slideshow a img{object-fit: cover;border-radius: 20px;}
.control-slideshow{
    /* opacity: 0; */
    position: absolute;
    z-index: 2;
    top: calc(50% - 50px/2);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    margin: 0px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid rgba(75, 75, 75, 0.1);
    box-shadow: 0px 0px 7px 0px #00000040;
}
.control-slideshow i{color:#4B4B4B;font-weight: 500;}
.prev-slideshow{left:-22px;padding-right:3px;}
.next-slideshow{
        right: -22px;
    padding-left: 3px;
}

.row-flex-xs { display: -ms-flex; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -25px;}


/* Breadcrumb */
.all_bread{
	height: 100%;
    flex-direction: column;
	justify-content: center;
	/* align-items: center; */
}
.bread_title{
    font-weight: 700;
    max-width: 720px;
    position: relative;
    text-transform: capitalize;
    font-size: 35px;
    color: #424242;
}
#background-banner{height: 250px;}
#background-banner .fixwidth{height: 100%;}
.breadcrumb{background: transparent; margin-bottom: 0;padding: 0;}
.breadCrumbs {
    margin-bottom: 0px;
    /* height: 100%; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.breadcrumb-item + .breadcrumb-item::before{color: #000;}
.breadcrumb-item a{
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
}
.breadcrumb-item.active a{
    font-weight: 600;
}
.breadCrumbs .wrap-content{padding:0.75rem 10px;max-width:1260px;}
.breadCrumbs .wrap-content .breadcrumb{padding:0;margin-bottom:0;background-color:transparent;border-radius:0;}
.breadCrumbs .wrap-content .breadcrumb-item a{color:var(--color-black);}
.breadCrumbs .wrap-content .breadcrumb-item.active a{color:var(--color-gray);}

/* kết thúc Breadcrumb */ 

.wrap_gioithieu .fixwidth{}

/* .xemgt:hover{ color: #ff0; } */
  
.paging_ajax{ text-align: center; margin-top: 20px; }
.paging_ajax a{  display: inline-block; border:1px solid #ddd; border-radius: 3px; padding: 8px 12px; margin: 0 3px; min-width: 30px; text-align: center; cursor: pointer; }
.paging_ajax a:hover,.paging_ajax a.current{ background: #9d0000; color: #fff;}

.wrap_product{margin-bottom: 30px;}
.wrap_product{ padding-bottom:50px; }
.wrap_product_index{padding-top:50px;}
.toppd0{ padding-top: 0; }

.loadkhung_product{display: grid;grid-template-columns: repeat(3,1fr); grid-gap:30px;}
.loadkhung_product1{
	display: flex;
    /* grid-template-columns: repeat(5,1fr); */
    flex-wrap: wrap;
    grid-gap: 9px;
}
.loadkhung_product3{display: grid;grid-template-columns: repeat(4,1fr); grid-gap:20px;}
.boxproduct_item .boxproduct_im span::after{
	content: "";
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
 }
 .boxproduct_item:hover .boxproduct_img{
	display: block;
    overflow: hidden;
    position: relative;
 }
 .boxproduct_item {
    transition: 0.3s;
    height: 100%;
    position: relative;
    border: 1px solid  rgb(0 0 0 / 4%);
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    overflow: hidden;
}
.boxproduct_item:hover{
	border: 1px solid rgb(253 188 14 / 90%);
	transition: all 0.5s;
}
.loop-product-button {
    position: relative;
    display: flex;
    align-items: center;
	justify-content: center;
	gap: 15px;
    text-align: center;
    margin-top: 10px;
	margin-bottom: 10px;
}
.before_add_to_cart{
	line-height: normal;
    padding: 0;
    color: #383838;
    margin: 0;
    display: inline-flex;
    border-radius: 50%;
    font-weight: 300;
    background: none;
    position: relative;
	border: 0px solid #1A79BF;
	border: 1px solid rgb(0 0 0 / 10%);
	transition: all 0.2s linear;
}
.before_add_to_cart i{
	padding: 8px;
}
.before_add_to_cart:hover{
	border: 1px solid rgb(255 0 0 / 10%);
    background-color: #ff0000;
    color: #fff;
}

.tailvideo_item1{ position: relative; margin-bottom: 12px; }
.tailvideo_item1 .name-video{text-align: center;}
.tailvideo_item1 .name-video a{width: 100%; color: #000; font-size: 16px; font-weight: 700; transition: all 0.3s; }
.tailvideo_item1:hover .name-video a{ color: #f00; }
.tailvideo_item1 .pic-video{ display: block; width: 100%; position: relative; overflow: hidden;}
.tailvideo_item1 .pic-video:before{ content: ''; background: url('../images/img-data/play.png') no-repeat; background-size: 100% 100%; width: 45px; height: 45px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 9}
.tailvideo_item1 .pic-video img{ display: block; width: 100%; transform: scale(1.0); transition: all 0.4s;}
.tailvideo_item1:hover .pic-video img{ transform: scale(1.1);}


.pagination-home{ margin-top: 30px; margin-bottom: 2%;}  
.pagination { flex-wrap: wrap; }
/*====BOX TIN TUC====*/

.wrap_bottom{ padding: 30px 0;position: relative; }
.left_bottom{ width:49%; position: relative; min-height: 305px; }
.right_bottom{ width:49%; }

.title-bottom{ color: #000; font-size:30px; margin-bottom:20px; position: relative; padding-bottom: 5px; background: url(../images/img-data/line.png) no-repeat left bottom; }
.title-bottom::before{content: ''; background: #c5c5c5; position: absolute; right: 0%; bottom: 0px; width:calc( 100% - 85px ); height: 1px;}
 
.rows{ margin: 0 -15px; }
.simply-scroll-list li{ padding: 0px 0px; }

.slider-nav{ margin-bottom: 20px; }
.slick-slide  .item_kh_img{ max-width: 195px; margin: auto; transform: scale(0.6); transition: all 0.5s; border-radius:50%; }
.slick-slide  .item_kh_img img{ border-radius:50%; border-radius: 5px;}
.slick-current .item_kh_img{transform: scale(1);}

.roll_news{ width: 100%; position: relative; height: 450px; overflow: hidden;}
.title_bottom{ position: relative; color: #f00; font-size: 24px;padding-bottom: 8px; margin-bottom: 20px;}
.title_bottom:before{ content: ''; position: absolute; width: 80px; height: 2px; background: #d9d9d9; bottom: 5px; left: 0px;}
.title_bottom:after{ content: ''; position: absolute; width: 120px; height: 1px; background: #d9d9d9; bottom: 0px; left: 0px;}
 
.tailvideo_item_owl{ display: block; position: relative; width:100%; padding-bottom: 55%; overflow: hidden; }
.tailvideo_item_owl:before{ content: ''; position: absolute; width:100px; height: 100px; top: 50%; left: 50%; transform: translate(-50%,-50%); background: url(../images/img-data/play.png) no-repeat; background-size: 100% 100%;}

.socialpage{ color:#fff; }
.socialpage a{ color:#fff; }
.socialpage .socialpage-name a{ font-size: 16px; color:#fff; }
.socialpage-img{ text-align: center; }
.socialpage-name{ width: calc( 100% - 55px ); padding-left: 15px; }
.socialpage-btn{ background: #e3a90d; color:#fff; display: inline-block; padding: 5px 20px; border-radius:5px; margin-top: 15px; }
.mota_socialpage{ margin-top: 10px; }

/*====BOX FOOTER====*/
.boxfooter_container{
	color: #000;
    /*background: linear-gradient(180deg, #4CA33F 0%, #24851F 100%);*/
    background-color: #F1B718;
    position: relative;
    padding-top: 50px;
    font-size: 15px;
    /* background: url(../images/bg_sec.jpg) no-repeat center;
    background-size: cover; */
}
.footer_name{font-size: 45px; color:#00cc00; text-align: center; margin-bottom: 20px; padding: 20px; }

.bottom-contact1 iframe{ display: block; width: 100%; height: 200px;}

.validation-newsletter{ display: flex;  }
.validation-newsletter input{ width:calc( 100%  - 40px );padding: 5px 60px 5px 15px; font-style: italic; width: 100%; outline: none; color: #bcc0c4; background-color: #565f66; border: none;}
.validation-newsletter button{height: 40px; width:40px; background-color: #fbcd13; border: none;}

.boxfooter_bottom{
	padding: 15px 0;
    /* color: #fff; */
    background: #252525;
    margin-top: 30px;
    text-align: center;
    font-size: 13px;
	color: #fff;
    border-top: rgb(0 0 0 / 11%) 1px solid;
 }
.boxfooter_bottom .fixwidth { padding: 0; }
.boxfooter_bottom a{color: #fff;}

/* Sản Phẩm Detail */

/* Slideshow */
.title-left-detail{ background: #d90000; text-align: center; font-size: 18px; padding: 8px 10px; color: #fff; }
.catagory-list-detail{ width:270px; border: 1px solid #ddd; background: #fff; }
.catagory-list-detail>ul>li{ padding: 0 10px; position: relative;}
.catagory-list-detail>ul>li>a{ display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; position: relative; height: 40px; line-height: 39px; border-bottom: 1px dashed #BFBFBF; color: #191919; font-size: 15px;}
.catagory-list-detail>ul>li:last-child>a{ border-bottom: none; }
.catagory-list-detail>ul>li>ul{ display: none; }
.catagory-list-detail>ul>li>ul>li>a{ display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-left: 28px; position: relative; height: 38px; line-height: 38px; color: #191919; font-size: 15px;margin-right: 20px;}
.catagory-list-detail>ul>li>ul>li:hover>a{ color: #f00; }


.mota_page_product{ margin-bottom: 20px; padding: 10px 20px; border: 1px solid #ebebeb; }
.mota_page_product .main_news{ margin-bottom: 10px; }
.noidung_page_product{ margin-top: 20px; }

.border-top-0{ border-top: none; }
.muangay1{ display: inline-block; background: #cd0d15; border: 1px solid #cd0d15; color: #fff; padding:6px 8px; width: 100%; max-width: 140px; transition: all 0.4s; text-align: center; font-size: 16px; }
.muangay1:hover{ background: #fff; color: #cd0d15; }

.muangay2{ display: inline-block; background: #f00; border: 1px solid #f00; color: #fff !important; padding:6px 8px; width: 100%; max-width: 140px; transition: all 0.4s; text-align: center; font-size: 16px; cursor:pointer; }
.muangay2:hover{ background: #fff;color: #cd0d15 !important; }

.mota_page{ margin-bottom: 20px; }
.noidung_page{ margin-top: 20px; }
.grid-pro-detail{
    margin-bottom: 50px;
    background: #fff;
    border-radius: 20px;
    padding: 40px 20px;
}
.left-pro-detail{
	position:relative;float:left;width:49%;text-align:center;background:white;}
.left-pro-detail .MagicZoom{border-radius:5px;width: 100%;}
.right-pro-detail{
	width:50%;float:right;
	/* background: #f6f6f6; */
    padding: 0 10px;
    border-radius: 6px;
}
.left-pro-detail .MagicZoom figure {
    width: 100%;
    overflow: hidden;
}
.left-pro-detail .MagicZoom img {
    object-fit: contain;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: inline-block;
}
.thumb-pro-detail {
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    padding: 20px;
    display: block;
    position: relative;
    overflow: hidden;
}
.left-pro-detail .MagicZoom figure{width: 100%;}
.left-pro-detail .MagicZoom figure img{}
.gallery-thumb-pro{position:relative;margin-top: 10px;}
/* .owl-thumb-pro{padding:0px 40px;} */
.thumb-pro-detail.mz-thumb.mz-thumb-selected{border-color:#cecfd2;    overflow: hidden;}
.thumb-pro-detail img{
    box-shadow: none!important;
    filter: brightness(100%)!important;
    border-bottom: 0px!important;
    padding-bottom: 0px!important;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
}
.title-pro-detail{
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.social-plugin-pro-detail{margin-bottom:5px;margin-top:0px!important;}
.desc-pro-detail{
	margin-bottom: 20px;
}
.attr-pro-detail{list-style:none;padding: 5px 0;}
.attr-pro-detail li{ padding: 8px 0; }
.attr-pro-detail>span{
    margin-right: 5px;
}
.attr-pro-detail>del{
    padding-left: 8px;
    padding-right: 30px;
    font-size: 13px;
}
.attr-pro-detail ins{
    text-decoration: none;
}
.attr-pro-detail .price{
    font-size: 16px;
    font-weight: 500;
}
.all_soluong_dathang {
    display: flex;
    align-items: center;
    gap: 20px;
}
.addcart_muangay {
    background: #0b8242;
    color: white !important;
    text-align: center;
    padding: 6px 20px;
    width: fit-content;
    display: block;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border-radius: 5px;
}
.attr-label-pro-detail{margin:0px 5px 0px 0px; display: inline-block;font-size: 15px;}
.attr-content-pro-detail{font-size: 14px;}
.label_ma{
	font-size: 13px;
    color: #535353;
}
.doday-pro-detail {
    cursor: pointer;
    vertical-align: top;
    position: relative;
    width: 100px;
    height: 32px;
    margin: 0 8px 5px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    border: 1px solid #dadada;
    transition: 0.3s;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.doday-pro-detail.active{border-color:#e5101d;color:#e5101d;}
.doday-pro-detail.active::before {content:'';position:absolute;width:100%;height:100%;top:0px;left:0px;bottom:0px;right:0px;margin:auto;z-index:1;background-image:url(../images/check-cart.png);background-repeat:no-repeat;background-position:bottom right;}
.all_mausac {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.attr-label-pro-detail.d-block{display:block;margin:0px 0px 5px 0px;}
.attr-content-pro-detail{display:inline-block;margin-bottom:0px;}
.price-new-pro-detail{font-weight:700;font-size:17px;color:var(--color-red);}
.price-old-pro-detail{font-weight:500;color:var(--color-gray);text-decoration:line-through;padding-left:10px;}
.color-pro-detail{
	cursor: pointer;
    vertical-align: top;
    position: relative;
    width: 100px;
    height: 32px;
    margin: 0 8px 5px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    border: 1px solid #dadada;
    transition: 0.3s;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.size-pro-detail{border:1px solid #dadada;padding:4px 10px !important;display:inline-block;position:relative;margin: 0 8px 5px 0;}
.size-pro-detail.active,.color-pro-detail.active{border-color:#e5101d;color:#e5101d;}
.color-pro-detail.active:before,.size-pro-detail.active:before{content:'';position:absolute;width:100%;height:100%;top:0px;left:0px;bottom:0px;right:0px;margin:auto;z-index:1;background-image:url(../images/check-cart.png);background-repeat:no-repeat;background-position:bottom right;}
.color-pro-detail input[type=radio],.size-pro-detail input[type=radio]{outline:none;position:absolute;cursor:pointer;width:100%;height:100%;-webkit-appearance:none;border:0px;top:0px;left:0px;}
.quantity-pro-detail{width:100%;max-width:110px;line-height:normal;display:flex;align-items:center;justify-content:space-between;text-align:center;}
.quantity-pro-detail button{line-height:25px;padding:0px;width:30px;background: #fff; height:35px;color:#5f5f5f;cursor:pointer;font-size:22px;border:1px solid #cccccc;}
.quantity-pro-detail button.quantity-plus-pro-detail{border-radius: 0 5px 5px 0;}
.quantity-pro-detail button.quantity-minus-pro-detail{border-radius: 5px 0 0 5px;}
.quantity-pro-detail input{height:35px;border:1px solid #cccccc;width:calc(100% - 60px);text-align:center;font-size:14px;padding:5px;}
.cart-pro-detail{margin-bottom:1rem;display:flex;align-items:stretch;justify-content:flex-start;}
.cart-pro-detail a{width:auto;text-align:center;color:#fff;padding:8px 15px;text-transform:uppercase;border-radius:3px;}
.cart-pro-detail a.addnow{margin-right:10px;background:#fd6e1d;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fd6e1d),to(#f59000));background:-webkit-linear-gradient(top,#f59000,#fd6e1d);background:-moz-linear-gradient(top,#f59000,#fd6e1d);background:-ms-linear-gradient(top,#f59000,#fd6e1d);background:-o-linear-gradient(top,#f59000,#fd6e1d);}
.cart-pro-detail a.buynow{background-color:var(--color-green);}
.cart-pro-detail a.buynow:hover{background-color:var(--color-dark-green);}
.cart-pro-detail a i{vertical-align:top;margin-top:3px;margin-right:8px;}
.tags-pro-detail{margin:1rem 0px 2rem 0px;}
.tags-pro-detail a{float:left;font-size:12px;color:#fff;padding:5px 10px 7px 10px;margin-right:5px;margin-bottom:5px;background-color:var(--color-red);border-radius:3px;}
.tags-pro-detail a:hover{background-color:var(--color-medium-red);}
.tags-pro-detail a i{font-size:10px;float:left;margin:5px 5px 0px 0px;}
.tabs-pro-detail .ul-tabs-pro-detail{padding:0px;list-style:none;}
.tabs-pro-detail .ul-tabs-pro-detail li{cursor:pointer;float:left;margin-right:5px;background:#eee;padding:10px 0;border: 1px solid #e7e7e7;font-weight: 600;text-transform: uppercase;font-size: 18px;line-height: 1.6;}
.tabs-pro-detail .ul-tabs-pro-detail li.active{background:#fff;color:#000;border-bottom: 0;border: none;}
.tabs-pro-detail .ul-tabs-pro-detail li:last-child{margin-right:0px;}
.tabs-pro-detail .content-tabs-pro-detail{display:none;}
.tabs-pro-detail .content-tabs-pro-detail.active{display:block;}
.tabs-pro-detail{ margin-top: 30px;}
/* Toc */
.all_meta-toc{
    padding: 8px 15px;
    margin-bottom: 2rem;
    background: #fff;
    border-radius: 20px;
}
.box-readmore li ul>li{margin:0;margin-bottom:8px}
/* .box-readmore li ul>li:before{content:counters(item,".") " "} */
.box-readmore ul{list-style-type:none;counter-reset:item;margin-bottom:0px;padding-left:0px!important;margin-top:8px;}
.box-readmore ul li{display:table;counter-increment:item;margin-bottom:5px}
.box-readmore ul li:before{content:"";display:table-cell;padding-right:5px}
/* .box-readmore ul li:before{content:counters(item,".") ". ";display:table-cell;padding-right:5px} */
.box-readmore ul li a{color:#333333;cursor:pointer;font-weight:400;}
.box-readmore ul li a:hover{color:#767676;}
.meta-toc {
    position: sticky;
    top: 100px;
}
.toc_title {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(108, 117, 125);
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.toc_toggle {
    font-weight: 700;
    color: #3cb44a;
}

/* Bài viết */
.loadkhung_news { display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 15px;}

.social-plugin{
    grid-gap: 10px;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
	margin-bottom: 10px;
}
.social-plugin>a {
    float: left;
    line-height: 16px;
    padding: 0 2px;
}
.social-plugin>a>.a2a_svg {
    display: block;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    padding: 0;
    pointer-events: none;
    width: 32px;
    background-color: rgb(8, 102, 255);
    border-radius: 4px;
}
.share{padding:17px 10px 10px 10px;line-height:normal;border: 1px solid rgba(0,0,0,.1);align-items: center; margin-top:15px;border-radius:5px;display: flex;grid-gap: 10px;}
.share span{display:block;margin-bottom:5px; position: relative;font-weight: 400;font-size: 12px;width: 8%;}
.share svg{
    height: 50%;
    width: 14%;
}
.othernews b{margin-bottom:10px;}
.list-news-other{padding-left:17px;list-style:square;}
.list-news-other li{margin-bottom:2px;}
.list-news-other li a{text-transform:none;color:#333333;}
.list-news-other li a:hover{color:var(--color-red);}
 
 
/* Contact */
.top-contact{padding-bottom:30px;margin-top: 30px;}
.top-contact .left_contact{}

.input-contact{position:relative;margin-bottom:15px;}
.input-contact input,.input-contact textarea{
    width: 100%;
    padding: 0px;
    outline: none;
    font-size: 14px;
    padding-left: 0;
    border: none;
    height: 40px;
    border-radius: 0;
    text-indent: 10px;
    border-bottom: 0.7px solid #c7c7c7;
}
.input-contact input:focus,.input-contact textarea:focus{
    box-shadow:none;
    border-color: #c7c7c7;
}
.input-contact input{text-indent:10px;}
.input-contact textarea{
    resize: none;
    height: 120px;
    padding: 10px 0;
    color: #495057;
}
.input-contact .custom-file-label::after{content:attr(title);}
.bottom-contact{
    position: relative;
    height: 300px;
    width: 100%;
    background: #fff;
}
.bottom-contact iframe{position:absolute;top:0px;left:0px;width:100%!important;height:100%!important;border-radius: 20px;}

 

/* Phân Trang */
.pagination-home .pagination .page-item .page-link{
    color: #555555;
    font-size: .875rem;
    padding: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    background: #fafafa;
}
.pagination-home .pagination .page-item.active .page-link{color:#ffffff;background-color:#F1B718;border-color:#F1B718;}
/* Phân Trang Ajax */
.pagination-ajax{text-align:center; margin-top: 20px;}
.pagination-ajax .pagination{justify-content: center !important;}
.pagination-ajax a{
	display: inline-block;
    vertical-align: top;
    margin: 0px 2px 3px 2px;
    color: #333;
    background: #fff;
    border: 1px solid rgba(161,161,161,0.4);
    font-size: 12px;
    cursor: pointer;
    padding: 5px;
    width: 35px;
    border-radius: 2px;
    height: 35px;
    line-height: 26px;
}
.pagination-ajax a.current,.pagination-ajax a:hover{background:#3985f7;color:#fff;border-color:#3985f7;}

/* Popup custom */
.modal-custom .modal-footer{padding:0.5rem;}
.modal-custom .modal-footer .btn{font-size:14px;}
/* 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{
	background-color: hsla(0,0%,100%,.8);
    border-radius: 50%;
    box-shadow: 0px 0px 15px 0px #0000001c;
	width:41px;height:41px;text-align:center;font-weight:bold;color:#444;text-decoration:none;position:fixed;bottom:30px;right:6px;display:none;z-index:10;cursor:pointer;
}
.scrollToTop i{
	color: #000;
    font-weight: 400;
	width: 100%;
	height: 100%;
	display: flex;
    justify-content: center;
	align-items: center;
}

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

/* 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;}

/* Scale IMG */

.alert-warning {
    color: #000000;
    background-color: #ffffff;
    border-color: #d2d2d2;
    margin: 0;
}
.alert-warning strong{
    font-weight: 400;
}

.menu_mobi_add .menulicha i{ position: absolute; right: 0; top: 0; padding: 12px 16px; }
.header_logo_mobile{display: none;}
.cart_mobile{display: none;}
.search_mobile{display: none;}
.language_mobile,.menu_mobile,.timkiem_header_mobile{display: none;}
.all_slide_nho_slide{display: none;}
/* Responsive */

/* menu */
div.menu_mobi, div.menu_mobi_add {
    display: none;
}

@media(max-width:1460px){
	.fixwidth,.maincontent {
		max-width: 95%;
		margin: auto;
	}
}
@media(max-width:1100px){
    .all_nhungconso_index{
        position: relative;
        bottom: 0;
        margin-top: 40px;
        gap: 10px;
    }
    .all_menu_top .maincontent{
        justify-content: center !important;
        gap: 10px;
    }
}
@media(max-width:1024px){
    .frm_timkiem{
        width: 95%;
        margin: auto;
        margin-bottom: 10px;
    }
    .all_nhungconso_index{
        flex-wrap: wrap;
    }
    .nhungconso_index{
        width: 49%;
    }
    .all_nhungconso_index hr{
        display: none;
    }
    .row_taisochon .col-md-7, .row_taisochon .col-md-5{
        max-width: 100%;
        flex: 100%;
    }
    .prev-slideshow{
        left: 0;
    }
    .next-slideshow{
        right: 0;
    }
    .img_mayin_slide{
        left: 0;
    }
    #menu_top{
        padding: 2px 0;
    }
    .header_logo {
        width: calc(100% - 35px);
        text-align: center;
    }
    .frm_timkiem_des{
        display: none;
    }

    .loadkhung_product1 { grid-template-columns: repeat(4,1fr); grid-gap: 15px;}
	.loadkhung_product3 { grid-template-columns: repeat(3,1fr); grid-gap: 15px;}
    
    .menu_destop{
        display: none !important;
    }
    .menu_mobi_add ul li ul{ margin-left: 4%;}
    .menu_mobi_add ul li ul li a{ padding-left: 20px;  }
    .menu_mobi_add ul li ul li ul li a{ padding-left: 30px;  }
    .menu_mobi_add ul li ul li ul li ul li a{ padding-left: 40px;  }
    div.menu_mobi_add{background: #fff; display: block; position: fixed; left: -100%; top: 0; z-index: 99999; color: #080808; height: 100vh; overflow: auto; line-height: 1.5; padding-top: 40px; padding-bottom: 50px; width: 85%; transition: 0.5s;}
    div.menu_mobi_active {left: 0; transition: 0.5s;}
    div.menu_mobi_add ul { list-style: none;}
    .icon_menu_mobi{
        font-size: 30px;
        text-decoration: none;
        display: flex;
        cursor: pointer;
        margin-bottom: 0;
        align-items: center;
        justify-content: center;
    }
    .icon_menu_mobi i{
        font-weight: 400;
    }
    .icon_menu_mobi img {
        height: 20px !important;
        filter: invert(49%) sepia(59%) saturate(504%) hue-rotate(2deg) brightness(100%) contrast(89%);
    }
    .menu_baophu{background:#000; opacity:0.8; z-index:998; left:0px; top:0px; position:fixed; width:100%; height:100%; display:none;}
    a.home_mobi {color: #b4882d; text-decoration: none; float: right; font-size: 20px; display: none;}
    .close_menu {position: absolute; top: 5px; right: 7px; font-size: 20px; background: #fff; width: 35px; text-align: center; line-height: 35px; cursor: pointer;border-radius: 50%;}
    .close_menu i{color: #c33;}
    div.menu_mobi_add ul .menu-item a {text-decoration: none; color: #000;text-transform: uppercase; display: block; padding: 12px 40px 12px 10px; font-size: 16px; font-weight: 500; position: relative;text-align: left;}
    div.menu_mobi {
        display: block;
        color: #F1B718;
        font-size: 18px;
        text-decoration: none;
        cursor: pointer;
        display: flex;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    div.menu_mobi_add ul .menu-item >a{
        padding: 5px 20px;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    div.menu_mobi_add ul .menu-item ul li>a{
        color: #848484;
        text-transform: capitalize;
        padding: 5px 20px;
        min-height: 50px;
        display: flex;
        align-items: center;
    }

}
@media(max-width:1000px){
    .all_gioithieu_index{
        text-align: unset;
    }
    .all_gioithieu_index_noidung table tr{
        display: flex;
        flex-wrap: wrap;
    }
    .all_gioithieu_index_noidung table td{
        width: 100% !important;
    }
    .bangia_row_gioithieu tbody tr td:nth-child(1){
        padding-right: 5px;
    }

  	.toolbar{ display:block; }
  	.scrollToTop { bottom: 60px; }
}
@media(max-width:900px){
    .grid-pro-detail {
        display: flex;
        flex-wrap: wrap;
    }
    .left-pro-detail, .right-pro-detail{
        width: 100%;
    }
    .right-pro-detail {
        margin-top: 30px;
    }
}
@media(max-width:768px){
    .tintuc_index{
        width: 100%;
    }
    .entry-post{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .entry-left, .entry-right{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .site-content>.row, .content-main>.row {
        flex-direction: column-reverse;
    }
    .all_control_auto_deal{
        top: 30%;
    }
    .name_dm_sanpham{
        bottom: 6px;
    }
    .all_slide_text .cs_moving_section_in .text_slide_text{
        font-size: 13vw;
    }
    .all_title_lienhe{
        margin-top: 40px;
    }
    .all_row_lienhe_contact{
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 50px;
    }
    .item_img_ani>a::before, .item_img_ani>a::after{
        content: none;
    }
    .title_footer_bottom{
        margin-bottom: 0;
    }
    .title_chinhanh{
        margin-top: 20px;
    }
    .row_thongtin_footer{
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        padding: 15px 35px;
        text-align: center;
    }
    .title_chinhanh_footer{
        margin-top: 15px;
    }
    .icon_down {
        display: none;
    }
    .all_video_index{
        margin-top: 40px;
    }
    .wrap_tintuc{
        padding-top: 0;
    }
    .all_tintuc_index{
        width: 95%;
        margin: auto;
        margin-top: 30px;
    }
    .img_tintuc_index,.content_tintuc_index{
        width: 100%;
    }
    .all_title_tintuc_index{
        flex-wrap: wrap;
    }
    .all_title_xemthem_index{
        flex-wrap: wrap;
        gap: 10px;
    }
    .all_hinhanh_baochi{
        margin-bottom: 30px;
    }
    .all_title_video{
        padding-top: 40px;
    }
    .nhungconso_index{
        width: 100%;
    }
    .all_sp_dm_nb_index{
        width: 95%;
        margin: auto;
    }
    .title_dm_nb_index{
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 15px;
    }
    .all_dm_sanpham{
        width: 95%;
        margin: auto;
        margin-top: 30px;
    }
    .slideshow{
        width: 95%;
        margin: auto;
    }
    .all_gioithie_index{
        width: 95%;
        margin: auto;
        padding-top: 40px;
    }
    .all_gioithie_index .col-md-8{
        /*padding-right: 0;*/
                margin-top: 20px;
    }
    .header-cachtop{
        display: none;
    }
    .img_banner_page {
        margin-top: 30px;
    }
    .noidung_banner_page{
        font-size: 30px;
    }
    .mota_title_lvhd {
        font-size: 12px;
    }
    .name_row_lvhd_about{
        font-size: 16px;
    }
    .all_tamnhinsumenh_about {
        grid-template-columns: repeat(1,1fr);
    }
    .all_video_index .owl-item.active {
        transform: scale(1);
    }
    
	#background-banner{height: 200px;}
	.section.add_this-section ul.add_this li .add_this-inner > .title{display: none;}
    .section.add_this-section ul.add_this li .add_this-inner{
        width: 35px;
    height: 35px;
    }
    .section.add_this-section ul.add_this{
        padding: 8px 0;
    width: 100%;
    justify-content: space-evenly;
    flex-direction: row;
    }
    .section.add_this-section{
        bottom: 0%;
        width: 100%;
        text-align: center;
        background: #d9d9d9;
        right: 0;
		padding: 0;
        border-radius: 0;
    }
	
	.loadkhung_product3 { grid-template-columns: repeat(2,1fr); grid-gap: 15px;}
	.loadkhung_product1 { grid-template-columns: repeat(2,1fr); grid-gap: 15px;}
	.loadkhung_news { grid-template-columns: repeat(2,1fr); grid-gap: 15px;}
	.loadkhung_product { display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 15px;}
}

@media(max-width:600px){
    .fancybox-slide{
        padding: 0;
    }
    .fancybox-slide--iframe .fancybox-content{
        width: 100%;
        /* height: fit-content !important; */
        display: inline-block;
        background: transparent;
      }
      .fancybox-slide--iframe .fancybox-content iframe{
        left: 0;
        position: absolute;
        top: 50%;
        height: fit-content;
        min-height: 300px;
        transform: translateY(-50%);
      }

    .bread_title{
        font-size: 25px;
    }
    .breadcrumb-item a{
        font-size: 14px;
    }
    .all_doitra_mienphi_prodetail{
        grid-template-columns: repeat(1, 1fr);
    }
    .wrap_slider{
        padding-bottom: 0;
    }
    .button_slide{
        font-size: 12px;
        padding: 6px 20px;
    }
    .all_name_slide{
        font-size: 14px;
    }
    .img_mayin_slide{
top: -10px;
    }
    .all_title_send_mail span{
        text-align: center;
        margin-top: 10px;
    }
    .all_title_send_mail {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }
    .img_khachhangtieubieu {
        width: calc(100% / 2 );
    }
    .wrap_tamnhin{
        padding-bottom: 30px;
    }
    .noidung_danhgia,.name_danhgia{
        text-align: unset;
    }
    .row_quatrinhhinhthanh_top {
        height: auto;
    }
}
@media(max-width:500px){
    .all_gioithieu_index>table {
        overflow: scroll;
        overflow-x: unset;
        display: block;
        height: 100% !important;
    }
}
@media(max-width:440px){
    
	.loadkhung_product,.loadkhung_product1 {  grid-gap: 12px; }
}
@media(max-width:369px){
	.cart-pro-detail{flex-wrap:wrap;}
	.cart-pro-detail a{width:100%;text-align:center;margin:0px!important;font-size:12px;}
	.cart-pro-detail a:first-child{margin-bottom:5px!important;}
	.cart-pro-detail a i{display:none;}
}