﻿@charset "utf-8";
:root {
	--font-main:'Nunito Sans', sans-serif;
    --font-r:'Muli', sans-serif;
    --font-f:'Muli', sans-serif;
    --color-r:#08c;
    --color-f:#fff;
}
::-webkit-scrollbar {background:#fff;width:10px;height:11px;}
::-webkit-scrollbar-thumb {background:#ccc;}
::-webkit-input-placeholder { color:#333; font-family: 'RobotoRegular';font-size: 14px; }
:-moz-placeholder { color:#333; font-family: 'RobotoRegular';font-size: 14px; }
::-moz-placeholder { color:#333; font-family: 'RobotoRegular';font-size: 14px; }
:-ms-input-placeholder { color:#333; font-family: 'RobotoRegular';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 {font-family:'RobotoRegular';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}
/*==*/
.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;}
.tit-title{margin-bottom: 25px;padding-bottom:10px;position: relative;text-align: center;}
.tit-title h2{font-family:'RobotoBold';font-size:25px;line-height: 35px;color: #272727;text-transform: uppercase;}
.tit-title:before{content:"";position: absolute;left: 0px;right: 0px;margin: auto;bottom:0px;width:80px;height: 3px;background: var(--color-r)}
/*-------slider------*/
#slide_show{margin-top: -1px}
#slider-top{max-width: 1920px;margin:auto;}
.w_top{background:var(--color-r);background-size:cover;color: #fff;font-size: 13px;font-family:'RobotoRegular'}
.w_top .flex{justify-content: space-between;}
.w_top p{display: flex;align-items: center;}
.w_top p img{margin-right: 5px;}
.r_top{display: flex;align-items: center;}
.r_top p:nth-child(1){margin-right: 30px;}
.w_top .l_top{display: flex;align-items: center;font-size: 14px;color: #fff}
.w_top .l_top p{margin-right: 20px}
.w_top .l_top p:nth-last-child(1){margin-right: 0px;}
.logo img{max-width: 100%}
.banner img{max-width: 100%}
.hotline{float: right;}
/*---------header---------*/
.lienket{margin: 0px 0px 0px 0px;padding-top: 0px;position: relative;}
.lienket a:nth-child(1){border-left: 1px solid rgba(255,255,255,0.3)}
.lienket a{padding: 0px 0px 0px 0px;color: #fff;display: inline-block;border-right: 1px solid rgba(255,255,255,0.3)}
.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: 99999!important}
.transf{-webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); }
div#menu_mobi {display:none; }
div#menu {position:relative; background:#fff; height:100px; line-height:100px; margin:auto; width:100%;}
div#menu .sub-menu  > ul{display: flex;align-items: center}
div#menu ul {list-style:none;float: right;}
div#menu ul li {float:left; position:relative; z-index:999; padding: 0px 0px;}
div#menu ul li a{line-height: initial;}
div#menu ul li a {color: #333; font-size: 15px; padding: 0px 20px;text-transform: uppercase; display: block; font-weight: 700}
div#menu ul li a span{display: block;padding: 5px 0px}
div#menu > div >  div > div > ul > li > a:hover,div#menu ul > li > a.active,div#menu > div > ul > li > a.active2{color:#ff0000;}
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;
    left: 20px;
    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;
    min-width: 180px
}
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:100%; 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;font-size:16px;color: #fff;font-size: 13px;
	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;}  
.logo{width:180px;position: relative;}
.logo img{max-width: 100%;transition: all 0.3s}
div#menu .sub-menu{width:calc(100% - 200px);display: flex;align-items:center;justify-content:flex-end;}
.flex_menu{display: flex;justify-content: space-between;}
div#menu.fixmenu .logo{height: 70px;}
div#menu.fixmenu .logo a{display:flex;align-items: center;justify-content: center;height: 100%}
div#menu.fixmenu .logo img{/*transform: scale(0.8);*/;height: 100%}
div#menu.fixmenu{line-height: 70px!important;height: 70px!important;box-shadow:0px 2px var(--color-r)}
 /*===*/


#timkiem{position: absolute;right:30px;top:50%;transform:translateY(-50%);width: 0;background-color:var(--color-r);height: 40px;border:none;border-radius:5px;overflow:hidden;transition: all 0.5s;opacity: 0;display: flex;align-items: center;}
#timkiem input{float: left;width:calc(100% - 40px);height: 40px;outline: none;border: none;background-color:var(--color-r);font-size: 14px;color: #fff;padding-left: 10px;}
#timkiem button {float:right;width: 40px; height: 40px; outline: none; border: none;font-size: 20px;color:#fff;background:var(--color-r);}
#timkiem input::-webkit-input-placeholder {color: #ffff;font-size: 13px;}
#timkiem input:-moz-placeholder { /* Firefox 18- */color: #fff;font-size: 13px;  }
#timkiem input::-moz-placeholder {  /* Firefox 19+ */color: #fff;font-size: 13px;}
#timkiem input:-ms-input-placeholder {  color: #fff;font-size: 13px;  }
.pre_search{position: relative;cursor:pointer;font-size: 20px;margin-left: 20px}
#timkiem.active{width: 15rem;opacity: 1;}
#timkiem button i{display:block;}

/*-----sanpham----*/
.item{margin-bottom:10px;width: calc(100% / 4)}
.item-3{width: calc(100% / 3)}
.item-inner{border:1px solid #eee;}
.item-info{padding: 5px;text-align: center;}
.item-info h3{line-height: 22px;}
.item-info h3 a{font-family: 'RobotoBold';font-size:15px;color: #333;text-transform: uppercase;display: -webkit-box; 
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-family: 'RobotoRegular';font-size:14px;color: #333}
.item-info .price__pro span{color: #ff0000;font-family: 'RobotoBold';}
.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{font-family:'RobotoRegular'}
#bottom_ft{position: relative;z-index: 1}
 #bottom_ft:after{content:"";position: absolute;z-index: -1;background: rgba(0,0,0,0.7);left: 0px;top: 0px;width: 100%;height: 100%}
.title_ft{margin-bottom: 15px;position: relative;color: #fff;font-size:17px;font-family: 'RobotoBold';text-transform: uppercase;}
.title_ft p{padding-bottom: 10px;}
.title_ft:after{content: "";width:50px;height:2px;background: #fff;position: absolute;left: 0px;bottom: 0px;}
.content_ft{padding: 40px 0px;display: flex;justify-content: space-between;flex-flow: wrap;color: #fff;font-family:'RobotoRegular';font-size: 14px;}
.cot1_ft{width:35%;}
.cot2_ft{width:15%;}
.cot3_ft{width:20%;}
.cot4_ft{width:25%;}
.w_bando{height: 200px;overflow: hidden;}
.w_bando iframe{width:100%;height: 100%}
#copyright{background:var(--color-r);font-size: 13px;color: #fff;padding: 15px 0px;}
#copyright .flex{display: flex;justify-content: space-between;}
.bv_ft{display: table;margin-bottom: 10px;color: #fff;}
.bv_ft:hover{color: #ff0}
.img-bg{margin-bottom: 20px;text-align: center;}
.img-bg img{max-width: 100%;margin: auto;width: 70%}
/*=====footer========*/
.lienket_ft {margin-top: 10px;display: flex;align-items: center;}
.lienket_ft p{}
.icon-footer{float: right;}
.lienket_ft a:last-child{margin-right: 0px;}
.lienket_ft a{margin:0px 10px 0px 0px;float: left;}
.lienket_ft 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;}
.lienket_ft img:hover{opacity: 0.6;}
/*===*/
.tag_seo{padding:30px 0px;color: #333;}
.content_seo{flex-flow: wrap;}
.content_seo span{font-family:'RobotoBold';color: #333;text-transform: uppercase;width: 100%;margin-bottom: 10px;}
.content_seo a{color: #333;font-weight: 500;position: relative;font-size: 15px;}
.content_seo a:hover{color: #ff0000;text-decoration: underline;}
.content_seo a:not(:last-child):after{content:"|";padding: 0px 5px}

/*===*/
.main-index{border-bottom: 1px solid #ddd;border-top: 1px solid #ddd}
.item-stxd{width: calc(100% / 3);margin-bottom: 15px;}
.item-stxd__info{margin-top: 10px;}
.item-stxd__info h3{line-height: 22px;}
.item-stxd__info h3 a{color:#333;margin-bottom: 5px;text-transform: uppercase;color: #333;line-height: 22px;display: -webkit-box; width: 100%; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;font-family:'RobotoBold';font-size: 15px;}
.item-stxd__info p{color:#333;margin-bottom: 2px;color: #333;line-height: 25px;display: -webkit-box; width: 100%; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;font-family:'RobotoRegular';font-size: 14px;margin-bottom: 5px;}
.xemthem__{color: #ff0000;font-size: 14px;font-family:'RobotoRegular';display: inline-block;}
.xemthem__ span{transition: all 0.3s}
.xemthem__:hover span{padding-left: 10px;}
.item-stxd__info h3 a:hover{color: #ff0000}
/*====*/
.gthinh {width: 48%;padding: 5px;border:1px solid #ccc;border-radius:5px;}
.ndgt {width:50%;order: 2}
.gtname{color:var(--color-r); text-transform: uppercase; font-size: 25px; font-family: 'UTMHelvetIns'; padding: 0 0 10px 0px; margin: 0 0 10px;position: relative;}
.gtname:after{content:"";position: absolute;left: 0px;width:2px;height: 2px;background: var(--color-r);bottom:0px;width: 100px;}
.gtname span {text-transform: none; color: #3E3E3E; display: block; font-family: RobotoRegular; font-size: 14px;display:block;margin-top: 10px; }
.gtmota {color: #3E3E3E; font-family: RobotoRegular; font-size: 14px; display: -webkit-box; width: 100%; -webkit-line-clamp:8; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; line-height: 30px; }
.gtxemthem {margin: 10px 0 0;}
.gtxemthem a {font-family: RobotoBold; text-transform: uppercase; padding: 7px 30px; background:var(--color-r); color: #fff; display: inline-block; position: relative;border-radius: 5px;font-size: 13px;}
.gtxemthem a:hover{color: #fff;background: #ff0000}
.img-responsive{max-width: 100%}
/*===*/
.item_doitac a{display: block;padding: 5px;border:1px solid #eee;transition: all 0.3s;border-radius: 5px}
.item_doitac img{width: 100%;}

.item-tieuchi{width:calc(100% / 3);margin-bottom: 30px;display:flex;justify-content: space-between;flex-flow: wrap;align-items: center;}
.img_tieuchi img{max-width: 100%;}
.img_tieuchi{width: 80px;}
.info_tieuchi{width: calc(100%  - 95px)}
.info_tieuchi h3{color: #333;font-size: 14px;text-transform: uppercase;line-height: 22px;display: -webkit-box; width: 100%; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;font-family:'RobotoBold'}
.info_tieuchi p{color: #333;font-size: 14px;line-height: 22px;display: -webkit-box; width: 100%; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;font-family:'RobotoRegular'}
/*===*/
.item-banner{width: calc(100% / 3)}
.inner-banner{padding:80px 0px;text-align: center;position: relative;z-index: 1}
.item-banner a{display: inline-block;padding: 10px 20px;border:2px solid #fff;color: #fff;font-weight: 700;font-size: 18px;text-transform: uppercase;width:70%;text-align: center;margin:auto;line-height: 25px;position: relative;z-index: 99}
.item-banner:hover a{background:var(--color-r);}
.item-banner .fill{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
    background: rgba(0,0,0,0.5);
}
/*===*/
.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;font-family:'RobotoRegular';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}
.item_ykien:focus{outline: none;}
.info_ykien h3{color: #000;margin: 0px;text-align: left;}
.info_ykien h3 span:nth-child(1){font-family:'RobotoBold';font-size: 15px;text-transform: capitalize;}
.info_ykien h3 span:nth-child(2){font-family:'RobotoRegular';font-size: 15px;text-transform: capitalize;}
.rating{margin-bottom: 0px;color: #ff9200;font-size: 18px;margin-bottom: 10px}
.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);}
/*===*/
.img_tintuch{position: relative;}
.inner_tintuc{padding:5px;border:1px solid var(--color-r);border-radius: 5px}
.date_post{position: absolute;top: 5px;left: 5px;background:#fff;border:3px solid #e64946;color: #e64946;padding:2px;display: flex;align-items: center;justify-content: center;flex-direction: column;z-index: 999}
.date_post span:nth-child(1){font-family:'RobotoBold';font-size: 14px;display: block;}
.date_post span:nth-child(2){font-family:'RobotoRegular';font-size: 12px;}
.img_tintuch img{max-width: 100%;}
.info_tintuch{text-align: center;padding:15px 15px}
.info_tintuch h3{line-height: 22px;margin: 0px;margin-bottom:10px;padding-bottom:10px;position: relative;}
.info_tintuch h3:after{content:"";position: absolute;left: 0px;width:50px;height: 2px;background:#ccc;bottom: 0px;margin:auto;right: 0px}
.info_tintuch h3 a{color: #333;font-size: 14px;text-transform: uppercase;line-height: 22px;display: -webkit-box; width: 100%; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;font-family:'RobotoBold'}
.info_tintuch h3 a:hover{color:var(--color-r)}
.info_tintuch p{color: #333;font-size: 14px;line-height: 22px;display: -webkit-box; width: 100%; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;font-family:'RobotoRegular'}
/*==*/
.item_tintuh{width: calc(100% / 3);margin-bottom: 30px}

.item_tintuh-tt{width: calc(100% / 4);margin-bottom: 20px}
@media screen and  (max-width:1248px) {
.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}
.item-stxd{width: calc(100% / 3);margin-bottom:10px;}
#slide_show .margin-auto{padding: 0px;}
}
@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;}
}
@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}
.item{width: calc(100% / 3);}
.cot1_ft{width:100%;}
.cot2_ft{width:49%;margin: 20px 0}
.cot3_ft{width:49%;margin: 20px 0}
.cot4_ft{width:100%;}
.ndgt{width: 100%;margin-bottom: 20px;}
.gthinh{display: none;}
.gtname{font-size: 20px}
.tit-title h2{font-size:20px;line-height: 30px;}
.item-banner a{font-size: 1rem;width: 90%;padding: 5px;}
.item-tieuchi{width: calc(100% / 2)}
#copyright{text-align: center;}
.inner-banner{padding: 40px 0px}
.info_tintuch{padding:10px;}
.item_tintuh-tt{width: calc(100% / 3);}
}
@media screen and  (max-width:918px) {

}
@media screen and  (max-width:768px) {
.tag_seo{padding-bottom: 70px;padding-top: 10px}
#copyright .flex-between{justify-content: center;}

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

}
@media screen and  (max-width:680px) {
    .item_tintuh{width: calc(100% / 2);margin-bottom: 10px}
}
@media screen and  (max-width:600px) {
.item-stxd{width: calc(100% / 2);}
.item{width: calc(100% / 2);}
.img_tieuchi{width: 100%;text-align: center;margin-bottom: 10px}
.info_tieuchi{width: 100%;text-align: center;}
.item_tintuh-tt{width: calc(100% / 2);margin-bottom: 10px}
}
@media screen and  (max-width:520px) {
.cot2_ft{width:100%;margin: 20px 0}
.cot3_ft{width:100%;margin: 20px 0}
}
@media screen and  (max-width:480px) {

}
@media screen and  (max-width:420px) {
.item-stxd{width: calc(100% / 1);}
.item-banner{width: 100%;margin-bottom: 10px}
.tieuchi{margin-bottom: 0px}
    .item_tintuh{width: calc(100% / 1);}
}
@media screen and  (max-width:370px) {
.item{width: calc(100% / 1);}
.item_tintuh-tt{width: calc(100% / 1);margin-bottom: 10px}
}
