@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@600&display=swap');
/* Main */
:root {
	--font-family: "Poppins", Arial, Helvetica, sans-serif;
	/* --font-family: 'Roboto', serif; */
	--base-size: clamp(1.2rem, 1.1749rem + 0.1693vw, 1.1rem);
    --scale: 1.25;
    --base-line-height: 1.7;
    --smaller-line-height: 1.35;
    --lv1-size: calc(var(--base-size) * var(--scale));
    --lv2-size: calc(var(--lv1-size) * var(--scale));
    --lv3-size: calc(var(--lv2-size) * var(--scale));
    --lv4-size: calc(var(--lv3-size) * var(--scale));
    --small-size: calc(var(--base-size) / var(--scale));
    --primary-clr: hsl(200.47deg 100% 50%);
    --dark-primary-clr: hsl(0, 100%, 40%);
    --body-clr: hsl(0, 0%, 20%);
    --black-clr: hsl(0, 0%, 0%);
    --white-clr: hsl(0, 0%, 100%);
    --placeholder-clr: hsl(0, 0%, 96%);
    --breakpoint-mobile: 739px;
    --max-site-width: 1920px;
    --container-gap: clamp(2rem, -30rem + 31.25vw, 30rem);
    --site-gap: clamp(2rem, -2.5714rem + 4.4643vw, 6rem);
    --mobile-wrap: calc(var(--breakpoint-mobile) + 1px);
    --gap-large: clamp(3.6rem, 2.0926rem + 3.5468vw, 7.2rem);
    --gap-small: clamp(1.8rem, 1.0463rem + 1.7734vw, 3.6rem);
    --gap-items: 2rem;
    --columns-mobile: 100%;
    --default-columns: 3;
    --default-columns-change: 2;
    --breakpoint: 1025px;
    --breakpoint-change: 741px;
    --trans-time: 0.4s;
}
: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; }
html{
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}
a{ text-decoration:none;}
a:focus{outline:none;text-decoration:none;}
button:focus-visible,button:focus{outline: 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;}
.fixwidth{max-width:1260px;margin:auto;}
.fixpage{max-width:1360px;margin:auto;}
.maincontent{width:1366px;margin:auto;max-width: 1366px;overflow: hidden;}
.maincontent img{max-width: 100%;}
a{text-decoration: none !important;}
.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{
	position: relative;
    overflow: hidden;
}

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:1360px;margin:0px auto;padding:0px 0px 40px 0;}
.wrap-home{max-width:100%;padding:0px;}
.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{border-radius: 50%; position:absolute;top:calc(50% - 30px/2);margin-bottom:0px;width:30px;height:30px;text-align:center;line-height:30px;border:1px solid #eee;z-index:2;background-color:#fff;color:#ccc;cursor:pointer;}
.control-carousel:hover{background-color:#f58a1f;border-color:#f58a1f;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: 410px;}
.boxmenu_middle{ width: 50%;}
/*==========SEARCH=============*/
/* .frm_timkiem{position:relative; width:100%;  padding: 10px;  } */
.frm_timkiem button{
	top: 50%;
    transform: translateY(-50%);
    background: none;
    outline: none;
    border: none;
    right: 0px;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    z-index: 9;
}
.frm_timkiem button span{margin-right:10px;}
.frm_timkiem .input{
    text-indent: 20px;
    outline: none;
    transition: all ease 0.5s;
    border-radius: 20px;
    padding: 10px 0px;
    padding-right: 20px;
    border: 0;
    width: 100%;
    z-index: 99;
    color: #666;
    background: #fff;
    font-size: 13px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.frm_timkiem .input::-webkit-input-placeholder{color:#666;}
.frm_timkiem .input::-moz-placeholder{color:#666;}
.frm_timkiem .input:-ms-input-placeholder{color:#666;}
.frm_timkiem .input:-moz-placeholder{color:#666;} 


/* Menu */
/*=====menu======*/
.diachi-top{ background:url(../images/img-data/map.png) no-repeat left center; padding-left:20px; line-height:30px; }
.header-top{ padding: 0px 0; }
/* .header {padding: 10px;} */
.header_logo{ position: relative; z-index: 10000;}
.header_logo img{ transition: all 0.3s; max-height:95px;filter: invert(100%) sepia(0%) saturate(7492%) hue-rotate(167deg) brightness(220%) contrast(100%);}
.header_top {
    display: flex;
    width: 100%;
	align-items: center;
}
.banner {
    width: 100%;
    text-align: center;
}
.header-height{
	height: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    background-image: linear-gradient(
  180deg,
  hsl(0deg 0% 0% / 30%) 30%,
  transparent
 );
    transition: all 0.4s;
}
.header-height:hover{
	background-color: hsl(0deg 0% 0% / 30%);
}
#menu_top{ height: fit-content;}
.menu { position: relative; display: flex; justify-content: space-between;align-items: center;}
#menu_top.fixed{background: hsl(200.47deg 100% 50% / 84%);padding: 5px 0;}

/* Slideshow */
.catagory-list__fix{ display: none; position:absolute; left:0px; top: 100%; width:100%; overflow-y: scroll; background: #fff; max-height: 394px;}
.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{ position: relative; padding: 0 10px;}
.catagory-list__fix>ul>li>a{ display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; position: relative; height: 40px; line-height: 39px; color: #191919; font-size: 15px; border-bottom: 1px dashed #BFBFBF;}
 


.menu ul.menu_cap_cha{margin:0; position: relative; width: 100%; }
.menu ul.menu_cap_cha li{transition:all ease-in-out 0.2s; position: relative; }
.menu ul.menu_cap_cha li.first-li{ position:initial !important;}
.menu ul.menu_cap_cha li.menulicha:last-child{padding-right:0;float:right; }
.menu ul.menu_cap_cha li.menulicha>a{
    color: #fff;
    display: block;
    cursor: pointer;
    padding: 0px 25px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    transition: color .4s;
} 

.menu ul.menu_cap_cha li.menulicha>a:hover::after,.menu ul.menu_cap_cha li.active>a::after{
	width: 30px;
}
.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; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; border-radius: 4px; z-index: 99;}
.menu_cap_con li{ padding: 0 !important; }
.menu_cap_con li a{display:block; width:100%; min-width: 220px; font-size: 14px; float:none !important; transition:all ease 0.2s; line-height: initial !important; padding: 12px 10px; position: relative; margin:0px; color:#000;font-weight: 300;}
.menu_cap_con li:last-child a{ border-bottom: none;}
/* .fixed .menu_cap_con li, .tail_menu .menu_cap_con li{background:#d90000 !important;} */
.menu ul.menu_cap_cha li.menulicha>a:hover,.menu ul.menu_cap_cha li.menulicha.active>a{color: #ff0;font-weight: 600;}
#menu_top.fixed .menu ul.menu_cap_cha li.menulicha>a:hover,#menu_top.fixed .menu ul.menu_cap_cha li.menulicha.active>a{color: #ff0;font-weight: 600;}
.menu_cap_con li:hover>a{color:hsl(200.47deg 100% 50%) !important}
.menu_cap_cha li:hover .menu_cap_con{display:block;}
.menu_cap_con li:hover .menu_cap_2{ display:block; }
 
.menu_cap_2{ position: absolute; left: 100%; top: 0; display:none;background: #eaeaea; border-radius: 4px}
.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;}
@-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{}
.item_slider{position: relative;}
.item_slider .banner-full-image-cpt img{position: relative; width: 100%;height: 400px !important;object-position: left;}

#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; overflow-y: scroll; background: #fff; max-height: 394px;}
.catagory-list::-webkit-scrollbar { width: 0px; height: 5px;}
.catagory-list::-webkit-scrollbar-button {  width: 0px; height: 0px; }
.catagory-list::-webkit-scrollbar-track {  background-color: #c3c3c3;}
.catagory-list::-webkit-scrollbar-track-piece { background-color: #ffffff;}
.catagory-list::-webkit-scrollbar-thumb { height: 50px; background-color: #c3c3c3; border-radius: 3px;}
.catagory-list::-webkit-scrollbar-corner { background-color: #ffffff;}
.catagory-list::-webkit-resizer { background-color: #666;}
.catagory-list>ul>li{ padding: 0 10px; position: relative;}
.catagory-list>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>ul>li>ul,.catagory-list__fix>ul>li>ul{ display: none; }
.catagory-list>ul>li>ul>li>a,.catagory-list__fix>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>ul>li>ul>li:hover>a,.catagory-list__fix>ul>li>ul>li:hover>a{ color: #f00; }


.slideshow{position:relative; width: 100%;}
.slideshow a{display:block;cursor:pointer;}
.slideshow a img{width:100%;    object-fit: cover;}
.control-slideshow{
	position: absolute;
    z-index: 2;
    top: calc(50% - 86px/2);
    cursor: pointer;
    display: flex;
    gap: clamp(0.5rem, -1.0678rem + 2.1186vw, 3rem);
    align-items: center;
    justify-content: space-between;
    width: max-content;
    height: 40px;
    padding: 1rem;
    background: hsl(200.47deg 100% 50%);
    color: hsl(0 0% 100% / 1);
}
.icon {
    display: inline-block;
    width: 1em;
    height: calc(1.5 * 1em);
    font-size: var(--base-size);
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    vertical-align: middle;
    transition: all 0.4s;
}
.control-slideshow i{color:#ffffff;font-weight: 400;}
.prev-slideshow{
	top: calc(50% - 0px/2);
}
.next-slideshow{}

.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;
	position: relative;
	z-index: 9;
}
.bread_title{
	font-weight: 600;
    max-width: 720px;
    position: relative;
    text-transform: capitalize;
    font-size: 30px;
    color: #000;
}
#background-banner{height: 280px;}
#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: 16px;}
.breadCrumbs .wrap-content{padding:0.75rem 10px;max-width:1360px;}
.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{padding-top: 30px;}
 
.gt_noidung{ color: #191919; line-height: 1.7; font-size: 15px;}
.xemgt{ display: block; width: 118px; margin-top: 20px; background: #006600; color:#fff; height: 35px; text-align: center; line-height: 35px; margin: auto; border-radius: 5px; }
.xemgt:hover{ color: #ff0; }
  
.background-dv{ padding: 30px 0;}
 
 
.paging_ajax{ text-align: center; margin-top: 20px; }
.paging_ajax a{  display: inline-block; border:1px solid #ddd; border-radius: 3px; padding: 3px 5px; margin: 0 3px; min-width: 30px; text-align: center; cursor: pointer; }
.paging_ajax a:hover,.paging_ajax a.current{ background: #4f4f4f; color: #fff;}

.wrap_product{padding: 30px 0;background: #F4F5F8;}
.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: 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;
}
.boxproduct_item .boxproduct_img span{display: block; overflow: hidden;position: relative; background: #fff;transform: scale(1.0001); will-change: transform; transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);}
.boxproduct_item .boxproduct_img img{width: 100%; transform: scale(1); transition: all 0.5s;min-height: 248px;object-fit: cover;}
.boxproduct_item .boxproduct_img:hover span{ transform: scale(1.06); }
.boxproduct_item .boxproduct_info{ text-align: center;}
.boxproduct_item .boxproduct_name{ margin-top:10px; position: relative; line-height: 1.4; font-weight: 500;}
.boxproduct_item .boxproduct_name a{ transition: all 0.5s; color:#383838; text-transform: uppercase; font-size:15px; display: block; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.boxproduct_item:hover .boxproduct_name a{ color:#f00; }
.boxproduct_item .boxproduct_price{color:#545151; line-height: 1.6; font-size: 15px;}
.boxproduct_item .boxproduct_price span{
	font-weight: 600;
    color: #ff0000;
    font-size: 15px;
	margin: 10px 0 0;
    line-height: 1;
}
.boxproduct_item .boxproduct_price del{    
	font-weight: 500;
    color: #383838;
    font-size: 12px;
}
.boxproduct_item .boxproduct_mota{color:#545151; line-height: 1.6; font-size: 15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
 
.item_dv{width:100%; padding: 10px 0; display:block;}
.item_dv .pic-news{   max-width: 100px; margin: auto; margin-bottom:20px;}
.item_dv .pic-news img{width:100%; transform: scale(1.0); transition: all 0.5s;}
.item_dv:hover .pic-news img{width:100%; transform: scale(1.05); transition: all 0.5s;}
.item_dv .info-news{ text-align: center;}
.item_dv .name-news a{color:#fff600; font-size:16px; display:block; line-height:normal; margin-bottom:5px;}
 
.item_dv .desc-news{color:#fff; margin-top:5px; line-height:22px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

.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: 30px;}  
.pagination { flex-wrap: wrap; }
/*====BOX TIN TUC====*/
.news-item-box{padding:40px 0; background: #f2f2f2;}
.flex-news{ display: flex; flex-wrap: wrap; margin: 0 -15px; }
.news-item{ width: 50%; padding: 10px 15px; }
.news-item__centent{ padding: 10px; background: #fff; display: flex; }
.news-item__img{display: block; overflow: hidden; width: 200px; float: left;}
.news-item__img img{transition: all ease 0.3s;}
.news-item__item:hover .news-item__img img{transform: scale(1.04);}
.news-item__item{background: #fff;}
.news-item__info{ width: calc( 100% - 200px ); padding-left: 15px;}
.news-item__name a{text-transform: uppercase;color:#000000;font-size:16px;}
.news-item__ngaytao{color:#cc0000;font-size:15px;}

.main_news{ font-size: 24px;  margin-bottom: 20px;}
 
.wrap_bottom{ padding: 30px 0; }
.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; }
.news_bt{width:100%; padding: 10px 5px ; display:flex; }
.news_bt .pic-news{float: left;
    width: 52px;
    margin-right: 3%}
.news_bt .pic-news img{width:100%;max-height: 150px;border-radius: 5px;}
.news_bt .info-news{float:right; width:68%;}
.news_bt .name-news a{color:#007eb9;font-size:16px;display:block;line-height:normal;margin-bottom:5px;}
.news_bt .name-news:hover a{color:var(--color-red);}
.news_bt .desc-news{color:#333333;margin-top:5px;line-height:22px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

 
.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);}
.item_kh_info{ text-align: center; }
.item_kh_info .mota_kh{ font-size: 13px; color: #333; text-align: center; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.item_kh_info .name_kh{ font-size: 15px; color: #333; text-align: center; }
.item_kh_info .diachi_kh{ font-size: 15px; color: #333; text-align: center;  }
.item_kh_info i{ font-size:24px; display: block; margin: 15px 0; color: #333; text-align: center;  }

.roll_news{ width: 100%; position: relative; height: 300px; overflow: hidden; margin-bottom: 3%;}
.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: 70%; 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:#fff;background-color: hsl(0, 0%, 20%);position: relative;  padding-top: 50px; font-size: 15px;}
.footer_name{font-size: 45px; color:#00cc00; text-align: center; margin-bottom: 20px; padding: 20px; }

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

.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: 10px 0; color: #000; margin-top: 15px; text-align: center; font-size: 14px;z-index: 1;position: relative;}
.boxfooter_bottom .fixwidth { padding: 0; border-top: 1px solid hsl(0, 0%, 40%);padding-top: 10px;}
.boxfooter_bottom a{color: hsl(0, 0%, 80%);}
.boxfooter_bottom .left{color: hsl(0, 0%, 80%);font-size: 13px;}

/* 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-bottom: 30px; text-align: justify;}

.pro_catagory{ margin-bottom: 20px; display: flex; flex-wrap: wrap; }
.pro_catagory div{width: calc( ( 100% / 6 ) - 6px ); margin: 5px 3px; }
.pro_catagory div a{ display: block; color: #666; line-height: 1.3; border: 1px solid #e1e1e1; border-radius: 2px 2px; padding: 8px 10px; text-align: center; font-size: 13px; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
.pro_catagory div a:hover { border: 1px solid #ff0000;}

.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;padding-top: 40px;}
.left-pro-detail{position:relative;float:left;width:50%;text-align:center;background:white;}
.left-pro-detail .MagicZoom{
	border: 1px solid #C7CBDA;
}
.right-pro-detail{
	width:50%;
	float:right;
    padding: 10px;
    border-radius: 6px;
	padding-left: 50px;
}
.gallery-thumb-pro{position:relative;margin-top:10px;}
.owl-thumb-pro{}
.thumb-pro-detail{display:block!important;border:1px solid #eee;padding:5px;cursor:pointer;}
.thumb-pro-detail.mz-thumb.mz-thumb-selected{border-color:#C7CBDA;}
.thumb-pro-detail img{box-shadow:none!important;filter:brightness(100%)!important;border-bottom:0px!important;padding-bottom:0px!important;}
.title-pro-detail{
	text-transform: uppercase;
    font-size: 26px;
    display: block;
    font-weight: 700;
    color: hsl(200.47deg 100% 50%) !important;
    margin-bottom: 12px;
}
.social-plugin-pro-detail{margin-bottom:5px;margin-top:0px!important;}

.attr-pro-detail{list-style:none;padding:0px;}
.attr-pro-detail li{ padding: 4px 0; }
.attr-label-pro-detail{margin:0px 5px 0px 0px; display: inline-block;font-size: 16px;}
.label_ma{
	font-size: 13px;
    color: #535353;
}
.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{display:inline-block;vertical-align:top;position:relative;width:35px;height:30px;margin:0px 0px 3px 0px;border:1px solid transparent;}
.size-pro-detail{border:1px solid #ccc;padding:3px 10px 4px 10px;display:inline-block;position:relative;}
.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:30px;color:#5f5f5f;cursor:pointer;font-size:22px;border:1px solid #cccccc;}
.quantity-pro-detail button.quantity-plus-pro-detail{border-left:0px;}
.quantity-pro-detail button.quantity-minus-pro-detail{border-right:0px;}
.quantity-pro-detail input{height:30px;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; */
    /* margin-bottom: 5px; */
    background: #eee;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    border-left: 1px solid #707070;
}
.tabs-pro-detail .ul-tabs-pro-detail li:first-child{border-left: none;}
.tabs-pro-detail .ul-tabs-pro-detail li.active{background:#fff;color:#000;}
.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{ padding-top: 40px; }
/* Toc */
.box-readmore{padding:8px 15px;border:1px solid #dedede;margin-bottom:2rem;border-radius:5px;background-color:#eeeeee;}
.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:counters(item,".") ". ";display:table-cell;padding-right:5px}
.box-readmore ul li a{color:#333333;cursor:pointer;font-weight:600;}
.box-readmore ul li a:hover{color:#767676;}

/* Bài viết */
.loadkhung_news { display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 20px;}
.name-news{
	line-height: 1.4;
	padding-top: 5px;
	font-size: 16px;
}
.news .pic-news img{width: 100%;}
.name-news a{
	font-weight: 600;
    margin-bottom: 0;
    padding-top: 10px;
    color: #000;
}
.desc-news {
    line-height: 1.5;
    margin-top: 10px;
    font-weight: 300;
    font-size: 14px;
}
.time-news {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300;
}
.meta {
    padding-top: 10px;
    display: flex;
    align-items: center;
	gap: 10px;
    font-size: 14px;
    font-weight: 300;
}
.meta .terms {
    display: flex;
    flex-flow: row wrap;
    gap: 5px;
}
.meta .terms a{
	font-size: 14px;
    font-weight: 400;
    /* color: #fdbc0e; */
    border-radius: 15px;
}

.social-plugin{
    display: flex;
    grid-gap: 10px;
}
.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{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:30px;gap:30px}
.top-contact .left_contact{width:48%;}

.input-contact{position:relative;margin-bottom:15px;}
.input-contact input,.input-contact textarea{
    border: none;
    background-color: hsl(0, 0%, 96%);
    padding: 5px 10px;
    font: inherit;
    font-size: 15px;
    border-radius: 0;
    height: calc(1.5em + 0.75rem + 8px);
}

.input-contact input{text-indent:10px;}
.input-contact textarea{resize:none;height:120px;padding:10px;}
.input-contact .custom-file-label::after{content:attr(title);}
.bottom-contact{position:relative;height:100%;max-height: 100%; width: 100%;min-height: 300px;}
.bottom-contact iframe{position:absolute;top:0px;left:0px;width:100%!important;height:100%!important;max-height: 100%;}
.form-contact .label{
	font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.form-control-file {
    background-color: hsl(0, 0%, 96%);
    padding: 0.5rem 1rem;
    font: inherit;
    border: 1px dashed;
}

/* Phân Trang */
.pagination-home .pagination .page-item .page-link{color:#555555;font-size:.875rem;}
.pagination-home .pagination .page-item.active .page-link{color:#ffffff;background-color:#555555;border-color:#555555;}
/* 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:#eee;border:1px solid rgba(161,161,161,0.4);font-size:12px;cursor:pointer;padding:3px 10px 3px 10px;border-radius:2px;}
.pagination-ajax a.current,.pagination-ajax a:hover{background:var(--color-red);color:#fff;border-color:var(--color-red);}

/* 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: 1px solid #ddd;
	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;}

/* 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 */
.scale-img{overflow:hidden;display:block;}
.scale-img img{-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out;-moz-transform:scale(1,1);-webkit-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);}
.scale-img:hover > img{-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out;-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}


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

div.menu_mobi, div.menu_mobi_add { display: none;}
.menu_mobi_add .menulicha i{ position: absolute; right: 0; top: 0; padding: 12px 16px; font-weight: 300; font-size: 14px;}
.header_logo_mobile{display: none;}
.add_this-section{display: none;}
/* Responsive */
@media(max-width:1360px){
	.fixwidth {
		max-width: 95%;
		margin: auto;
	}
}
@media(max-width:1199px){
	.name_chungmalt_two {
		font-size: 13px;
	}
	.img_logo_doitac{
		width: 180px;
		height: 180px;
		background: #fff;
		clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
		left: -5px;
		position: relative;
	}
	.menu ul.menu_cap_cha li.menulicha>a { font-size: 15px; padding: 0px 10px; }
}
@media(max-width:1024px){
	
	.all_box_doitac{
		grid-template-columns: repeat(4, 1fr);
	}
	.item_slider .banner-full-image-cpt img {
		position: relative;
		width: 100%;
		height: 350px !important;
		object-position: left;
	}
	.cards-list,.all_nhungconso_gtct{
		grid-template-columns: repeat(3,1fr);
	}
	.icon_down{display: none;}
	.content-box{padding-left: 20px;}
	.control-slideshow{
		top: auto;
    	bottom: 0;
		margin-bottom: 0;
	}
	.prev-slideshow {
		left: 20px;
	}
	.next-slideshow {
		left: 80px;
	}
	

	.menu_mobi_add ul li ul{
		width: 100%;
		background-color: hsl(0, 0%, 0%, 20%);
		border-left: 2px solid hsl(200.47deg 100% 50%);
		margin-left: 20px;
	}
	.menu_mobi_add ul li ul li{padding: 0;}
	.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: hsl(0, 0%, 0%, 90%); display: block; position: fixed; left: -100%; top: 0; z-index: 99999; color: #080808; height: 100vh; overflow: auto; line-height: 1.5;     padding: 65px 33px; width: 100%; 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:18px; text-decoration:none; display:block; cursor:pointer; display:block; cursor:pointer; margin-bottom: 0;}
    .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: #fff; text-decoration: none; float: right; font-size: 20px; display: none;}
    .close_menu {position: absolute; top: 5px; right: 7px; font-size: 24px;  width: 35px; text-align: center; line-height: 35px; cursor: pointer;border-radius: 50%;}
    .close_menu i{color: #fff;font-weight: 100;}
	div.menu_mobi_add ul li{padding: 10px 0;}
	div.menu_mobi_add ul li a,div.menu_mobi_add ul li span {text-decoration: none; color: #fff; display: block;font-weight: 100; padding: 12px 40px 12px 20px; font-size: 17px; position: relative;text-align: left;text-transform: uppercase;font-weight: 600;}
    .menu ul.menu_cap_cha{ display: none !important; }
    div.menu_mobi { display: block; color: #fff;margin-right: 20px; font-size: 18px; text-decoration: none; cursor: pointer; display: block; width: 35px; height: 30px; line-height: 30px; cursor: pointer; text-align: center;}
    .diachi-top{display: none;}

    .loadkhung_product1 { grid-template-columns: repeat(3,1fr); grid-gap: 15px;}
    .vert .simply-scroll-clip { height:423px !important; }
    .pro_catagory div { width: calc( ( 100% / 5 ) - 6px ); }

    .catagory-list{ display: none; }
    .wrap_slider{ max-width: 100% !important; width: 100%; }
    .slideshow{ padding: 0px; width: 100%; }

    .boxfooter_right, .boxfooter_middle, .boxfooter_middle1, .boxfooter_left { width: 50%; }
	.boxfooter_left,.boxfooter_middle { margin-bottom: 20px;}

    .loadkhung_product { grid-gap: 20px; }
    .wrap_gioithieu{ margin-top: 0; }
}
@media(max-width:1000px){
	.item_slider .banner-full-image-cpt img {
		height: 400px !important;
		object-position: left;
	}
	.all_button_slide{
		transform: translateX(0);
    left: 8%;
    right: 8%;
	}
	.title_button_slide{
		font-size: 20px;
	}
	.text_slide{font-size: 14px;}
	.col_doitac_1 {
		width: 100%;
		grid-gap: 10px;
		margin-bottom: 10px;
	}
	.col_doitac_1 .doitac{
		clip-path: unset;
	}
	.col_doitac_2 {
		display: none;
	}
	.all_sanpham_index{
		grid-template-columns: repeat(3,1fr);
	}
	.all_duan_index{
		grid-template-columns: repeat(3,1fr);
	}
	.giaiphap_index{
		grid-template-columns: repeat(5,1fr);
	}
	.all_portfolio_list{
		grid-template-columns: repeat(2,1fr);
    	grid-gap: 15px;
	}
	.header .fixwidth { flex-wrap: wrap;  }
	.loadkhung_product { grid-gap: 15px;}
	.loadkhung_product1{ grid-template-columns: repeat(3,1fr); grid-gap:15px;}

 

	.left-content{ display: none; }
	.right-content{ width: 100%; }
	.news{width:100%;float:none!important;}
	.title-bottom{ font-size: 24px; margin-bottom: 20px; }
  	.mota_page_product { padding: 10px; }

  	.main_news { font-size: 20px; }
  	.breadCrumbs .wrap-content { padding: 0.75rem 0px; }
  	.wrap_left_detail{ display:none; }
  	.wrap_right_detail{ width:100%; }

  	.toolbar{ display:block; }
  	.scrollToTop { bottom: 60px; }
}
@media(max-width:900px){
	.name_chungmalt_two {
		font-size: 12px;
	}
	.developer_center_index{
		grid-template-columns: repeat(2,1fr);
	}
	.all_giatricotloi{
		grid-template-columns: repeat(2,1fr);
	}
}
@media(max-width:769px){
	.name_content_all_chungmalt{
		font-size: 18px;
        line-height: 24px;
	}
	.img_chungmalt {
		text-align: center;
	}
	.all_content_all_chungmalt{
		padding: 30px;
		grid-template-columns: repeat(1, 1fr);
	}
	.name_chungmalt_two {
		font-size: 14px;
	}
	.nav-pills.tabs_post_news{
		overflow: auto;
        white-space: nowrap;
        scrollbar-width: none;
		flex-wrap: nowrap;
	}
	.all_name_chungmalt_two::after{content: none;}
	.all_box_doitac {
		grid-template-columns: repeat(3, 1fr);
	}
	.all_orderby_bread_title {
		display: grid;
		grid-template-columns: repeat(1,1fr);
		grid-gap: 10px;
		justify-items: center;
	}
	.btn_boloc_mobile{display: block;}
	.list_all_prdctfltr_des {
		display: none;
	}
	.user_online::before{margin-top: 15px;margin-bottom: 20px;}
	.icon_duan{
		max-width: max-content;
	}
	.nhungconso{
		border-width: 1px 1px 1px 1px;
	}
	.wrap_an{display: none;}
	.absolute-footer{display: none;}
	.frm_timkiem {
		width: 100%;
	}
	.col_doitac_1{
		grid-template-columns: repeat(4,1fr);
	}
	.img_sanpham_post img {
		width: 100%;
	}
	.all_Capabilities,.all_giatricotloi{
		grid-template-columns: repeat(1,1fr);
	}
	.number_nhungconso{
		font-size: 22px;
    font-weight: 600;
	}
	.nhungconso{
		padding: 1.25rem 1rem 1rem 1.25rem;
	}
	.mota_developer-center {
		font-size: 14px;
		padding: 0;
		margin-bottom: 20px;
	}
	.all_why_chosse{
		grid-template-columns: repeat(1,1fr);
	}
	.all_nhungconso_gtct {
		grid-template-columns: repeat(2,1fr);
	}
	table tr td {
		width: 100% !important;
	}
	.content-tabs-pro-detail table tr {
		display: flex;
		flex-direction: column;
	}
	.content-tabs-pro-detail{padding-left: 0;}
	.right-pro-detail{
		padding-left: 10px;
	}
	.gt_Specs{
		grid-template-columns: repeat(1,1fr);
		margin: 0;
	}
	.img_sanpham_post{width: 100%;}
	.noidung_sanpham_post{width: 100%;margin-top: 20px;}
	.noidung_img_sanpham_post{
		flex-direction: column-reverse;
	}
	.gt_GoTo ul{
		flex-wrap: wrap;
	}
	.gt_GoTo ul li:first-child{
		width: 100%;
	}
	.all_mota_sanpham_post{width: 100%;}
	.all_features{
		width: 100%;
		grid-template-columns: repeat(1,1fr);
	}
	.banner_sanpham {
		background-size: cover !important;
		height: 200px;
	}
	.all_banner_sanpham,.all_sanpham_list{
		grid-template-columns: repeat(1,1fr);
	}
	.all_banner_sanpham{
		display: none;
	}
	.all_sanpham_index {
		grid-template-columns: repeat(2,1fr);
	}
	.all_noidung_gioithieu_congty{
		grid-template-columns: repeat(1,1fr);
	}
	.giaiphap_index {
		grid-template-columns: repeat(4,1fr);
	}
	.all_duan_index {
		grid-template-columns: repeat(2,1fr);
	}
	.item_slider .content-cpt{text-align: left;}
	.search_lang{margin-left: 20px;}
	div.menu_mobi,.boxSearch{padding-right: 10px;}
	.contact-form-blk .col-image img{width: 100%;}
	.contact-form-blk .wrapper,.contact-form-blk.right-image .wrapper{grid-template-columns: repeat(1,1fr);}
	.all_ncs_gioithieu{grid-template-columns: repeat(1,1fr);}
	.gallery-blk .fx-layout{grid-template-columns: repeat(2,1fr);}
	.creative-content-blk .headline{font-size: 30px;}
	.creative-content-blk .paragraph div:nth-child(1){width: 100%;}
	.creative-content-blk .large-text {
		grid-row: 1 / 2;
		max-width: max-content;
	}
	.creative-content-blk .paragraph {
		justify-self: flex-start;
		max-width: 100%;
		text-align: left;
	}
	.fixwidth{width: 90%;}
	.line-content-blk .heading-cpt{margin-bottom: 20px;}
	.line-content-blk.on-right .content-col{grid-area: auto;}
	.cards-list {
		grid-template-columns: repeat(2,1fr);
	}
	
	.control-slideshow{display: none;}
	.heading-cpt .title{font-size: 30px;}
	.all_doitac_post{grid-template-columns: repeat(3,1fr);}
	.all_giaiphap_post{grid-template-columns: repeat(1,1fr);}
	.all_gioithieu_index {grid-template-columns: repeat(1,1fr);}

	/* .boxfooter_container{padding: 60px 0;} */
	.user_online{width: 100%;}
	.mota_slide .gia_khach {
		font-size: 30px;
	}
	.hotline_slide a{
		padding: 5px 10px;
    border-radius: 10px;
    font-size: 13px;
	}
	.home_mota_intro {margin-left: 0;margin-top: 10px;}
	.all_gioithieu{grid-template-columns: repeat(1,1fr);}
	.name_slide, .mota_slide{font-size: 25px;}
	.all_noidung_slide{width: 90%;}
	.banner{width: 60%;}
	.header_top {
		justify-content: space-between;
		align-items: center;
	}
	.fanpage {
		text-align: unset;
	}
	.top-contact .right_contact {
		width: 100%;
	}
	.top-contact .left_contact {
		width: 100%;
	}
	.bottom-contact{width: 100%;}
	.top-contact .left_contact{width: 100%;}
	#background-banner{height: 200px;}
	/* .boxfooter_bottom{margin-bottom: 15%;} */
	.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{
		display: block;
        bottom: 0%;
        width: 100%;
        text-align: center;
        background: #d9d9d9;
        right: 0;
    }

	.title_footer{margin-top: 15px;}
	.all_quytrinh{
		margin-top: 3%;
    flex-direction: column;
	}
	.title_csbh{text-align: left;}
	.title_csbh::after{content: none;}
	.cover-content h6{font-size: 14px;}
	.cover-sp{padding: 0;}
	.background-dv{padding-bottom: 0;}
	.all_lido{border: none;}
	.all_mota_dichvu{width: 100%;}
	.title_dichvu span::after{content: none;}
	.title_dichvu span::before{content: none;}
	.all_top_menu{background: #fff;}
	.all_div_blue{
		width: 100%;
		font-weight: 600;
    align-items: center;
	color: #e83c2a;
	}
	.header_left{background-color: #03669e;max-width: 100%;width: 100%;}
	.menu_top_div{
		display: flex;
		background-color: #03669e;
    text-align: center;
    align-items: center;
	justify-content: space-between;
	padding: 12px;
	width: 100%;
	}
	.header_logo_mobile{display: block;}
	.social-plugin{display: block;}
	.share{
		flex-direction: column;
		align-items: flex-start;
	}
	.share svg{width: 5%;}
	.share span{width: 100%;}
	.wrap_bottom {
		padding: 30px 0;
	}
	.all_tintuc {
		margin-bottom: 10%;
	}
	.box{flex-direction: column;}
	.head div{font-size: 13px;}
	.boxmenu_middle{ width:55%; }
	.banner{font-size: 23px;text-shadow: 1px 1px 2px #000;}
	.header_logo img { transition: all 0.3s; max-height: 90px;}
	.header_logo{ padding-right: 0; }

	.loadkhung_product1 { grid-template-columns: repeat(2,1fr); grid-gap: 25px;}
	.loadkhung_news { grid-template-columns: repeat(1,1fr); grid-gap: 25px;}
	.loadkhung_product { display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 15px;}

	.pro_catagory div { width: calc( ( 100% / 4 ) - 6px ); }
	.top-contact{flex-wrap:wrap;flex-direction: column;}
	.left-pro-detail,.right-pro-detail,.top-contact .form-contact,.top-contact .article-contact{width:100%;margin:0px;}
	.left-pro-detail,.top-contact .article-contact{margin-bottom:30px;}
	.wrap_about .fixwidth { flex-wrap:wrap; }
	.wrap_bottom .fixwidth { flex-wrap:wrap;  }
	.left_bottom{ width:100%; margin-bottom: 30px; }
	.right_bottom{ width:100%; }
	.slider_info__name1 { font-size: 20px; }
	.slider_info1{ padding: 8px 15px; }


	.gt_left { min-height: 350px; width: 100%; margin-bottom: 15px;}
	.gt_right { width: 100%; padding-left: 0;}
	.footer_name { font-size: 35px; }

	.loadkhung_video { grid-template-columns: repeat(2,1fr); grid-gap: 15px;}
}
@media(max-width:767px){
	
	.icon-head .icon-img { padding-right: 8px; width: 55px;}
	.icon-head .icon-info div:nth-child(2) { color: #e60707; font-size: 18px;}
	.header_logo img { max-height: 80px;}
}
@media(max-width:700px){
	.item_slider .banner-full-image-cpt img{
		height: 300px !important;
		object-position: left;
	}
	.all_button_slide{display: none;}
	.hotline{font-size: 11px;}
	.all_hotline_headertop a:nth-child(2){display: none;}
	.all_hotline_headertop{flex-wrap: wrap;justify-content: space-between;width: 100%;}
	.img_dichvu{padding: 15px;}
	.title_sanpham span{font-size: 12px;}
	.header_logo_mobile img {
		max-height: 40px;
	}
	.title_sanpham{font-size: 20px;}
	.icon-head .icon-info div:nth-child(2) { font-size: 16px; }
	/* .header_logo img { max-height: 60px;} */
	.name_slide{font-size: 22px;}
	.mota_slide {
		font-size: 13px;
	}
	.title_lienhe{letter-spacing: 8px;}
	.mota_lienhe{font-size: 40px;}
	.email_lienhe{font-size: 16px;}
	.pro_catagory div { width: calc( ( 100% / 3 ) - 6px ); }
    .email{ display: none; }
    .boxproduct_item .boxproduct_name a {transition: all 0.5s; color: #333;}

    .left_dv{ display: none; }
    .right_dv{ width: 100%; min-height: 400px; }
}
@media(max-width:440px){
	.name_chungmalt_two {
		font-size: 12px;
	}
	.eael-infobox {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.all_portfolio_index{
		border-width: 0px 0px 1px 0px;
		padding-bottom: 10px;
	}
	.title_developer-center,.name_gt_ct,.title_duan_index,.title_duan_index,.title_why_chosse{
		font-size: 30px;
	}
	.all_duan_index {
		grid-template-columns: repeat(1,1fr);
	}
	.name_giaiphap{font-size: 10px;}
	.giaiphap_images {
		text-align: center;
	}
	.giaiphap_images img {
		width: 50%;
		margin: auto;
	}
	.control-doitac{display: none;}
	/* .img_doitac{
		clip-path: none;
	} */
	.col_doitac_1 {
		grid-template-columns: repeat(2,1fr);
	}
	.img_duan img {
		width: 100%;
	}
	.item_slider .banner-full-image-cpt img {
		height: 200px !important;
		object-position: left;
	}
	.all_gioithieu_cty{
		grid-template-columns: repeat(1,1fr);
	}
	.developer_center_index {
		grid-template-columns: repeat(1,1fr);
	}
	.all_nhungconso_gtct {
		grid-template-columns: repeat(2,1fr);
	}
	.noidung_mota_sanpham{
		text-align: justify;
	}
	.title_features_sanpham span{font-size: 25px;}
	.all_sanpham_index {
		grid-template-columns: repeat(1,1fr);
	}
	.all_noidung_gioithieu_congty{
		padding: 1.5rem 0rem 0% 0rem;
	}
	.all_gioithieu_congty_index{
		background-size: 100% auto !important;
		padding: 0 !important;
	}
	.duan_index{
		padding: 15px;
	}
	.all_portfolio_list {
		grid-template-columns: repeat(1,1fr);
		grid-gap: 15px;
	}
	.giaiphap_index {
		grid-template-columns: repeat(3,1fr);
	}
	.gallery-blk .fixwidth {
		width: 100%;
	}
	.gallery-blk .fx-layout {
		grid-template-columns: repeat(1,1fr);
	}
	.slider-posts .nav-slide {
		display: flex;
		flex-direction: row;
		justify-self: flex-end;
		gap: 10px;
		justify-content: space-between;
		width: 100%;
		margin-top: 20px;
	}
	.slider-posts_headings {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column;
	}
	.site-gap {
		margin: auto;
		width: 90%;
	}
	.cards-list {
		grid-template-columns: repeat(1,1fr);
	}
	.searchBox{
		width: 240px;
    right: -40%;
	}
	.all_doitac_post {
		grid-template-columns: repeat(2,1fr);
	}
	.heading-cpt .text-overlay{
		font-size: clamp(3rem, 3.8857rem + 2.8571vw, 0rem);
	}
	.name_mota{font-size: 22px;}
	.all_thucdon{grid-template-columns: repeat(1,1fr);}
	.mota_slide .gia_khach {
		font-size: 23px;
	}
	.suntory-alo-ph-circle-slide{
		left: 5px;
    	top: 0px;
	}
	.name_gioithieu{font-size: 19px;}
	.mota_tour{font-size: 14px;}
	.cathome_a{font-size: 22px;margin-bottom: 10px;}
	.left {
		margin-bottom: 20px;
	}
	.all_img_kttour{grid-template-columns: repeat(2,1fr);}
	.all_hinhanh_congtrinh{grid-template-columns: repeat(1,1fr);}
	.mota_lienhe {font-size: 25px;}
	.email_lienhe {font-size: 13px;}
	.name_sanpham {
		font-size: 14px;
	}
	.all_sp {grid-gap: 20px;}
	.mota_slide {
		font-size: 16px;
		text-align: center;
	}
	.name_slide {
		font-size: 20px;
	}
	.loadkhung_video,.all_tintuc_left_right { grid-template-columns: repeat(1,1fr); grid-gap: 15px;}
	.footer_name { font-size: 32px; }
	/* .header_left { width: 23%; } */

 	/* .boxmenu_right{ display:none !important; } */

	.loadkhung_product,.loadkhung_product1 {  grid-gap: 12px; grid-template-columns: repeat(1,1fr);}

	.boxfooter_container .fixwidth { flex-wrap: wrap; }
	.slider_info__name1 { font-size: 15px; }
	.slider_info1{ padding: 5px 8px; }

	.boxfooter_left { width: 100%; margin-bottom: 30px; padding-right: 0px; }
	.boxfooter_middle { width: 100%; margin-bottom: 30px; padding-right: 0px; }
	.boxfooter_middle1 { width: 100%; margin-bottom: 30px; padding-right: 0px; }
	.boxfooter_right { width: 100%; }

	.news .info-news{margin-top:15px;}
	.news_bt .info-news{margin-top:0px; text-align: left;}
	.top-contact .form-contact .button-contact .file-contact span b{max-width:105px;}
}
@media(max-width:372px){
	.select_orderby{width: 100%;}
	.all_select_orderby{text-align: left;}
	.all_orderby_bread_title{
		grid-template-columns: repeat(1, 1fr);
	}
	.songuoi{font-size: 12px;}
	.gia_phong{font-size: 13px;}
	.hotline .icon i{
		width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 9px;
	}
	.hotline{margin-right: 0;}
	.all_dichvu,.loadkhung_product, .loadkhung_product1 {grid-template-columns: repeat(1,1fr);}
	.mota_slide {
		font-size: 18px;
		text-align: center;
	}
	.name_slide {
		font-size: 20px;
	}
	.title_sanpham {font-size: 16px;}
	.title_sanpham span {font-size: 10px;}
	.all_sp {grid-template-columns: repeat(1,1fr);}
	.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;}
}