@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;}
*:not(ul):not(ol):not(p):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){ margin: 0; padding: 0; } 

.h1, .h2, .h3, h1, h2, h3, h4, h5, h6{padding: 0; margin: 0; Line-height:1.1; margin-bottom: 15px;}
h2,h3{font-size: 1.8rem;}
.clear{clear:both;}
.clearfix::after{ content: ""; clear: both; display: table;}
body{ font-family: 'SFProDisplay'; top: 0px !important; font-size:15px; 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;}
a[href^="tel"] { color: inherit; text-decoration: none; }
.text-align-center{ text-align: center !important; }
.uppercase{ text-transform: uppercase; }
.align-item-center{ align-items:center; }
.skiptranslate{ display: none; }
.st-image-share-buttons{ display:none !important; }
#st-1 .st-btn{ margin-right: 4px !important; }

#flags{ margin-left: 15px; }
#flags a{ display: inline-block; margin-right: 3px; }
#flags a:last-child{ margin-right: 0px; }

#flags1{ width: 100%; text-align: center; margin-top: 8px; display: none; }
#flags1 a{ display: inline-block; margin-right: 3px; }
#flags1 a:last-child{ margin-right: 0px; }

.fixwidth{max-width:1200px;margin:auto;}
.fixpage{max-width:1200px;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;}

picture,source,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;}
.wrap-main{ padding-top: 10px; }
.content-p{ /*position: relative;*/ }
.noidung_list1{ margin-top: 25px; }
.noidung_list1 table{ width: 100% !important; }
.wrap-home{max-width:100%;padding:0px;}
.wrap-content{margin:auto;}

#wrapper{ overflow-x: hidden; }
/* 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{ position: relative; width:100%; padding: 20px 0; background: #ffffff; }
.header .fixwidth{ max-width: 1200px; }
.header_logo{ position: relative; }
.header_logo img{ transition: all 0.3s; }
.header_logo .header_logo_img{ margin-right:10px; position: relative; z-index:1; }

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


.wrap_menu_b{ padding-top: 5px; }
.menu-middle{ position:relative; }

.hotline-top{ line-height: 1; padding-left: 40px; font-size: 25px; position: relative; font-family: '1FTV Avilock'; color: #474747; margin-bottom: 12px; }
.hotline-top:before{ content:''; width: 32px; height: 32px; background:url(../images/img-data/phone.png) no-repeat; background-size: 100% 100%; position: absolute; left:0; top: 47%; transform: translateY(-50%) }

.cart-header{ line-height: 1.2; padding-left: 52px; font-size: 14px; font-weight: 500; position: relative; margin-right:10px; color: #474747; }
.cart-header:before{ content:''; width: 46px; height: 46px; background:url(../images/img-data/cart.png) no-repeat; background-size: 100% 100%; position: absolute; left:0; top: 50%; transform: translateY(-50%) }
.cart-header span{ color:#197DBE; }

.icon-cta{color: #197DBE; font-weight: bold;}
.icon-cta:last-child{ margin-left: 15px; }
.icon-cta img{ width: 25px; }

.middle-info{ width: 400px; }
/*==========SEARCH=============*/
.btn-search{ font-size: 18px; cursor: pointer; color:#fff; }
.title_timkiem{ font-size: 24px; text-transform: uppercase; font-weight: 900; display: flex; align-items: center; margin-bottom: 0.5em; }
.title_timkiem i.fa { margin-right: 10px; }
 

.frm_timkiem1{ width:100%; padding: 4px; border-radius: 4px; border: 1px solid #197DBE; position: relative; }
.frm_timkiem1 button{outline:none; border:none; color: #ffffff; border-radius: 4px ; width: 70px; height: 49px; position: absolute; top: 4px; right: 4px; background: #197DBE; font-size: 20px; }
.frm_timkiem1 .input{ outline:none; transition:all ease 0.5s; height: 49px; border: none; border-right:0; border-radius: 4px; width:100%; z-index: 99; color:#737373; background:#ffffff; font-size:16px; padding-left: 15px; padding-right: 94px; width: 100% ; }
.frm_timkiem1 .input::-webkit-input-placeholder{color:#737373;}
.frm_timkiem1 .input::-moz-placeholder{color:#737373;}
.frm_timkiem1 .input:-ms-input-placeholder{color:#737373;}
.frm_timkiem1 .input:-moz-placeholder{color:#737373;} 

.frm_timkiem{ width:100%; max-width:280px; min-width:280px; border-radius: 30px; background:#fff; border:1px solid #197DBE; position: absolute; top: 110%; right:0; display: none; }
.frm_timkiem button{outline:none; border:none; color: #333; border-radius: 0 30px 30px 0; width: 42px; height: 42px; position: absolute; top: 0px; right: 0px; background: #ffffff;}
.frm_timkiem .input{ outline:none; transition:all ease 0.5s; height: 42px; border: none; border-right:0; border-radius: 30px; width:100%; z-index: 99; color:#333; background:#fff; font-size:14px; padding-left: 15px; padding-right: 42px; }
.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;} 



 
.right-info{ position:relative; }
.langCon{ position: relative; padding-left: 5px; }
.langCon .execphpwidget{ position: absolute; left: 0; top: 100%; background: #ffffff; z-index: 100;  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3); width: max-content; display: none; }
.langCon:hover .execphpwidget{ display: block; }
.langCon .execphpwidget #flags a{ display: block; padding: 5px 5px; border-bottom: 1px solid #c7c7c7; white-space: nowrap; color: #333333; }
.langCon .execphpwidget #flags a:hover{ background: #f1f1f1; }
.langCon .execphpwidget #flags a img{ display: inline-block; margin-right: 4px; border-radius: 3px; }
.langCon .execphpwidget #flags a:last-child{ border-bottom: none; }

 
.item_auto{ display: flex !important; justify-content: space-between; padding: 8px; border-bottom: 1px solid #dddddd; }
.item_auto .img{ width: 70px; }
.item_auto .info{ width: calc( 100% - 80px ); }
.item_auto .info .price{ color: #f00; font-weight: bold; font-size:14px; }
.item_auto .info .price_old{ color: #ccc; text-decoration: line-through; font-size:13px; }


.flag-active{ border-radius: 3px; }

.langCon-mobile{ position: relative; padding-left: 5px; }
.langCon-mobile .execphpwidget{ position: absolute; right: 5px; bottom: 100%; background: #ffffff; z-index: 100;  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3); width: max-content; display: none; }
.langCon-mobile:hover .execphpwidget{ display: block; }
.langCon-mobile .execphpwidget #flags a{ display: block; padding: 5px 5px; border-bottom: 1px solid #c7c7c7; white-space: nowrap; color: #333333; }
.langCon-mobile .execphpwidget #flags a:hover{ background: #f1f1f1; }
.langCon-mobile .execphpwidget #flags a img{ display: inline-block; margin-right: 4px; border-radius: 3px; }
.langCon-mobile .execphpwidget #flags a:last-child{ border-bottom: none; }
 
 
.slider-for{ margin-bottom:10px; } 
.slider-nav{ margin:0 -5px; } 
.slider-nav .slick-slide{ padding:0 5px; } 
.slider-nav .slick-prev{ height: 30px; background:#f2f2f2; border-radius:3px; }
.slider-nav .slick-prev i{ font-size:30px; color:#000; }
.slider-nav .slick-prev:before{ display:none }
 
.slider-nav .slick-next{ height: 30px; background:#f2f2f2; border-radius:3px; }
.slider-nav .slick-next i{ font-size:30px; color:#000; }
.slider-nav .slick-next:before{ display:none }

/* Menu */
/*=====menu======*/
.menu_cap_cha{ list-style:none; padding:0; margin:0; }

.header_banner{ display: block; }

.header-height{ height: 55px; }
#menu_top{ height: 55px; background: #197DBE; position: relative;z-index: 99; }
.menu {  position: relative; display: flex; justify-content: space-between; transition: all 0.3s;}
.fixed .menu { padding-left: 0px; transition: all 0.3s;}
 
  
 
.menu ul.menu_cap_cha{margin:0; padding-left: 0px; list-style: none; width: 100% ; font-family: 'SFProDisplay'; }
.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>a::before{ content:''; width: 2px; height: 100%; position: absolute; top: 0px; right: 0px; border-left: 1px solid #0F8C4D; border-right: 1px solid #00000020; }
.menu ul.menu_cap_cha li.menulicha:last-child a::before{  display: none; }

.menu ul.menu_cap_cha li.menulicha>a{ position: relative; color:#ffffff; font-size: 18px; font-weight: 500; text-decoration: none; display: block; cursor: pointer; padding: 0px 45px; height: 55px; line-height: 55px; white-space: nowrap; transition: all 0.3s; text-transform: uppercase; } 
.menu ul.menu_cap_cha li.menulicha:hover>a,.menu ul.menu_cap_cha li.active>a{ color: #fef105; }

/*---menu cấp con---*/
.menu_cap_con{position:absolute;display:none;transition:all ease 0.5s;left: 0px; top:100%; background: #ffffff; z-index: 99; list-style: none; padding: 0;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
}
.menu_cap_con li{ padding: 0 !important; }
.menu_cap_con li a{display:block; width:100%; min-width: 230px; font-weight: 500; font-size: 15px; transition:all ease 0.2s; line-height: initial !important; padding: 12px 10px !important; position: relative; border-bottom: 1px solid #e1e1e1; margin:0px; color:#3D3D3D !important;}
.menu_cap_con li:last-child a{ border-bottom: none;}
.fixed .menu_cap_con li, .tail_menu .menu_cap_con li{background:#ffffff !important;}
.menu_cap_con li:hover>a{color:#EB3333 !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: #ffffff; list-style: none; padding: 0;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
}
.menu_cap_con li .menu_cap_2 li:hover>a{ color: #EB3333 !important; }
.menu_cap_con li .menu_cap_2 li .menu_cap_3 li:hover>a{ color: #EB3333 !important; }
.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: #ffffff;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
}

.menu_cap_3 li:hover .menu_cap_4{ display:block;}
.menu_cap_4{ position: absolute; left: 100%; top: 0; display:none;}
.relative-none{ position: initial !important; }
.relative{ position: relative !important; }

 

/* Slideshow */

 
/* Slider*/
.slideshow{ position:relative; width: 100%;}
.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; padding-bottom: 10px; text-align: center;}
.slider_info__desc{font-size: 24px; 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; overflow: hidden; }
/*.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; width:100%; cursor: pointer; position: relative; overflow: hidden; }
.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: 12px 25px; font-size: 14px; white-space: nowrap; font-weight: bold; border-left: 4px solid #BD0000 !important;}
.item_slider_content_relative{ position:relative; z-index:1; max-width: 500px; }
.item_slider_content_setup{ padding:30px; }
.slider-mota{ margin-bottom: 1.2rem; font-weight: 500; }
.slider-title{ }


/*====BOX slide quảng cáo====*/
.qc{ display: block; width: 100%; }
.owl_tieuchi{ margin-bottom: 20px; }
.tieuchi-item{ text-align: center; }
.tieuchi-item .tieuchi-item--img{ max-width: 85px; margin: auto; margin-bottom: 10px;}
.tieuchi-item .tieuchi-item--desc{ text-align: center; font-size: 16px; }

.wrap_about{ padding-top: 50px; position:relative }
 
.left-about{ width: 55%; position: relative; padding: 40px 25px; padding-left: 45px; margin-top: 60px; }
.left-about:before{ content: ''; width: 130%; height: 100%; position: absolute; right: 0; top: 0; border: 1.5px solid #197DBE; border-radius: 50px; background: #f1f7fb;  }

.left-about .left-about-c{ position: relative; z-index: 1; }
.right-about img{ width:100%; display: block; position:relative; border-radius: 40% 16px 16px 16px;
    box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.42);
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.42);
}

.right-about{ width: 45%; position: relative; }
.right-about:before{ content: ''; width: 100%; height: 100%; border-radius: 40% 16px 16px 16px; position: absolute; left: 15px; top: 18px; border: 2px solid #197DBE; z-index: 1; }


.title-about{ margin-bottom: 30px; position: relative; line-height: 1.2;font-family: 'Times New Roman'; } 
.title-about span{  font-size: 50px; color: #197DBE; font-weight: 600; } 
.title-about div:nth-child(1){ font-size: 35px; color: #2B2B2B; font-family: '1FTV VIP Callingstone'; margin-bottom: 10px; } 
.title-about div:nth-child(2){ font-size: 30px; color: #197DBE; } 
  
  
.desc-about{ margin-bottom: 20px; font-size: 16px; color: #333333; line-height: 1.5; position: relative;}
.read-about{ position: relative; }
.read-about a{ display: inline-block; border: 2px solid #197DBE; background: #197DBE; padding: 10px 30px; border-radius: 5px; color:#ffffff; font-size:17px; transition: all 0.3s; }
.read-about a:hover{ color: #197DBE; background: #ffffff; }

.item_solieu{ text-align: center; }
.item_solieu .item_solieu_number{ width: 100%; color: #197DBE; font-size: 36px; font-weight: 600; font-family: 'Oswald';}
.item_solieu .item_solieu_info{ width: 100% ; }
.item_solieu .item_solieu_ten{  font-weight: 600; font-family: 'Poppins'; font-size: 24px; color: #2B2B2B; }


.wrap_product{ padding-top: 50px; }
.wrap-qc{ padding-top: 50px; margin-bottom: 30px; }

.xemthem-hang{ text-align: center; margin-top: 25px; margin-bottom: 10px; }
.xemthem-hang a{ color: #ffffff; font-size: 16px; font-weight: bold; display: inline-block; padding: 15px 50px; background: #197DBE; border-radius: 4px; border: 1px solid #197DBE; transition: all 0.3s; }
.xemthem-hang a:hover{ color: #197DBE; font-size: 16px; background: #ffffff; border: 1px solid #197DBE; }

.wrap_product_new { padding: 50px 0; }
.owl_cat .owl-dots .owl-dot{ outline:none; }
.owl_cat .owl-dots .owl-dot span{ width: 22px; height: 9px; border: 1px solid #FFEDE3; background: #FFEDE3; border-radius: 10px; }
.owl_cat .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{ border: 1px solid #FC7931; background: #ffffff; }

.title{ width: 100%; position: relative; text-align: center; margin-bottom: 30px; font-weight: 600; }
.title span{ line-height: 1.3; color: #197DBE; border-top: 1px #333333 solid; border-bottom: 1px #333333 solid; display: inline-block; position: relative; font-size: 40px; padding: 8px 20px 4px 20px; }
 

.block-list{ text-align:center; margin-bottom: 30px; margin-top: -20px; display: flex; flex-wrap:wrap; justify-content: center; }
.block-list span{ cursor: pointer; display:inline-block; padding: 0 10px; margin: 2px 1px; border-left:1px solid #d7d7d7; border-right:1px solid #d7d7d7; line-height: 16px; }
.block-list span:hover,.block-list span.nb-active{ color: #bf8524; }
.block-list span:first-child{ border-left: 0; }
.block-list span:last-child{ border-right: 0;}

.index-left{ width: 24%; /*background: #fff; padding: 10px; border: 1px solid #cccccc;*/ }
.index-left ul{ list-style: none; padding:0; margin:0; }
.index-left ul li{ /*border-bottom: 1px solid #cccccc;*/ padding: 10px 15px; background: #f90000; position: relative; }
.index-left ul li:before { content: ''; position: absolute; bottom: -8px; left: 0; border-top: 8px solid transparent; border-right: 7px solid transparent; border-bottom: 8px solid transparent; border-left: 7px solid #fff; pointer-events: none; z-index: 1;}
.index-left ul li:last-child::before{ display: none; }
.index-left ul li a{ display: block; color: #fff; font-weight: bold; font-size: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.index-left ul li a:hover{ color: #FFF000; }
.index-left span { background: #FFF000; display: block; text-align: center; padding: 11px 10px; }
.index-left span a { display: block; color: #f90000; font-size: 18px; font-weight: bold; text-transform: uppercase; }
.index-right{ width: 74.5%; }
/*====BOX giới thiệu====*/
.wrap_page{ padding: 40px 0; }
.page-item-index{ width: 46%;  }
.page-item-index a{ display: block; position:relative; overflow: hidden; }
.page-item-index a img{ width: 100%; display: block; transform: scale(1.0); transition: all 0.5s; }
.page-item-index:hover a img{ width: 100%; display: block; transform: scale(1.1); }
.page-item-index a::before{ content: ''; display: block; position:absolute; left:0; top: 0px; width:100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 1; transition: all 0.5s;}
.page-item-index:hover a::before{ background: rgba(0, 0, 0, 0.8); }
.page-item-index a .page-item-content{ position:absolute; left:0px; top: 50%; z-index: 1; transform: translateY(-50%); width: 100%; padding:20px; text-align: center; color:#fff; }
.page-item-index a .page-item-content .page-item-content-name{ font-size: 26px; }
.page-item-index a .page-item-content .page-item-content-desc{ font-size: 18px; }
/*====BOX giới thiệu====*/
.comitem{ cursor: pointer; }
 
 
/*====BOX giới thiệu====*/
 
.loadkhung_item_news1{display: grid;grid-template-columns: repeat(4,1fr);grid-gap:24px;}
.loadkhung_item_news{display: grid;grid-template-columns: repeat(3,1fr); }
.item_news {position: relative; }
.item_news .news_img { width: 100%; overflow: hidden; margin-bottom: 15px}
.item_news .news_img img{ width: 100%; overflow: hidden; transform: scale(1); transition: all 0.3s;}
.item_news:hover .news_img img{ width: 100%; overflow: hidden; transform: scale(1.05);}
.item_news .news_info { width: 100%; }
.item_news .news_info h3{margin-bottom: 10px;}
.item_news .news_info h3 a { color: #000; font-weight: 500; font-size: 18px; display: block; line-height: 1.6;}
.item_news .news_info:hover h3 a { color: #f00; }
.item_news .news_info .news_mota { text-align: left; font-size: 15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.item_news .news_info .news-time { color: #f90000; margin-bottom: 5px; font-weight: 700; font-size: 12px;}
.item_news .news_info .news-time i { font-size: 14px; }

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

 
.wrap-cta{ padding: 100px 0; margin-top: 50px; }
.tieude-cta{ width: 36%; color: #22397A; font-size: 30px; font-weight: bold;  }
.item-cta{ width: 30%; display: block; font-size: 16px; padding: 40px 20px; }
.datcauhoi{ background: #fcb53a; display: block; border-radius: 10px; color: #ffffff; }
.zalolh{ background: #6E5300; display: block; border-radius: 10px; color: #ffffff; text-align: center; }
.zalolh:hover{ color: #ffffff; }
.zalolh div{ margin-bottom: 8px; }
.zalolh span{ padding: 5px 32px; background-color: #0079DB; border-radius: 8px; }
.datcauhoi-flex>div:nth-child(1){ width: 48px; font-size: 42px; }
.datcauhoi-flex>div:nth-child(2){ width: calc( 100% - 52px ); }

.datcauhoi-flex>div:nth-child(2) div{ margin-bottom: 8px; }
.datcauhoi-flex>div:nth-child(2) span{  padding: 5px 32px; background-color: #ffffff; color: #fcb53a; border-radius: 8px; }

.box_social{ background: #F5F5F5; border: 1px solid #E9E3E3; border-radius: 10px; padding: 25px; }
.left-social{ color: #09334E; font-size: 17px; font-weight: 600; }
.right-social{ width: calc( 100% - 130px ); color: #09334E; font-size: 17px; font-weight: 600; }

.nhantin_title{ color: #ffffff; font-size: 40px; font-family: 'Poppins'; line-height:1.3; font-weight: 500; }
.nhantin_title1{ color: #ffffff; font-size: 17px; font-family: 'Poppins'; line-height:1.3; font-weight: 600; margin-bottom: 25px; }

.nhantin_mota{ color: #ffffff; font-size: 16px; font-weight: 500; margin-bottom: 20px; }

#frm_dknt {  max-width: 790px;  margin: 0px auto;}
form#frm_dknt input[type='text'], form#frm_dknt input[type='email'] { width: 49%; height: 40px; padding: 0px 10px; border: 1px solid #ddd; background: #ffffff; outline: none; color: #9D9D9D; border-radius: 3px; transition: all 0.3s; margin-bottom: 12px; }
form#frm_dknt input::-webkit-input-placeholder { color: #9D9D9D; }
form#frm_dknt input:-ms-input-placeholder { color: #9D9D9D; }
form#frm_dknt input::placeholder { color: #9D9D9D;}

form#frm_dknt textarea { width: 100%; padding: 10px 10px 5px 0px; border-radius: 3px; border: none; border-bottom: 1px solid #ddd;  background: #ffffff; outline: none; color: #9D9D9D; margin-bottom: 12px; }
form#frm_dknt textarea::-webkit-input-placeholder { color: #9D9D9D; }
form#frm_dknt textarea:-ms-input-placeholder { color: #9D9D9D; }
form#frm_dknt textarea::placeholder { color: #9D9D9D;}

form#frm_dknt button[type='submit'] { background: #FD1919; color: #fff; border:none; cursor: pointer; text-transform: uppercase; outline: none; font-size: 16px; font-weight: 600; width: 150px; height: 42px; border-radius: 3px; display: block; margin: auto;}
form#frm_dknt button[type='submit']:hover { color: #ff0;}
.inputbaogia{ width: calc( 50% - 6px ) !important; }
.mg-16{ margin-bottom: 16px; }
.hosonangluc{ display: block; margin: auto; margin-top: 20px; max-width: 210px; background-image: linear-gradient(90deg, #56b3ef, #197DBE); border-radius: 25px; color: #ffffff; padding: 10px; font-size: 18px; font-weight: bold; }

.left-tuvan{ width: 30%; }
.right-tuvan{ width: 65%; }
.owl-doitac{ margin-bottom: 30px; }
.left-tuvan{ text-align: center; }
.left-tuvan div:nth-child(1){ font-weight: bold; color: #008525; font-size: 18px; }
.left-tuvan div:nth-child(2){ font-weight: bold; color: #262f5a; font-size: 18px; }

.wrap-tuvan{ padding: 50px 0; position: relative; }
.tuvan-bg{ position: absolute; left:0; top: 0px; width: 100%; height: 300px; }
.title-tv{ margin-bottom: 30px; text-align: center; }
.title-tv div:nth-child(1){ color: #f1f1f1; margin-bottom: 6px; font-size: 16px; }
.title-tv div:nth-child(2){ color: #ffffff; font-size: 26px; }
.box-doitac-tuvan{ padding: 30px 60px; background: #fff; box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%); border-radius: 16px; }
.wrap-tuvan .fixwidth{ position: relative; z-index: 1; }

/*====BOX DỊCH VỤ====*/
 
.main_news{ font-size: 1.5rem; margin-bottom: 15px; font-weight: 600; }
.box-service-container1{padding:50px 0; overflow-x: hidden;}
.box-service-container{padding:50px 0; overflow-x: hidden;}
  
.wrap-pro-wrap{ margin-bottom: 30px; overflow-x: hidden; }
   

.left-title{font-size: 17px; font-family: 'RobotoBold'; 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; overflow: hidden;}
.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;}
  
/*====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;}
 
.pd0{ padding: 0; }
 
/* Breadcrumb */
.breadCrumbs{ margin-bottom:25px; margin-top:25px; }
.breadCrumbs .wrap-content{padding:0.75rem 10px; background-color:#FFEDE3; 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 a:hover{color:#ffa902;}
.breadCrumbs .wrap-content .breadcrumb-item.active a{color:var(--color-gray);}
.breadCrumbs .wrap-content .breadcrumb-item.active a span { color: #333; background-color: transparent; }
 
.title-nganh{ margin-bottom: 20px; position: relative; }
.title-nganh:after{ content:''; position: absolute; left:0; top: 56%; width: 100%; height: 6px; border-top: 1px solid #197DBE; border-bottom: 2px solid #197DBE; }
.title-nganh>span:nth-child(1){ z-index: 1; position:relative; color: #197DBE; font-size: 36px; padding-right: 20px; display: inline-block; background: #ffffff; text-transform: uppercase; font-weight: 600; }
.title-nganh>span:nth-child(2){ z-index: 1; position:relative; padding-left: 20px; background: #fff;  }
.title-nganh>span>a{ font-size: 15px; font-weight: bold; color: #ffffff; background: #197DBE; border-radius: 30px; padding: 10px 20px;  }
.title-nganh>span>a:hover{ color: #fef105; }

.banner_list{  }
.banner_list img{ display: block; width: 100%; transform:scale(1.0); transition:all 0.3s; }
  
.read-sp{ text-align: center; margin-top: 30px; }
.read-sp a{ display: inline-block; border: 1px solid #EB3333; background: #EB3333; padding: 10px 40px; border-radius: 3px; color:#ffffff; font-size:17px; transition: all 0.3s; }
.read-sp a:hover{ color: #EB3333; background: #ffffff; }

.left{ width: 24%; }
.right{ width: 75%; }
.title-sp{ font-size: 30px; text-transform: uppercase; font-family: 'Poppins'; color: #EB3333; font-weight: 600; margin-bottom: 10px; }
.left-menu{ list-style: none; padding:0; margin:0; }
.left-menu li{ position: relative; }
.left-menu li>a{ color:#3D3D3D; font-size: 16px; display:block; padding: 5px 0; margin-right: 30px; }
.left-menu li>a:hover{ color:#B61D01; }
.left-menu li>span{ color: #B61D01; position: absolute; top: 0; right:0; width: 30px; height: 35px; text-align: center; line-height: 35px; }
.left-menu li ul{ list-style: none; padding:0; padding-left: 10px; margin:0; width: 100%; display: none; }

.left-menu li ul li{ position: relative; }
.left-menu li ul li>a{ color:#3D3D3D; font-size: 16px; display:block; padding: 4px 0; margin-right: 30px; }
.left-menu li ul li>a:hover{ color:#B61D01; }
.left-menu li ul li>span{ color: #B61D01; position: absolute; top: 0; right:0; width: 30px; height: 33px; text-align: center; line-height: 33px; }

.left-menu li ul li ul{ list-style: none; padding:0; padding-left: 10px; margin:0; width: 100%; display: none; }
.left-menu li ul li ul li>a{ color:#3D3D3D; font-size: 16px; display:block; padding: 4px 0; margin-right: 30px; }
.left-menu li ul li ul li>a:hover{ color:#B61D01; }

.loadkhung_relativepost{display: grid;grid-template-columns: repeat(1,1fr);grid-gap:30px;}
.loadkhung_product{display: grid; grid-template-columns: repeat(4,1fr); grid-gap: 20px 12px; width: 100%; }
.loadkhung_product1{display: grid; grid-template-columns: repeat(5,1fr); grid-gap: 8px 8px; width: 100%; }

.boxproduct_item{ border: 1px solid #33333330; position: relative; padding-bottom: 42px; background: #ffffff; text-align: center; }

.boxproduct_item .boxproduct_img_content{display: block; position: relative; margin-bottom: 12px; }

.boxproduct_item .boxproduct_img{display: block; overflow: hidden; position: relative; background: #ffffff; padding-top: 85%; }
.boxproduct_item .boxproduct_img>img{width: fit-content; transform: scale(1); transition: all 0.5s; position: absolute; top:0; left: 0; }
.boxproduct_item:hover .boxproduct_img>img{ transform: scale(1.05); }
 .boxproduct_item .boxproduct_img>picture{width: fit-content; transform: scale(1); transition: all 0.5s; position: absolute; top:0; left: 0; }
.boxproduct_item:hover .boxproduct_img>picture{ transform: scale(1.05); }
 
.boxproduct_item .absolute-info{ position: absolute; left:0px; bottom:0; width: 100%; }
.boxproduct_item .boxproduct_name{ position: relative; margin-bottom: 5px; padding: 0 20px; }
.boxproduct_item .boxproduct_name a{ transition: all 0.5s; font-weight: 500; color:#565656; font-size: 15px; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-transform: uppercase; font-family: 'Helvetica Neue'; font-weight: 500; }
.boxproduct_item:hover .boxproduct_name a{ color:#CD151D; }

.boxproduct_item .boxproduct_detail{ background: #197DBE; color:#ffffff; font-size: 16px; display: block; width: 50%; text-align: center; padding: 8px 10px; }
.boxproduct_item .boxproduct_detail:hover{ color:#ff0; }
.boxproduct_item .boxproduct_lienhe{ background: #444444; color:#ffffff; font-size: 16px; display: block; width: 50%; text-align: center; padding: 8px 10px; }
.boxproduct_item .boxproduct_lienhe i{ color:#fcb53a; }

.boxproduct_item .boxproductItem_star{ font-size: 16px; margin-bottom: 10px;}
.boxproduct_item .boxproductItem_star i{ font-size: 14px;}
.boxproduct_item .boxproductItem_star .opac100{color:#F7AF1D;}
.boxproduct_item .boxproductItem_star .opac80{color:#fcdfa5;}

.boxproduct_item .boxproduct_price{color:#565656; font-weight: bold; font-size: 16px; display: block; margin-bottom: 8px; }
.boxproduct_item .boxproduct_price span.giaban{ display: inline-block; color:#D91212;  }
.boxproduct_item .boxproduct_cart .dathang{ display: block; color:#6E6E6E; background: #EFEFEF; font-weight: bold; padding: 10px; transition: all 0.3s; max-width: 175px; margin: auto; border-radius: 4px; }
.boxproduct_item .boxproduct_cart .dathang i{ color:#197DBE; transition: all 0.3s; }
.boxproduct_item .boxproduct_cart .dathang:hover{ color:#fff; background: #197DBE; }
.boxproduct_item .boxproduct_cart .dathang:hover i{ color:#fff; }
 
.loadkhung_product .boxproduct_item .boxproduct_name a{ font-size: 16px; }

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


.boxproduct_list{ position: relative; background: #ffffff; text-align: center; font-family: 'SFProDisplay'; }
.boxproduct_list .boxproduct_img_content{display: block; position: relative; margin-bottom: 15px; }

.boxproduct_list .boxproduct_img{display: block; overflow: hidden; position: relative; background: #ffffff; border-radius: 10px; padding-top: 100%; }
.boxproduct_list .boxproduct_img img{width: fit-content; transform: scale(1); transition: all 0.5s; position: absolute; top:0; left: 0; border-radius: 10px;  }
.boxproduct_list:hover .boxproduct_img img{ transform: scale(1.05); }
 
.boxproduct_list .boxproduct_name{ position: relative; margin-bottom: 8px; }
.boxproduct_list .boxproduct_name a{ transition: all 0.5s; font-weight: 500; color:#565656; font-size: 16px; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-transform: uppercase; font-family: 'Helvetica Neue'; font-weight: 500; }
.boxproduct_list:hover .boxproduct_name a{ color:#CD151D; }
 
/*====BOX FOOTER====*/
.boxdoitac{ margin-bottom: 50px; }
.wrap_bottom{ padding: 50px 0; overflow-x: hidden; }
.roll_news{ width: 100%; }
.owl-news{ margin: 0 -10px; width: calc( 100% + 20px); }
.item_roll_news {position: relative; text-align: justify; padding: 15px 10px; }
.item_roll_newsIn {position: relative; text-align: justify; background: #FFFFFF;box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.5); border-radius: 10px; }
.item_roll_news .news_img { width: 100%; position: relative; border-radius: 10px 10px 0 0; }
.item_roll_news .news_img a{ display: block; width: 100%; overflow: hidden; border-radius: 10px 10px 0 0; }
.item_roll_news .news_img img{ width: 100%; transform: scale(1); border-radius: 10px 10px 0 0; transition: all 0.3s;}
.item_roll_news:hover .news_img img{ width: 100%; transform: scale(1.05);}

.item_roll_news .news_info { width: 100%; padding: 15px; border-radius: 0 0 10px 10px; } 
.item_roll_news .news_info h3{margin-bottom: 5px; min-height: 48px; }
.item_roll_news .news_info h3 a { color: #000000; font-size: 16px; text-align: left; font-weight: 600; display: block; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.item_roll_news .news_info:hover h3 a { color: #008040; }
.item_roll_news .news_info .news_desc { color: #3D3D3D; text-align: left; font-size: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; min-height: 45px; }
.item_roll_news  .news_desc { color: #3D3D3D; text-align: left; font-size: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; min-height: 45px; }
.item_roll_news .news_info .news_xemthem { text-align: right; margin-top: 10px; }
.item_roll_news .news_info .news_xemthem a{ font-size: 15px; color: #EB3333; font-weight: 600; text-decoration: none; border-bottom: 1px solid #EB3333; }


.item_roll_news .news_img_date { background: #197DBE; border: 2px solid #197DBE; padding: 9.5px 8px; color: #ffffff; width: 65px; text-align: center; line-height: 1; }
.item_roll_news .news_img_date div:nth-child(1){ font-size: 25px; font-weight: 600; }
.item_roll_news .news_img_date div:nth-child(2){ font-size: 14px; font-weight: 600; padding-top: 5px; }

 
.title-bottom{ margin-bottom: 30px; position: relative; text-align:center }

.title-bottom>div:nth-child(1){ position: relative; padding: 0 20px; line-height: 1.1; display: inline-block; font-size: 50px; font-family: '1FTV Avilock'; }
.title-bottom>div:nth-child(1):before{ content: ''; background: url(../images/img-data/line1.png) no-repeat; width: 69px; height: 9px; position: absolute; right: 100%; bottom: 20px; }
.title-bottom>div:nth-child(1):after{ content: ''; background: url(../images/img-data/line2.png) no-repeat; width: 69px; height: 9px; position: absolute; left: 100%; bottom: 20px; }
.title-bottom>div:nth-child(1)>span:nth-child(1){ color: #504B38; }
.title-bottom>div:nth-child(1)>span:nth-child(2){ color: #197DBE; }

.title-bottom>div:nth-child(2){ color: #2D2D2D; font-size: 16px; font-family: 'Poppins'; font-weight:600; }




.boxfooter_container{ color:#ffffff; background: #176AA0; overflow-x: hidden; padding: 50px 0px 0px 0px; font-size: 16px; line-height: 1.6; }
.boxfooter_container .fixwidth{ padding-bottom: 45px; }
.boxfooter_left{ width:40%; }
.boxfooter_middle{ width:20%; }
.boxfooter_middle .item-ft-middle{ margin-bottom: 20px; }
.boxfooter_middle .item-ft-middle:last-child{ margin-bottom: 0px; }
.boxfooter_right{ width:32%; }

.boxfooter_title{ position: relative; padding-bottom: 8px; margin-bottom: 35px; font-family: 'Poppins'; font-size: 20px; color: #ffffff; font-weight:600; }
.boxfooter_title:before{ content: ''; position: absolute; width: 43px; height: 1px; background: #ffffff; left: 0; bottom:0px;  }
.boxfooter_title1{ color: #ffffff; font-size: 35px;  font-family: 'Poppins'; font-weight: 600; }
.boxfooter_title2{ font-size: 18px; color: #ffffff; font-weight: 600; font-family: 'Poppins'; }

.boxfooter_info{ color: #ffffff; line-height: 1.5; margin-bottom: 10px; }
.boxfooter_info1{ text-align: center; color: #ffffff; line-height: 1.5; }

.boxfooter_logo{ text-align: center; margin-bottom: 20px; }

.right-mxhf{ display: flex; flex-wrap: wrap; align-items: center; justify-content: start; margin: 20px 0; }
.right-mxhf trong{ font-size: 18px;  }
.right-mxhf a{ margin-left: 8px; }
.bct{ margin-top: 20px; }
.box_chinhsach{ list-style: disc; list-style-position: inside; padding: 0; display: flex; justify-content: space-between; flex-wrap: wrap; }
.box_chinhsach_item{ margin-bottom:10px; width: 100%; padding-left: 0px;}
.box_chinhsach_item a{color:#ffffff; line-height: 1.3; }
.box_chinhsach_item:hover a{ color: #fef105; }

 
.boxfooter_bottom{ color:#ffffff; font-size: 16px; background: #145D8C; }
.boxfooter_bottom .fixwidth { padding:16px 0; }

.bottom-map{ width: 100%; }
.bottom-map iframe{ display: block; width: 100%; height: 435px; }
/* Sản Phẩm Detail */
.content-main{ overflow: hidden; }

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

.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: 16px;}
.boxproduct_star i{ font-size: 14px;}
.boxproduct_star .opac100{color:#F7AF1D;}
.boxproduct_star .opac80{color:#fcdfa5;}

.icon-call{ padding-right: 15px; height: 45px; line-height: 45px; background-color: #1ba0e2; color: #fff !important; font-size: 17px; font-weight: 600; display: inline-block; text-transform: uppercase; width: 46%;}
.icon-call i{ width: 45px; font-size: 20px; top: 0px; left: 0px; display: block; background: rgba(0,0,0,0.2); height: 100%; line-height: 45px; float: left; text-align: center; margin-right: 20px; position: relative;}
.icon-call i::after{content: ''; position: absolute; display: block; right: -10px; border-top: 45px solid rgba(0,0,0,0.2); top: 0px; transition: all .2s ease-in-out; border-right: 10px solid #1ba0e2;}

.icon-call-later{ padding-right: 15px; height: 45px; line-height: 45px; background-color: #ff891e; color: #fff; font-size: 15px; font-weight: 600; display: inline-block; text-transform: uppercase; width: 46%;}
.icon-call-later i{ width: 45px; font-size: 20px; top: 0px; left: 0px; display: block; background: rgba(0,0,0,0.2); height: 100%; line-height: 45px; float: left; text-align: center; margin-right: 20px; position: relative;}
.icon-call-later i::after{content: ''; position: absolute; display: block; right: -10px; border-top: 45px solid rgba(0,0,0,0.2); top: 0px; transition: all .2s ease-in-out; border-right: 10px solid #ff891e;}

.left-pro-detail{ width:100%; background:white;}
.left-pro-detail .MagicZoom{ }
.right-pro-detail{width:22%; position: -webkit-sticky; position: sticky; top: 50px; }
.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:26px; display:block; font-weight:500; margin-bottom: 10px; color: #CD151D; line-height:1.4; }
.social-plugin-pro-detail{margin-bottom:1rem;margin-top:0px!important;}
.desc-pro-detail{ }
.attr-pro-detail{list-style:none;padding:0px;}
.attr-pro-detail li{ padding: 2px 0; font-size: 16px;}
.attr-pro-detail li:last-child{border-bottom: none;}

.detail-image{ width: 45%; margin-bottom: 20px;}
.detail-image>div{ border: 1px solid #e1e1e1; }
.box-detail-info{ width: 53%; margin-bottom: 20px;}
.w-100{ width: 100%; }
.mr-20{ margin-right:20px; }
.attr-pro-detail .box-flex-detail li{ padding: 0px 0;}

.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;}
.attr-content-pro-detail .icon-fa{display:inline-block; width: 20px; text-align:center; }
.price-new-pro-detail{font-weight:bold; font-size:20px;color:var(--color-red);}
.price-new-pro-detail span{color: #333; font-size: 14px; 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.webp);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:3px solid #EB3333;}
.tabs-pro-detail .ul-tabs-pro-detail li{cursor:pointer;float:left;margin-right:5px; /*margin-bottom:5px;background:#eee;*/ padding: 9px 10px 7px 10px; font-size: 18px;  text-transform: uppercase;}
.tabs-pro-detail .ul-tabs-pro-detail li.active{background: linear-gradient(to bottom, #FFEDE3 4%, #FFEDE300 100%); border: 1px solid #EB3333; border-bottom: none; border-radius: 3px 3px 0 0; }
.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; } 

.title-faq{ text-align:center; font-size: 22px; font-weight:bold; margin-bottom: 20px; }
.faq-question{ background:#f1f1f1; padding:10px; border-radius:8px; font-size: 16px; font-weight: bold; position: relative; padding-right: 40px; margin-top:8px; }
.faq-question span{ position: absolute; top:0px; right:0px; width: 30px; height: 100%; background: #f1f1f1; border-radius: 0 8px 8px 0; }
.faq-question span i{ position: absolute; top:50%; left:50%; color:#000; font-size: 22px; transform: translate(-50%,-50%); }
.faq-answer{display: none; }
.faq-answer-pd{ padding: 10px;}

#popup-detail .modal-dialog { max-width: 450px;}
#popup-detail .modal-header{ background: #ef806b; color:#fff; }
#popup-detail .modal-header .close{ color:#fff; }
#popup-detail .modal-right-detail{ width: 100%; }
#popup-detail .modal-left-detail{ width: 100%; }

.sticky-form{ padding: 20px 15px; border-radius: 5px; background: #1044ae; color:#fff; }
.frm-detail{ display: flex; flex-wrap: wrap; }
.item-detail{ width:100%; margin-bottom:12px; position: relative; }
.item-detail i{position: absolute; left: 0px; top: 0px; line-height: 42px; background: #ddd0; color: #fff; font-size:15px; text-align: center; width:30px; height: 100%}
.item-detail textarea{ height: 80px; width: 100%; background: rgba(255, 255, 255, 0.4); border: none; padding: 7px 10px; padding-left: 30px; display: block; color: #fff; border-radius: 5px; font-size: 13px;}
.item-detail input[type='text'],.item-detail input[type='email']{ height:42px; padding: 0 10px; padding-left: 30px; width:100%; font-size: 13px; border-radius: 5px; background: rgba(255, 255, 255, 0.4); color: #fff; border: none;}
.item-detail input[type='text']::placeholder,.item-detail input[type='email']::placeholder,.item-detail textarea::placeholder{color:#fff;}
.item-detail input[type='submit']{ background: #ffffff; color:#190300; padding:9px 30px; border:none; text-transform:uppercase; font-weight: bold; border-radius:0px; cursor:pointer; width: 100%; margin-bottom: 12px; border-radius: 4px; font-size:16px;}
.item-detail input[type='submit']:hover{ background:#190300; color:#fff;}

.gc{font-size: 12px; color: #fff;}
.info_mua{ font-size: 22px; font-weight: bold; color: #ffffff; text-align: center; margin-bottom: 10px; }
.img-muahang{ width: 120px;  }
.info-muahang{ width: calc( 100% - 120px ); padding-left: 10px; font-size: 15px; }
.muangay2{ display: block; background: transparent; border: 1px solid #0076a3; color: #1a1a1a; padding:6px 20px; transition: all 0.4s; text-align: center; font-size: 1rem; margin-top: 12px;}
.muangay2:hover{ color: #fff; background: #0076a3; }
.muangay1{ margin-right: 10px; display: inline-block; background: transparent; border: 1px solid #0076a3; color: #1a1a1a; padding:6px 20px; transition: all 0.4s; text-align: center; font-size: 1rem; }
.muangay1:hover{ color: #fff; background: #0076a3; }
.muangay{ margin-right: 10px; display: inline-block; background: transparent; border: 1px solid #0076a3; color: #ec0d0d !important; padding:6px 20px; font-weight: 600; transition: all 0.4s; text-align: center; font-size: 1rem; }
.muangay:hover{ color: #fff !important; background: #0076a3; }

 
/* 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 */
.contact-title{ color: #56b3ef; font-size: 28px; font-family: 'Poppins'; font-weight: 500; margin-bottom: 20px; }
.top-contact{ width: 48%;}
.article-contact{ width: 100%; margin-bottom: 30px; }
.input-contact{position:relative;margin-bottom:15px;}
.input-contact input,.input-contact textarea{width:100%;padding:0px;outline:none;font-size:14px;}
.input-contact input{text-indent:10px;}
.input-contact textarea{resize:none;height:150px;padding:10px;}
.input-contact .custom-file-label::after{content:attr(title);}
.bottom-contact{position:relative;height:500px; width: 50%; }
.bottom-contact iframe{position:absolute;top:0px;left:0px;width:100%!important;height:100%!important;}

.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: 49%; margin-bottom: 10px; }
.item-tuvan:last-child{position: relative; width: 100%; }
.item-tuvan i{position: absolute; left: 0px; top: 0px; line-height: 42px; background: linear-gradient(to right, #56b3ef 0%, #197DBE 100%); color: #fff; font-size:15px; text-align: center; width:30px; height: 100%; border-radius: 5px 0 0 5px;}

div.item-tuvan input[type='text'],div.item-tuvan input[type='email']{height:52px; padding: 0 10px; padding-left: 40px; width:100%; font-size: 13px; border-radius: 5px; background: #ffffff; color: #2E2D2D; border:1px solid #197DBE;}
div.item-tuvan textarea{height: 120px; width: 100%; background:#ffffff; border: 1px solid #197DBE; padding: 7px 10px; padding-left: 40px; display: block; color: #2E2D2D; border-radius: 5px; font-size: 13px;}
div.item-tuvan input[type='text']::placeholder,div.item-tuvan input[type='email']::placeholder,div.item-tuvan textarea::placeholder{ color:#2E2D2D;}
.btn-tuvan{ font-size: 16px; font-weight: 600; letter-spacing: 2px; background: #197DBE; padding: 10px 28px; border-radius: 5px; margin-top: 10px; color: #fff; border: none}
.contac-title{ font-size: 20px; font-family: 'Fz Aghita'; background: -webkit-linear-gradient(#FC7931, #FF9748); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 20px; }
 

/* Phân Trang */
.pagination-home{ margin-top: 30px; margin-bottom: 20px; display: flex; justify-content: center; }
/*.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;}*/
.pagination-home .pagination .page-item{ margin: 0 3px 3px 3px; }
/* thiết lập style cho thẻ a */
.pagination-home .pagination .page-item .page-link{ display: inline-block; vertical-align: top; width: 35px; height: 35px; line-height: 33px; color: #666 !important; border: 1px solid #e6e6e6; font-size: 13px; cursor: pointer; text-decoration: none !important; background-color: #ffffff; padding:0; text-align:center; }
/* thiết lập style cho class active */
.pagination-home .pagination .page-item.active .page-link{ color: #ffffff !important; border-color: #197DBE; background-color: #197DBE; }
/* 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 {color: #ffffff !important; border-color: #197DBE; background-color: #197DBE; }


/* Phân Trang Ajax */
.pagination-ajax{text-align:center; margin-top: 20px;}
.pagination-ajax .pagination{display: inline-block;}
.pagination-ajax a{ display: inline-block; vertical-align: top; margin: 0px 3px 3px 3px; width: 35px; height: 35px; line-height: 33px; color: #666 !important; border: 1px solid #e6e6e6; font-size: 13px; cursor: pointer; text-decoration: none !important; background-color: #ffffff; }
.pagination-ajax a.first, .pagination-ajax a.last, .pagination-ajax a.prev, .pagination-ajax a.next { text-indent: -9999px; position: relative; background-color: #ffffff !important; }
.pagination-ajax a.current,.pagination-ajax a:hover{ color: #ffffff !important; border-color: #197DBE; background-color: #197DBE; }

.pagination-ajax a.first:before, .pagination-ajax a.last:before, .pagination-ajax a.prev:before, .pagination-ajax a.next:before { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2; background-color: transparent; background-repeat: no-repeat; background-position: center; }
.pagination-ajax a.first:before { background-image: url(../images/img-data/page-first.webp); }
.pagination-ajax a.prev:before { background-image: url(../images/img-data/page-prev.webp); }
.pagination-ajax a.next:before { background-image: url(../images/img-data/page-next.webp); }
.pagination-ajax a.last:before { background-image: url(../images/img-data/page-last.webp); }

/* 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:65px;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; background: #ffffff; border-top: 1px solid #197DBE;}
.mobile_contact a{ display: block; width: 33.3%; padding: 8px 5px; padding-bottom: 10px; text-align: center; color: #2E2D2D; font-size: 15px;}
.mobile_contact .langCon-mobile{ display: block; width: 25%; padding: 15px 5px; padding-bottom: 10px; text-align: center; color: #2E2D2D; font-size: 15px; }
.mobile_contact a:nth-child(2){ }
.mobile_contact a:nth-child(3){ }
.mobile_contact a i{ display: block; margin: auto; font-size: 16px; }

.desk-view{ display:block; }
.mobile-view{ display:none; }
.auto_gallery button.owl-prev{position:absolute; width: 30px; text-align: center; padding: 10px !important; margin: 0 !important; font-size: 24px !important; left: 0px; top: 50%; transform: translateY(-50%);}
.auto_gallery button.owl-next{position:absolute; width: 30px; text-align: center; padding: 10px !important; margin: 0 !important; font-size: 24px !important; right: 0px; top: 50%; transform: translateY(-50%);}
.item-gallery{position: relative;}

.auto_video button.owl-prev{position:absolute; width: 30px; text-align: center; padding: 10px !important; margin: 0 !important; font-size: 24px !important; left: 0px; top: 50%; transform: translateY(-50%);}
.auto_video button.owl-next{position:absolute; width: 30px; text-align: center; padding: 10px !important; margin: 0 !important; font-size: 24px !important; right: 0px; top: 50%; transform: translateY(-50%);}
 
.menu_mobi_add ul li ul{ width:100%; }
.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: #ffffff; display: block; position: fixed; left: -100%; top: 0; z-index: 99999; color: #080808; height: 100vh; overflow: auto; line-height: 1.5; padding-top: 40px; padding-bottom: 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; padding: 0;}
.icon_menu_mobi{font-size:22px; 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: 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: 14px; position: relative;}
div.menu_mobi { color: #BD0000; font-size: 28px; text-decoration: none; cursor: pointer; display: none; width: 42px; height: 42px; line-height: 42px; cursor: pointer; text-align: center; }
div.menu_mobi a{color:#197DBE;}
div.menu_mobi a i{ transform: scaleX(1.3);}

#menu_top .execphpwidget{ display: none; }

.timkiem-mobile{ display: none; }
.timkiem-mobile-icon{ width: 42px; height: 42px; text-align: center; line-height: 42px; font-size: 20px; color: #197DBE; }
/* Responsive */
@media(max-width:1199px){
    .fixwidth{width:97%;}
    .right-mail{ display: none; }
    .right-tel{margin-right: 0;}
    .menu ul.menu_cap_cha li.menulicha>a { padding: 0px 25px; }
    .langCon .execphpwidget { right: 0; left: auto;}
    .slider-left{ display:none; }
    .slider-right{ width: 100%; padding:0; padding-top: 10px; }
    .breadCrumbs { margin-bottom: 15px; margin-top: 10px; }
    .title-about div:nth-child(1) { font-size: 30px; }
    .title-about div:nth-child(2) { font-size: 28px; }
    .title-about span { font-size: 50px; }
    .title-about { margin-bottom: 12px; }
    .item_solieu .item_solieu_ten { font-size: 20px; }
    .desc-about { margin-bottom: 12px; font-size: 15px; }
    .item_solieu .item_solieu_number { font-size: 32px; }
    .title span { font-size: 32px; }
    .title-bottom>div:nth-child(1) { font-size: 40px; }
    .title-bottom>div:nth-child(1):after,.title-bottom>div:nth-child(1):before { bottom: 15px; }
}
@media(max-width:1100px){
    .header_logo .header_logo_img{ margin-bottom:0;  }
    .header_logo .header_logo_img img{   }
    .loadkhung_product1 .boxproduct_item:hover .hidekm{ display:none; }
    .menu { padding: 6px 0px;}
    .menu ul.menu_cap_cha{ display: none !important; }
    div.menu_mobi{display: block; z-index: 1;}
    .slider-right{ padding-top: 0; }
    .frm_timkiem1 { width: 100%; max-width: initial;}
    .header .fixwidth{ position: relative; }

    .menu_mobi_add ul{ list-style: none; padding:0; margin: 0; }
    .menu_mobi_add ul li>a{ text-transform: uppercase; }
    .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: #fff; text-decoration:none; display:block; cursor:pointer; display:block; cursor:pointer; }
    .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; }
    .header_logo{ width: 100%; justify-content: center !important; margin-bottom: 5px; }
    .header-height{ display:none; }
    .langCon { padding-left: 0; }

    div.menu_mobi {height: 42px; line-height: 42px; transition: all 0.3s; position: absolute; left: -0.5%; top: 50%; transform: translateY(-50%);}

    .middle-info, .right-info { display: none !important; }
    .timkiem-mobile{ display: block; position: absolute; top: 50%; right: 0; transform: translateY(-50%); z-index: 9; }
    #flags1{ display:block; }
    .title span { font-size: 30px;}
    .title div { font-size: 16px; font-weight: 500; }
}
@media(max-width:1024px){
    .title-about div:nth-child(1) { display: none; }
    .wrap-cta { padding: 75px 0; margin-top: 50px; }
    .boxfooter_left { width: 40%; }
    .boxfooter_right { width: 30%; }
    .boxfooter_title1 { font-size: 28px; }

    .boxfooter_left { width: 28%; }
    .boxfooter_right { width: 25%; }

    .right { width: 100%; }
    .left { display: none; }

    .st-image-share-buttons,.st-sticky-share-buttons{display: none !important;}
    .mobile_contact{ position:fixed; width: 100%; left: 0; bottom: 0px; display: flex !important;}
    .boxfooter_bottom { padding-bottom: 50px; }
    .loadkhung_video { grid-template-columns: repeat(3,1fr); grid-gap: 15px;}
    .wrap_menu { position: relative;}
     

 
    .slideshow{  }
    .slider_info--text { width: 70%; }
    .slider_info__name { font-size: 45px;}

    .slider_info__desc{ font-size: 20px; }
    .slider_info1 { padding: 12px 20px;}
    .wrap-main, .wrap-content{ width:97%; padding-top: 30px; padding-bottom: 30px; }
    
    .desktop_hidden { display: block;}
    .top-tel{ display: none !important; }
    .wrap_menu ul.menu_cap_cha{ display: none !important; }
     
    .fixed-bottom .list{ padding-left:0; }
    .fixed-bottom .list li:nth-child(1){ padding-left:0;     padding-right: 0;}

    .left-list-banner { display: none; }
    .right-list-product{ width: 100%; }
    .support-content{ display: none; }

}
@media(max-width:1000px){
    .tieude-cta { width: 100%; margin-bottom: 20px; text-align: center; }
    .item-cta { width: 49%; }
    .left-tuvan { width: 100%; margin-bottom: 20px; }
    .hosonangluc{ display:none; }
    .right-tuvan { width: 100%; }

    .left-about { width: 100%; padding: 40px 25px; padding-left: 25px; margin-top: 0; }
    .left-about:before { width: 100%; border-radius: 50px; }
    .right-about { width: 100%; position: relative; margin-top: 40px; display: none;}
    .right-about:before{ display: none; }
    .right-about img { width: 100%; border-radius: 16px 16px 16px 16px; }

   .index-left{ display:none; }
   .index-right{ width:100%; }

   .right-tel,.right-mail{ display: none }
   .loadkhung_item_news1 { display: grid; grid-template-columns: repeat(1,1fr); }

   .loadkhung_video { grid-template-columns: repeat(2,1fr); grid-gap: 20px;}

   .ten_slider { font-size: 3rem; line-height: 1.3; margin-bottom: 20px;}
   .loadkhung_product1,.loadkhung_product { grid-template-columns: repeat(2,1fr); grid-gap: 15px; }

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



   .news{width:100%;float:none!important;}
   .boxfooter_left { width: 100%; margin-bottom: 30px; position: relative; z-index: 1;}
   .boxfooter_middle { width: 49%; }
   .boxfooter_middle1 { width: 32%; }
   .boxfooter_right { width: 49%; }

   .subscribe_area .subscribe_iner { padding: 50px 30px; max-width: 97%;}

   .detail_news_left { width: 100%; margin-bottom: 30px;}
   .detail_news_right { width: 100%; }
   .loadkhung_relativepost{display: grid;grid-template-columns: repeat(3,1fr);grid-gap:20px;}

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

   .gt_video { width: 85%; }

   .item_slider_content_setup{ padding:20px; }

   .left_bottom { width: 100%; margin-bottom: 25px; }
   .right_bottom { width: 100%; }

   .header_logo { text-align: center; position: relative; width: 100%; margin-left: 0px; justify-content: center;}
   .header_logo>img { max-height: 80px; width: auto;}
   .header_logo .header_logo_img { margin-right: 12px; }
   .header_logo .header_logo_img img { max-height: 90px; width: auto; }
   .header { position: relative; width: 100%; padding: 10px 0;}
   .item_slider_content_setup {display: none; }

   .boxfooter_title { margin-bottom: 20px; }
}
@media(max-width:900px){    
    .loadkhung_product { grid-template-columns: repeat(2,1fr); grid-gap: 15px; }
    .loadkhung_product1{ grid-template-columns: repeat(2,1fr); grid-gap: 15px; }

}
@media(max-width:800px){
    .box-doitac-tuvan { padding: 30px 30px; }

    .title-bottom>div:nth-child(1),.title span { font-size: 30px;}
    .title-bottom>div:nth-child(2),.title div { font-size: 16px; font-weight: 500; }

	.top-contact { width: 100%; margin-bottom: 20px;}
	.bottom-contact { width: 100%;}
    .loadkhung_relativepost{display: grid;grid-template-columns: repeat(2,1fr);grid-gap: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(1,1fr);  grid-gap: 16px;}
    .w42 {  width: 100%; margin-bottom: 30px;}
    .w56 { width: 100%;}

	.frm_timkiem { max-width: 370px; }

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

}
@media(max-width:670px){
	  .loadkhung_item_news { display: grid; grid-template-columns: repeat(2,1fr); }

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

    .box-menu-line { display: none !important;}
    .wrap-video-21{ position: relative; width: 80vw; padding-bottom: 60%;}
    .loadkhung_product1,.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%; }
    .title { margin-bottom: 25px; }
}
@media(max-width:600px){
    .left-social { width: 100%; display: none; margin-bottom: 20px; }
    .right-social { width: 100%; }
    .right-social .item-social{ width: 100%; margin: 10px 0; }


    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;}
    .box-detail-info,.detail-image { width: 100%; margin-bottom: 20px;}
    .fixwidth { width: 95%; }
    .item-cta { width: 100%; }
    .item-cta:last-child { margin-top: 20px; }
}
@media(max-width:440px){

    .boxproduct_item .boxproduct_detail,.boxproduct_item .boxproduct_lienhe { font-size: 13px; }
    .box-doitac-tuvan { padding: 30px 10px;}
    .left-about { padding: 30px 15px; padding-left: 15px; }

    .timkiem-mobile, div.menu_mobi { top: 30px; }

    .xemthem-hang a { padding: 15px 20px; }
    .loadkhung_product .boxproduct_item .boxproduct_name a { font-size: 14px; }
    .boxproduct_item .boxproduct_name { min-height: auto; }
    .item_solieu .item_solieu_number { font-size: 18px; }
    .item_solieu .item_solieu_ten { font-size: 16px; }
    .left-about:before { border-radius: 15px; }
    .title-about div:nth-child(2) { font-size: 24px; }
    .title-about span { font-size: 40px; }

    .title span span:nth-child(1) { font-size: 25px; padding: 17px 30px 12px 30px; border-radius: 45px 0 45px 0; }
    .tailvideo_item .video_info { width: 130px; height: 120px; }
    .tailvideo_item .play { width: 80px; height: 80px; }


    .frm_timkiem1 .list { width: 110px; }
    .header_logo .header_logo_img img { max-height: 65px;  width: auto; }
    .header_logo>img { max-height: 55px; }
    .header_logo .header_logo_img { margin-bottom: 0; margin-right: 8px;}
    .frm_timkiem .input { height: 42px; transition:all 0.3s; }
    .frm_timkiem button { height: 42px; transition:all 0.3s; }
    .fixed_head .frm_timkiem .input { height: 34px; transition:all 0.3s; }
    .fixed_head .frm_timkiem button { height: 34px; transition:all 0.3s; }

    .fixed_head .header_logo img { max-height: 38px; }
    .icon-call-later { padding-right: 0px; font-size: 14px; width: 49%;}
    .icon-call-later i { margin-right: 10px; }

    .icon-call { padding-right: 0; font-size: 17px; width: 49%;}
    .icon-call i { margin-right: 10px; }


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

    .boxfooter_middle { width: 100%; margin-bottom: 20px; }
    .boxfooter_middle1 { width: 100%; margin-bottom: 20px; }
    .boxfooter_right { width: 100%; }

    .loadkhung_relativepost{display: grid;grid-template-columns: repeat(1,1fr);grid-gap:20px;}
    .item_slider_content_setup{ padding:10px; }
    .item-ft-middle { width: 100%;}
    .page-item-index {width: 100%;}
    .page-item-index:first-child { margin-bottom: 20px;}
    .loadkhung_product1,.loadkhung_product { display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 8px;}
    .title a{ display: none; }
    .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-top ul { display: none !important; }
    .slider_info--text {    width: 82%;}
    .slider_info__name { font-size: 26px;}
    .slider_info__desc{ display: none; }
    .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; }

    .item_news .news_img { width: 100%; margin-bottom: 10px; }
    .item_news .news_info { width: 100%; }
    .main_news{ font-size: 20px; }

    .wrap-main, .wrap-content { width: 95%; }
}
@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;}

    .title span { font-size: 35px; }
    .title div { font-size: 14px; letter-spacing: 4px; }
    .loadkhung_product1, .loadkhung_product { grid-template-columns: repeat(1, 1fr); }
}