@font-face {

    font-family: 'RCR';

    src: url('../fonts/Roboto/RobotoCondensedRegular.eot');

    src: url('../fonts/Roboto/RobotoCondensedRegular.eot') format('embedded-opentype'),

         url('../fonts/Roboto/RobotoCondensedRegular.woff2') format('woff2'),

         url('../fonts/Roboto/RobotoCondensedRegular.woff') format('woff'),

         url('../fonts/Roboto/RobotoCondensedRegular.ttf') format('truetype'),

         url('../fonts/Roboto/RobotoCondensedRegular.svg#RobotoCondensedRegular') format('svg');

}

@font-face {

    font-family: 'RCB';

    src: url('../fonts/Roboto/RobotoCondensedBold.eot');

    src: url('../fonts/Roboto/RobotoCondensedBold.eot') format('embedded-opentype'),

         url('../fonts/Roboto/RobotoCondensedBold.woff2') format('woff2'),

         url('../fonts/Roboto/RobotoCondensedBold.woff') format('woff'),

         url('../fonts/Roboto/RobotoCondensedBold.ttf') format('truetype'),

         url('../fonts/Roboto/RobotoCondensedBold.svg#RobotoCondensedBold') format('svg');

}



@font-face {

    font-family: 'UTMAzuki';

    src: url('../fonts/UTMAzuki.ttf');

}

@font-face {

    font-family: 'Roboto';

    src: url('../fonts/OpenSans-Regular.ttf');

}

@font-face {

    font-family: 'OpenSansB';

    src: url('../fonts/OpenSans-Bold.ttf');

}

@font-face {

    font-family: 'Monday';

    src: url('../fonts/SVN-Monday.otf');

}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body{font-family: 'Roboto', sans-serif;}

img{

	max-width:100%;

}

:focus{outline: none;}

a{

	color:#333;

	transition:all 0.5s;

	-webkit-transition:all 0.5s;

	-moz-transition:all 0.5s;

	-o-transition:all 0.5s;

}

a:hover,a:focus{

	text-decoration:none

}

button:focus{

	outline: 0px !important;

}

/*Icon hotline on Mobile*/

.call_now {

    width: 80px;

    height: 80px;

    display: none;

    overflow: hidden;

    cursor: pointer;

    float: left;

    position: fixed;

    bottom: 0px;

    left: 0px;

    z-index: 999;

}

.call_now_circle {

    width: 80px;

    height: 80px;

    top: 0;

    left: 0;

    position: absolute;

    border: 2px solid #f34d06;

    opacity: .5;

    border-radius: 100%;

    -moz-border-radius: 100%;

    -o-border-radius: 100%;

    -webkit-border-radius: 100%;

    transform-origin: 50% 50%;

    -moz-transform-origin: 50% 50%;

    -webkit-transform-origin: 50% 50%;

    -o-transform-origin: 50% 50%;

    transition: all .5s;

    -o-transition: all .5s;

    -moz-transition: all .5s;

    -webkit-transition: all .5s;

    animation: call-circle-anim 1.2s infinite ease-in-out;

    -moz-animation: call-circle-anim 1.2s infinite ease-in-out;

    -o-animation: call-circle-anim 1.2s infinite ease-in-out;

    -webkit-animation: call-circle-anim 1.2s infinite ease-in-out;

}

.call_now_circle_fill {

    width: 50px;

    height: 50px;

    top: 15px;

    left: 15px;

    position: absolute;

    opacity: .75;

    background: #f34d06 none;

    border: 2px solid transparent;

    border-radius: 100%;

    -moz-border-radius: 100%;

    -o-border-radius: 100%;

    -webkit-border-radius: 100%;

    transform-origin: 50% 50%;

    -moz-transform-origin: 50% 50%;

    -webkit-transform-origin: 50% 50%;

    -o-transform-origin: 50% 50%;

    transition: all .5s;

    -o-transition: all .5s;

    -moz-transition: all .5s;

    -webkit-transition: all .5s;

    animation: call-circle-fill-anim 2.3s infinite ease-in-out;

    -moz-animation: call-circle-fill-anim 2.3s infinite ease-in-out;

    -o-animation: call-circle-fill-anim 2.3s infinite ease-in-out;

    -webkit-animation: call-circle-fill-anim 2.3s infinite ease-in-out;

}

.call_now_icon {

    position: absolute;

    top: 25px;

    right: 25px;

    width: 30px;

    height: 30px;

    background-size: 24px 24px !important;

    background: #f34d06;

    border: 2px solid transparent;

    opacity: 1;

    border-radius: 100%;

    -moz-border-radius: 100%;

    -o-border-radius: 100%;

    -webkit-border-radius: 100%;

    transform-origin: 50% 50%;

    -moz-transform-origin: 50% 50%;

    -webkit-transform-origin: 50% 50%;

    -o-transform-origin: 50% 50%;

    animation: call-icon-anim 1s infinite ease-in-out;

    -o-animation: call-icon-anim 1s infinite ease-in-out;

    -moz-animation: call-icon-anim 1s infinite ease-in-out;

    -webkit-animation: call-icon-anim 1s infinite ease-in-out;

}

.call_now_icon:before {

    content: "\f095";

    font-family: FontAwesome;

    line-height: 28px;

    text-align: center;

    display: block;

    font-size: 23px;

    color: #fff;

}

@keyframes call-circle-anim {

    0% {

        transform: rotate(0) scale(.5) skew(1deg);opacity: .1

    }

    30% {

        transform: rotate(0) scale(.7) skew(1deg);opacity: .5

    }

    100% {

        transform: rotate(0) scale(1) skew(1deg);opacity: .1

    }

}

@keyframes call-circle-fill-anim {

    0% {

        transform: rotate(0) scale(.7) skew(1deg);opacity: .2

    }

    50% {

        transform: rotate(0) scale(1) skew(1deg);opacity: .2

    }

    100% {

        transform: rotate(0) scale(.7) skew(1deg);opacity: .2

    }

}

@keyframes call-icon-anim {

    0% {

        transform: rotate(0) scale(1) skew(1deg)

    }

    10% {

        transform: rotate(-25deg) scale(1) skew(1deg)

    }

    20% {

        transform: rotate(25deg) scale(1) skew(1deg)

    }

    30% {

        transform: rotate(-25deg) scale(1) skew(1deg)

    }

    40% {

        transform: rotate(25deg) scale(1) skew(1deg)

    }

    50% {

        transform: rotate(0) scale(1) skew(1deg)

    }

    100% {

        transform: rotate(0) scale(1) skew(1deg)

    }

}

.fl{

	float:left;

}

.bg-gray{

	background:#f0f0f0;

}

.bg-white{

	background:#fff;

}

.bd-gray{

	border:solid 1px #d5d5d5

}

.bd-ra-0{

	border-radius:0;

}

.bd-ra-10{

	border-radius:10px;

}



.row7{

	margin-left:-7px;

	margin-right:-7px;

}

.plr0{

	padding-left:0;

	padding-right:0;

}

.plr5{

	padding-left:7px;

	padding-right:7px;

}

.row10{

	margin-left:-10px;

	margin-right:-10px;

}

.plr10{

	padding-left:0px;

	padding-right:10px;

}

.plr15{

	padding-left:15px;

	padding-right:15px;

}

.p0{

	padding:0px;

}

.p15{

	padding:15px;

}

.pl0{

	padding-left:0px;

}

.pr0{

	padding-right:0px;

}

.pb15{

	padding-bottom:15px;

}

.mb10{

	margin-bottom:10px;

}

.mb15 {

	margin-bottom:15px;

}

.mb20{

	margin-bottom:20px;

}

.mb23{

	margin-bottom:23px;

}

.mb30{

	margin-bottom:30px;

}

.mr10{

	margin-right: 10px;

}

.mr0{

	margin-right: 0px;

}

.w100pe{

	width:100%;

}





.animate1{

	-webkit-animation-duration: .3s;

	animation-duration: .3s;

	-webkit-animation-fill-mode: both;

	animation-fill-mode: both;	

}



/*TIÊU ĐỀ AND FONT*/





#container{

	padding: 25px 0px;

}



/*LEFT*/



#left{

	width: 265px;

	float: left;

}

#right{

	width: 855px;

	float: right;

}



.bao-left{ 

	margin-bottom: 20px;

}

.title-left{

	background: #0d6e45;

    line-height: 38px;

    color: #fff;

    text-align: center;

    font-family: 'OpenSansB';

    font-size: 16px;

    text-transform: uppercase;

    position: relative;

}

.title-left a{



	color:#fff;

	text-align:center

}

.ar_left{

	padding: 10px; 

	line-height: 28px;

	border: 1px solid #ddd;

	border-top: 0px;

}



/*left danh mục sản phẩm*/

.ar_left.menu{

	padding: 0px;

}

.ar_left ul{

	padding-left: 0px;

}

.ar_left ul li{

	list-style: none;

	font-family: 'Roboto';

	font-size: 14px;

	color: #282828;

}

.ar_left ul li{

    border-bottom: 1px solid #ddd;

}

.ar_left ul li:last-child{

	border-bottom: none;

}

.ar_left ul li i{

	font-size: 14px;

}

.ar_left ul li a{

	color: #282828;

	display: block;

    padding: 8px 10px;

    display: block;

}

.ar_left ul li i{font-size: 12px;}

.ar_left ul > li:hover a{color: #f89649;margin-left: 2px;}

.ar_left ul > li:hover{background: #f5f5f5;}

.ar_left ul li img{margin-right: 13px;}



/*left sản phẩm tiêu biểu*/

.ar_tieubieu{

	padding: 7px 0px;

	border-bottom: 1px solid #eee;

}

.img_tieubieu{

	float: left;

	margin-right: 10px;

	position: relative;

	overflow: hidden;

}

.name_tieubieu{

	font-family: 'Roboto';

	font-size: 15px;

	margin-bottom: 2px;

    line-height: 20px;

    max-height: 40px;

    overflow: hidden;

}

.name_tieubieu a{color: #282828;}

/*left hỗ trợ trực tuyến*/

.title-hotro{font-family: 'Roboto';}

.title-hotro span{

	color: red;

	font-weight: bold;

}

.title-hotro i{

	color: #282828;

	font-size: 18px;

}

.title-hotro img{margin-left: 5px;}

.ar_left i{

	margin-right: 10px;

	font-size: 17px;

}

.hot-line img{

	margin-right:10px;

}

.hot-line{

	font-family: 'Roboto';

	font-size: 14px;

	color: #282828;

}



/*left video*/

.list_video select{

	width: 100%;

	height: 30px;

	font-family: 'Roboto';

	font-size: 13px;

	padding-left: 10px;

}

/*Left Thống kê truy cập*/

.thongketruycap{

	width: 215px;

	float: right;

}

.thongketruycap li{

	list-style: none;

	font-family: 'arial';

	font-size: 13px;    

	line-height: 29px;

    color: #fff;

}

.thongketruycap li img{

	margin-right: 10px;

}

.thongketruycap li span{

	float: right;

	color: #ff0;

}

.ngaydang{

    font-family: 'Roboto';

    font-size: 12px;

    color: #707070;margin-top: 5px;

    margin-bottom: 5px;

}.ngaydang i{margin-right: 8px;}

.item-pro {

	position:relative;

	width:100%;

	/*max-width: 264px;*/

	background:#fff;

	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);

	border:1px solid #d7d7d7;

	transition:all 0.5s ease;

	-webkit-transition:all 0.5s ease;

	-moz-transition:all 0.5s ease;

	-o-transition:all 0.5s easef;

	text-align: center;

	padding-bottom: 20px;

}

/*CHI TIẾT SẢN PHẨM*/

.sp_detail.price_detail{

	font-size:14px;

	color:#202020;

	font-weight: bold;

}

.sp_detail.price_detail h3{

	font-weight: bold;

	font-size: 24px;

	background: #eaeaea;

	color: #0d6e45;

	padding: 10px;

	width: 100%;

	margin-top: 10px;

}

h1.sp_detail{

	font-size: 18px !important;

	color: #6a3f24;    line-height: 27px;

	padding-top: 0px !important;

}

h1.sp_detail, .sp_detail{

	border-bottom: 1px solid #d8d8d8;

	padding: 10px 0px;

	font-weight: bold;

	font-size: 15px;

}

.sp_detail.mota{font-weight: 400;font-size: 14px;color: #5f5f5f;line-height: 23px;}

.sp_detail.mota p{margin-bottom: 0px;}

.sp_detail.lienhemuahang{

	color: #f00;

	font-size: 20px;

	font-family: 'OpenSansB';

}

.sp_detail.lienhemuahang i{

	color: #0d6e45;

	font-size: 30px;

	margin-right: 10px;

    -moz-border-radius: 100%;

    -o-border-radius: 100%;

    -webkit-border-radius: 100%;

    transform-origin: 50% 50%;

    -moz-transform-origin: 50% 50%;

    -webkit-transform-origin: 50% 50%;

    -o-transform-origin: 50% 50%;

    animation: call-icon-anim 1s infinite ease-in-out;

    -o-animation: call-icon-anim 1s infinite ease-in-out;

    -moz-animation: call-icon-anim 1s infinite ease-in-out;

    -webkit-animation: call-icon-anim 1s infinite ease-in-out;}

.sp_detail button.addcart{

	border: 1px solid #0d6e45;

	background: #fff;

	padding: 6px 14px;

	border-radius: 2px;

	transition: all 0.3s;

}

.sp_detail button.addcart:hover{

	border: 1px solid #fff;

	background: #0d6e45;

	color: #fff;

	transition: all 0.3s;

}

.sp_detail button.addcart:hover i{

	color: #fff;

	transition: all 0.3s;

}

.sp_detail button.addcart i{

	margin-right: 10px;

	color: #0d6e45;    

	font-size: 20px;

}

 

.sub_img_detail{

	margin: 0px -9px;

}

#product_detail{

	margin: 15px 0px;

}

#product_detail .text{text-align:justify;line-height:2em;}

#product_detail .text img{max-width:100%;}



.img-detail-pro{

	margin-bottom: 20px;

}

.img_detail{

	text-align: center;

}

.sub_img_sanpham{

	margin: 0px auto;

	text-align: center;

	margin-top: 15px;

}

.sub_img_sanpham img{

	border: 1px solid #ebebeb;

}

/*END CHI TIẾT DETAIL*/

sub{

	top: -.5em !important;

}



/**/

ul{

	padding: 0px;

	margin: 0px;

}

.h1, .h2, .h3, h1, h2, h3{

    margin: 0px;

    font-size: inherit;

}

body{

}

.no-padding{ padding: 0px !important; }

/*Contact/Liên hệ*/

#form-contact{

	display: inline-block;

	width: 100%;

	background: #e9e9e9;

	padding: 20px 10px;

}

.form-control{border-radius: 0px !important;}

.title_map{

	font-family: 'OpenSansB';

    font-size: 16px;

    text-transform: uppercase;

    padding: 20px 0px 5px;

    border-bottom: 1px solid #ccc;

    margin-bottom: 15px;

}

.title_map i{margin-right: 10px;}

/*Header*/

#header{position: relative;}



.infomation_header{

	background: #f8f8f8;

	height: 34px;

	line-height: 34px;

	font-family: 'Roboto';

	font-size: 14px;

	color: #6a3f24;

}

.hotline_header{

	float: left;

	margin-right: 33px;

}

.hotline_header i{margin-right: 5px;}

.mxh{float: right;line-height: 31px;}

.mxh img{border: 1px solid rgba(13,110,69,0.2);}

.language{position: absolute; top: 7px; right: 0px; z-index: 999;}

.language img{width: 30px;height: 20px;}

.language_mobile{display: none;}

/*end header*/

section.partners{

	margin:0 0;

	padding:10px 0

}

/*TÌM KIẾM NÂNG CAO*/

#timkiemnangcao{

	background: #e1e1e1;

	padding: 10px 35px;

	margin: 30px 0px;

}

#timkiemnangcao input,#timkiemnangcao select{

	padding-left: 15px;

	font-family: 'Tahoma';

	font-size: 14px;

	color: #010101;	

	background: #fff;

	border: none;

	height: 30px;

	width: 350px;

}

#timkiemnangcao input.keyword_search{

	margin-right: 35px;

}

.title_timkiem{

	font-family: 'OpenSansB';

	font-size: 16px;

	color: #9f9e9b;

	float: left;

	margin-right: 80px;

	margin-top: 5px;

}

#timkiemnangcao input.submit_search{

	background: #ff0000;

	width: 100px;

	height: 30px;

	font-family: 'Tahoma';

	font-weight: bold;

	text-transform: uppercase;

	color: #fff;    

	float: right;

	transition: all 0.3s;

}

#timkiemnangcao input.submit_search:hover{

	background: #fff;

	color: #ff0000;    

	transition: all 0.3s;

}

#slider_danhmuc{

}

.row5{

	margin: 0px -5px;

}

/*=========================================*/

.col-left .box{

	float:left;

	width:100%;

	border-top:none;

	padding:10px;	

	background: #fff;

}

.col-right .box{

	float:left;

	width:100%;

	margin-bottom:10px;

	border-top:none;

	padding:10px;

	border:1px solid #acacac;	



}

.box.visited p{

	margin-bottom:5px;

	font-weight:bold;

}

.box.visited span{

	display:inline-block;

	width:150px;

	font-weight:normal;

	padding-left:25px;

}

.box.visited span.v1{

	background:url(../images/v1.png) no-repeat left center;

}

.box.visited span.v2{

	background:url(../images/v2.png) no-repeat left center;

}

.box.visited span.v3{

	background:url(../images/v3.png) no-repeat left center;

}

.footer {

	position:relative;

	background: #0d6e45;

	background-size: 100% 100%;

	color: #fff;

	width:100%; 

	float: left;

	margin:0;

	padding: 35px 0px 0px;

	font-size:14px;

}

.infomation_footer{

	padding-left: 0px;

}

.facebook_footer{

	padding-right: 0px;

}

.title_footer{

	font-family: 'OpenSansB';

	font-size: 16px;

	color: #fff;

	text-transform: uppercase;

	margin-bottom: 15px;

}

.thongke_footer{

	padding-left: 35px;

}

.footer_top{

	margin-bottom: 15px;

	display: inline-block;

	width: 100%;

}

#copyright{

	border-top: 1px solid #fff;

	display: inline-block;

    width: 100%;

    margin-top: 35px;

    line-height: 26px;

    font-family: 'arial';

    font-size: 12px;

    color: #fff;

}

.pdH0{

	padding-left: 0px;

	padding-right: 0px;

}

.designed{ color: #fff; padding-top: 5px;font-size: 12px;font-family: 'Roboto';font-weight: normal; }

.designed a{ color: #fff; }



/*CSS HẬU*/

#full{max-width: 100%;margin: 0px auto;overflow: hidden;}

.center{max-width:1145px;margin:0 auto;position:relative;}

.clear{display:block;clear:both;}

.padding-out-line{

	padding: 20px;

}

.out-line{

	margin: 15px;

	border: 1px dashed #0096ff;

	border-radius: 0px 60px 0px 60px;

}

.img img{

	width: 100%;

}

/*THÔNG TIN FOOTER*/	

#thongtinlienhe{

	margin: 0px -15px;

}

.slick-sanpham{

	margin: 0px -8px;

}

.thong-tin li{

	list-style: none;

	font-family: 'Tahoma';

	font-size: 12px;

	color: #fff;

	line-height: 25px;

}

.thong-tin li a{

	color: #fff;

}

.thong-tin li:hover a{

	color: #ff0;

}

.left_dv{

	float: left;

}

.left_sp{

	float: left;

	margin-left: 60px;

}

.facebook-footer{

	width: 100%;

}

.breadcrumb{

	background-color: #fff !important;

	border-bottom: 1px solid #e6e6e6;

	font-weight: bold;

	border-radius: 0px !important;

	padding-left: 0px !important;

	font-family: 'OpenSansB';

}

.hieuung:after {

  content: "";

  position: absolute;

  top: -110%;

  left: -210%;

  width: 200%;

  height: 200%;

  opacity: 0;

  transform: rotate(0deg);

  

  background: rgba(255, 255, 255, 0.13);

  background: linear-gradient(

    to right, 

    rgba(255, 255, 255, 0.13) 0%,

    rgba(255, 255, 255, 0.13) 77%,

    rgba(255, 255, 255, 0.5) 92%,

    rgba(255, 255, 255, 0.0) 100%

  );

}

.hieuung:hover:after {

  opacity: 1;

  top: -30%;

  left: -30%;

  transition-property: left, top, opacity;

  transition-duration: 0.7s, 0.7s, 0.15s;

  transition-timing-function: ease;

}

/*TIN TỨC MAIN */



/*tin tức slick*/

#tintucmain{

	background: #ebebeb;

	padding: 35px 0px 70px;

}

.slick_tintuc{

	margin: 0px -10px;

}

.ar_tt{

	border: 1px solid #b9babc;

	border-radius: 10px;

	max-width: 365px;

	margin: 0px auto;

}

.img_tt{

	overflow: hidden;

	border-radius: 10px 10px 0px 0px;

}

.img_tt img{

	border-radius: 10px 10px 0px 0px;

	transition: all 0.5s;

}

.img_tt:hover img{

	transition: all 0.5s;

	transform: scale(1.1);

}

.name_des_tt{

	padding: 20px 15px;

	background: #fff;

	border-radius: 0px 0px 10px 10px;

}

.name_tt{

	font-size: 18px;

	color: #060606;

	font-family: 'OpenSansB';

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.name_tt a{

	color: #060606;

}

.des_tt{

	font-family: 'Tohoma';

	font-size: 14px;

	color: #060606;

	text-align: justify;

	height: 60px;

	overflow: hidden;

}

/*tin tức col-6*/

#tintucnoibat{padding: 40px 0px;}

.ar_tintucnoibat{

	margin: 0px -15px;

}

.name_tintuc{

	font-family: 'RCR';

	font-size: 16px;

	color: #282828;

	font-weight: bold;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

	margin-bottom: 5px;

}

.name_tintuc1{

	font-family: 'RCR';

	font-size: 16px;

	color: #6a3f24;

	font-weight: bold;

	margin-bottom: 5px;

}

.name_tintuc1 a{color: #6a3f24;}

.name_tintuc a{

	color: #6a3f24;

}

.des_tintuc{

	font-size: 14px;

	color: #282828;

	font-family: 'Roboto';

	color: #5f5f5f;

	text-align: justify;

}

.img_tintuc img{

	width: 100%;

}

.img_tintuc{

	margin-bottom: 10px;

	overflow: hidden;

	position: relative;

}

.img_tt_right{

	float: left;

	margin-right: 10px;

	overflow: hidden;

	position: relative;

}

.main_tt{

	padding: 15px 0px;

	border-bottom: 1px dashed #8c8c8c;

}

.slick_ttright{

}

/*đối tác*/

#doitac{

	margin-bottom: 25px;

}

.item_doitac{

	text-align: center;

	margin: 0px 5px;

}

.item_doitac img{

	width: 95px;

	height: 56px;

}

/*end đối tác*/

.map_description{

	color: #000 !important;

}

/*thông báo*/

.note{

	font-family: 'arial';

    font-size: 13px;

    color: red;

    font-weight: bold;

    text-align: center;

    position: relative;

    display: inline-block;

    width: 100%;

}

/*Dịch vụ list*/

#dichvulist{

	padding: 30px 0px;

}

.ar_dichvu_list{

	padding: 20px;

	border: 1px solid #e7e7e7;

	margin-bottom: 30px;

}

.ar_dichvu_list:hover img{

	transform: rotateY(180deg);

	transition: all 0.5s;

}

.img_dichvu img{

	transition: all 0.5s;

}

.img_dichvu{

	width: 64px;

	height: auto;

	margin-right: 25px;

	text-align: center;

	float: left;

    margin-top: 6px;

}

.name_dichvu{

	font-family: 'OpenSansB';

    font-size: 14px;

    color: #0a0a0a;

    text-transform: uppercase;

    text-align: justify;

    line-height: 19px;

    height: 35px;

    overflow: hidden;

    margin-bottom: 3px;

}

.name_dichvu a{

	color: #0a0a0a;

}

.name_dichvu:hover a{

	color: #0d6e45;

}

.description_dichvu{

	font-family: 'Tahoma';

	font-size: 12px;

	color: #0a0a0a;

	text-align: justify;

    height: 35px;

    overflow: hidden;

}



/*Dịch vụ nổi bật*/

#dichvumain{

	background: url(../../images/chuyengiaocongnghe.png) ;

	padding: 70px 0px;

}

.slick_dv{

	margin: 0px -15px;

}

.ar_dv{

	max-width: 260px;

	margin: 0px auto;

	background: #fff;

	padding: 10px 10px 20px;

}

.ar_dv.in{

	margin-bottom: 30px;

}

.ar_dv.in .name_des_dv{

	background: #eae9e9;

}

.img_dv{overflow: hidden;text-align: center;padding: 10px;}

.img_dv img{transition: all 0.5s;}

.img_dv:hover img{transition: all 0.5s;transform: scale(1.1);}

.name_dv{

	font-family: 'OpenSansB';

	font-size: 14px;

	color: #5f5f5f;

	text-transform: uppercase;

	margin-top: 20px;

	text-align: center;

	height: 37px;

	overflow: hidden;

}

.name_dv a{color: #5f5f5f;}

.description_dv{

	font-family: 'arial';

	font-size: 13px;

	color: #020202;

	text-align: justify;

}

/*Tại sao chọn chúng tôi*/

#taisaochonchungtoi{

	padding: 50px 0px;

}

.slogan_tscct{

	font-family: 'arial';

	font-style: italic;

	font-weight: bold;

	color: #020202;

	font-size: 16px;

	margin-bottom: 30px;

}

.ar_taisao{

	margin-bottom: 32px;

}

.ar_taisao:hover img{

	transition: all 0.5s;

	transform: rotateY(180deg);

}

.img_taisao{

	float: left;

	margin-right: 25px;

}

.img_taisao img{

	transition: all 0.5s;

}

.name_taisao{

	font-family: 'RCR';

	font-size: 18px;

	text-transform: uppercase;

	color: #020202;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}

.name_taisao a{

	color: #020202;

}

.name_taisao:hover a{

	color: #0d6e45;

}

.des_taisao{

	font-family: 'arial';

	font-size: 14px;

	color: #020202;

	text-align: justify;

	height: 40px;

    overflow: hidden;

}

.right_tscct{

	text-align: right;

}

/*Tab chi tiết sản phẩm*/

.title_tab{background: #fff;border-bottom: 2px solid #0d6e45;}

.title_tab li{border-radius: 5px 5px 0px 0px;cursor: pointer;float: left;list-style: none;font-family: 'arial';font-size: 15px;padding: 6px 30px;color: #000;}

.title_tab li.active{background: #0d6e45;color: #fff;}

.content_tab{padding: 20px 15px;border: 1px solid #ddd;border-top: 0px;}

/*Giỏ hàng*/

.title-form{padding: 5px 0px 5px 15px;background: #0d6e45;color: #fff;}

.ar_form{padding: 20px;border: 1px solid rgba(233,0,0,0.5);}

.tong_tt h3{text-align: right;}

.tong_tt h3 span{color: #f00;font-weight: bold;}

.button_muahang{border: 1px solid transparent;float: right;padding: 7px 20px;background: #0d6e45;color: #fff;margin-bottom: 20px;margin-left: 15px;border-radius: 3px;}

.button_muahang a{color: #fff; }

.button_muahang:hover{border: 1px solid #0d6e45;background: #fff;transform: all 0.3s;}

.button_muahang:hover a{color: #0d6e45;transition: all 0.2s !important;}

.container_dathang{display: none;}

.button.button--aylen{background: #0d6e45 !important;}

/*Menu & tìm kiếm menu*/

#timkiem{position: absolute;top: 5px;right: 5px;width: 83%;color: #5f5f5f;}

.s_desktop{width: 270px !important;}

#timkiem input{width: 100%;border: none;height: 30px;border-radius: 2px;padding-left: 15px;font-family: 'arial';font-size: 12px;}

#timkiem button{position: absolute;top: 5px;right: 5px;font-size: 13px;color: #000;background: none;border: none;}

#menu_mobile{display: none;position: relative;}

.header{background: #0d6e45;}

#menu_desktop{background: #0d6e45;z-index: 999;position: relative;height: 40px;}

#menu_desktop .center > ul > li{float: left;position: relative;/*background: url(../../images/line.png) no-repeat center left;*/border-left: 1px solid #578d55;}

#menu_desktop ul li{list-style: none;text-transform: uppercase;font-family: 'OpenSansB';font-size: 13px;position: relative;}

#menu_desktop .center > ul > li:first-child{background: none;border: none;}

#menu_desktop .center > ul > li:first-child > a{padding-left: 0px;}

#menu_desktop .center > ul > li:last-child > a{padding-right: 0px;}

#menu_desktop ul > li.active > a,#menu_desktop ul > li:hover > a{color: #f89649;}

#menu_desktop ul > li > a{color: #fff;padding: 0px 18px;line-height: 40px;display: block;}

#menu_desktop ul li ul{

	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);

-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);

box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);

position: absolute;top: 100%;left: 0px;width: 230px;background: #fff;z-index: 99999;display: none;}

#menu_desktop ul li ul li{text-transform: none;border-bottom: 1px solid #eee;font-family: 'arial';font-size: 14px;}

#menu_desktop ul li ul li a{padding: 9px 10px 9px 15px;line-height: 20px;color: #000;}

#menu_desktop ul li ul li:last-child{border: none;}

#menu_desktop ul li ul li ul{position: absolute;top: 0px;left: 100%;}



.top_header{padding: 25px 0px;}

.logo{float: left;z-index: 99;position: relative;}

.name_company{z-index: 0;position: absolute;top: 4px;left: 0px;right: 0px;margin: 0px auto;font-family: 'OpenSansB';font-size: 26px;text-transform: uppercase;text-align: center;}

.name_company a{color: #6a3f24;}



#gioithieu{padding: 40px 0px 60px;}

.title_gioithieu{font-family: 'Roboto';font-size: 20px;color: #6a3f24;text-align: center;margin-bottom: 20px;}

.title_gioithieu a{color: #6a3f24;}

.title_gioithieu h3{line-height: 40px;}

.title_gioithieu span{font-family: 'OpenSansB';font-size: 35px;}

.des_gioithieu{text-align: justify;font-family: 'Roboto';font-size: 14px;line-height: 25px;color: #0d6e45;}

.des_gioithieu span{font-family: 'OpenSansB';}

.xemthem{font-family: 'Roboto';position: relative;text-align: center;width: 150px;height: 45px;line-height: 45px;margin: 0px auto;margin-top: 30px; border-radius: 50px;background: #a8de7c;color: #5f5f5f;}

.xemthem a{color: #5f5f5f;display: block;}

.xemthem i{margin-left: 10px;}



/* Ripple Out */

@-webkit-keyframes hvr-ripple-out {

  100% {top: -12px;right: -12px; bottom: -12px;left: -12px;opacity: 0; }}

@keyframes hvr-ripple-out {

  100% {top: -12px;right: -12px;bottom: -12px;left: -12px;opacity: 0;

  }

}

.xemthem:before {content: '';position: absolute;border: #a8de7c solid 6px;border-radius: 50px;top: 0;right: 0;bottom: 0;left: 0;-webkit-animation-duration: 1s;animation-duration: 1s;pointer-events: none;}

.xemthem:hover:before, .xemthem:focus:before, .xemthem:active:before {-webkit-animation-name: hvr-ripple-out;animation-name: hvr-ripple-out;}

/*---------------------------------------------------*/

#muctieu_chienluoc{background: url(../../images/bg.png);padding: 50px 0px 0px;}

.ar_mt{padding: 24px 0px;border-bottom: 1px solid #8fb4a0;}

.ar_mt.last{border: none;}

.img_mt img{border-radius: 50%;}

.ar_mt:hover .img_mt img{transition: all 0.5s;transform: rotateZ(360deg);}

.img_mt{float: left;margin-right: 15px;margin-bottom: 20px;}

.img_mt.right{float: right;margin-left: 15px;margin-right: 0px;}

.name_mt{padding-top: 15px;font-family: 'OpenSansB';font-size: 12px;color: #fff;text-transform: uppercase;text-align: justify;}

.name_mt a{color: #fff;}

.name_mt.right{text-align: right;}

.des_mt{font-family: 'Roboto';font-size: 14px;color: #fff;}

.des_mt.right{text-align: right;}

.bg_cashew{padding: 65px 50px;max-width: 437px;margin: 0px auto;background: url(../../images/bg_ccc.png) no-repeat center;min-height: 504px;margin-bottom: -45px;}

.title_mt{margin-bottom: 15px;color: #6a3f24;font-family: 'Roboto';font-size: 25px;text-transform: uppercase;text-align: center;}

.title_mt span{font-family: 'OpenSansB';}

.des_cashew{line-height: 24px;font-family: 'Roboto';font-size: 15px;color: #5f5f5f;text-align: center;}

.title_sp{font-family: 'OpenSansB';font-size: 26px;text-align: center;background: url(../../images/icon.png) no-repeat center bottom; padding-bottom: 40px;margin-bottom: 40px;}

.title_sp span{color: #6a3f24;}

.title_sp{color: #0d6e45;}

.col_sp{text-align: center;}

.tab_sp{text-align: center;margin-bottom: 30px;font-family: 'Roboto';}

.tab_sp li{margin: 0px 5px;cursor: pointer;display: inline-block;padding: 5px 15px;border-radius: 10px;border: 1px solid #96ca6c;border-bottom: 5px solid #96ca6c;}

.tab_sp li.active{background: #a8de7c;}

.ar_sp{transition: all 0.3s;padding: 10px;border: 1px solid #eee;}

.name_sp{text-align: center;padding: 13px 10px;background: #eee;color: #5f5f5f;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-family: 'OpenSansB';text-transform: uppercase;font-size: 13px;}

.name_sp a{color: #5f5f5f;}

#sanphamtruecoop{padding: 50px 0px 50px;}

.img_sp{overflow: hidden;position: relative;}

.img_sp:before{pointer-events: none;position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;z-index: 1;-webkit-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}

.img_sp:after{pointer-events: none;position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0; -webkit-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}

.ar_sp:hover{background: #eee;transition: all 0.3s;}

.ar_sp:hover .img_sp:before{right: 50%;left: 50%;width: 0;background: rgba(255,255,255,0.2);}

.ar_sp:hover .img_sp:after{height: 0;top: 50%;bottom: 50%;background: rgba(255,255,255,0.2);}

.ar_sp:hover .name_sp a{color: #5aca00;}

.title_main h3{background: url(../../images/clover.png) no-repeat center bottom;text-align: center;font-family: 'Roboto';font-size: 32px;color: #fff;padding-bottom: 50px;margin-bottom: 40px;}

.title_main.black h3{background: url(../../images/icon.png) no-repeat center bottom;color: #6a3f24;}

.title_main.orange h3{color: #fff;}

.title_main.orange h3 span{color: #fff;}

.img_gallery{position: relative;}

.img_gallery p{font-size: 25px;transition: all 0.5s;position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.4);color: #fff;display: flex;align-items: center;justify-content: center;margin: 0px auto;left: 0px;top: 0px;opacity: 0;}

.img_gallery:hover p{opacity: 1;transition: all 0.5s;}

#thuvien{background: #0d6e45;padding: 40px 0px;}

#diendan{padding: 40px 0px;}

.map_footer{padding: 0px;}

.slick_sp{max-height: 320px;overflow: hidden;}

.ar_product{padding: 0px 7px;}

.ar_product .ar_sp{padding: 5px;text-align: center;}



#main_tuvan{padding: 20px;background: #f5f5f5;border: 1px solid #ddd;}

.col_tuvan{font-family: 'arial';font-size: 13px;color: #5f5f5f;}

.col_tuvan input{width: 100%;border: 1px solid #ddd;height: 35px;margin-bottom: 15px;padding-left: 10px;box-sizing: border-box;}

.col_tuvan textarea{padding: 5px 10px;width: 100%;border: 1px solid #ddd;height: 80px;margin-bottom: 15px;padding-left: 10px;box-sizing: border-box;}

.col_tuvan input.input_captcha{width: calc(100% - 96px);}

.col_tuvan button{width: 130px;background: #0d6e45;height: 40px;line-height: 40px;text-align: center;color: #fff;border: none;font-size: 14px;}

.title_tuvan{font-family: 'OpenSansB';font-size: 24px;text-align: center;}

.slogan_tuvan{font-family: 'Roboto';font-size: 14px;color: #5f5f5f;text-align: center;margin-bottom: 20px;}

.title_tv{position: relative;cursor: pointer;font-family: 'OpenSansB';font-size: 16px;color: #6a3f24;margin-bottom: 10px;}

.title_tv span{background: #6a3f24;color: #fff;border-radius: 50%;padding: 5px 12px;margin-right: 15px;}

.title_tv span {

  display: inline-block;

  vertical-align: middle;

  -webkit-transform: perspective(1px) translateZ(0);

  transform: perspective(1px) translateZ(0);

  box-shadow: 0 0 1px transparent;

  position: relative;

}

.title_tv span:before {

  content: '';

  position: absolute;

  border: #6a3f24 solid 6px;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  pointer-events: none;

  border-radius: 50%;

}

.title_tv:hover span:before, .title_tv:focus span:before, .title_tv:active span:before {

  -webkit-animation-name: hvr-ripple-out;

  animation-name: hvr-ripple-out;

}

.ar_sp:hover .title_tv span:before, .ar_sp:focus .title_tv span:before, .ar_sp:active .title_tv span:before {

  -webkit-animation-name: hvr-ripple-out;

  animation-name: hvr-ripple-out;

}



.title_tv{display: flex;}







.ar_tv{margin-bottom: 25px;}

.title_tv span1{cursor: pointer;position: absolute;left: 100%;top: 0px;background: #fff;}

.traloi_tv{display: none;padding-left: 45px;font-family: 'Roboto';font-size: 14px;color: #5f5f5f;line-height: 25px;text-align: justify;}

.traloi_tv span{font-family: 'OpenSansB';text-decoration: underline;}

.traloi_tv1{padding-left: 45px;font-family: 'Roboto';font-size: 14px;color: #5f5f5f;line-height: 25px;text-align: justify;}

.traloi_tv1 span{font-family: 'OpenSansB';text-decoration: underline;}

.slick_dv{height: 252px;overflow: hidden;}

.owl_gallery{height: 276px;overflow: hidden;}

.ow_sp{height: 345px;overflow: hidden;}

#tuvan_in{margin-top: 30px;}

#tuvan_in .title_tv{font-size: 15px;}

.item-content-row .content h3.name{font-family: 'OpenSansB';}

.quote.hidden-xs{font-family: 'Roboto';font-size: 13px;}

.advisory{position: fixed;right: 0px;top: 200px;z-index: 9999;width: 35px;padding: 10px;background: #0d6e45;}



#sleeping_intructor{background: #f5f5f5;padding: 45px 0px;}

.slick_doingu{margin: 0px -13px;}

.ar_doingu{text-align: center;margin: 0px auto;padding-top: 10px;cursor: pointer;transition: all 0.5s !important;}

.ar_doingu:hover{margin-top: -10px;transition: all 0.5s !important;}

.member .ar_doingu:hover{margin-top: 0px;}

.member{margin-bottom: 15px;}

.member .name_doingu{font-size: 16px;}

.img_doingu{overflow: hidden;border-radius: 50%;position: relative;max-width: 240px;margin: 0px auto;margin-bottom: 15px;}

.img_doingu img{border-radius: 50%;}

.name_doingu{font-family: 'RCB';font-size: 18px;color: #5f5f5f;margin-bottom: 5px;}

.name_doingu a{color: #5f5f5f;}

.des_doingu{font-family: 'RCR';font-size: 14px;color: #5f5f5f;height: 40px;overflow: hidden;}

.slogan_member{font-family: 'Roboto';font-size: 14px;color: #5f5f5f;text-align: center;margin: 10px 0px;}

.datcauhoi{width: 200px;height: 40px;line-height: 40px;text-align: center;margin: 0px auto;background: #0d6e45;color: #fff;margin-top: 20px;}

.datcauhoi a{color: #fff;display: block;}

.tab_news li{cursor: pointer;padding: 8px 15px;list-style: none;font-family: 'OpenSansB';font-size: 12px;text-transform: uppercase;float: left;}

.tab_news{margin-bottom: 15px;border-bottom: 1px solid #0d6e45;}

.tab_news li.active a{color: #fff;}

.tab_news li.active{background: #0d6e45;}

.item_chungnhan{

    position: relative;

    text-align: center;

    margin-bottom: 30px;

}

.item_chungnhan_title{

    width: 150px;

    height: 150px;

    text-align: center;

    margin: 0px auto;

    background-color: #ee822b;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 22px;

    font-family: Monday;

    color: #ffff;

    margin-bottom: -70px;

    position: relative;

    padding: 10px;

}

.item_chungnhan_content{

    background-color: #ee822b;

    padding: 80px 15px 70px;

    color: #fff;

    border-radius: 0 0 150px 150px;

    font-size: 15px;

}

.item_chungnhan_content_img{

    margin-top: -60px;

    height: 120px;

}

.col-chungnhan:nth-child(2n) .item_chungnhan_content{background-color: #0d6e45;}

.col-chungnhan:nth-child(2n) .item_chungnhan_title{background-color: #0d6e45;}

.body_sp{

    background: url(../images/br-sp.png) no-repeat bottom right;

    margin-bottom: -25px;

}

.sanpham_c{

    margin-top: 30px;

    margin-bottom: 30px;

}

.sanpham_c_title{margin-bottom: 30px;margin-top: 60px;}

.sanpham_c_title h3{font-family: 'Monday';font-size: 42px;position: relative;padding-bottom: 7px;}

.sanpham_c_title h3:before{content:"";position: absolute;width: 100px;height: 2px;background-color: #f9a15b;bottom: 0;}

.sanpham_c_title h3 a{color: #0d6e45;}

.sanpham_c_content{

}

.sanpham_c_content{line-height: 24px;font-size: 15px;}

.sanpham_c .xemthem{margin: 0;margin-top: 30px;margin-bottom: 30px;}

.item-thongso input[type="radio"]:checked+label {font-weight: bold;color: #fff;background-color: #0d6e45;border: 1px solid #0d6e45;}

.item-thongso{position: relative;}

.item-thongso input{display: none;}

.item-thongso label{display: inline-block;padding: 5px 10px;border: 1px solid #ccc;border-radius: 3px;font-weight: 400;cursor: pointer;}

.cart_extra{display:-ms-flexbox;/* display:flex; */-ms-flex-align:center;/* align-items:center; */margin-bottom:20px;}

.quantity{border:1px solid #ccc;margin-right:10px;border-radius: 5px;display:inline-block;vertical-align:middle}

.quantity .minus,.quantity .plus{display:block;float:left;border-radius: 3px;cursor:pointer;border:0;padding:0;width:34px;height:34px;line-height:36px;text-align:center;font-size:20px;margin:4px}

.quantity .qty{float:left;width:55px;height:40px;border:0;background-color:transparent;text-align:center;padding:0}

.quantity .minus:hover,.quantity .plus:hover{background-color: #f07240;color:#fff}

.btn-addtocart{

    background-color: #0d6e45 !important;

    border: none;

    border-radius: 5px;

    padding: 10px 30px;

    color: #fff;

    text-transform: uppercase;

    margin-top: 11px;

}

.cart-product-quantity{

    margin-top: 10px;

    margin-bottom: 10px;

    float: left;

}

.modal-backdrop.in{    z-index: auto;}

.modal-open .modal{

       background-color: rgba(0, 0, 0, 0.33);

    z-index: 1000;

}
.santmdt{
	margin:10px 0;
}
.santmdt ul{
	list-style-type:none;
	margin:0;
	padding:0;
	display:flex;
}
.santmdt ul li{
	margin-right:5px;
}
.santmdt ul li a img{
	height:40px;
}