﻿@charset "utf-8";
:root {
	--font-main:'Nunito Sans', sans-serif;
    --font-r:'Roboto', sans-serif;
    --font-f:'Roboto', sans-serif;
    --color-r:#0480FD;
    --color-f:#fff;
}
::-webkit-scrollbar {background:#fff;width:10px;height:11px;}
::-webkit-scrollbar-thumb {background:#ccc;}
::-webkit-input-placeholder { color:#333; font-size: 14px; }
:-moz-placeholder { color:#333; font-size: 14px; }
::-moz-placeholder { color:#333; font-size: 14px; }
:-ms-input-placeholder { color:#333; font-size: 14px; }
*{margin:0px;padding:0px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
html,body {font-family:var(--font-r); font-size: 14px; line-height:22px; text-rendering: optimizeLegibility;}
h1,h2,h3,h4,h5,h6{ margin: 0px; font-weight: normal;line-height: 22px}
p{margin: 0px;}
input,input:focus{outline:none;}
ul, ol { list-style: none;margin: 0px;padding: 0px;list-style-type: none; }
a,a:focus{ text-decoration: none;outline: none;color: inherit;}
a:focus{-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}
a:hover{text-decoration: none;color:#ff0000}
#title-breadcrumbs .breadcrumb{display: block!important;}
#title-breadcrumbs div.breadcrumb {background-color: #f2f2f2;margin: 0px;padding: 10px 0px;
 position: relative; color: #333;}
#title-breadcrumbs #inner{margin-bottom: 0px;}
#title-breadcrumbs #inner li:nth-last-child(1) span{display: none;} 
#title-breadcrumbs #inner li{display: inline-block;list-style: none;margin-right: 10px}
#title-breadcrumbs #inner a{padding-right:10px;}
#title-breadcrumbs div.breadcrumb a{color:#333;}   
#title-breadcrumbs div.breadcrumb a:hover{color: #ff0000;}
#banner-inner{padding:100px 0px}
.grecaptcha-badge{visibility: hidden;}
.loading-skeleton{position: relative;}
.loading-skeleton:after{content:"";position: absolute;left: 0px;width: 100%;height: 100%;top: 0px;z-index: 1; -webkit-animation: skeleton-animation 1.2s ease-in-out infinite; animation: skeleton-animation 1.2s ease-in-out infinite; background-color: #eee; background-image: -webkit-gradient(linear,left top,right top,from(#eee),color-stop(#f5f5f5),to(#eee)); background-image: linear-gradient(90deg,#eee,#f5f5f5,#eee); background-repeat: no-repeat; background-size: 200px 100%; transition: 0.3s; }
.loading-skeleton.none-after:after{opacity: 0;visibility: hidden;}
@-webkit-keyframes skeleton-animation {0% {background-position: -200px 0 } to {background-position: calc(200px + 100%) 0 } } @keyframes skeleton-animation {0% {background-position: -200px 0 } to {background-position: calc(200px + 100%) 0 } }
/*===*/
.mgt-20{margin-top: 20px;}
.mgt-30{margin-top: 30px;}
.mgt-40{margin-top: 40px;}
.mgt-50{margin-top: 50px;}
.mgt-60{margin-top: 60px;}
.mgb-20{margin-bottom: 20px;}
.mgb-30{margin-bottom: 30px;}
.mgb-50{margin-bottom: 50px;}
.mgb-60{margin-bottom: 60px;}
.pad-30{padding:30px 0px}
.pad-50{padding:50px 0px}
.pad-60{padding:60px 0px}
/*==*/
.pdt-40{padding-top:70px}
.pdb-40{padding-bottom: 40px}
.pad-40{padding:40px 0px}
.mgb-40{margin-bottom: 40px;}
.ma-rp15{margin:0px -15px}
.pa-rp15{padding:0px 15px}
.ma-rp10{margin:0px -10px}
.pa-rp10{padding:0px 10px}
.ma-rp5{margin:0px -5px}
.pa-rp5{padding:0px 5px}
.d-flex{display:-ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.flex-between{justify-content: space-between;}
.flex-center{align-items: center;}
/*==*/
.p-relative { position: relative }
.visit_hidden{display: none;}
.margin-auto{max-width: 1220px;margin: 0 auto;padding: 0px 10px;}
#container{margin: auto;}
.transition{transition: 0.5s;-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;-transition: 0.5s;}
.hidden__img{z-index: 9;width: 100%;overflow: hidden;transform:translateZ(0);position: relative;height: 100%;}
.hidden__img img{max-width: 100%}
.zoom img {border: none;transition: 0.5s;-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;-transition: 0.5s;width: 100%;}
.zoom:hover img{transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);-webkit-transform: scale(1.1);}
.hv_light2{ overflow:hidden; position:relative;}
.hv_light2:before {position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;z-index: 1;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out; }
.hv_light2:after {position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;}
.hv_light2:hover:before {right: 50%;left: 50%;width: 0;background: rgba(255, 255, 255, 0.5);}
.hv_light2:hover:after {height: 0;top: 50%;bottom: 50%;background: rgba(255, 255, 255, 0.5);}
/*==*/
.proloop {position: relative; }
.proloop:before,.proloop:after {content: ''; position: absolute; top: 4px; left: 4px; bottom: 4px; right: 4px;z-index: 99}
.proloop:before {border-top: 1px solid white; border-bottom: 1px solid white; transform: scale3d(0, 1, 1); }
.proloop:after {border-left: 1px solid white; border-right: 1px solid white; transform: scale3d(1, 0, 1); }
.proloop:hover:before, .proloop:hover:after {transform: scale3d(1, 1, 1); transition: transform 0.5s; }
/*====*/
.skew img {overflow: hidden; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; -ms-transition: all .5s ease; transition: all .5s ease; }
.skew img:hover {border-radius: 50%; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
.scale{display: block;overflow: hidden;}
.scale img {max-width: 100%; transition: all 0.6s; }
.scale:hover img {transform: translateX(5px) rotate(5deg) translateY(5px) scale(1.2); }
.button-hover{-webkit-transition: all 300ms linear 0s; -moz-transition: all 300ms linear 0s; -o-transition: all 300ms linear 0s; -ms-transition: all 300ms linear 0s; transition: all 300ms linear 0s; z-index: 3; position: relative; }
.button-hover:before {background:var(--color-r); bottom: 0; content: ""; display: inline-block; height: 100%; left: 0; position: absolute; width: 0; z-index: -1; -webkit-transition: all 300ms linear 0s; -moz-transition: all 300ms linear 0s; -o-transition: all 300ms linear 0s; -ms-transition: all 300ms linear 0s; transition: all 300ms linear 0s; border-radius: 0 2px 2px 0; }
.button-hover:hover:before {width: 100%; }
/*==*/
#loader-wrapper{width: 100%;height: 100%;position: fixed; top: 0%; left: 0%;display: flex;align-items: center;justify-content: center;z-index: 999999999;background: #fff}
.loadingcover{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,.75);z-index: 999}
.loader {position: relative; width: 2.5em; height: 2.5em; transform: rotate(165deg); }
.loader:before, .loader:after {content: ''; position: absolute; top: 50%; left: 50%; display: block; width: 0.5em; height: 0.5em; border-radius: 0.25em; transform: translate(-50%, -50%); }
.loader:before {animation: before 2s infinite; }
.loader:after {animation: after 2s infinite; }
@keyframes before {0% {width: 0.5em; box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75); } 35% {width: 2.5em; box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75); } 70% {width: 0.5em; box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75); } 100% {box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75); } }
@keyframes after {0% {height: 0.5em; box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75); } 35% {height: 2.5em; box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75); } 70% {height: 0.5em; box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75); } 100% {box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75); } }
.loader {position: absolute; top: calc(50% - 1.25em); left: calc(50% - 1.25em); }
/*==*/
#gotop {cursor: pointer;border-radius:50%;transition: all 0.6s;position: fixed;z-index: 10; bottom: 65px; width: 45px; height: 45px; text-align: center; background-color:var(--color-r);box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.34);right:-60px}
#gotop i.fa {color: white; font-size: 21px; line-height:40px; }
.fixmenu {animation: slide-down 0.5s;}
@keyframes slide-up {0% {opacity: 0; transform: translateY(50%); } 100% {opacity: 1; transform: translateY(0); } } 
@keyframes slide-down {0% {opacity: 0; transform: translateY(-100%); } 100% {opacity: 1; transform: translateY(0); } } 
/*==*/
.banner_adv{text-align: center;}
.banner_adv img{max-width: 100%;margin:auto;}
/*-------slider------*/
#slide_show{margin-top: -1px}
#slider-top{max-width: 1920px;margin:auto;}
.w_top{background:#222;padding: 15px 0px;font-size:15px;color: rgba(255,255,255,.7)}
.w_top p{display: flex;align-items: center;}
.w_top p:nth-child{color: #fff}
.w_top p span{color: #ff0000}
.w_top p a{display: flex;align-items: center;color: #ff0000}
.w_top p svg{margin-right: 5px}
.wrap_banner {background: linear-gradient(130deg, #f3f3f6 37%, #fff 37%); padding: 15px 0; }
.logo img{max-width: 100%}
.r_head{display: flex;align-items: center;}
.truso{text-align:center;position: relative;margin-right: 50px;padding-left: 43px}
.truso p {
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    font-weight: 700;
    letter-spacing: 0;
}
.truso span{
    font-size: 20px;
    line-height: 1.4;
    color: red;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
}
.truso:nth-child(1):after{content:"";position: absolute;left: 0px;top: 8px;
background: url(images/dc.png);width:40px;height:40px;background-size: cover}
.truso:nth-child(2):after{content:"";position: absolute;left: 0px;top: 8px;
background: url(images/hotline.png);width:40px;height:40px;background-size: cover}


/*---------header---------*/
.lienket{margin: 0px 0px 0px 0px;padding-top: 0px;position: relative;}
.lienket p{float: left;font-size: 14px;font-family: "RobotoRegular";color: #000000;margin-right: 37px;padding-top: 8px;}
.lienket a{padding: 0px 5px 0px 5px;color: #fff;display: inline-block;}
.lienket img:hover{opacity: 0.7;}
/*==============*/
.transi06{-webkit-transition: all .6s ease; -ms-transition: all .6s ease; -o-transition: all .6s ease; transition: all .6s ease;}
.fixmenu{position: sticky!important;top: 0px!important;left: 0px!important;margin: auto!important;width: 100%!important;z-index: 99!important}
.transf{-webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); }
div#menu_mobi {display:none;}
div#menu {background:var(--color-r); height:60px; line-height:60px; margin:auto; width:100%;}
div#menu ul {list-style:none;}
div#menu ul li {float:left; position:relative; z-index:99; padding: 0px 0px;}
div#menu ul li a {color: #fff; font-size: 14px; padding: 0px 25px;text-transform: uppercase; display: block;font-weight:700}
div#menu > div > ul > li > a:hover,div#menu ul > li > a.active,div#menu > div > ul > li > a.active2{color:#fff;background: #f50920}
div#menu div >ul>li>ul>li>a.active,div#menu div>ul>li>ul>li>a.active2{
	color:#fff;background:#f50920;
	padding-left: 15px;
}
div#menu.fixmenu div >ul>li>ul>li>a:hover{color: #fff!important}
div#menu.fixmenu div >ul>li>ul>li>a.active,div#menu.fixmenu div>ul>li>ul>li>a.active2{
	color:#fff;
	background:#f50920;
	padding-left: 15px;
}
div#menu ul li a:hover span,div#menu ul li a.active span,div#menu ul li a.active2 span{}
div#menu ul li ul,div#menu ul li:hover ul li ul {
    position: absolute;
    margin: 0px;
    z-index: 10;
    text-align: left;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    transition: all 0.3s;
}
div#menu ul li:hover > ul{transform: perspective(600px) rotateX(0deg);}
div#menu ul li ul li:hover > ul{transform: perspective(600px) rotateX(0deg);}
div#menu ul li ul li {width:220px; line-height:1.5; background:var(--color-r); border-top:1px solid #fff; }
div#menu ul li ul li a {padding:10px 10px; text-transform:none;color: #fff;font-size: 14px;
	transition: all 0.3s}
div#menu ul li ul li a:hover{color: #fff!important;background:#f50920;}
div#menu ul li ul li a.active2{color: #fff!important;background:#f50920;}
div#menu ul li ul li ul {left:200px; top:-1px;}  
/*-------meu-danhmucleft-------*/
#timkiem{width: 250px;background-color: #fff;height: 40px;position: relative;border: 2px solid var(--color-r);border-radius: 5px;overflow: hidden;display: flex;align-items: center;}
#timkiem input{width:calc(100% - 40px);height:40px;outline: none;border: none;background-color: #fff;font-size: 14px;color: #000;padding-left: 10px;line-height: 14px}
#timkiem button {width: 40px; height: 40px; outline: none; border: none;background: transparent;color: #ff0000}
#timkiem input::-webkit-input-placeholder {color: #818181;font-size: 13px;}
#timkiem input:-moz-placeholder { /* Firefox 18- */color: #818181;font-size: 13px;  }
#timkiem input::-moz-placeholder {  /* Firefox 19+ */color: #818181;font-size: 13px;}
#timkiem input:-ms-input-placeholder {  color: #818181;font-size: 13px;  }
/*-----sanpham----*/
.item{margin-bottom:20px;width: calc(100% / 4)}
.item-3{width: calc(100% / 3)}
.item-inner{}
.item-info{padding: 5px;text-align: center;}
.item-info h3{line-height: 22px;}
.item-info h3 a{font-size:16px;color: #000;display: -webkit-box; font-weight: 700;
width: 100%; -webkit-line-clamp:1;-webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;line-height: 22px;}
.item-info h3 a:hover{color: #ff0000}
.item-info .price__pro{font-size:14px;color: #333}
.item-info .price__pro span{color: #ff0000;font-weight: 700}
.slick-prev{position: absolute;top: -45px;right:40px;width: 20px;height: 20px;background: url(images/prev_s.png);}
.slick-next{transform:rotate(180deg);position: absolute;top: -45px;right:16px;width: 20px;height: 20px;background: url(images/prev_s.png);}
/*================Chi tiết sản phẩm======================*/
.details-product .product-image-block{width:48%}
.details-product .details-pro{width:48%}
.details-product .large-image a {display: block;background:#F6F6F6;border:1px solid #eee;}
.details-product .thumb_produc{margin: 10px 10px 0px 10px}
.slick-thumb_produc{margin: 0px -5px;}
.thumb_produc .slick-thumb_produc .item-imagepro{padding: 0px 5px;}
.thumb_produc .slick-thumb_produc .item-imagepro img{width: 100%;height: 100%;border:1px solid #ebebeb;cursor: pointer;}
/*.thumb_produc .slick-thumb_produc .item-imagepro:hover img,.thumb_produc .slick-thumb_produc .item-imagepro.slick-current img{border:1px solid #f72b3f}
*/
.thumb_produc .slick-thumb_produc .item-imagepro.mz-thumb-selected img{border:1px solid #333}
.nav .slick-prev{position: absolute;top: calc(50% - 18px);left:-5px;width: 26px;height: 36px;background:#333;font-size:20px;color: #fff;line-height:35px}
.nav .slick-next{transform:rotate(0);position: absolute;top: calc(50% - 18px);right:-5px;width: 26px;height: 36px;background:#333;font-size:20px;color: #fff;line-height:35px}
/*===*/
.item_des_detail {padding:5px 0px;font-size: 15px;color: #333;font-family:var(--font-main)}
.block-border-botom{border-bottom: 1px solid #eee;padding-bottom: 10px;margin-bottom: 10px;}
.details-product .details-pro{font-family:var(--font-main)}
.details-product .details-pro .title-head{font-family:var(--font-main); color: #333; font-size: 23px;line-height: 30px;
 font-weight: 700; margin-top: 0; margin-bottom: 3px; position: relative;letter-spacing: .01em;}
.details-product .details-pro .group-status{color: #272727;font-size: 15px;font-weight:600;margin: 0px 0 3px}
.details-product .details-pro .group-status .status_name{color: #ff0000;font-weight: 700}
.details-product .details-pro .special-price{margin-top: 5px}
.special-price .price-detail{color: #ff0000;font-family:var(--font-main);font-weight:700;font-size: 20px;margin-right: 15px;}
.special-price .price-detail-old{color: #ddd;font-size: 15px;}
.tit-desc-detail{font-size: 15px;font-weight: 700;color: #333;display: block;margin-bottom: 5px;}
.w_chiase{background: #e2e2e2e2;padding: 12px 10px 0px 10px}
.des-soluong{margin-bottom: 10px;}
.item_des_detail .qty{display: block;float: none;margin-bottom: 5px;text-align: left;text-transform: uppercase;
    font-size: 12px;font-weight: bold;font-family: 'RobotoBold';}
.item_des_detail .controls button{outline: none;background-color:#fff;color: #333;border: none;font-size: 20px}
.item_des_detail .controls button:nth-of-type(1){border-right: 1px solid #eaeaea}
.item_des_detail button:nth-of-type(2){border-left: 1px solid #eaeaea}
.item_des_detail .controls button:nth-of-type(1),.item_des_detail button:nth-of-type(2){padding: 7px 15px}
.item_des_detail .controls button:hover{color: #fff;background:#d80c0c;}
.item_des_detail input{padding:5px;border:none;text-align: center;width: 50px;
	color: #333;border-radius: 5px;outline: none;}
.product-qty .cart {display: flex;width: 100%;margin-top: 10px}
.product-qty .cart .add-cart{width:49%;outline: none;border:none;font-size: 15px; color: #fff; text-decoration: none; padding: 10px 10px;font-weight:700;
 border: 1px solid;  background:#d80c0c;display: inline-block; border-radius:5px; text-transform: uppercase;transition: all 0.3s}
.product-qty .cart #buynow{background:#111;}
.product-qty .cart .add-cart:hover{opacity: 0.9;}
.product-qty .show{margin-bottom: 5px;}
.row-add-cart{display: flex;flex-flow: wrap;}
.row-add-cart .controls{display:flex;margin-right: 10px;border: 1px solid #eaeaea;border-radius: 5px;overflow: hidden;}
/*===*/
.related-product .title-related-product{font-family: var(--font-main); font-size: 18px; color: #333; font-family: RobotoBold; margin-bottom: 20px; padding-bottom: 7px; position: relative; text-transform: uppercase; }
.related-product .title-related-product:after{content:"";position: absolute;left: 0px;bottom:0px;width:70px;height: 1px;
background: #333}
.related-product .title-related-product:before{content:"";position: absolute;left: 0px;;bottom:4px;width:50px;height: 1px;
background: #333}
.slick-related-product .slick-prev{left:15px;}
.slick-related-product .slick-next{right:15px;}
/*====*/
.box-video{width: calc(100% / 4);margin-bottom: 15px}
.box-video .img-video img{width: 100%}
.box-video .img-video .play-video:after{content:"";position: absolute;top: 0px;left: 0px;
bottom: 0px;right:0px;margin:auto;background:url(images/icon/play_video.png);width:50px;height: 50px;background-size: contain;}
.box-video h3{line-height: 22px;margin-top: 5px;text-align: center;}
.box-video h3 a{font-size: 15px;font-family:'RobotoBold';text-transform: uppercase;color: #333;}
.box-video h3 a:hover{color: #ff0000}
/*================albumhinhanh======================*/
.box-album{width: calc(100% / 4);margin-bottom:10px}
.box-album .img-album img{width: 100%}
.box-album h3{line-height: 20px;margin-top: 5px;text-align: center;}
.box-album h3 a{font-size: 14px;font-family:'RobotoBold';text-transform: uppercase;color: #333;line-height: 20px;
display: -webkit-box; width: 100%; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.box-album h3 a:hover{color: #ff0000}
.content-album img{max-width: 100%!important;height:auto!important;}
.article-main .title-related-album{font-family:var(--font-main);font-size:18px;color: #333;font-family:RobotoBold;
    margin-bottom:20px;padding-bottom:7px;position: relative;text-transform: uppercase;}
.article-main .title-related-album:after{content:"";position: absolute;left: 0px;bottom:0px;width:70px;height: 1px;
background: #333}
.article-main .title-related-album:before{content:"";position: absolute;left: 0px;;bottom:4px;width:50px;height: 1px;
background: #333}
 /*---------tranglienhe--------*/
.left-content-contact{width:48%}
.right-content-contact{width:48%}
#frm-contact .row-ct_input{display: flex;justify-content: space-between;margin-bottom: 10px}
#frm-contact input{font-family:'RobotoBold';font-size: 13px;color: #333;width: 49%;
height: 40px;border: 1px solid #ced4da;outline: none;background: transparent;padding-left: 15px}
#frm-contact textarea{font-family:'RobotoBold';font-size: 13px;color: #333;width: 100%;border: 1px solid #ced4da;
outline: none;background: transparent;resize: none;padding-left: 15px;padding-top: 10px;}
#frm-contact input:focus, #frm-contact textarea:focus { box-shadow: 0 2px var(--color-r); border-bottom: 1px solid var(--color-r); }
#frm-contact input:focus::placeholder, #frm-contact textarea:focus::placeholder { color: var(--color-r); }
.send-contact{color: #fff;background:#333;border:none;padding:8px 30px;font-family:'RobotoBold';font-size: 13px;text-transform: uppercase;outline: none;}
.send-contact:hover{background: #d00000}
.wrap-map-contact{height: 500px;overflow: hidden;border: 10px solid #eaebf3;}
.wrap-map-contact iframe{width:100%;height:100%}
/*=====footer========*/
#footer{background: #fff;}
.logo_ft img{max-width: 100%;}
#bottom_ft{} 
.title_ft{margin-bottom: 15px;position: relative;color:#000;font-size:16px;font-weight: 700;}
.title_ft p{margin-bottom: 0px;}
.content_ft{padding: 40px 0px;display: flex;justify-content: space-between;flex-flow: wrap;color: #333;font-size: 14px;}
.cot1_ft{width:30%;}
.cot2_ft{width:30%;display: flex;flex-flow: wrap;justify-content: space-between;}
.col-ft2{width:48%}
.cot3_ft{width:30%;}
.w_bando{height: 200px;overflow: hidden;}
.w_bando iframe{width:100%;height: 100%}
.bv_ft{display: table;margin-bottom: 7px;color: #000;font-size: 16px;}


/*===*/
.item_ykien{padding-top:40px;padding-bottom: 40px}
.img_desc_ykien{display: flex;align-items: center;justify-content: space-between;}
.img_desc_ykien img{width: 150px;height: 150px;object-fit: cover;border-radius: 50%;}
.top_desc_y{width: calc(100% - 170px);}
.top_desc_y p{font-size: 16px;line-height: 22px;display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;height:67px;color: #000;font-style: italic;}
.info_ykien{width: 100%;padding-left: 170px}
.info_ykien h3{color: #000;margin: 0px;text-align: left;}
.info_ykien h3 span:nth-child(1){font-weight:700;font-size: 15px;text-transform: capitalize;}
.info_ykien h3 span:nth-child(2){font-size: 15px;text-transform: capitalize;}
.rating{margin-bottom: 0px;color: #ff9200;font-size: 18px;margin-bottom: 10px}
.inner_ykien{box-shadow: 0px 0px 59px 0px rgba(0,0,0,0.08);padding: 20px}
.chay_ykien .slick-prev{position: absolute;top:  40%;left:-25px;width: 18px;height: 36px;background: url(images/lsl.png);transform: inherit!important;filter: brightness(1) invert(1);}
.chay_ykien .slick-next{transform:rotate(180deg);position: absolute;top: 40%;right:-25px;width: 18px;height: 36px;background: url(images/lsl.png);filter: brightness(1) invert(1);}
/*===*/
.sanpham_nb{box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);margin-top: 30px;background:#f8f8f8}

/*====*/
.gioithieu-taisao{background:url(images/bg_gt.png) no-repeat;background-position:50% 100%}
.gioithieu,.taisao{width:49%;}
.tit-gt{margin-bottom: 15px;}
.tit-gt h3{font-weight:700;text-transform: uppercase;color: var(--color-r);text-transform: uppercase;font-size:22px}
.desc_gt{font-size:16px;color: #666;line-height: 25px;margin-bottom: 20px}
.thumb-gt img{max-width: 100%;margin: auto;}
.thumb-name{display: flex;align-items: center;justify-content: space-between;}
.thumb-name span{width:50px;}
.thumb-name img{max-width: 100%}
.thumb-name h3{font-size:16px;color:#000;font-weight:700;width:calc(100% - 55px)}
.item-ts p{font-size:15px;color: #666;display: -webkit-box; width: 100%; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;margin-top:10px}
.item-ts{width:50%;margin-bottom:15px}
/*=====*/
.tintuc{background:#f8f8f8;box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1)}
.tit-title {position: absolute; margin-top: -25px; left: 50%; transform: translate(-50%); -webkit-transform: translate(-50%); -moz-transform: translate(-50%); -o-transform: translate(-50%); -os-transform: translate(-50%);}
.tit-title:before {width: 0; height: 0; border-style: solid; border-width: 0 30px 25px 30px; border-color: transparent transparent #d7d7d7 transparent; top: 0; left: -45px; content: ""; position: absolute; z-index: 0; }
.tit-title .uk-h1 {padding: 0 30px; background: #0480FD; line-height: 60px; border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; position: relative; z-index: 1;color: #fff;font-weight:700;text-transform: uppercase;font-size: 22px}
.tit-title .uk-h1:before {content: ""; position: absolute; width: 0; height: 0; border-style: solid; border-width: 0 17px 46px 0; border-color: transparent #0480FD transparent transparent; left: -15px; top: 0; }
.tit-title .uk-h1:after {content: ""; position: absolute; width: 0; height: 0; border-style: solid; border-width: 46px 17px 0 0; border-color: #0480FD transparent transparent transparent; right: -15px; top: 0; }
.tit-title:after {width: 0; height: 0; border-style: solid; border-width: 0 30px 25px 30px; border-color: transparent transparent #0480FD transparent; top: 0; right: -45px; content: ""; position: absolute; z-index: 0; }
.item-tintuc{padding-bottom:15px}
.inner-tintuc{background:#fff;box-shadow: 0 5px 15px rgba(0,0,0,.08)}
.info-tintuc{padding: 15px;text-align: center;}
.info-tintuc h3{margin-bottom: 5px;}
.info-tintuc h3 a{font-size:16px;color: #000;font-weight:700;display: -webkit-box; width: 100%; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.info-tintuc p{font-size:16px;color: #666;display: -webkit-box; width: 100%; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}

/*====*/
.nhantin_ft{padding: 20px 0px;background: #222;background-image: -webkit-linear-gradient(90deg,#0480FD 0,#0480FD 99%);}
#frm_nhantin{width:48%;display: flex;align-items: center;}
#frm_nhantin input{width:calc(100% - 132px);background:#fff;outline: none;border:none;height:50px;line-height:50px;border-radius:5px 0px 0px 5px;padding-left: 15px;color: #333;font-size: 15px;}
#frm_nhantin button{color: #fff;background: #ec1400;border:none;outline: none;color: #fff;text-transform: uppercase;font-size: 15px;height:50px;line-height: 50px;width:132px;border-radius:0px 5px 5px 0px;}
.r_nhantin{width:45%}
.r_nhantin svg{margin-right: 10px;}
.r_nhantin{display: flex;align-items: center;font-weight:700;font-size:16px;color:#fff}
.r_nhantin span{font-size:22px;margin-top:7px;display: block}
.item3{width: calc(100% / 3)}
@media screen and  (max-width:1248px) {
.pdt-40{padding-top:30px}
.pdb-40{padding-bottom: 20px}
.pad-40{padding:20px 0px}
.mgb-40{margin-bottom: 20px;}
.ma-rp15{margin:0px -10px}
.pa-rp15{padding:0px 10px}
.ma-rp10{margin:0px -10px}
.pa-rp10{padding:0px 10px}
.tit-title .uk-h1{font-size: 17px;line-height: 45px}
.tit-title .uk-h1:before{border-width: 0 17px 28px 0;}
.tit-title .uk-h1:after{border-width: 28px 17px 0 0;}
.item3{margin-bottom:10px;width: calc(100% / 4)}
}
@media screen and  (max-width:1180px) {

}
@media screen and  (max-width:1120px) {

}
@media screen and (max-width:1070px) {

}
@media screen and  (max-width:1024px) {
div#menu_mobi {display:block; }
div#menu {display: none;}
.w_top{display: none;}
.truso{display: none;}
.wrap_banner .d-flex{justify-content: center;}
}
@media screen and  (max-width:992px) {
.ma-rp15{margin:0px -5px}
.pa-rp15{padding:0px 5px}
.ma-rp10{margin:0px -5px}
.pa-rp10{padding:0px 5px}
.gioithieu{width:100%;margin-bottom: 20px;}
.taisao{width:100%;}
.r_nhantin{width:100%;margin-top: 10px}
#frm_nhantin{width:100%;}
.content_ft{padding:20px 0px}
.cot1_ft{width:100%;margin-bottom: 10px}
.cot2_ft{width:100%;}
.cot3_ft{width:100%;margin-bottom: 10px}
.col-ft2{margin-bottom: 10px}
.item{width: calc(100% / 3)}
.item3{width: calc(100% / 2)}
}
@media screen and  (max-width:918px) {

}
@media screen and  (max-width:768px) {

.content_ft{padding:20px 0px 70px}
}
@media screen and  (max-width:725px) {

}
@media screen and  (max-width:680px) {

}
@media screen and  (max-width:600px) {
.col-ft2{width:100%;margin-bottom: 10px}
.item{width: calc(100% / 2)}
.item3{width: calc(100% / 1)}
.item-info h3 a{-webkit-line-clamp:2;}
.inner_ykien{padding: 10px}
.img_desc_ykien{flex-flow:wrap;justify-content: center;}
.top_desc_y{width:100%;margin-top: 10px}
.rating{text-align:center;}
.info_ykien{padding-left: 0px;text-align:center;}
.info_ykien h3{text-align: center;}
}
@media screen and  (max-width:520px) {

}
@media screen and  (max-width:480px) {

}
@media screen and  (max-width:420px) {


}
@media screen and  (max-width:370px) {
.item{width: calc(100% / 1)}
.item3{width: calc(100% / 1)}
}

