@charset "UTF-8";

/*
font-family: 'Lora', serif;
font-family: 'Roboto', sans-serif;
*/
/* Main */
: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; Line-height:1.3;}
h2,h3{font-size: 1.8rem;}
*:not(ul):not(ol):not(p){ margin: 0; padding: 0; } 
.clear{clear:both;}
.clearfix::after{ content: ""; clear: both; display: table;}
body{  font-family: 'Helvetica Neue'; top: 0px !important; font-size:1rem; line-height:1.6; }
a{ text-decoration:none;}
a:focus{outline:none;color:#fff;text-decoration:none;}
ul{ }
p{margin-bottom:8px;}
.slick-slide img{display: inline-block !important;}
.text-align-center{ text-align: center !important; }
 
.align-item-center{ align-items:center; }
.skiptranslate{ display: none; }
.overflow-x{overflow-x:hidden;}
.fixwidth{max-width:1200px;margin:auto;}
.fixpage{max-width:1200px;margin:auto;}
.maincontent{width:1366px;margin:auto;max-width: 1366px; }
.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;}

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-main,.wrap-content{max-width:1200px;margin:0px auto;padding:0px 0px 40px 0;}

.content-p{ }
.noidung_list1{ margin-bottom: 1rem; }
.noidung_list1 table{ width: 100% !important; }
.wrap-home{max-width:100%;padding:0px;}
.wrap-content{margin:auto;}

#wrapper{ }
/* 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{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: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{ background: #cfa267; color:#fff; line-height: 2.25rem; }
.header_email{ padding-right: 10px; }
.header_phone{ border-left:1px solid #d7ac72; padding-left: 10px; }
.header_email a, .header_phone a{ color:#fff; }

.header_login{ padding-right: 10px; }
.header_logout{ border-left:1px solid #d7ac72; padding-left: 10px; }
.header_login a, .header_logout a{ color:#fff; }

.fixed_head{ width:100%; z-index: 10000; }
.header_height{ background: #00233f; padding: 10px 0;}
.header{ position: relative; width:100%; }
.header .fixwidth{ max-width: 1200px; position: relative;}
.header_logo{ text-align: center; position: relative; z-index: 10000; }
.header_logo img{ transition: all 0.3s; max-height:72px;}

.wrap-banner{ width:100%; }
.wrap-banner img{ width:100%; display:block; }
.content-main{ margin-top:30px }

.search-btn{ padding: 5px; font-size: 24px; display: inline-block; text-align: right;  margin-left: 20px; }

.fixed{position: fixed !important;width:100%;max-width:100%;top: 0px !important;z-index: 9999;-webkit-animation: fadeInDown 1.3s ease backwards; -moz-animation: fadeInDown 1.3s ease backwards; -o-animation: fadeInDown 1.3s ease backwards; -ms-animation: fadeInDown 1.3s ease backwards; 
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 1px 8px -1px rgba(0,0,0,0.3);/*FF 3.5+*/
-webkit-box-shadow: 0 1px 8px -1px rgba(0,0,0,0.3);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 1px 8px -1px rgba(0,0,0,0.3);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color=#000000); /*IE 5.5-7*/
}
@-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}

.pdt10{ padding-top: 10px; }
.fixed .header_logo img{transition: all 0.3s; max-height:55px;}
.fixed .pdt10 {transition: all 0.3s; padding-top: 2px}

.wrap_menu_b{ padding-top: 5px; }
.menu-middle{ position:relative; width: calc( 100% - 200px );}
/*==========SEARCH=============*/
.btn-search{ font-size: 18px; cursor: pointer; color:#fff; }
.frm_timkiem{position:absolute; width:300px; top: calc( 100% + 10px ); right: 0; background:#fff; z-index: 9; display: none;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 0 5px -2px rgba(0,0,0,0.8);/*FF 3.5+*/
-webkit-box-shadow: 0 0 5px -2px rgba(0,0,0,0.8);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 0 5px -2px rgba(0,0,0,0.8);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000); /*IE 5.5-7*/
 }
.frm_timkiem button{top: 0px; outline:none; border:none; right:0; padding: 7px 25px; position: absolute;z-index: 999; top: 0px; color: #fff; background-color: #00233f; height: 38px;}
.frm_timkiem .input{text-indent: 6px;outline:none;transition:all ease 0.5s; padding: 8px 0px; padding-right: 50px; border: 0; width: 100%; z-index: 99; color:#333; background:#fff; font-size:14px; border: 2px solid #fff; height: 38px;}
.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;} 
  
/* Menu */
/*=====menu======*/
.wishlist{ padding:0 20px; }
.wishlist a{ font-size: 1.5rem; color:#353535; }
.wishlist a:hover{ color:#f00; }
.postfree a{ background:#ef5350; color:#ffffff; display:block; border-radius:4px; padding: 3px 15px; }
.postfree a:hover{ color:#ff0; }

.wrap_menu1{ height: 72px; }
.wrap_menu { position: relative; background: #fff; }
 
.wrap_menu ul{ list-style: none; padding: 0; margin: 0;}
.wrap_menu ul.menu_cap_cha{ position: relative; }
.wrap_menu ul.menu_cap_cha li{ float:left; transition:all ease-in-out 0.2s;position:relative; }
.wrap_menu ul.menu_cap_cha li.first-li{ position:initial !important;}
 
.wrap_menu ul.menu_cap_cha li.menulicha{ padding: 0px 20px;}
.wrap_menu ul.menu_cap_cha li.menulicha:hover{ background:#f5f5f5; }
.wrap_menu ul.menu_cap_cha li.menulicha>a{ text-transform: uppercase; text-decoration: none; color:#3f3424; font-size:15px; display: block; cursor: pointer;  height: 72px; line-height: 72px; transition: all 0.3s; position: relative;} 
.wrap_menu ul.menu_cap_cha li.menulicha>a::before{ content: ''; width: 100%; height: 2px; background: #ffa902; left: 0; bottom: 12px; opacity: 0; position: absolute; transition: all 0.3s; -moz-transform: scale(0, 1); -webkit-transform: scale(0, 1); -o-transform: scale(0, 1); -ms-transform: scale(0, 1); transform: scale(0, 1);} 

.wrap_menu ul.menu_cap_cha li.menulichaa:hover>{ color: #b87926; }
.wrap_menu ul.menu_cap_cha li.active>a,.wrap_menu ul.menu_cap_cha li:hover>a{ color:#ffa902; }
.wrap_menu ul.menu_cap_cha li.active>a::before,.wrap_menu ul.menu_cap_cha li:hover>a::before{  opacity: 1; -moz-transform: scale(1, 1); -webkit-transform: scale(1, 1); -o-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); }
.none_boder_r{ border-right: 0 !important; }
.no_bg{ background-image:none !important;}


.fixed ul.menu_cap_cha li.menulicha>a{  height: 72px; line-height: 72px; transition: all 0.3s; position: relative;} 

.desktop_hidden{ display: none; }
/*---menu cấp con---*/
.menu_cap_con{position:absolute;display:none;transition:all ease 0.5s;left: 0px; min-width: 100%; top:100%; background: #f5f5f5; z-index: 99;}
.menu_cap_con li{ padding: 0 !important; float:none !important; }
.menu_cap_con li a{display:block; min-width:150px; white-space: nowrap; float:none !important; transition:all ease 0.2s; line-height: initial !important; padding: 12px 10px !important; position: relative; border-bottom: 1px solid rgba(255,255,255,0.5); margin:0px;}
.menu_cap_con li:last-child a{ border-bottom: none;}
.fixed .menu_cap_con li, .tail_menu .menu_cap_con li{background:#f5f5f5 !important;}
.menu_cap_con li:hover>a{color:#ffa902 !important}
.menu_cap_con .menu_cap_2 li:hover>a{color:#ffa902 !important}
.menu_cap_con .menu_cap_2 .menu_cap_3 li:hover>a{color:#ffa902 !important}
.menu_cap_cha li:hover .menu_cap_con{display:block;}
.menu_cap_con li:hover .menu_cap_2{ display:block; }
.menu_cap_con li a{font-size:14px !important;color:#3f3424 !important;}
.menu_cap_2{ position: absolute; left: 100%; top: 0; display:none;background: #333;}

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

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

 

/* Slider*/
.wrap_slider{ width:100%; height: 100vh; position:relative; overflow: hidden; }
.wrap_slider_in{ max-height: 300px; }
.slider_content{ width: 90%; text-align: center; max-width:1000px; position: absolute; left:50%; top: 50%; color: #fff; transform: translate(-50%,-50%); }
#background-slider-noidung{ padding: 1.5rem;}
.ten_slider{ font-size: 3.5rem; line-height: 1.3; margin-bottom: 20px; }
.ten_slider1{ font-size: 2.5rem; line-height: 1.3; padding: 10px; margin-bottom: 20px; }
.slide_text{ margin-bottom: 10px; }
.item_slider_text{ font-size:1.5rem; font-weight: 600; color: #ffbc00; }
.mota_slider{ font-size: 1rem; }
.mota_slider1{ font-size: 1rem; padding: 10px; }
.mota_slider1 div{ display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}

.item_slider{position: relative;}
.slider_info { position: absolute; top: 0; left: 0%; bottom: 0; z-index: 2; display: flex; display: -webkit-flex; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 100%; opacity: 0; justify-content: space-between;}
.slider_info--text{width: 50%;margin:auto;}
.item_slider .thumb::before {display: none; content: ""; position: absolute; top: 30%; left: 0; bottom: 0; width: 450px; background: -moz-linear-gradient(left, #fff -10%, rgba(255, 255, 255, 0) 100%); background: -webkit-linear-gradient(left, #fff -10%, rgba(255, 255, 255, 0) 100%); background: -o-linear-gradient(left, #fff -10%, rgba(255, 255, 255, 0) 100%); background: -ms-linear-gradient(left, #fff -10%, rgba(255, 255, 255, 0) 100%); background:linear-gradient(left, #fff -10%, rgba(255, 255, 255, 0) 100%); text-align:center; z-index: 1;}
#slider .owl-item.active .item_slider .slider_info, #slider_mb .owl-item.active .item_slider .slider_info {opacity: 1; -webkit-animation: fadeInUp 1s ease backwards; -moz-animation: fadeInUp 1s ease backwards; -o-animation: fadeInUp 1s ease backwards; -ms-animation: fadeInUp 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 fadeInUp {from {opacity: 0;transform: translate3d(-20%, 0%, 0);} to {opacity: 1;transform: none;}}
.fadeInUp {animation-name: fadeInUp;}
.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: 55px; font-family: 'Muli-SemiBold'; padding-bottom: 10px; text-align: center;}
.slider_info__desc{font-size: 24px; font-family: 'Muli-Regular'; color: #fff;text-align: center;}

.slide-btn { background: #22c1c3; background: -webkit-linear-gradient(to right, #fdbb2d, #22c1c3); background: linear-gradient(to right, #fdbb2d, #22c1c3); border: medium none; border-radius: 30px; display: inline-block; font-size: 16px; font-weight: 600; height: 50px; line-height: 50px; outline: medium none; padding: 0 16px; position: relative; text-align: center; text-transform: uppercase; width: 160px; z-index: 3; margin: auto; color: #333;}
.slide-btn::after { background: #fff none repeat scroll 0 0; border-radius: 30px; bottom: 5px; content: ""; left: 5px; position: absolute; right: 5px; top: 5px; z-index: -2;}
.slide-btn:hover { color: #fff;}
.slide-btn:hover::after { background: transparent;}

/* Slideshow */
 
.slideshow{position:relative;}

/* Slideshow */
.slideshow{position:relative;}
/*.slideshow:after{content:'';position: absolute;top:0;left:0;width:100%;height:45%;background: linear-gradient(rgba(0,0,0,0.7), rgba(255,255,255,0)); z-index: 99;}*/
.slideshow a.mainslider{display:block;cursor:pointer;}
.slideshow a.mainslider img{width:100%;}
.slideshow:hover .control-slideshow{opacity:0.3;}
.slideshow .control-slideshow:hover{opacity:0.8;}
.control-slideshow{opacity:0;position:absolute;z-index:2;top:calc(50% - 50px/2);width:35px;height:50px;text-align:center;line-height:50px;font-size:25px;cursor:pointer;margin:0px;background-color:#000000;border-radius:3px;}
.control-slideshow i{color:#ffffff;}
.prev-slideshow{left:20px;padding-right:3px;}
.next-slideshow{right:20px;padding-left:3px;}

.btn-img{ max-width: 200px; }
.item_slider_content{ position: absolute; left:50%; top: 50%; width:98%; height:90%; max-width: 1200px; transform: translate(-50%,-50%); }
.btn-text { transition: all 0.5s; padding: 7px 25px; font-size: 18px; white-space: nowrap;}
.item_slider_content_relative{ position:relative; z-index:1; max-width: 600px; }
.item_slider_content_setup{ padding:30px; }
.slider-mota{ margin-bottom: 1.2rem; }
.slider-title{ margin-bottom: 1rem; }

.mt-30{ margin-top: 30px; }
.comitem{ cursor: pointer; }
/*====BOX giới thiệu====*/
.wrap_about{ padding: 80px 0; }
.left_about{ width: 43%; }
.title_about{ color: #333; position: relative; font-size: 1.625rem; text-transform: uppercase; font-weight: 600; margin-bottom: 20px;}
 

.wrap_banchay{ padding: 3rem 0; }

.videoclip_section{ padding: 3rem 0; }
.title_section{ color: #fff; font-weight: 600; font-size: 1.75rem; text-align: center; line-height: 1.2; }
.intro_section{ color: #fff; font-size: 1rem; text-align: center; margin-bottom: 40px; line-height: 1.2; }
.dg-wrapper a i{ content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-60%,-50%); z-index: 1; font-size: 45px; color: #f00;}
.dg-wrapper a:hover i{ color: #fff;}
/*====BOX DỊCH VỤ====*/
.wrap_blog{ padding: 5rem 0; }
.auto_blog .owl-prev{ position: absolute; right: calc( 100% + 20px ); top: 50%; transform: translateY(-50%); width: 29px; margin: 0 !important; }
.auto_blog .owl-next{ position: absolute; left: calc( 100% + 20px ); top: 50%; transform: translateY(-50%); width: 29px; margin: 0 !important; }
.auto_blog .owl-prev:hover{ background: none !important; outline: none;}
.auto_blog .owl-next:hover{ background: none !important; outline: none;}
.auto_blog .owl-nav{ margin: 0 !important;}


.item_news {position: relative; margin-bottom: 10px; text-align: justify;}
.item_news .news_img { width: 100%; overflow: hidden;}
.item_news .news_img img{ width: 100%; transform: scale(1.0) ; overflow: hidden; transition: all 0.5s;}
.item_news:hover .news_img img{ transform: scale(1.2) ;}
.item_news .news_info { width: 100%;  }
.item_news .news_info .news_name{ padding:10px 0; padding-bottom: 0; }
.item_news .news_info .news_name a { color: #222; font-weight: 600; font-size: 1rem; line-height: 1.3; display: block;  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.item_news .news_info:hover .news_name a { color: #f00; }
.item_news .news_info .news_mota { color: #666666; text-align: left; font-size: 0.875rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; line-height: 1.7;}
.item_news .news_info .date-post {color: #666666; font-size:  0.875rem; margin-bottom: 5px;}
.item_news .news_info .date-post i{ font-size: 5px; display: inline-block; line-height: 21px; height: 21px; width: 10px; position: relative;}
.item_news .news_info .date-post i:before{position: absolute; left: 50%; top: 82%; transform: translate(-50%,-50%);} 
.item_news .news_info .date-post span { color: #f00; }
 
.xemtatca { margin-top:30px; text-align: center; }
.xemtatca a{ padding: 10px 35px ; background: transparent; font-size: 1rem; border: 2px solid #fa9600; transition: all .3s; display: inline-block; color: #fab700; font-weight: 500; overflow: hidden; position: relative; border-radius: 30px;}
.xemtatca a:hover{ color: #fff; background: #fab700;}
.xemtatca a span{ position: relative; z-index: 1;}

.swiper-slide { background-position: center; background-size: cover; max-width: 600px;}

.wrap-video-21{ position: relative; width: 100%; padding-bottom: 55%; width: 600px;}
.wrap-video-21:before{ content: ''; z-index: 1; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, 0);}
.wrap-video-21 iframe{ position: absolute; width: 100%; height: 100%; }
.flip-current .wrap-video-21:before{ display: none; }

.main-kygui-left { width: 45%; float: left;}
.main-kygui-right { width: 55%; padding-left: 30px; float: right;}
.title-kygui { font-size: 25px; font-weight: bold;}
.title-kygui-small { font-size: 18px; font-weight: bold; margin-bottom: 20px; margin-top: 35px; }
.tr-radio { max-width: 60%; }
.main-kygui .td-2 { margin-right: 20px; width: calc((100% + 20px) / 2 - 20px); width: -moz-calc((100% + 20px) / 2 - 20px); width: -webkit-calc((100% + 20px) / 2 - 20px); }
.main-kygui .td-2:nth-child(2n) { margin-right: 0;}
.main-kygui .td { float: left; }
.radio-kygui { height: 14px; width: 14px; margin-right: 5px; }
.label-radio-kygui, .radio-kygui { display: inline-block; vertical-align: middle; }
.txt-kygui { display: block; width: 100%; border: 1px solid #ddd; border-radius: 3px; line-height: 1; }
input.txt-kygui, select.txt-kygui { height: 33px; }
.invalid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #dc3545;}
textarea.txt-kygui { height: 85px; padding: 15px 15px 0; }
.submit-kygui {display: inline-block; width: 310px; height: 53px; border: none; border-radius: 50px; border: none; background-color: #f17423; color: #fff; text-transform: uppercase; margin-top: 20px; }
.main-kygui-right { width: 55%; padding-left: 30px; float: right; }
.main-kygui .td-3 { margin-right: 20px; width: calc((100% + 20px) / 3 - 20px); width: -moz-calc((100% + 20px) / 3 - 20px); width: -webkit-calc((100% + 20px) / 3 - 20px); }
.main-kygui .td-3:nth-child(3n) { margin-right: 0;}
input.txt-kygui,.td-3 select,.td-3-expand-2 select { height: 33px; }
.td-3 select,.td-3-expand-2 select { padding:0 1.75rem 0 0.75rem; }
.mart15 { margin-top: 15px; }
.main-kygui .td-3-expand-2 { width: calc(((100% + 20px) / 3 - 10px) * 2); width: -moz-calc(((100% + 20px) / 3 - 10px) * 2); width: -webkit-calc(((100% + 20px) / 3 - 10px) * 2); }
.marb5 { margin-bottom: 5px;}
.main-kygui-right .submit-kygui { display: none; }
.main-kygui .td-cus:nth-child(1) { width: 60%;}
.main-kygui .td-cus:nth-child(2) { width: calc(40% - 30px); margin-left: 30px;}
 


#popup-timmua .modal-dialog { max-width: 750px;}
#popup-timmua .modal-header{ padding: 0; color:#fff; border-bottom: none; }
#popup-timmua .modal-header .close{ color:#000; margin: 0rem 0rem -1rem auto; padding: 0.5rem; position: relative; z-index: 1;}
#popup-timmua .left-popup{ width: 48.7%; }
#popup-timmua .right-popup{ width: 48.7%; }
#popup-timmua .fullw-popup{ width: 100%; margin-bottom: 20px; }
#popup-timmua .fullw-popup div{ padding:0 10px; }
#popup-timmua .fullw-popup div input{ width: 20px; height: 20px; margin-right: 5px; }
#popup-timmua .modal-body { padding: 1.5rem; padding-top: 1rem;}

.frm-popup{ }
.item-popup{border: 1px solid #ddd; padding: 8px; border-radius: 5px; margin-bottom: 15px; width:100%; position: relative; }
.item-popup input{ width: 100%; border: none; font-size: 15px;}
.btn-popup{ width: 150px; margin: auto; padding-top: 10px}
.btn-popup input{ width: 100%; background: #f90; color: #fff; border: none; font-size: 14px; padding: 10px 30px; border-radius: 5px;}
.modal { z-index: 10150; }
.modal-backdrop { z-index: 10140; }
.title-popup{ text-align: center; font-size: 30px; font-weight: bold; }
.title-popup-text{ text-align: center; margin-bottom: 2rem; }
/*
.httitl{ color:#fff ; position: relative; padding-bottom: 15px;}
.httitl:before{ content: '';  width: 120px; height: 2px; position: absolute; left: 50%; bottom: 0px; background: #fff; transform: translateX(-50%); }
.httitl p{ margin-bottom: 0; color:#fff !important; line-height: 1;}

div#dknt {  max-width: 790px;  margin: 0px auto;}
.khung_dk{width: 280px;}
form#frm_dknt input[type='text'], form#frm_dknt input[type='email'] { width: 100%; height: 46px; padding: 0px 10px 0px 42px; border: 1px solid #fff; background: transparent; outline: none; color: #fff; border-radius: 3px; transition: all 0.3s; }
form#frm_dknt input::-webkit-input-placeholder { color: #fff; }
form#frm_dknt input:-ms-input-placeholder { color: #fff; }
form#frm_dknt input::placeholder { color: #fff;}

form#frm_dknt input#ten_nhantin {  background: url(../images/img-data/input1.png) no-repeat left 10px center, transparent; margin-bottom: 15px;}
form#frm_dknt input#dienthoai_nhantin { background: url(../images/img-data/input2.png) no-repeat left 10px center, transparent; margin-bottom: 15px;}
form#frm_dknt input#email_nhantin { background: url(../images/img-data/input3.png) no-repeat left 10px center, transparent;}
form#frm_dknt textarea { width: 100%; padding: 15px 10px 17px 42px; border-radius: 3px;border: 1px solid #fff; background: transparent; outline: none; color: #000; }
form#frm_dknt textarea#noidung_nhantin { background: url(../images/img-data/input4.png) no-repeat 10px 14px, transparent; color: #fff; transition: all 0.3s;}
form#frm_dknt textarea::-webkit-input-placeholder { color: #fff; }
form#frm_dknt textarea:-ms-input-placeholder { color: #fff; }
form#frm_dknt textarea::placeholder { color: #fff;}

form#frm_dknt input[type='submit'] { background: #fa9600; color: #fff; border: 2px solid #fa9600; cursor: pointer; text-transform: uppercase; outline: none; border-radius: 30px; font-size: 17px; font-weight: 700; padding: 12px 30px;}
form#frm_dknt input[type='submit']:hover { background: transparent; }
.error-nhantin{color: #f00;}

.but_dk { position: relative; width: calc( 100% - 300px );}
.wr-btn{ margin-top: 20px; text-align: center; width: 100%; }
*/

div#dknt1 {  max-width: 790px;  margin: 0px auto;}
form#frm_dknt1 input[type='text'], form#frm_dknt1 input[type='email'] { width: 100%; height: 43px; padding: 0px 10px 0px 42px; border: 1px solid #dddddd; background: transparent; outline: none; color: #2d2d2d; border-radius: 3px; transition: all 0.3s; }
form#frm_dknt1 input::-webkit-input-placeholder { color: #2d2d2d; }
form#frm_dknt1 input:-ms-input-placeholder { color: #2d2d2d; }
form#frm_dknt1 input::placeholder { color: #2d2d2d;}

form#frm_dknt1 input#ten_nhantin1 {  background: url(../images/img-data/input1.png) no-repeat left 10px center, transparent; margin-bottom: 15px;}
form#frm_dknt1 input#dienthoai_nhantin1 { background: url(../images/img-data/input2.png) no-repeat left 10px center, transparent; margin-bottom: 15px;}
form#frm_dknt1 input#email_nhantin1 { background: url(../images/img-data/input3.png) no-repeat left 10px center, transparent; margin-bottom: 15px;}
form#frm_dknt1 textarea { width: 100%; padding: 15px 10px 17px 42px; border-radius: 3px;border: 1px solid #dddddd; background: transparent; outline: none; color: #000; }
form#frm_dknt1 textarea#noidung_nhantin1 { background: url(../images/img-data/input4.png) no-repeat 10px 14px, transparent;  color: #2d2d2d; transition: all 0.3s; margin-bottom: 15px;}
form#frm_dknt1 textarea::-webkit-input-placeholder { color: #2d2d2d; }
form#frm_dknt1 textarea:-ms-input-placeholder { color: #2d2d2d; }
form#frm_dknt1 textarea::placeholder { color: #2d2d2d;}

form#frm_dknt1 input[type='button'] { background: #156597; color: #fff; border:none; cursor: pointer; text-transform: uppercase; outline: none; font-size: 0.9rem; font-weight: 600; padding: 12px 30px;}
form#frm_dknt1 input[type='button']:hover { color: #ff0;}

/*====BOX DỊCH VỤ====*/
.px-15{ padding: 5px; }
.item_lienhe{ padding: 20px 20px 20px 20px; -webkit-box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%); box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%); text-align: center; color: #6c757d; width: 31%;}
.item_lienhe .item_lienhe_icon{ font-size: 30px; }
.item_lienhe .item_lienhe_tieude{ color: #2586bf; margin-top: 0.5rem; }
.item_lienhe .item_lienhe_info{ font-size: 14px; margin-top: 0.5rem; }

.main_news{ font-size: 1.2rem; margin-bottom: 15px; font-weight: 600; }
.box-service-container1{padding:50px 0;}
.box-service-container{padding:50px 0;}
  
.wrap-pro-wrap{ margin-bottom: 30px; }
.main_title{color: #333333; font-weight: 500; border-bottom: 1px solid #ddd; font-size: 1.75rem; padding-bottom: 5px; text-align: center; margin-bottom: 40px; line-height: 1.2;}
.right_tab span{ display: block; cursor: pointer; font-size: 17px; }
.right_tab span:first-child{ margin-right: 8px; }
.right_tab span:hover{ color: #ffa902; }
.right_tab span.active{ color: #f00; }
.right_tab span i{ display: block; }
 


.index_title1{ position: relative; margin-bottom: 1rem; font-size: 1.875rem; color: #000 !important; } 
.index_title_text_blog{ margin-bottom:  1.5rem; }
.wrap_hot{ padding: 5rem 0; }

.left-title{font-size: 17px; border-bottom: 1px solid #ddd; padding-top: 8px;}
.left-content{width: 25%; float: left; }
.right-content{width: 73%; float: right; }
 
.detail_news_left{width: 73%; float: left; position: relative; z-index: 1;}
.detail_news_right{width: 25%; float: right; position: relative; z-index: 1;}
.list_sp_news_page{ padding: 10px; border:1px solid #dddddd; margin-bottom: 20px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color=#DDDDDD)";/*IE 8*/
	-moz-box-shadow: 0 2px 1px #DDDDDD;/*FF 3.5+*/
	-webkit-box-shadow: 0 2px 1px #DDDDDD;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 0 2px 1px #DDDDDD;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#DDDDDD); /*IE 5.5-7*/
}
.list_sp_news_page:last-child{margin-bottom: 0;}
.row-flex-xs { display: -ms-flex; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -25px;}
 
.tbl_banggia { width: 100%; border-collapse: collapse; font-size: 14px; text-align: center; font-size: 13px;}
.tbl_banggia th, .tbl_banggia td { border: 1px solid #d2d2d2; padding: 12px 1%;}
.tbl_banggia th { font-size: 14px; border: 1px solid #9a9a9a !important; padding: 15px 1% !important;}
.tbl_banggia th, .tbl_banggia td { border: 1px solid #d2d2d2; padding: 12px 1%;}
.tbl_banggia a { color: #333333;}
div.tim_tailieu { background: #F1F1F1; padding: 20px 3%; border: 1px solid #cbcbcb; text-align: center; margin-bottom: 20px;}
div.tim_tailieu p { display: inline-block; vertical-align: top; text-transform: uppercase; line-height: 30px;}
div.tim_tailieu select { display: inline-block; vertical-align: top; height: 30px; width: 15%;}
div.tim_tailieu input[type='text'] { display: inline-block; vertical-align: top; height: 30px; width: 50%; padding: 0 5px;}
div.tim_tailieu input[type='submit'] { display: inline-block; vertical-align: top; height: 30px; width: 100px; background: #333333; border: none; color: #ffffff; text-transform: uppercase; cursor: pointer;}

div.map iframe { max-width: 100% !important;}
div.cacmien { border-bottom: 2px solid #1a509e;}
div.cacmien ul { list-style: none; text-align: center; padding: 0; margin: 0;}
div.cacmien ul li { display: inline-block; vertical-align: top; padding: 15px 12px; font-size: 17px; cursor: pointer;}
div.cacmien ul li a { display: block;}
div.cacmien ul li.active_mien,div.cacmien ul li:hover { color: red;}
div.map_left { width: 33%; float: left; -webkit-box-shadow: 0 0 15px 0 #bbb; box-shadow: 0 0 15px 0 #bbb; overflow: auto;}
div.item_map { border-bottom: 1px solid #e0e0e0; padding: 15px 15px; cursor: pointer; color: #767676;}
div.item_map .mota { display: none;}
div.active_map .mota { display: block;}
div.item_map:hover,div.active_map { background: #ececec;}
div.item_map p.ten { padding-bottom: 4px; font-size: 14px; color: #333333;}
div.cacmien ul li.active_mien, div.cacmien ul li:hover { color: red;}
div.item_map p i { color: #ea2a31; margin-right: 10px; font-size: 19px;}
.wap_map { height: 442px; overflow: auto;}
.wap_map::-webkit-scrollbar { background: #fff; width: 10px; height: 11px;}
.wap_map::-webkit-scrollbar-thumb { background: #BBBBBB;}
.map_description { color: #000000; overflow: auto; max-width: 300px; text-align: justify;}
.map_title { color: #f61b03; font-weight: bold; font-size: 17px; margin-bottom: 8px;}

div.map_right { width: 66%; float: right;}
/*====BOX TIN TUC====*/
.mgb-40{ margin-bottom: 40px; }
.title-filter{ font-size: 16px; font-weight: bold;}
.title-filter a{ color: #000;}
.left_product{ width: 23%; position: relative; z-index: 1;}
.right_product{ width: 75%; position: relative; z-index: 1;}
.box_filter{ border: 1px solid #ddd; padding: 10px; margin-bottom: 20px;}
.box_filter:last-child{ margin-bottom: 0px;}
.item-filter{ margin-top: 3px; }
.item-filter:first-child{ margin-top: 8px; }
.item-filter a{ color:#000; }
.item-filter:hover a,.item-filter a.active{ color:#f00; }
.item-filter input{ margin-top: 5px; margin-right: 4px;}
 
.pd0{ padding: 0; }
.item_qc img{ width: 100%;}
.item_qc{ margin-bottom: 15px; }
.item_qc:last-child{ margin-bottom: 0; }
/* Breadcrumb */
.breadCrumbs{background-color:#eee; }
.breadCrumbs .wrap-content{padding:0.75rem 10px;max-width:1200px;}
.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);}
 
.left_product{ width: 68%; }
.right_product{ width: 30%;}


.index_title_bc{ color: #EC644B; font-size: 20px !important; margin-bottom: 6px; position: relative;}
 
.box_load_list{ text-align: center; margin-bottom: 40px; }
.box_load_list .load_list{ display: inline-block; font-family: 'Muli-SemiBold'; padding:9px 11px; margin: 5px 0; border:1px solid transparent; color: #8c8c8c; cursor: pointer; border-radius: 30px; }
.box_load_list .load_list:hover,.box_load_list .load_list.active{ color: #61c472; border: 1px solid #61c472; }
 
.banner_list{ margin-top: 20px; }
.banner_list img{ display: block; width: 100%; }

.title-bottom{ color: #000; text-align: center; padding-bottom: 5px; font-family: 'Helvetica Neue'; font-size:32px; margin-bottom:40px; position: relative; }
.title-bottom:before{ content:''; position:absolute; left: 50%; bottom:0; transform: translateX(-50%); width:100px; height:1px; background:#000; }

.loadkhung_news1{display: grid;grid-template-columns: repeat(2,1fr);grid-gap:27px;}
.loadkhung_news{display: grid;grid-template-columns: repeat(3,1fr);grid-gap:27px;}
.item_news {position: relative; margin-bottom: 10px; text-align: justify;}
.item_news .news_img { width: 100%; overflow: hidden;}
.item_news .news_img img{ width: 100%; overflow: hidden;}
.item_news .news_info { width: 100%; font-family: 'Helvetica Neue'; margin-top: 15px;}
.item_news .news_info h3 a { color: #000; display: block; line-height: 1.5; font-size: 18px;}
.item_news .news_info:hover h3 a { color: #f00; }
.item_news .news_info .news_mota { color: rgba(0, 0, 0, 0.5); text-align: left; font-size: 15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; line-height: 1.7;}
.item_news .news_info .date-post {color: rgba(0, 0, 0, 0.5); font-size: 15px; margin-bottom: 12px;}
.item_news .news_info .date-post i{ font-size: 5px; display: inline-block; line-height: 21px; height: 21px; width: 10px; position: relative;}
.item_news .news_info .date-post i:before{position: absolute; left: 50%; top: 77%; transform: translate(-50%,-50%);} 
.item_news .news_info .date-post span { color: #f00; }

.xemtatca{ margin-top: 30px; text-align: center; }
.xemtatca a{ display:inline-block; background: #ff9000; color: #fff; border: 2px solid #ff9000; font-size: 18px; padding: 8px 20px; transition: all 0.5s; }
.xemtatca a:hover{ background: transparent; color: #ff9000; border: 2px solid #ff9000; transition: all 0.5s; }

.left_qc{ width: 49%; }
.right_qc{ width: 49%; }

.title-dv{ color: #fff; text-align: center; padding-bottom: 5px; font-family: 'Helvetica Neue'; font-size: 32px; margin-bottom:40px; position: relative; }
.title-dv:before{content:''; position:absolute; left: 50%; bottom:0; transform:translateX(-50%); width:100px; height:1px; background:#fff;}
.wrap_dichvu{ padding: 3.5rem 0; }
.item_dichvu {position: relative; padding: 20px; border-radius: 15px; background: #0c62cc; text-align: justify; width: 49%;}
.item_dichvu .dichvu_img { width: 65px; overflow: hidden;}
.item_dichvu .dichvu_img img{ width: 100%; overflow: hidden;}
.item_dichvu .dichvu_info { width: calc( 100% - 65px ); padding-left: 15px; font-family: 'Helvetica Neue'; }
.item_dichvu .dichvu_info h3 a { color: #fff; display: block; line-height: 1.5; font-size: 20px;}
.item_dichvu .dichvu_info:hover h3 a { color: #ff0; }
.item_dichvu .dichvu_info .dichvu_mota { color: #fff; text-align: left; font-size: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; line-height: 1.7;}
.item_dichvu .xemthem{ margin-top: 10px; }
.item_dichvu .xemthem a{ display:inline-block; background: #ff9000; color: #fff; border: 1px solid #ff9000; font-size: 16px; padding: 5px 15px; transition: all 0.5s; border-radius: 20px;}
.item_dichvu .xemthem a:hover{ background: transparent; color: #fff; border: 1px solid #fff; transition: all 0.5s; }

.title-lienket{font-weight: 500; margin-bottom: 20px; color: #444c59; font-size: 16px;}
.loadkhung_lienket{display: grid;grid-template-columns: repeat(5,1fr);grid-gap:5px 25px ;}
.item_lienket{ }
.item_lienket a{ color:#337588; font-size: 13px; }
.item_lienket a:hover{ color:#c72528; }

.boxproduct_item1{ position: relative; overflow: hidden; border: 1px solid #e1e1e1;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color=#D9D9D9)";/*IE 8*/
-moz-box-shadow: 0 1px 1px #D9D9D9;/*FF 3.5+*/
-webkit-box-shadow: 0 1px 1px #D9D9D9;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 1px 1px #D9D9D9;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#D9D9D9); /*IE 5.5-7*/
}
.boxproduct_item1 .boxproduct_img{display: block; overflow: hidden; position: relative; }
.boxproduct_item1 .boxproduct_img img{width: 100%; transform: scale(1); transition: all 0.5s;}
.boxproduct_item1:hover .boxproduct_img img{ transform: scale(1.1); }
.boxproduct_item1 .boxproduct_info{ transition: all 0.5s; padding: 10px;}
.boxproduct_item1 .boxproduct_name{ position: relative; margin-bottom: 5px; }
.boxproduct_item1 .boxproduct_name a{ transition: all 0.5s; color:#000; font-weight: 600; font-size: 1rem; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.boxproduct_item1:hover .boxproduct_name a{ color:#ffa902; }
.boxproduct_item1 .boxproduct_mota{ width: 100%; text-align: left; font-size: 1rem; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; margin-top: 5px; }
.boxproduct_item1 .boxproduct_gia{color:#333; font-size: 1rem; font-weight: 500; display: block; }
.boxproduct_item1 .boxproduct_gia span{color:#ff8a00; }

.xemthemtatca{ text-align: center; margin-top: 2rem;  }
.xemthemtatca a{ display: inline-block; border-radius: 8px; padding: 12px 50px; border: 1px solid #055699; color: #055699;} 

.left_tab{}
.left_tab span{ padding: 8px 25px; padding-bottom: 5PX; cursor: pointer; margin-right: 5px; text-transform: uppercase; border-radius: 10px 10px 0 0; background: #f4f2f0; }
.left_tab span.activetablist{  background: #cfa267; color: #fff;}
.left_tab span:last-child{ margin-right: 0; }

.show_them_boloc{  }

.tab_box_content{ display: none; }
.tab_box_content.active{ display: block; }
.tab_box{ padding: 20px; padding-bottom: 10px; background: #cfa267; }
.selectcat{ width: 18%; margin-bottom: 10px; border-top-right-radius: 0; border-bottom-right-radius: 0;}
.inputkeyword{ width: calc( 81% - 150px ); margin-bottom: 10px; border-top-left-radius: 0; border-bottom-left-radius: 0;}
.btnkeyword{ width: 150px; margin-left: 1%; margin-bottom: 10px; color: #fff; background-color: #ef5350; border: 1px solid #ef5350;}

.box_select .w-4{ width: calc( 97% / 4 ); margin-right: 1%; margin-bottom: 10px;}
.box_select .w-4:nth-child(4n){ margin-right: 0;}

.box_select .w-5{ width: calc( 96% / 5 ); margin-right: 1%; margin-bottom: 10px;}
.box_select .w-5:nth-child(5n){ margin-right: 0;}

.box_select .w-6{ width: calc( 95% / 6 ); margin-right: 1%; margin-bottom: 10px;}
.box_select .w-6:nth-child(6n){ margin-right: 0;}

.box_select .w-7{ width: calc( 84% / 6 ); margin-right: 1%; margin-bottom: 10px;}
.box_select .w-7:nth-child(7n){ margin-right: 0;}

.filmore{ outline: none !important; width: 10% !important; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; border:none; border-radius: 5px; }

.boloc-hidden{ display: none; }
.boloc-show{ display: block !important; }

.pd-search{ padding: 10px; box-shadow: 0 1px 7px 0 rgb(0 0 0 / 15%) !important; position: relative;}
.search-list{ display: none; }
.search-list-show{ display: block; }

.selectlist{ width: 10%; font-size: 13px; }
.inputkeyword_in{ width: 15%; font-size: 13px; }
.search-list{ width: 11%; font-size: 13px; }
.filmore_in{ outline: none !important; width: 8% !important; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; border:none; border-radius: 5px; font-size: 13px; }
.btnkeyword_in{ width: 100px; font-size: 13px; color: #fff; background-color: #ef5350; border: 1px solid #ef5350;}
.hidden-in-show{ display: block !important; }
.box_hidden_in{ position:absolute; top: 100%; right: 110px; z-index: 9; width: 250px; padding:15px; border-radius: 0.25rem !important; background-color: #fff !important; box-shadow: 0 1px 7px 0 rgb(0 0 0 / 15%) !important; }
.box_hidden_in .custom-select{ margin: 5px 0; font-size: 13px; width: 100%; }

.load_grid_product{display: grid; grid-template-columns: repeat(3,1fr); grid-gap:20px;}
.load_grid_product .box_item{ position: relative; font-weight: 400; border: 1px solid #e0e0e0;}
.load_grid_product .box_item .box_img{display: block;overflow: hidden;position: relative; margin: -1px;}
.load_grid_product .box_item .box_img img{width: 100%; transform: scale(1); transition: all 0.5s;}
.load_grid_product .box_item:hover .box_img img{ transform: scale(1.1); }
.load_grid_product .box_item .box_info{ padding: 10px; }
.load_grid_product .box_item .box_name{ margin-bottom:5px; position: relative; }
.load_grid_product .box_item .box_name a{ transition: all 0.5s; font-family: 'Helvetica Neue'; color:#055699; text-transform: capitalize; font-weight: bold; font-size: 0.9rem; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.load_grid_product .box_item:hover .box_name a{ color:#f00; }
.load_grid_product .box_item .box_gia{ margin-top: 5px; color:#333; font-family: 'Helvetica Neue'; font-size: 0.875rem; font-weight: 500; display: block; }
.load_grid_product .box_item .box_gia span{color:#ff8400; font-size: 20px; }
.load_grid_product .box_item .box_giacu{color:#555; font-size: 13px; text-decoration: line-through;}
.load_grid_product .box_item .box_ig{ margin-top: 5px;}
.load_grid_product .box_item .box_dc{ margin-top: 5px;}
.load_grid_product .box_item .box_ig img{ max-height: 17px !important; color:#555; font-size: 13px; text-decoration: line-through;}
  
.load_grid{display: grid; grid-template-columns: repeat(4,1fr); grid-gap:20px;}
.load_grid .box_item{ position: relative; font-weight: 400; border: 1px solid #e0e0e0;}
.load_grid .box_item .box_img{display: block;overflow: hidden;position: relative; margin: -1px;}
.load_grid .box_item .box_img img{width: 100%; transform: scale(1); transition: all 0.5s;}
.load_grid .box_item:hover .box_img img{ transform: scale(1.1); }
.load_grid .box_item .box_info{ padding: 10px; }
.load_grid .box_item .box_name{ margin-bottom:5px; position: relative; }
.load_grid .box_item .box_name a{ transition: all 0.5s; font-family: 'Helvetica Neue'; color:#055699; text-transform: capitalize; font-weight: bold; font-size: 0.9rem; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.load_grid .box_item:hover .box_name a{ color:#f00; }
.load_grid .box_item .box_gia{ margin-top: 5px; color:#333; font-family: 'Helvetica Neue'; font-size: 0.875rem; font-weight: 500; display: block; }
.load_grid .box_item .box_gia span{color:#ff8400; font-size: 20px; }
.load_grid .box_item .box_giacu{color:#555; font-size: 13px; text-decoration: line-through;}
.load_grid .box_item .box_ig{ margin-top: 5px;}
.load_grid .box_item .box_dc{ margin-top: 5px;}
.load_grid .box_item .box_ig img{ max-height: 17px !important; color:#555; font-size: 13px; text-decoration: line-through;}
 


.load_table{display: grid; grid-template-columns: repeat(2,1fr); grid-gap:20px;}
.load_table .box_item{ position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; font-weight: 400; border: 1px solid #e0e0e0; padding: 10px; align-items: center; box-shadow: 0 0 10px #0000001a; border-radius: 10px;}
.load_table .box_item .box_img{ width: 200px;  display: block;overflow: hidden;position: relative; }
.load_table .box_item .box_img img{width: 100%; transform: scale(1); transition: all 0.5s;}
.load_table .box_item:hover .box_img img{ transform: scale(1.1); }
.load_table .box_item .box_info{ width: calc( 100% - 210px ); }
.load_table .box_item .box_name{ margin-bottom:5px; position: relative; }
.load_table .box_item .box_name a{ transition: all 0.5s; font-family: 'Helvetica Neue'; color:#055699; text-transform: capitalize; font-weight: bold; font-size: 0.9rem; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.load_table .box_item:hover .box_name a{ color:#f00; }
.load_table .box_item .box_gia{ margin-top: 5px; color:#333; font-family: 'Helvetica Neue'; font-size: 0.875rem; font-weight: 500; display: block; }
.load_table .box_item .box_gia span{color:#ff8400; font-size: 20px; }
.load_table .box_item .box_giacu{color:#555; font-size: 13px; text-decoration: line-through;}
.load_table .box_item .box_ig{ margin-top: 5px;}
.load_table .box_item .box_dc{ margin-top: 5px;}
.load_table .box_item .box_ig img{ max-height: 17px !important; color:#555; font-size: 13px; text-decoration: line-through;}


.load_grid1{display: grid; grid-template-columns: repeat(3,1fr); grid-gap:20px;}
.load_grid1 .box_item{ position: relative; font-weight: 400; border: 1px solid #e0e0e0;}
.load_grid1 .box_item .box_img{display: block;overflow: hidden;position: relative; margin: -1px;}
.load_grid1 .box_item .box_img img{width: 100%; transform: scale(1); transition: all 0.5s;}
.load_grid1 .box_item:hover .box_img img{ transform: scale(1.1); }
.load_grid1 .box_item .box_info{ padding: 10px; }
.load_grid1 .box_item .box_name{ margin-bottom:5px; position: relative; }
.load_grid1 .box_item .box_name a{ transition: all 0.5s; font-family: 'Helvetica Neue'; color:#055699; text-transform: capitalize; font-weight: bold; font-size: 0.9rem; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.load_grid1 .box_item:hover .box_name a{ color:#f00; }
.load_grid1 .box_item .box_gia{ margin-top: 5px; color:#333; font-family: 'Helvetica Neue'; font-size: 0.875rem; font-weight: 500; display: block; }
.load_grid1 .box_item .box_gia span{color:#ff8400; font-size: 20px; }
.load_grid1 .box_item .box_giacu{color:#555; font-size: 13px; text-decoration: line-through;}
.load_grid1 .box_item .box_ig{ margin-top: 5px;}
.load_grid1 .box_item .box_dc{ margin-top: 5px;}
.load_grid1 .box_item .box_ig img{ max-height: 17px !important; color:#555; font-size: 13px; text-decoration: line-through;}
 

.load_table1{display: grid; grid-template-columns: repeat(1,1fr); grid-gap:20px;}
.load_table1 .box_item{ position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; font-weight: 400; border: 1px solid #e0e0e0; padding: 10px; align-items: center; box-shadow: 0 0 10px #0000001a; border-radius: 10px;}
.load_table1 .box_item .box_img{ width: 250px;  display: block;overflow: hidden;position: relative; }
.load_table1 .box_item .box_img img{width: 100%; transform: scale(1); transition: all 0.5s;}
.load_table1 .box_item:hover .box_img img{ transform: scale(1.1); }
.load_table1 .box_item .box_info{ width: calc( 100% - 270px ); }
.load_table1 .box_item .box_name{ margin-bottom:5px; position: relative; }
.load_table1 .box_item .box_name a{ transition: all 0.5s; font-family: 'Helvetica Neue'; color:#055699; text-transform: capitalize; font-weight: bold; font-size: 0.9rem; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.load_table1 .box_item:hover .box_name a{ color:#f00; }
.load_table1 .box_item .box_gia{ margin-top: 5px; color:#333; font-family: 'Helvetica Neue'; font-size: 0.875rem; font-weight: 500; display: block; }
.load_table1 .box_item .box_gia span{color:#ff8400; font-size: 20px; }
.load_table1 .box_item .box_giacu{color:#555; font-size: 13px; text-decoration: line-through;}
.load_table1 .box_item .box_ig{ margin-top: 5px;}
.load_table1 .box_item .box_dc{ margin-top: 5px;}
.load_table1 .box_item .box_ig img{ max-height: 17px !important; color:#555; font-size: 13px; text-decoration: line-through;}


.box_icon_sp{ position: absolute; left: 4px; top: 4px; z-index:1; }
.icon_hot{ display: inline-block; background: #f00; color: #fff; padding: 4px 10px; z-index:1; font-size: 12px; }
.icon_daban{ display: inline-block; background: #19692c; color: #fff; padding: 4px 10px; z-index:1; font-size: 12px; }
.icon_dachothue{ display: inline-block; background: #17a2b8; color: #fff; padding: 4px 10px; z-index:1; font-size: 12px; }
.whishlist{ position: absolute; right: 0px; bottom: 4px; color: #fff; z-index:1; font-size: 25px; padding: 0 5px; }
.whishlist:hover i,.whishlist.active i{ font-weight: 900; color: #ff8400; }
 

.product_title{ color:#353535; margin-bottom: 1rem; font-size: 2.25rem; text-align: center; }
.loadkhung_video{display: grid;grid-template-columns: repeat(3,1fr);grid-gap:30px;}
.tailvideo_item .name-video { font-size: 18px; text-align: center; }
.tailvideo_item a { position: relative; display: block;  }
.tailvideo_item a i{ content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 45px; color: #f00;}
.tailvideo_item a:hover i{ color: #fff;}

.com_wrap{ position: relative; margin-bottom: 3rem; }
.com_wrap:before{ content: ''; position: absolute; width: 100vw; height: 1px; background: #e1e1e1; left: 50%; bottom: 0; transform: translateX(-50%); }
.com_wrap a{ padding: 10px 0 7px 0; font-size: 1.2rem; position: relative; margin-right: 50px; color:#353535; font-weight: 600; font-size: 1.2rem; border-bottom: 3px solid transparent;}
.com_wrap a::after{ content: ''; position: absolute; width: 1px; height: 35px; background: #e1e1e1; right: -25px; top: 50%; transform: translateY(-50%); }
.com_wrap a:last-child{ margin-right: 0px; }
.com_wrap a:last-child::after{ display: none; }
.com_wrap a:hover,.com_wrap a.active_com{ border-color: #ffaf02; }

.wrap_qc{  }
.wrap_qc img{ display: block; width: 100%; }

.star_active{color: #EC644B; font-size: 12px;}
.star_off{color: #ddd; font-size: 12px;}

.wrap_bottom{ padding: 50px 0; }
.wrap_lienket{ padding-bottom: 50px; padding-top: 30px; }

.qc_right{ display: block; margin-top: 20px;}
.qc_right img{ display: block; width: 100%;}

.lh_img img{ transform: scale(1.0); transition: all 0.3s; }
.lh_img:hover img{ transform: scale(1.1); transition: all 0.3s; }
 
/*====BOX FOOTER====*/
.ftmxh{ margin-top: 15px; }
.ftmxh a{ margin-right: 5px; }
.ftmxh a img{ transform: scale(1.0); transition: all 0.3s; }
.ftmxh a:hover img{ transform: scale(1.1); transition: all 0.3s; }
.boxfooter_container{ color:#fff; border-top: 2px solid #10324d; padding: 3rem 0px 0px; font-size: 1rem; line-height: 1.6;}
.boxfooter_container .fixwidth{ padding-bottom:25px; }
.boxfooter_left{ width:38%; }
.boxfooter_middle{ width:25%; }
.boxfooter_middle .item-ft-middle{ margin-bottom: 20px; }
.boxfooter_middle .item-ft-middle:last-child{ margin-bottom: 0px; }
.boxfooter_right{ width:28%; }
.ft_logo_img{ margin-bottom: 15px; }
.boxfooter_title{ position: relative; color:#b87926; text-transform: uppercase; font-weight: bold; font-family: 'Helvetica Neue'; font-size:17px; margin-bottom:8px; }
.boxfooter_info{  color: #b8b8b8; line-height: 1.5; }

 
.box_chinhsach_item{ margin-bottom:5px;}
.box_chinhsach_item:last-child{ margin-bottom:0px;}
.box_chinhsach_item a{color:#b8b8b8; display: block; line-height: 1.3; }
.box_chinhsach_item:hover a{ text-decoration: underline !important;}
 
.boxfooter_bottom{ padding:10px 0; color:#b8b8b8; font-size: 0.875rem; }
.boxfooter_bottom .fixwidth { padding: 0; }
/* Sản Phẩm Detail */
.noidung_list{ margin-bottom: 20px; }
.nd_page{ padding-bottom: 50px; position:relative; max-height: 150px; overflow: hidden; }
.show_nd{ position:absolute; left:0px; bottom:0px; width: 100%; padding-top: 40px; 
background: -moz-linear-gradient(180deg, #ffffff00 0%, #FBFBFB 40%);/* FF3.6+ */
background: -webkit-gradient(linear, 180deg, color-stop(20%, ffffff00), color-stop(40%, FBFBFB));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(180deg, #ffffff00 0%, #FBFBFB 40%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(180deg, #ffffff00 0%, #FBFBFB 40%);/* Opera 11.10+ */
background: -ms-linear-gradient(180deg, #ffffff00 0%, #FBFBFB 40%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff00', endColorstr='#FBFBFB', GradientType='1'); /* for IE */
background: linear-gradient(180deg, #ffffff00 0%, #FBFBFB 40%);/* W3C */

}
.show_nd span{ display:inline-block; cursor: pointer; padding:6px 15px; border: 1px solid #ccc; color:#174b74; transition: all 0.4s; }
.show_nd span:hover{ display:inline-block; padding:6px 15px; border: 1px solid #174b74; background: #174b74; color:#fff; }
.active_nd{ max-height: initial; padding-bottom: 50px;}
.active_snd{ padding-top: 0px !important;}

.grid-pro-detail{margin-bottom:30px;  }
.grid-pro-detail-right{ }
.grid-pro-detail-right .boxproduct_item { margin-bottom: 25px; }

.title-tienich{ font-weight: bold; margin-top: 10px; margin-bottom: 10px; color: #444c59; font-size: 16px; }
.wrap-tientich{ margin-bottom: 20px; }
.item-tienich{ width: 24%; margin-bottom: 8px; }
.item-tienich img{ width: 15px; height: auto;}
.item-tienich span{ width: calc( 100% - 15px ); padding-left: 10px;}

.box-hotlines { border: 1px solid #e8e8e8; border-radius: 5px; padding: 10px; margin-bottom: 20px;}
.box-hotlines .box-hotlines-left h3 { margin: 0; font-weight: 500; font-size: 17px;}
.box-hotlines .box-hotlines-left p { margin: 0; font-size: 13px; margin-top: 5px;}
.box-hotlines .box-hotlines-left h2 { font-size: 20px; margin-top: 5px; line-height: 1.1; font-weight: 700;}
.box-hotlines .box-hotlines-left h2 a { color: #222;}
.box-hotlines .box-hotlines-left .link-contact a { color: #61c472;}
.box-hotlines .box-hotlines-left { width: calc( 100% - 60px );}
.box-hotlines .box-hotlines-right {width: 50px;}
.box-hotlines .box-hotlines-right a { display: block; height: 50px; width: 50px; border: 3px solid #eaf2de; border-radius: 50%; text-align: center; line-height: 50px; position: relative; }
.box-hotlines .box-hotlines-right a i {font-size: 26px; color: #73a91d; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}


.boxproduct_star{ font-size: 15px; }
.boxproduct_star .opac100{color:#F7AF1D;}
.boxproduct_star .opac80{color:#fcdfa5;}

.relative_title{ font-size: 24px; font-weight: bold; margin-bottom: 20px; }

.right-item{ border-radius: 10px; margin-bottom: 30px; box-shadow: 0 0 10px #0000001a; padding: 30px;}
.sticky-position{ position: sticky; top: 72px; }

.goingay{ width: 48.5%; display: inline-block; background: #25d366; color: #fff; padding:6px 10px; font-weight: bold; transition: all 0.1s; text-align: center; font-size: 1rem; border-radius: 10px;}
.goingay:hover{ color: #fff; opacity: .8; }

.zalochat{ width: 48.5%; background: #216bff; color: #fff; display: inline-block; border-radius: 10px; padding:6px 10px; font-weight: bold; transition: all 0.1s; text-align: center; font-size: 1rem; border-radius: 10px;}
.zalochat:hover{ color: #fff; opacity: .8;}

.album-product{ margin-top: 30px; }
.breadcrumb{ display: block; }
.breadcrumb .breadcrumb-item{ display: inline; }
.breadcrumb .breadcrumb-item a:hover{ color:#ff8400; }

.box_user_info{ margin-bottom: 15px; }
.icon-user{ width: 75px;  }
.info-user{ width: calc( 100% - 75px ); padding-left: 10px; line-height: 1.4; }
.info-user div:nth-child(1){ font-size: 18px; font-weight: bold; }
.info-user div:nth-child(2){ font-size: 14px; }
.info-user div:nth-child(3){ font-size: 14px; }

.detail-img-item{ display:block; overflow: hidden; position: relative; }
.detail-img-item::before{ content:''; position:absolute; left:0; top: 0; width: 100%; height: 100%; background:rgba(0, 0, 0,0.5); z-index: 1; opacity: 0; transition: all 0.3s;}
.detail-img-item:hover::before{ opacity: 1}
.detail-img-item i{ position:absolute; left:50%; top: 50%; color:#fff; transform: translate(-50%,-50%); z-index: 2; transition: all 0.3s; opacity: 0; font-size: 36px; }
.detail-img-item:hover i{ opacity: 1; }
.detail-img-item img{ transform: scale(1); transition: all 0.3s; }
.detail-img-item:hover img{ transform: scale(1.1); }

.left-pro-detail{ position: relative; z-index: 1; width:60%; background:white; padding-top: 20px;}
.left-pro-detail .breadcrumb{ padding: 0; background: none; }
.left-pro-detail .breadcrumb li a{ color:#000; }
.left-pro-detail .breadcrumb li a.active{ color:#6C7582; }
.price_detail span { color: #ff8400; font-size: 24px; font-weight: bold;}
.right-pro-detail{width:36%; z-index: 1; padding-top: 20px;}
.mb-1{ margin-bottom: 1rem; }
.detail-info img { max-height: 17px; }

.box-lhtv{ margin-top: 20px; }

.right-title { font-size: 18px; margin-bottom: 16px; font-weight: bold;}
.right-title a{ color: #000;}
.right-title a:hover{ color: #f00;}
.ul-main-right { list-style: none; margin: 0; padding: 0;}
.ul-main-right li { padding: 8px 0; position: relative; }
.ul-main-right li:not(:last-child) { border-bottom: 1px dashed #ddd; }
.ul-main-right a { display: block; padding-left: 22px; color:#333333; }
.ul-main-right i { position: absolute; width: 22px; left: 0; top: 0; bottom: 0; font-size: 18px; color: #ff8400;}
.ul-main-right label { float: right; color: #1976f2; background: #e7f3ff; margin: 2px 0 2px 10px; padding: 3px 8px; line-height: 1; font-size: 13px; border-radius: 10px;}
.flex-space-left { display: flex; justify-content: flex-start; flex-wrap: wrap;}
.h-a:hover {color: #ea1100!important;}

.gallery-thumb-pro{position:relative;margin-top:10px;}
.owl-thumb-pro{padding:0px 40px;}
.thumb-pro-detail{display:block!important;border:1px solid #eee;padding:5px;border-radius:3px;cursor:pointer;}
.thumb-pro-detail.mz-thumb.mz-thumb-selected{border-color:#cecfd2;}
.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:capitalize; font-size:1.5rem; display:block; font-weight:500; margin-bottom: 12px; color: #027bc7;}
.social-plugin-pro-detail{margin-bottom:5px;margin-top:0px!important;}
.desc-pro-detail{ }
.attr-pro-detail{list-style:none;padding:0px; margin-bottom: 10px;}
.attr-pro-detail li{ padding: 4px 0;}
.attr-pro-detail li:last-child{border-bottom: none;}
.attr-label-pro-detail{margin:0px 5px 0px 0px; font-weight: 600;}
.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:600; font-size:17px;color:var(--color-red);}
.price-new-pro-detail span{color: #333; font-size: 13px; display: inline-block; margin-left: 5px; font-weight: normal;}
.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 span{line-height:25px;padding:0px;width:30px;height:30px;color:#5f5f5f;cursor:pointer;font-size:22px;border:1px solid #cccccc;}
.quantity-pro-detail span.quantity-plus-pro-detail{border-left:0px;}
.quantity-pro-detail span.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;margin-bottom:1rem;border-bottom:1px solid #e7e7e7;}
.tabs-pro-detail .ul-tabs-pro-detail li{cursor:pointer;float:left;margin-right:5px; /*margin-bottom:5px;background:#eee;*/ padding:5px 10px; font-size: 18px;  text-transform: uppercase;}
.tabs-pro-detail .ul-tabs-pro-detail li.active{/*background:#333;color:#fafafa;*/}
.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: 20px; position: relative; z-index: 1; }
.bor-detail{ border-bottom: 1px solid #ccc; margin-bottom: 10px !important; padding-bottom: 5px; }

.frm-detail{ }
.item-detail{border: 1px solid #ddd; padding: 6px; border-radius: 5px; margin-top: 10px;  width:100%; position: relative; }
.item-detail div{ display: block; font-size: 13px; color: #ccc; margin-bottom: 4px; }
.item-detail input{ width: 100%; border: none; font-size: 15px;}
.item-detail textarea{ height:70px; width:100%; border: none; background:none; color:#333; border: none; display: block; font-size: 15px; display: block;}
.tuvan-detail{ padding: 6px; width: 100%; margin-top: 15px; border: none; display: block; background: #f73758; text-align: center; font-size: 16px; border-radius: 8px; color: #fff;}
 
.box_youtube_pd{ position: relative; width: 100%; padding-bottom: 56%; margin-bottom: 30px;}
.box_youtube_pd iframe{ position: absolute; left:0; top: 0px; width: 100%; height: 100%; }

.map{ margin-bottom: 30px; }
.titlemap{ margin-bottom: 20px; border-bottom: 1px solid #ddd; }
.titlemap span{ font-size: 20px; font-size: 20px; }
.titlemap a{ color:#333; font-size: 14px; }
.titlemap a:hover{ color:#f00; }
.wrap_iframe_map{  }
.wrap_iframe_map iframe{ display: block; width: 100%; height: 400px; }
.info_mua{ font-weight: 600; font-size: 16px; margin-bottom: 10px; }
 
 
/* 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 */
.news{width:49%;float:left;margin-bottom:25px;display:block;}
.news:nth-child(2n){float:right;}
.news:nth-child(2n+1){clear:both;}
.news .pic-news{float:left;margin-right:4%;width:40%;}
.news .pic-news img{width:100%;}
.news .info-news{float:left;width:56%;}
.news .name-news a{color:#82ae46; font-size:20px; display:block; line-height:normal; margin-bottom:5px; font-weight: 600;}
.news .name-news:hover a{color:var(--color-red);}
.news .time-news{color:var(--color-gray);margin-bottom:0.25rem;}
.news .desc-news{color:#333333;margin-top:5px;line-height:22px;}
.news .news-view{ display: block; width: 100px; height: 38px; line-height: 36px; border-radius: 20px; background: #82ae46; border: 1px solid #82ae46; color: #fff; transition: all 0.3s; text-align: center; margin-top: 15px;}
.news .news-view:hover{ background: #fff; border: 1px solid #82ae46; color: #82ae46;}

.share{padding:17px 10px 10px 10px;line-height:normal;background:rgba(128,128,128,0.15);margin-top:15px;border-radius:5px;}
.share b{display:block;margin-bottom:5px;}
.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{ margin-bottom:30px; margin-top: 70px; flex-direction: row-reverse;}
.top-contact .article-contact{width:50%; ;}
.form-contact{width:44%; padding: 20px;
    -webkit-box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 10%);
 }
 
.bottom-contact{position:relative;height:500px;}
.bottom-contact iframe{position:absolute;top:0px;left:0px;width:100%!important;height:100%!important;}
.ttlh{ font-size: 21px; font-weight: bold; margin-bottom: 1rem; }

.error_mes{ color: #f00; background: #fff; position: absolute; bottom: calc( 100% + 8px ); left: 30px; padding: 5px 10px; border: 1px #f00 solid; border-radius: 4px; min-width: 150px; display: none; font-size: 14px;}
.error_mes:after,.error_mes:before {top: 100%; left: 15px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute;	pointer-events: none;}
.error_mes:after {border-color: rgba(136, 183, 213, 0); border-top-color: #fff;	border-width: 5px;	margin-left: 0px;}
.error_mes:before {	border-color: rgba(194, 225, 245, 0); border-top-color: #f00;	border-width: 7px; margin-left: -2px;}
.error_mes i { position: relative !important; left: auto !important; top: auto !important; line-height: initial !important; background: none !important; font-size: 14px !important; text-align: center !important; width: auto !important; height: auto !important;}

.item-tuvan{position: relative; width: 100%; margin-bottom: 1em; }
.item-tuvan:last-child{position: relative; width: 100%; }

div.item-tuvan input[type='text'],div.item-tuvan input[type='email'],div.item-tuvan textarea{ display: block; width:100%; border:none; height: 2.9em; padding: 0 0.75em; background:#e7e8e9; font-size: .97em; color:#333; -webkit-appearance: none; -moz-appearance: none; appearance: none;
    -webkit-transition: color .3s,border .3s,background .3s,opacity .3s;
    -o-transition: color .3s,border .3s,background .3s,opacity .3s;
    transition: color .3s,border .3s,background .3s,opacity .3s;
}
div.item-tuvan input[type='text']:focus,div.item-tuvan input[type='email']:focus,div.item-tuvan textarea:focus{
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    opacity: 1 !important;
    outline: 0;
    color: #333;
    background-color: #fff;
}

div.item-tuvan textarea{ height:70px;}
.btn-tuvan{ font-size: 16px; font-weight: 600; background: #ff7907!important; padding: 10px 28px; border-radius: 5px; margin-top: 10px; color: #fff; border: none}

/* Phân Trang */
.pagination-home{ margin-top: 20px; }
/*.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;}*/

/* thiết lập style cho thẻ a */
.pagination-home .pagination .page-item .page-link{ color: black; float: left; padding: 6px 16px; text-decoration: none; transition: background-color .3s; border: none; border-radius: 0px; font-size: 16px; background: #e7f3ff; margin-left: 1px; }
/* thiết lập style cho class active */
.pagination-home .pagination .page-item.active .page-link{ background-color: #cfa267;  color: white; }
/* thêm màu nền khi người dùng hover vào class không active */
.pagination-home .pagination .page-item:hover:not(.active) .page-link { background-color: #ddd; }


/* Phân Trang Ajax */
.pagination-ajax{text-align:center; margin-top: 20px;}
.pagination-ajax .pagination{display: inline-block;}
.pagination-ajax a{ color: black; float: left; cursor: pointer; padding: 5px 16px; text-decoration: none; transition: background-color .3s; border: none; border-radius: 0px; font-size: 16px; background: #fff; margin: 0 2px; border: 1px solid #ddd;}
.pagination-ajax a.current,.pagination-ajax a:hover{background-color: #ddd;}

/* 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{width:41px;height:41px;text-align:center;font-weight:bold;color:#444;text-decoration:none;position:fixed;bottom:55px;right:15px;display:none;z-index:10;cursor:pointer;}

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

/* Transition All */
.transition{-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);}

div.menu_mobi, div.menu_mobi_add { display: none;}
.menu_mobi_add .menulicha i{ position: absolute; right: 0; top: 0; padding: 16px; }

.mobile_contact{ position:fixed; width: 100%; left: 0; bottom: 0px; display: none !important; z-index: 9999;}
.mobile_contact a{ display: block; width: calc( 100% / 3 ); padding: 12px 5px; padding-bottom: 10px; text-align: center; color: #fff; font-size: 15px;}
.mobile_contact a:nth-child(1){ background: #F70000;}
.mobile_contact a:nth-child(2){ background: #3E9A37;}
.mobile_contact a:nth-child(3){ background: #F79E16;}

.title_boloc{ display: none; }
.btnkeyword-mobile{ display: none; }
.icon_filter{ padding: 8px 10px; display: none; background: #cfa267; }

.header_right_mobile{ display: none; }
.header_left{ font-size: 14px; }
/* Responsive */
@media(max-width:1199px){
	.menu ul.menu_cap_cha li.menulicha>a { font-size: 15px; padding: 0px 10px; }
    .fixwidth{width:95%;}
    .loadkhung_video { grid-template-columns: repeat(3,1fr); grid-gap: 20px;}
}
@media(max-width:1024px){
    .header_right_mobile{ padding:5px 0; display: flex; justify-content: space-between; align-items: center; }
    .header_left{ display: none !important; }
    .postfree a { padding: 0px 8px;}
    .mb-hide{ display: none !important; }

    .box_mobile_index{ position: fixed; width: 100%; height: 100%; background: #fff;  top: 0px; left:0px; z-index:99999; transform: translateX(100%); transition: all 0.5s;  }
    .active_boloc_mobile{ transform: translateX(0%); transition: all 0.5s;  }
    .icon_filter{ display: block; color:#fff; border-radius: 5px; font-size:13px; }
    .icon_filter i{ display: block; }

    .title_boloc{ height: 58px; display: flex; justify-content: space-between; align-items: center; padding: 10px; background:#cfa267; }
    .title_boloc span:nth-child(1){ color: #fff; font-size: 20px; font-weight: bold;}
    .title_boloc span:nth-child(2){ border:1px solid #fff; border-radius: 4px; padding: 5px; color:#fff; }
    .box_select .w-4{ width: 100%; margin-right: 0%; margin-bottom: 10px;}
    .box_select .w-5{ width: 100%; margin-right: 0%; margin-bottom: 10px;}
    .box_select .w-6{ width: 100%; margin-right: 0%; margin-bottom: 10px;}
    .box_select .w-7{ width: 100%; margin-right: 0%; margin-bottom: 10px;}
    .filmore{ display: none; }
    .boloc-hidden{display: block;}
    .tab_box{ background: #fff; }
    .tab_search { padding: 0 12px; margin-top: 20px; }
    .inputkeyword{ width: 100%; }
    .btnkeyword-desk{ display: none; }
    .btnkeyword-mobile{ display: block; }
    .btnkeyword { width: calc( 100% - 24px ); margin-left: 0; position: fixed; bottom: 5px; right: 12px; margin-bottom: 0px; color: #fff; background-color: #ef5350; border: 1px solid #ef5350;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color=#fff)";/*IE 8*/
-moz-box-shadow: 0 0 0 5px #fff;/*FF 3.5+*/
-webkit-box-shadow: 0 0 0 5px #fff;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 0 0 5px #fff;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#fff); /*IE 5.5-7*/}
    .selectcat { width: 100%; }
    .wrap-timkiem{ flex-direction: column-reverse; }
    .mobile_high_roll{ height: calc( 100vh - 58px ); overflow-y: scroll; }

    .tab_box{ padding-bottom: 50px; }

    .selectlist{ width: 100%; font-size: 14px; margin-bottom: 10px; }
    .inputkeyword_in{ width: 100%; font-size: 14px; margin-bottom: 10px; }
    .search-list{ width: 100%; font-size: 14px !important; margin-bottom: 10px; }
    .box_hidden_in{ display: block !important; position: relative; right: auto; top: auto; box-shadow: none !important; padding: 0 !important; width: 100% !important; }
    .btnkeyword_in { width: 100%; font-size: 14px; }
    .filmore_in { display: none; }
    .pd-search{ box-shadow: none !important; }
    .box_hidden_in .custom-select { margin: 0; font-size:  14px !important; margin-bottom: 10px;}
    .custom-select { height: calc(2em + 0.75rem + 2px); padding: 0.5rem 1.75rem 0.5rem 0.75rem; }
    
    .menu-middle { position: relative; width: auto;}
    .wrap_menu1 {height: 60px;}

	.boxfooter_container{ }
	.mobile_contact{ position:fixed; width: 100%; left: 0; bottom: 0px; display: flex !important;}
    .loadkhung_video { grid-template-columns: repeat(3,1fr); grid-gap: 15px;}
	.wrap_menu {padding: 5px 0px; padding-bottom: 6px; position: relative;}
	 
	.loadkhung_product { grid-template-columns: repeat(4,1fr); grid-gap: 20px;}
	.wrap_banchay { padding: 2rem 0;}
  
	.slideshow{  }
	.slider_info--text { width: 70%; }
	.slider_info__name { font-size: 45px;}
	.title_about { font-size: 30px; margin-bottom: 9px;}

	.slider_info__desc{ font-size: 20px; }
	.slider_info1 { padding: 12px 20px;}
	.wrap-main, .wrap-content{ width:95%; }
	.menu_mobi_add ul{ list-style: none; padding:0; margin: 0; }
	.menu_mobi_add ul li ul{ width:100%; }
	.menu_mobi_add ul li ul li a{ padding-left: 35px;  }
	.menu_mobi_add ul li ul li ul li a{ padding-left: 55px;  }
	.menu_mobi_add ul li ul li ul li ul li a{ padding-left: 75px;  }
	div.menu_mobi_add{background: #ffffff; display: block; position: fixed; left: -100%; top: 0; z-index: 99999; color: #080808; height: 100vh; overflow: auto; line-height: 1.5; padding-top: 38px; padding-bottom: 20px; width: 85%; min-width: 140px; max-width: 440px; box-shadow: inset -4px 0px 8px rgb(0 0 0 / 30%); transition: 0.5s;}
    div.menu_mobi_active {left: 0; transition: 0.5s;}
    .close_menu{position:absolute; top:5px; right:7px; font-size:20px; background:rgb(0,0,0,0.2); width:35px; text-align:center; line-height:35px; cursor: pointer;}
    div.menu_mobi_add ul { list-style: none;}
    .icon_menu_mobi{font-size:19px; margin: 0; color: #cfa267; text-decoration:none; cursor:pointer; display:block; cursor:pointer; width: 40px; text-align: center; padding-top: 3px; }
    .icon_menu_mobi i{
        font-size:22px;
        -moz-transform: rotate(0deg) scale(1.4, 1) skewX(0deg) skewY(0deg) translate(0, 0);/* FF3.5+ */
        -webkit-transform: rotate(0deg) scale(1.4, 1) skew(0deg, 0deg) translate(0, 0);/*Saf3.1+, Chrome*/
        -o-transform: rotate(0deg) scale(1.4, 1) skew(0deg, 0deg) translate(0, 0);/* Opera 10.5 */
        -ms-transform: rotate(0deg) scale(1.4, 1) skew(0deg, 0deg) translate(0, 0);/* IE 9 */
        transform: rotate(0deg) scale(1.4, 1) skew(0deg, 0deg) translate(0, 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: 20px; background: rgb(0,0,0,0.2); width: 35px; text-align: center; line-height: 35px; cursor: pointer;}
    div.menu_mobi_add ul li a,div.menu_mobi_add ul li span {text-decoration: none; color: #000; display: block; border-bottom: 1px solid rgb(0,0,0,0.2); padding: 12px 40px 12px 10px; font-size: 15px; position: relative;}
    .menu ul.menu_cap_cha{ display: none !important; }

    div.menu_mobi { display: block; color: #fff; font-size: 18px; text-decoration: none; display: block; cursor: pointer; display: block; height: 100%; cursor: pointer; padding-left: 5px; }
    .desktop_hidden { display: block;}
    .top-tel{ display: none !important; }
    .wrap_menu ul.menu_cap_cha{ display: none !important; }

    .load_table .box_item .box_img { width: 160px; }
    .load_table .box_item .box_info { width: calc( 100% - 170px );}
    .load_table .box_item .box_name a { font-size: 0.9rem; }
    .load_table .box_item .box_gia span { font-size: 18px; }
    .load_table .box_item .box_ig { margin-top: 3px; font-size: 12px;}
    .load_table .box_item .box_ig img { max-height: 13px !important; }
    .load_table { grid-gap: 15px; }
    .load_table .box_item { padding: 5px; border-radius: 8px;}
    .load_table .box_item .box_dc { margin-top: 4px; font-size: 13px;}
    .item_news .news_info h3 a { font-size: 16px;}
    .loadkhung_lienket { grid-template-columns: repeat(5,1fr); grid-gap: 5px 20px;}
}
@media(max-width:1000px){
    .left_product{ width: 100%; margin-bottom: 20px; }
    .right_product{ width: 100%; }
    .loadkhung_lienket { grid-template-columns: repeat(4,1fr); grid-gap: 5px 20px;}
    .loadkhung_news { grid-template-columns: repeat(3,1fr); grid-gap: 20px;}
    .loadkhung_news1 { grid-template-columns: repeat(3,1fr); grid-gap: 20px;}

    .loadkhung_video { grid-template-columns: repeat(2,1fr); grid-gap: 20px;}
    .dg-container { width: 100%; height: 420px; position: relative; overflow: hidden; margin-top: 30px;}
    .dg-wrapper { width: 500px; height: 420px; max-height: 65.5vw; }
    .dg-wrapper a img { display: block; width: 100%; height: 300px!important; }

    div.item_map { padding: 10px 8px; }
    div.item_map p i { color: #ea2a31; margin-right: 7px; font-size: 16px;}
    div.cacmien ul li { display: inline-block; vertical-align: top; padding: 10px 5px; font-size: 16px; cursor: pointer;}   
	.ten_slider { font-size: 3rem; line-height: 1.3; margin-bottom: 20px;}
	.loadkhung_product { grid-template-columns: repeat(2,1fr); grid-gap: 20px;}

	.loadkhung_product_index { grid-template-columns: repeat(3,1fr); grid-gap: 16px;}
	.loadkhung_thongke_index {grid-template-columns: repeat(4,1fr); grid-gap: 15px;}

	.grid-pro-detail { grid-template-columns: 100%; grid-gap: 0%;}
	.grid-pro-detail-right{ display: none; }
  	.item_gt { width: 40%; }
	.main_title { font-size: 26px; margin-bottom: 30px; }
	.boxfooter_container .fixwidth { flex-wrap: wrap; }
	.boxfooter_bottom .fixwidth { flex-wrap:wrap; text-align: center; }
	.boxfooter_bottom .fixwidth div { width:100%;}

	.loadkhung_product { grid-gap: 22px;}

 
	.news{width:100%;float:none!important;}
	.boxfooter_left { width: 100%; margin-bottom: 20px; position: relative; z-index: 1;}
	.boxfooter_middle { width: 49%;  }
	.boxfooter_right { width: 49%; }
 
 	.subscribe_area .subscribe_iner { padding: 50px 30px; max-width: 97%;}
 	.tieuchi_item .tieuchi_name { font-size: 23px; }

 	.detail_news_left { width: 100%; margin-bottom: 30px;}
 	.detail_news_right { width: 100%; }
 	.left_product { width: 100%; margin-bottom: 30px;}
 	.box_content_filter{ display: none; }
 	.right_product { width: 100%; }

 	.right_about { height: 300px; }
 	.gt_video { width: 85%; }

    .item_slider_content_setup{ padding:20px; }

    .load_grid {display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 20px;}

    .item_lienhe{ padding: 15px; width: 32%; }
 }
@media(max-width:800px){
    .main-kygui-left { width: 100%; float: left;}
    .main-kygui-right{ width: 100%; padding-left: 0;}
    .main-kygui-left .submit-kygui{display: none;}
    .main-kygui-right .submit-kygui { display: block; margin: auto; margin-top: 20px;}

	.ten_slider { font-size: 2rem; line-height: 1.3; margin-bottom: 10px;}
	.item_slider_text { font-size: 1.2rem; font-weight: 600;}
	
	.menu-right{display: none;}

	.top-contact{flex-wrap:wrap;}
	.top-contact .form-contact,.top-contact .article-contact{width:100%;margin:0px;}
	.left-pro-detail,.top-contact .article-contact{margin-bottom:30px;}
 	 
	.slider_info__name1 { font-size: 20px; }
	.slider_info1{ padding: 8px 15px; }

	.loadkhung_product_index {  grid-template-columns: repeat(2,1fr);  grid-gap: 16px;}
	.w42 {  width: 100%; margin-bottom: 30px;}
	.w56 { width: 100%;}

	.left_about { width: 100%; margin-bottom: 30px;}
	.right_about { width: 100%; padding-top: 200px;}
	.right_about img { max-width: 360px; }
	.gt_video { max-width: 510px; padding-top: 48%; }
	.slide-doitac { margin-top: 30px; }
	.slide-doitac-content { width: 100%; max-width: initial; }
}
@media(max-width:670px){
    .loadkhung_lienket { grid-template-columns: repeat(3,1fr); grid-gap: 5px 20px;}
    .loadkhung_news { grid-template-columns: repeat(2,1fr); grid-gap: 20px;}
    .loadkhung_news1 { grid-template-columns: repeat(2,1fr); grid-gap: 20px;}
    .load_table { grid-template-columns: repeat(1,1fr); }

	.box-menu-line { display: none !important;}
	.wrap_menu{ padding-bottom: 8px; }
	 
    .loadkhung_product {display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 16px;}
    .email{ display: none; }
    .boxproduct_item .boxproduct_name a {transition: all 0.5s; color: #333; }

	.boxfooter_left { width: 100%; margin-bottom: 30px; position: relative; z-index: 1;}
	.boxfooter_middle { width: 100%; margin-bottom: 30px; position: relative; z-index: 1;}
	.boxfooter_right { width: 100%; }

    div.map_left { width: 100%; margin-bottom: 20px; }
    div.map_right{width: 100%;}
    div.cacmien ul li { padding: 15px 12px; font-size: 17px; }

    .load_grid_product {display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 15px;}
    .load_grid {display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 15px;}
    .load_grid1 {display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 15px;}

    .item_dichvu { width: 100%;}
    .item_dichvu:first-child{ margin-bottom: 20px; }


}
@media(max-width:600px){
	div.tim_tailieu p { display: block; }
	div.tim_tailieu select { width: 20%;}
	.left-pro-detail,.right-pro-detail,.top-contact .form-contact,.top-contact .article-contact{width:100%;margin:10px 0px;}
	.loadkhung_thongke_index { grid-template-columns: repeat(2,1fr); grid-gap: 15px;}

    .item_slider_content{ display: none; }
}
@media(max-width:440px){
    .time-main{ font-size:13px; }
    .item_lienhe{ padding: 15px; width: 100%; margin-bottom: 20px; }
    .item_lienhe:last-child{ margin-bottom: 0px;}

    .load_grid_product {display: grid; grid-template-columns: repeat(1,1fr); grid-gap: 15px;}
    .load_grid {display: grid; grid-template-columns: repeat(1,1fr); grid-gap: 15px;}
    .load_grid1 { display: grid; grid-template-columns: repeat(1,1fr); grid-gap: 15px;}
    .load_table1 .box_item .box_img { width: 160px; }
    .load_table1 .box_item .box_info { width: calc( 100% - 170px );}
    .load_table1 .box_item .box_name a { font-size: 0.9rem; }
    .load_table1 .box_item .box_gia span { font-size: 18px; }
    .load_table1 .box_item .box_ig { margin-top: 3px; font-size: 12px;}
    .load_table1 .box_item .box_ig img { max-height: 13px !important; }
    .load_table1 { grid-gap: 15px; }
    .load_table1 .box_item { padding: 5px; border-radius: 8px;}
    .load_table1 .box_item .box_dc { margin-top: 4px; font-size: 13px;}

    .item-tienich { width: 49%; margin-bottom: 8px; }
    .wishlist { padding: 0 10px;}
    .btnkeyword span{ display: none; }
    .header_email{display: none}
    .box_select select { width: calc( 96% / 2 ); margin-bottom: 10px;}
    .left_tab span { padding: 7px 7px; font-size: 14px; }
    .tab_box { padding: 12px; padding-bottom: 50px; }
    .loadkhung_lienket { grid-template-columns: repeat(2,1fr); grid-gap: 5px 20px;}
    .loadkhung_news { grid-template-columns: repeat(1,1fr); grid-gap: 20px;}
    .loadkhung_news1 { grid-template-columns: repeat(1,1fr); grid-gap: 20px;}
    .item_slider_content_setup{ padding:10px; }
    .loadkhung_video { grid-template-columns: repeat(1,1fr); grid-gap: 20px;}
	.mobile_contact a:nth-child(3) { width: 36%;}
	.mobile_contact a { width: 32%; }
    .index_title span { padding: 0 12px; min-width: 100px; }
    .item-ft-middle { width: 100%;}
 
    .loadkhung_product { grid-gap: 10px;}
    .dg-wrapper a img { display: block; width: 100%; height: 180px!important;}
    .dg-container { width: 100%; height: 180px; }
    .dg-wrapper { width: 300px; height: 180px; }

	.item_slider_text { font-size: 1.2rem; font-weight: 600;}
	#background-slider-noidung { padding: 1rem;}

	div.tim_tailieu select { width: 30%;}
	div.tim_tailieu input[type='text'] { width: calc( 70% - 4px ); }
	div.tim_tailieu input[type='submit'] { margin-top: 8px;}

	.khung_dk { width: 100%; margin-bottom: 15px;}
	.but_dk { position: relative; width: 100% ;}
	.gt_video { padding-top: 67%; width: 90%; }
	.right_about img { width: 100%; }
	.right_about { padding-top: 102px;}

	.right-top ul { display: none !important; }
	.slider_info--text {    width: 82%;}
	.slider_info__name { font-size: 26px;}
	.slider_info__desc{ display: none; }
	.tieuchi_item{ width: 100%; position: relative; z-index: 1; padding: 12px;}
	.subscribe_area .subscribe_iner .form-group { width: 100%; margin-bottom: 15px;}
	.subscribe_area .subscribe_iner .btn_2 { width: 100%; margin-top: 0 !important; padding: 17.5px 47px; border-width: 0;}
  	.index_title{ font-size: 30px; }
  	.box_load_list .load_list{padding: 9px 12px;}
  	.item_gt { width: 100%; margin: 0 !important;}

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

	.top-contact .form-contact .button-contact .file-contact span b{max-width:105px;}
 
	.news .info-news { float: left; width: 100%;}
	.news .pic-news { float: left; margin-right: 0%; margin-bottom: 5px; width: 100%;}
	.news .news-view{ display: none; }
	.news .name-news a { font-size: 18px; }

 	.title-pro-detail { font-size: 20px; }
}
@media(max-width:369px){
	.news .pic-news,.news .info-news{display:block;width:100%;float:none;text-align:center;margin:0px;}
	.news .info-news{margin-top:10px;}

	.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;}


}
@media(max-width:300px){
    .header_login {   padding-right: 5px; font-size: 13px; }
    .header_logout { border-left: 1px solid #d7ac72; font-size: 13px; padding-left: 5px;}
    .postfree{ font-size: 13px; }
    .load_table .box_item .box_img { margin-bottom: 10px; width: 100%;}
    .load_table .box_item .box_info { width: 100%;}
}