@font-face {
font-family: 'SegoeUI';
src: url('../fonts/SegoeUI.woff2') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Raleway';
src: url('../fonts/Raleway-Regular.woff2') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Helvetica';
src: url('../fonts/Helvetica.woff2') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'sword';
src: url('../fonts/BLACKSWORD1.woff2') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'SanFranciscoDisplay';
src: url('../fonts/SANFRANCISCODISPLAY-REGULAR.woff2') format('truetype');
}
@font-face {
font-family: 'RalewayExtraBold';
src: url('../fonts/RALEWAY-EXTRABOLD.TTF') format('truetype');
}

@font-face {
font-family: 'RalewayBold';
src: url('../fonts/RALEWAY-BLACK.TTF') format('truetype');
}


*{margin: 0;padding: 0;}


body {
font-family: "Roboto";
font-size: 13px;
color: #14161b;
}
p{
font-family: "Roboto";
font-size: 13px;
color: #14161b;
text-align: justify;
}
.row {
margin-right: -7px;
margin-left: -7px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, 
.col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, 
.col-xs-7, .col-xs-8, .col-xs-9{
padding-left: 7px;
padding-right: 7px;	
}
.container {
width: 100%;

/*
max-width: 1140px;*/

}
.containerp {

width:76%;margin:0 auto 0 auto;
/*
max-width: 1140px;*/

}

p.uppercase{
text-transform: uppercase;
}
li{list-style: none;}
h1{
 font-size: 36px;	
}
h2{
	font-size: 32px;
}
h3{
	font-size: 24px;
}
p{
	font-size: 16px;
}
.clear{clear: both}
input{line-height:25px;
border-radius: 5px;
border: 1px solid;
margin-top: 5px;}
.active{background:#FFF}
.active a{color:#000;}
.header-index{width:100%;
	background: #fff;
	background-attachment: scroll;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	padding: 10px 0;
}

#icomenu {
	display: none;
	display: none;
	color: #000;
	text-align: right;
	margin-top: 30px;
}

.mnfixed{
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 99;
	left: 0;
	background: #44C2EF;
}

a:hover{
	text-decoration: none;
}

.wp-pagenavi {
	text-align: center;
	margin: 0 auto;
	display: table;
	clear: both; 
	overflow: hidden;
	padding: 50px 0;
}
.wp-pagenavi a, .wp-pagenavi span.current {
	margin:2px;
	text-decoration:none; 
	border:1px solid #ffa800; 
	color: #ffa800; 
	background:#fff;
	display:block; 
	float:left;
	width:39px;
	height:39px;
	text-align:center;
	border-radius: 50%;
	line-height:25px;
	padding: 7px 0;
	font-weight: 700;
	font-size: 18px;
}
.wp-pagenavi span.current {
	text-shadow:none;
}
.wp-pagenavi a:visited {
	margin:2px; 
	text-decoration: none; 
	border:1px solid #ffa800;
	color:#ffa800; 
	background:#fff;
}
.wp-pagenavi a:hover {
	border:1px solid #ffa800;
	color:#fff; 
	background:#ffa800;
	text-shadow:none;
	border-color:#ffa800 !important
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	background: none;
}
.wp-pagenavi .previouspostslink:hover , .wp-pagenavi .nextpostslink:hover {
	color: #fff; 
	background: 00c10b; 
}
.wp-pagenavi a:active {
	padding:6px 6px 5px; 
	margin:2px; 
	text-decoration:none;
	border:1px solid #ffa800; 
	color:#ffa800; 
	background:#fff;
}
.wp-pagenavi span.pages {
	padding:5px 6px 5px;
	margin:2px; 
	color:#44c2f0; 
	background:transparent; 
	float:left;
}
.wp-pagenavi span.current {
	margin:2px; 
	border:1px solid #000; 
	color:#000;
	border:1px solid #ffa800 ;
	color:#fff; 
	background:#ffa800 ;
	border-color:#ffa800 !important;
}
.wp-pagenavi span.extend {
	margin:2px; 
	color:#000; 
	background:#fff;
	float:left; 
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	width:30px; 
	height: 30px;
	line-height: 25px; 
	text-align: center;
	border:1px solid #ffa800;
	background:#fff;
}
.wp-pagenavi .last {
	width: 39px;
    height: 39px;
    border-radius: 50%;
}

.btn.focus, .btn:focus, .btn:hover{
	outline: none !important;
}

.title_name h2{
  font-family: Roboto;
  font-size: 35px;
  font-weight: 800;
  color: #751715;
  line-height: 1.17;
}
.title_name h2 a{
  color: #751715;
}
#customer{
	margin-top: -100px;
}
#customer .box{padding-bottom:100px;width:970px;margin:0 auto 0 auto;height:100%;background:#fff;}
@media(max-width:1600px){
#customer .box{padding-top:-100px;padding-bottom:100px;width:1180px;margin:0 auto 0 auto;height:100%;background:#fff;}
}
@media(max-width:1800px){
#customer .box{padding-top:-100px;padding-bottom:100px;width:1180px;margin:0 auto 0 auto;height:100%;background:#fff;}
}

.ketnoi h3{
font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #751715;	
}
.ter_main{
    width: 100%;
    overflow: hidden;
	padding: 0 15px;
}
.ter_main .nd_fotter{
	width: 50%;
	float: left;
}


.ter_main .ketnoi{
	width: 28%;
	float: left;
}
.ter_main .menu_footer{
	width: 22%;
    float: left;
    margin: 0 auto;
    text-align: center;
    flex-wrap: wrap;
    grid-column-gap: 40px;
    grid-template-columns: repeat(2,1fr);
    display: grid;
    align-items: center;
    margin-top: 45px;
    padding-left: 35px;
    padding-right: 25px;
}


.ter_main .menu_footer li{
	font-family: Raleway;
  font-size: 14px;
  line-height: 2;
}
.ter_main .menu_footer li a{
	color: #14161b;
}
.ter_main .menu_footer li:hover a{
	color: #751715;
	font-weight: bold;
}
.content_footer svg{
	 width: 15px !important;
	 height: 20px;
}
.content_footer li a{
  font-size: 14px;
  color: #2d1200;
}
.content_footer li{
	display: flex;
	align-items: center;
}
#my-footer{
	margin-top: -100px;
	background-color: #f7f6f2;
	padding-top: 50px;
    padding-bottom: 25px;
}
.content_footer {
    margin-bottom: 15px;
}
#my-footer .col-sm-12{
    padding:0;
}
.cty_baobi {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.cty_baobi .petrovn{
	width: 40%;
}
.nd_fotter h3 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    color: #751715;
    margin-left: 0px;
    line-height: 1.4;
}
.ketnoi .social ul{
	display: flex;
	margin-top: 30px;
	align-items: center;
}
.ketnoi .social{
	margin-top: 30px;
	margin-bottom: 25px;
}
.ketnoi .social ul li{
	margin-right: 10px;
}
.nhanemail {
    width: 100%;
}
.nhanemail form p{
	overflow: hidden;
}
.nhanemail form p input{
	width: 75%;
	float: left;
	background-color: #fff;
	font-family: Raleway;
	font-size: 13px;
	font-style: italic;
	line-height: 1.15;
	text-align: center;
	color: #fd9300;
	margin: 0;
	outline: none;
	padding: 10px;
	border: unset;
	border-top-left-radius: 45px;
	border-bottom-left-radius: 45px;
}
.nhanemail form p .wpcf7-not-valid-tip{
	display: none;
}
.nhanemail form p button{
	display: flex;
	width: 25%;
	float: left;
    align-items: center;
    outline: none;
    border: unset;
    background-color: #f1cf69;
    color: #751715;
    border-top-right-radius: 45px;
	border-bottom-right-radius: 45px;
}
.nhanemail form p button i{
	margin-left: 10px;
}
.nhanemail form p button input{
	font-size: 13px;
	width: 100%;
	font-weight: bold;
    border: unset;
    border-top-right-radius: 45px;
	border-bottom-right-radius: 45px;
    background-color: #f1cf69;
    color: #751715;
}

.nhanemail form p button input::-webkit-input-placeholder { 
	color: #751715;
	font-style: unset;
	font-weight: bold;
}
.nhanemail form p button input:-ms-input-placeholder { 
	color: #751715;
	font-style: unset;
	font-weight: bold;
}
.nhanemail form p button input::placeholder {
	color: #751715;
	font-weight: bold;
	font-style: unset;
}
p{
	margin: 0;
}
.nhanemail form p input::-webkit-input-placeholder { 
	color: #fd9300;
	font-style: italic;
}
.nhanemail form p input:-ms-input-placeholder { 
	color: #fd9300;
	font-style: italic;
}

.nhanemail form p input::placeholder {
	color: #fd9300;
	font-style: italic;
}
.bot_fotter{
	background-color: #751715;
	overflow: hidden;
	padding: 8px 0;
}
.bot_fotter p{
	font-family: Raleway;
  font-size: 14px;
  color: #fff;
	text-align: center;
}
.bot_fotter p a{
  color: #fff;
}


.banner_nut .elementor-swiper-button-prev i {
    opacity: 0;
}
.banner_nut .elementor-swiper-button-next i {
    opacity: 0;
}
.banner_nut .elementor-swiper-button-prev {
    background-image: url(../images/left.svg);
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 25%;
    top: 80%;
    outline: none;
    left: unset;
}
.banner_nut .elementor-swiper-button-next:hover {
    background-image: url(../images/right_active.svg);
}
.banner_nut .elementor-swiper-button-prev:hover {
    background-image: url(../images/left_active.svg);
}
.banner_nut .elementor-swiper-button-next {
    background-image: url(../images/right2.svg);
    width: 52px;
    height: 52px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 22.5%;
    outline: none;
    top: 80.5%;
    left: unset;
}


#breadcrumbs{
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.text_intro p{
	font-family: SegoeUI;
  font-size: 16px;
  color: #fff;
}
.text_intro{
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
}
.bodem  .elementor-counter .elementor-counter-number-prefix{
    text-align: left !important;
}
.bodem .elementor-counter .elementor-counter-number-wrapper{
    display: unset !important;
}
.bodem .elementor-counter .elementor-counter-title{
    text-align: left !important;
    margin-top: 10px;
}



.lichsutop  .item{
	flex-wrap: wrap;
    grid-column-gap: 40px;
    grid-template-columns: repeat(2,1fr);
    display: grid;
    align-items: center;
}
.lichsuthumbs .swiper-button-next,
.lichsuthumbs  .swiper-button-prev,
.lichsuthumbs .swiper-container-rtl .swiper-button-prev,
.lichsuthumbs .swiper-container-rtl .swiper-button-next{
	background-image: none !important;
}
.lichsuthumbs .swiper-button-next{
	background-image: url('../images/left1.svg')  !important;
}
.lichsuthumbs .swiper-button-prev{
	background-image: url('../images/rgiht1.svg')  !important;
}
.lichsuthumbs  .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left:-2px;
}
.lichsuthumbs  .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: -2px;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: unset !important;
	color: #fff; 
}
.left_item_quytrinh p strong{
	color: #f87f0e;
	font-size: 32px;
	font-family: Roboto;
}
.lichsutop{
	margin-top: 50px;
}
.lichsuthumbs {
	border: 4px solid #770a1d;
	width: 100%;
	border-radius: 40px;
	border-right-width: 20px; 
	border-left-width:20px;
	height: 62px;
}
.item_thums{
	margin-top: 20px;
}
.item_thums h4{
	text-align: center;
	font-family: Roboto;
}

.lichsuthumbs .swiper-slide-thumb-active .item_thums{
	position: relative;
}
.lichsuthumbs .swiper-slide-thumb-active .item_thums h4{
	color: #fff;
	z-index: 0;
}
.lichsuthumbs .swiper-slide-thumb-active .item_thums:after{
	background-image: url(../images/thoigian.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 91px;
	height: 91px;
	content: '';
	display: block;
	position: absolute;
    top: -38px;
    z-index: -1;
    transition: 0.5s;
}
.lichsuthumbs .item_thums{
	position: relative;
	transition: 0.5s;
}
.lichsuthumbs .item_thums:hover:after{
	background-image: url(../images/thoigian.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 91px;
	height: 91px;
	content: '';
	display: block;
	position: absolute;
    top: -38px;
    z-index: -1;
}
.lichsuthumbs .item_thums:hover h4{
	color: #fff;
}

.content_danhhieu{
	margin: 60px 0;
	
}
.item_danhhieu{
	flex-wrap: wrap;
    grid-column-gap: 40px;
    grid-template-columns: repeat(2,1fr);
    display: grid;
    align-items: center;
    border: 1px solid #ccc;
    padding: 50px;
}
.danhhieu{
padding-bottom: 100px;
}
.left_item_danhhieu{
	margin: 0 auto;
	display: block;
}
.left_item_danhhieu img{
	width: 324px;
	height: 446px;
	object-fit: cover;
}
.right_item_danhhieu h3{
	font-family: sword;
	font-size: 50px;
	color: #8C1826;
	margin-bottom: 20px;
	text-transform: uppercase;

}
.right_item_danhhieu p{
	font-family: Roboto;
}
.content_danhhieu  .swiper-pagination-bullet {
  width: 34px !important;
    height: 34px !important;
    display: inline-block;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #fff;
    border: 1px solid  #ffa800 !important;
    opacity:1 !important;
    font-size: 14px !important;
    padding-top: 6px;
    color: #ffa800 !important;

}
.content_danhhieu .swiper-pagination-bullet-active{
	background: #ffa800 !important;
  color: #fff !important;
}
.lienhepage #breadcrumbs span span a{
	color: #ccc;
}
.lienhepage #breadcrumbs span {
	color: #8c1826;
}
.form_lhct{
	margin-top: -25px;
}
.form_lhct input {
    height: 36px;
    background-color: #f4f4f4;
    font-size: 15px;
    line-height: 1.33;
    text-align: left;
    color: #707070;
    width: 100% !important;
    outline: none;
    padding-left: 20px;
    border: none;
    margin-top: 10px;
}
.form_lhct textarea {
    height: 82px !important;
    overflow: hidden;
    background-color: #f4f4f4;
    font-size: 15px;
    line-height: 1.33;
    text-align: left;
    color: #707070;
    width: 100% !important;
    padding-right: outline: none;
    padding-left: 20px;
    border: none;
    outline: none;
    margin-top: 10px;
    padding-top: 10px;
}
.nd_form > div > span > span > span > label {
    display: flex;
    font-size: 15px;
    font-weight: normal;
    align-items: center;
    color: #5a5a5a;
}

.form_lhct input[type="checkbox"] {
    width: auto !important;
    margin-top: 0;
    margin-right: 5px;
}
.sub_dki{
	position: absolute;
	right: 0;
}
.sub_dki input {
    background-color: unset;
    margin-top: 0;
    padding-left:  35px !important;
    float: right;
    text-align: center;
    color: #751715;
    width: 166px !important;
    height: 45px;
    padding-left: 12px;
    transition: 0.5s;
    background-image: url(../images/btn-sm.svg);
}
.nd_form {
    display: flex;
    align-items: center;
        margin-top: 15px;
}


.form_lhct2  input {
    height: 36px;
    background-color: #fff;
    font-size: 15px;
    line-height: 1.33;
    text-align: left;
    color: #707070;
    width: 100% !important;
    outline: none;
    padding-left: 20px;
    border-radius: 4px;
  border: solid 0.5px #751715;
    margin-top: 10px;
}
.nhantin{
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);

}
.nhantin button{
	display: flex;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	color: #751715;
	border:none !important;
	background: none !important;
	font-weight: bold;
	    margin-top: 10px;
}
.nhantin button input{
border:none !important;
	background: none !important;
	font-weight: bold;
	color: #751715;
	    margin: 0;
}
.nhantin h3{
	color: #751715;
	font-size: 15px;
	font-weight: bold;
	font-family: Roboto;
	text-align: center;
	background-color:rgb(252 183 21 / 0.18);
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top: 5px solid #009341;
	padding: 15px 0px 15px 0 ;
}
.nhantin >p{
	padding: 10px 12.1px 17.5px 12px;
    border-radius: 8px;
    margin-top: -8px;
}


.menu_news .elementor-nav-menu li a:after{
	width: 0%;
    border-bottom: 3px solid #fdb813;
    transition: 0.4s;
    content: '';
    display: block;
    height: 2px;
    margin-top: 30px;
}
.menu_news ul li:hover a:after{
	width: 30%;
}
.menu_news .elementor-nav-menu li a.elementor-item.elementor-item-active:after{
	width: 30%;
}

.menu_news_archive .elementor-nav-menu li a:after{
	width: 0%;
    border-bottom: 3px solid #fdb813;
    transition: 0.4s;
    content: '';
    display: block;
    height: 2px;
    margin-top: 30px;
}
.menu_news_archive ul li:hover a:after{
	width: 30%;
}
.menu_news_archive .elementor-nav-menu li a.elementor-item.elementor-item-active:after{
	width: 30%;
}

.show_news_archives{
	margin:60px 0 100px;
	flex-wrap: wrap;
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    grid-template-columns: repeat(3,1fr);
    display: grid;
    align-items: center;
}
.flip-content{
	overflow: hidden;
	width: 100%;
	max-height: 100%;
}
.flip-content img{
	width: 100%;
	max-height: 226px;
	cursor: pointer;
    transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand');
    text-indent: -9999px;
    width: 100%;
    overflow: hidden;
	object-fit: cover; 
}
.flip-content:hover img{
	transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
    -webkit-backface-visibility: hidden;
}
.flip-content .caption-text{
	height: 55px;
}
.flip-content .caption-text h3{
	font-size: 16px;
  font-weight: bold;
  font-family: Raleway;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
}
.flip-content .caption-text h3 a{
 color: #751715;	
}
.flip-content .date{
	font-family: Roboto;
  font-size: 14px;
  display: flex;
    align-items: center;
  color: #14161b;
}
.flip-content .date img{
	margin-right: 10px;
	width: auto;
	height: auto;
	max-height: auto;
}
.single_news h1{
	font-family: RalewayExtraBold;
  font-size: 35px;
  margin-top: 0;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  color: #2d2d2d;
}
.single_news img{
	max-width: 100%;
	height: auto;
}
.share-post:after{
	display: block;
	content: '';
	height: 1.5px;
	width: 100%;
	background: #ccc;
	margin-top: 30px;
}
.share-post ul li:first-child{
	padding: 0;
	padding-right: 20px;
	padding-top: 20px;
	font-family: Roboto;
	font-size: 15px;
	color: #6d6d6d;
}
.sigle_news li{
	float: left;
	padding-right: 15px;
}
.sigle_news{
	width: 100%;
	overflow: hidden;
}
.share-post ul li{
	float: left;
    padding: 0 20px;
    padding-top: 20px;
    transition: 0.5s;
}
.share-post ul li a i{
    color: rgb(68 68 68 / 67%);
    border-radius: 50%;
    font-size: 17px;
    text-align: center;
    margin: 0 auto;
    transition: 0.5s;
}

.news_lastest h2{
  font-family: Raleway;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #751715;
  text-transform: uppercase;
}
.single_news{
	margin: 50px 0;
}
.products_lastest{
	margin-top: 100px;
	margin-bottom: 50px;
}
.products_lastest h2{
 font-family: Raleway;
  font-size: 30px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  color: #2d2d2d;
  margin-top: 20px;
}

#camnhan_products .item{
  height: 427px;
  position: relative;
}
#camnhan_products .item:after {
    display: block;
    position: absolute;
    object-fit: contain;
}
.bot_bg{
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgb(43 139 64 / 60%));
	height: 100%;
}
.bot-ten{
	z-index: 2;
	padding: 20px;
	height: 100%;
	-webkit-transform: translateY(325px);
    transform: translateY(325px);
     transition: 0.5s;
      -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
#camnhan_products .item:hover .bot-ten{
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
    background-color: rgba(0, 147, 65, 0.67);
}
.bot-ten .title {
	height: 50px;
	margin-bottom: 20px;
}
.bot-ten .title h3{
	 font-family: RalewayBold;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
  text-transform: uppercase;
}
.bot-ten .title h3 a{
	color: #751715;
}
.bot-ten .title h3:after{
	display: block;
	content: '';
	height: 1px;
	 -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
	background: #751715;
	margin-top:6px; 
}
#camnhan_products .item:hover .bot-ten .title h3:after{
	display: none;
}
.bot-ten .mota{
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    font-family: Raleway;
  font-size: 14px;
  color: #2d1200;
  font-weight: 600;
  margin-bottom: 35px;
}
.bot-ten .chitiet a{
	 color: #751715;
}
.bot-ten .chitiet{
	width: 168px;
  text-align: center;
  padding: 10px;
  border: solid 1.5px #fff;
  background-color: rgba(255, 255, 255, 0.09);
  position: relative;
  border-radius: 20px;
   -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.bot-ten .chitiet:after{
	display: block;
	content: '';
	height: 1px;
	width: 20px;
	background-color:#751715;
	position: absolute;
    bottom: 50%;
}
.bot-ten .chitiet:hover{
	font-weight: bold;
	background-color: #F1CF69;
	border: solid 1.5px #F1CF69; 
}
.bot-ten .chitiet:hover:after{
	background-color: unset;
	width: 22px;
	height: 10px;
	top:37%;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/left-arrow-hover.svg);
}
#whychoseus{
	padding: -100px 0;
}
#whychoseus .box{padding-bottom:100px;width:970px;margin:0 auto 0 auto;height:100%;background:#fff;}
@media(max-width:1600px){
#whychoseus .box{padding-top:-100px;padding-bottom:100px;width:1180px;margin:0 auto 0 auto;height:100%;background:#fff;}
}
@media(max-width:1800px){
#whychoseus .box{padding-top:-100px;padding-bottom:100px;width:1180px;margin:0 auto 0 auto;height:100%;background:#fff;}
}

#camnhan_products{
	margin-top: 20px;
}
#camnhan_products .left1{
	left: unset;
	top: -50px;
	right: 50px;
}
#camnhan_products .right1{
	top: -57px;
	right: 0px;
}
.sp_daxem .lastViewedList{
	flex-wrap: wrap;
    grid-column-gap: 40px;
    grid-template-columns: repeat(3,1fr);
    display: grid;
    align-items: center;
}
.lastViewedThumb{
	float: unset  !important;
	margin: unset  !important;
}
.lastViewedThumb img{
	width: 100% !important;
	height: 427px  !important;
	object-fit: cover;
}
.lastViewedList li.lastViewedItem{
	position: relative;
	height: 427px;
	overflow: hidden;
}
.lastViewedContent{
	height: 100%;
	-webkit-transform: translateY(325px);
    transform: translateY(325px);
     transition: 0.5s;
      -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    position: absolute;
    bottom: 0;
}
.lastViewedList li.lastViewedItem:hover .lastViewedContent{
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
    background-color: rgba(0, 147, 65, 0.67);

}
.lastViewedContent{
	padding: 20px;
}
.lastViewedTitle{
	 font-family: Roboto;
  font-size: 20px;
  text-align: left;
  height: 50px;
    margin-bottom: 20px;
  -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
  text-transform: uppercase;
   color: #751715;
}
.lastViewedTitle:after{
	display: block;
	content: '';
	height: 1px;
	 -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
	background: #751715;
	margin-top:6px; 
}
.lastViewedList li.lastViewedItem:hover .lastViewedTitle:after{
	display: none;
}
.lastViewedExcerpt{
-webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    font-family: Raleway;
    font-size: 14px;
    color: #2d1200;
    font-weight: 600;
    margin-bottom: 35px;
}
.lastViewedExcerpt a{
	float: left;
	overflow: hidden;
    width: 167px;
    text-align: center;
    padding: 10px;
    border: solid 1.5px #fff;
    background-color: rgba(255, 255, 255, 0.09);
    position: relative;
    border-radius: 20px;
    color: #751715;
    position: absolute;
    left: 20px;
    bottom: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.lastViewedExcerpt a:after {
    display: block;
    content: '';
    height: 1px;
    width: 20px;
    background-color: #751715;
    position: absolute;
    bottom: 50%;
}
.lastViewedExcerpt a:hover{
	    font-weight: bold;
    background-color: #F1CF69;
    border: solid 1.5px #F1CF69;
}
.lastViewedExcerpt a:hover:after{
	background-color: unset;
	width: 22px;
	height: 10px;
	top:37%;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/left-arrow-hover.svg);
}
.lastViewedThumb:after{
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgb(255 168 0 / 60%));
    height: 100%;
     display: block; 
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}
.lichsutop2  .swiper-wrapper .swiper-slide .item_thums{
	width: 100%;
	overflow: hidden;
	height: 407px;
	margin: 0 auto;
	display: flex;
    justify-content: center;
    flex-direction: column;
	border: solid 0.5px rgb(112 112 112 / 23%);
}
a:hover{
	text-decoration: none !important;
}
.lichsutop2  .swiper-wrapper .swiper-slide .item_thums img{
	width:100%;
	max-height: 407px;
	object-fit: contain;
}
.lichsuthumbs2  .swiper-wrapper .swiper-slide .item_thums {
	width: 100%;
	border: solid 0.5px rgb(112 112 112 / 23%);
	overflow: hidden;
	height: 100px;
	margin: 0 auto;
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.lichsuthumbs2  .swiper-wrapper .swiper-slide-thumb-active .item_thums{
	border: solid 0.5px #FFA800;
}
.lichsuthumbs2  .swiper-wrapper .swiper-slide .item_thums img{
	width: 100%;
	max-height:100px;
	object-fit: contain;
}
.lichsutop2 {
	height: 80%;
	width: 100%;
}

.lichsuthumbs2{
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.lichsuthumbs2 .swiper-slide {
	width: 25%;
	height: 100%;
}

.down_products h4{
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #4e4e4e;
}
.down_products .list_file{
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	padding: 15px 40px 15px 40px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.35;
	text-align: left;
	color: #4e4e4e;
	border: 1px solid #dbdbdb;
}
.down_products .down_file{
	font-size: 14px;
}
.down_products .down_file a{
	color: #751715;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background: #fff;
	padding: 13px;
	padding-right: 0;
	text-align: center;
}
.down_products .down_file a i{
	text-align: center;
	margin-left: 10px;
	padding: 10px;
	background-color:rgb(228 227 227 / 0.52);

}
.list_file:hover{
	background-color: rgb(70 71 73 / 0.05);
	border: solid 1px #707070;
}
.cate_libary_s .list_file {
    margin-bottom: 20px;
    transition: 0.5s;
}
.list_file .date-admin{
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #4e4e4e;
	font-family: Roboto;
  font-size: 12px;
  font-weight: normal;
}

.cate_libary_s{
	margin-top: 50px;
}
.list_file .date-admin .admin{
	margin-left: 30px;
}
.cate_libary_s .list_file{
	margin-bottom: 20px;
	transition: 0.5s;
}
.cate_libary_s .list_file:hover .noidung_tailieu h4{
	color: #751715;
}
.noidung_tailieu h4 a{
	color: #6d6d6d;
}
.noidung_tailieu h4{
	font-family: Raleway;
  font-size: 18px;
  font-weight: normal;
}
.cate_libary_s .list_file:hover{
	border:unset;
	border-bottom:2px solid #f1cf69;
	box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
}
.cate_libary_s .down_file a{
	padding: 7px;
	padding-right: 0;
}
.flex_grow {
    flex-grow: 1;
}
.list_file .chitiet{
	width: 168px;
    text-align: center;
    padding: 10px;
    font-family: Raleway;
  font-size: 15px;
     border: solid 1.5px #F1CF69;
    background-color: rgba(255, 255, 255, 0.09);
    position: relative;
    border-radius: 20px;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.list_file .chitiet a{
	    color: #751715;
}
 .list_file .chitiet:after {
    display: block;
    content: '';
    height: 1px;
    width: 20px;
    background-color: #751715;

    position: absolute;
    bottom: 50%;
}
 .list_file:hover .chitiet {
    font-weight: bold;
    background-color: #F1CF69;
    border: solid 1.5px #F1CF69;
}
 .list_file:hover .chitiet:after {
    background-color: unset;
    width: 22px;
    height: 10px;
    top: 37%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/left-arrow-hover.svg);
}

#slidetShow {
	overflow: hidden;
    position: relative;
}
.item_sildiers{
	width: 100%;
}
.item_sildiers img{
	max-height: 625px;
	object-fit: cover;
}
.item_sildiers .text_slider{
	width: 28%;
    padding: 37px;
    overflow: hidden;
    position: absolute;
    bottom:120px;
	background-color: rgb(0 147 65 / 0.85);
}
.item_sildiers .text_slider h2{
	font-family: Roboto;
	font-size: 45px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	margin-top: 0;
	text-transform: uppercase;
	line-height: 1.2;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
}
.item_sildiers .text_slider .ndngan{
	font-family: Raleway;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	text-align: left;
	color: #fff;
	margin-bottom: 30px;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: -webkit-box;
}
.item_sildiers .text_slider a{
	color: #fff;
	margin-top: 15px;
	font-family: Raleway;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	text-align: center;
	padding: 12px 35px;
    width: 270px;
    height: 45px;
    outline: none;
	background-image: url(../images/timhieu.svg);
	background-repeat: no-repeat;
	background-size: cover;
	transition: 0.5s;
}
.item_sildiers .text_slider a:hover{
	color: #000;
	background-color: #FFA800;
	background-image: none;
	border: 1px solid #FFA800;
	border-radius: 20px;
}
.slider ul.callbacks_tabs {
    position: absolute;
    bottom: 15px;
    left: 48%;
    right: 48%;
    z-index: 10;
}
.slider ul.callbacks_tabs > li {
    float: left;
}
ul.callbacks_tabs > li a {
    width: 15px;
    height: 15px;
    text-indent: 9000px;
    margin-left: 7px;
    display: inline-block;
    border-radius: 10px;
    border: 2px solid #ffffff91;
}
.slider ul.callbacks_tabs > li.callbacks_here a {
    background: #fff;
    border: 0;
}
a.next, a.prev{
	display: block !important; 
}
.slider a.prev {
    width: 37px;
    height: 37px;
    position: absolute;
    background: url(../images/left.svg);
    top: 80%;
    background-repeat: no-repeat;
    z-index: 10;
    text-indent: 99999px;
    right: 24%;
}
.slider a.next {
    width: 45px;
    height: 45px;
    position: absolute;
    background: url(../images/right2.svg);
    top: 78.8%;
    background-repeat: no-repeat;
    z-index: 10;
    text-indent: 99999px;
    right: 22%;
}
.slider a.prev:hover{
	background-image: url(../images/left_active.svg);
}
.slider a.next:hover{
	background-image: url(../images/right_active.svg);
}



.left_list_products .title_pages h2{
	font-family: Roboto;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.17;
  text-align: left;
  text-transform: uppercase;
}
.left_list_products .title_pages h2 a{
	color: #751715;
}
.left_list_products .title_pages {
	width: 30%;
	float: left;
}
.bgblue{background:#027e05;color:#fff;}
.bgblue li a{color:#fff !important;}
.left_list_products{
	display: flex;
	align-items: center;
}
.left_list_products .nav-tabs.nav-justified{
	border: none;
}
.nav-tabs.nav-justified>li>a{
	border-bottom: none !important;
}
.left_list_products .nav-tabs li{
	font-family: Raleway;
  font-size: 16px;
  line-height: 2.38;
  text-align: center;
  position: relative;
  border: none !important;
}
.left_list_products .nav-tabs li:after{
	display: block;
    content: '';
    background: #ccc;
    height: 22px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 10px;
}
.left_list_products .nav-tabs li:nth-child(4):after{
	right: 10px;
}
.left_list_products .nav-tabs li:first-child:before{
	display: block;
    content: '';
    background: #ccc;
    height: 22px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 10px;
}
.left_list_products .nav-tabs li a{
	color: #2d2d2d;	
}
.left_list_products .nav-tabs li a:after{
	width: 0%;
	border-bottom:3px solid #fdb813;
	transition: 0.4s;
	content: '';
	display: block;
	height: 2px;
	margin-top: 5px;
	position: absolute;
	left: 45px;

}
.left_list_products .nav-tabs li:hover a:after,.left_list_products .nav-tabs li.active a:after{
	width:40%;
}
.left_list_products .nav-tabs li:last-child:after{
	 background: #751715;
    width: 18.5px;
    height: 1px;
    right: unset;
    top: 21px;
    left: 25px;
    transition: 0.5s;
}
.left_list_products .nav-tabs li:last-child a:after{
	display: none;
}
.left_list_products .nav-tabs li:last-child{
	padding: 3px 16px;
	transition: 0.5s;
	background-image: url(../images/btn-view.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
.left_list_products .nav-tabs li:last-child:hover{
	background-image:url(../images/btn-hover-view.svg);
	transition: 0.5s;
	padding: 3px 17px;
}
.left_list_products .nav-tabs li:last-child:hover:after{
	display: none;
}
.left_list_products .nav-tabs li:last-child a{
	 text-align: center;
	  color: #751715;
	  padding: 0;
}
.left_list_products .nav-tabs li:last-child:hover a{
	background-color: unset;
}
.left_list_products .nav-tabs li:hover,
.left_list_products .nav-tabs li.active{
	font-weight: bold;
	outline: none;
	background-color:unset ;
	border: none !important;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
	background-color:unset !important;
}
.left_list_products .nav-tabs li:first-child:hover:before{
	display: block;
    content: '';
    background: unset;
    height: 22px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 10px;
} 
.left_list_products .nav-tabs li:hover a,
.left_list_products .nav-tabs li.active a{
	color: #751715 !important;
	outline: none;
	border: none !important;
	background-color: unset;
}
.nd_news_homes{
	margin-top:30px;
	flex-wrap: wrap;
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    grid-template-columns: repeat(3,1fr);
    display: grid;
    align-items: center;
}
#news{
	padding: 0px 0;
	background-color: #f7f6f2;
	overflow: hidden;
	width: 100%;
	

}
#news .box{padding-bottom:100px;width:970px;margin:0 auto 0 auto;height:100%;background:#fff;}
@media(max-width:1600px){
#news .box{padding-top:-100px;padding-bottom:100px;width:1180px;margin:0 auto 0 auto;height:100%;background:#fff;}
}
@media(max-width:1800px){
#news .box{padding-top:-100px;padding-bottom:100px;width:1180px;margin:0 auto 0 auto;height:100%;background:#fff;}
}

.camnhan_products2{
	margin-top:30px;
	display: flex;
    flex-wrap: wrap;
} 
.items2{
	width: 65.8%;
    float: left;
    padding: 15px;
    padding-left: 0px;
    padding-bottom: 0;
    height: 437px;
    padding-right: 0;
    margin-right: 8px;
    margin-bottom: 20px;
    overflow: hidden;
}
.widthintem{
	float: left;
	padding: 10px;
	height: 437px;
	padding-bottom: 0;
	margin-bottom: 20px;
	overflow: hidden;
}
.widthintem:nth-child(3){
 padding-left: 0;
}
.widthintem:nth-child(5),.widthintem:nth-child(2){
 padding-right: 0;
}
.camnhan_products2 .item{
	height: 427px;
	object-fit: cover;
	position: relative;
	background-position: center;
}
.camnhan_products2 .bot-ten {
    -webkit-transform: translateY(340px);
    transform: translateY(340px);
}
.camnhan_products2 .item:hover .bot-ten {
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
    background-color: rgba(0, 147, 65, 0.67);
}

.camnhan_products2 .items2 .bot-ten .title h3 a{
	color: #fff;
}
.camnhan_products2 .items2 .bot-ten .title h3:after{
	display: none;
}

.camnhan_products2 .item:hover .bot-ten .title h3:after{
	display: none;
}
.tab_li_products .nav-tabs li{
	text-transform: uppercase;
}

.tab_li_products .nav-tabs li:last-child {
    transition: 0.5s;
    padding: 0;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
}
.tab_li_products .nav-tabs li:last-child:after{
	display: none;
}
.tab_li_products .nav-tabs li:last-child:before{
	display: block;
    content: '';
    background: #ccc;
    height: 22px;
    width: 1px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.tab_li_products .nav-tabs li:last-child a{
	color: #2d2d2d;
}
.tab_li_products .nav-tabs li:last-child:hover{
	background-image: none;
}
.tab_li_products .nav-tabs li a:after{
	left: 33%;
}
.tab_li_products .nav-tabs li:last-child a:after{
	width: 0%;
    border-bottom: 3px solid #fdb813;
    transition: 0.4s;
    content: '';
    display: block;
    height: 2px;
    margin-top: 5px;
    position: absolute;
    left: 36%;
}

.tab_li_products .nav-tabs li:hover a:after,
.tab_li_products .nav-tabs li.active a:after,
.tab_li_products .nav-tabs li:last-child:hover a:after,
.tab_li_products .nav-tabs li:last-child.active a:after{
	width: 25%;
}
.xemviewall{
   width: 26%;
    float: left;
    font-family: Raleway;
    font-size: 16px;
    line-height: 2.38;
    text-align: center;
    position: relative;
    border: none !important;
    padding: 4px 20px;
    transition: 0.5s;
    background-image: url(../images/btn-view.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.tab_li_products .title_pages{
	width: 50%;
}

.xemviewall a{
    color: #751715;
    padding: 0;
    position: relative;
}
.xemviewall:hover a{
	 color: #751715;
}
.xemviewall:hover{
	background-image: url(../images/btn-hover-view.svg);
    transition: 0.5s;
    font-weight: bold;
}
.xemviewall:hover a:after{
	display: none;
}
.xemviewall a:after{
	background: #751715;
    width: 18.5px;
    height: 1px;
    right: unset;
    display: block;
    content: '';
    top: 10px;
    left: -30px;
    transition: 0.5s;
    position: absolute;
}
.owl2-prev-sp{
    background-image: url(../images/left.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    left: -50px;
    top: 50%;
}
.owl2-next-sp{
    background-image: url(../images/right2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 52px;
    height: 52px;
    position: absolute;
    right: -55px;
    top: 50%;
}
.owl2-prev-sp:hover {
    background-image: url(../images/left_active.svg);
}
.owl2-next-sp:hover {
    background-image: url(../images/right_active.svg);
}
#products{
	padding:0px 0 !important;
	padding-bottom:0 !important;
	margin:0 auto 0 auto;

}
#products .box{padding-top:-100px;padding-bottom:100px;width:970px;margin:0 auto 0 auto;height:100%;background:#fff;}
@media(max-width:1600px){
#products .box{padding-top:-100px;padding-bottom:100px;width:1180px;margin:0 auto 0 auto;height:100%;background:#fff;}
}
@media(max-width:1800px){
#products .box{padding-top:-100px;padding-bottom:100px;width:1180px;margin:0 auto 0 auto;height:100%;background:#fff;}
}
#pages-index{
	padding: 50px 0;
}
#box{padding-top:-100px;padding-bottom:100px;width:970px;margin:0 auto 0 auto;height:100%;background:#fff;}
#baobitv{
	display: none;
}
.banner_top_des{
   margin-top: -20%;
    margin-bottom: 7%;
}
.mobile_title{
	display: none;
}
.bs-col-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33%;
}
.camnhan_products2 .bs-col-3:first-child{
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
}
.tab-content .owl-dots{
	display: none;
}

.tuvan {
    display: flex;
    align-items: center;
        margin-top: 30px;
}
.lhe{
	background: url(../images/lh.svg);
	width: 180px;
  height: 45px;
  margin: 0 24px 0 0;
  padding: 12px 24px 12.9px 23.9px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.lhe a{
	color: #751715;
	font-family: RalewayExtraBold;
	font-size: 15px;
	margin-left: 30px;
}
.nbaogia a{
	color: #751715;
	font-family: Raleway;
	font-size: 15px;
    margin-left: 22px;

}
.lhe:hover a,.nbaogia:hover a{
color: #751715;
}
.nbaogia{
  width: 179px;
  height: 45px;
  margin: 0 0 0 24px;
  padding: 12px 35px 13px 23.8px;
  background-image: url(../images/baogia.svg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.nbaogia:hover{
	background-image: url(../images/baogia-hover.svg);
	
}
.nbaogia:hover a{
	font-family: RalewayExtraBold;
}
.content_main_products h3{
	 font-family: RalewayExtraBold;
  font-size: 20px;
  font-weight: bold;
  color: #751715;
  text-transform: uppercase;
}
.content_main_products{
	 font-family: Raleway;
  font-size: 14px;
  color: #2d1200;
}
.content_main_products p img{
	margin-right: 5px;
}

#page-ppc {
    padding: 3rem 0;
    overflow: hidden;
}

.page-flex {
    overflow: hidden;
}

#page-ppc #page-cocau #menu-tab-sdtc ul {
    display: block;
    margin: 2rem 0;
    border-bottom: 3px solid #8a261d;
}
#page-ppc #page-cocau #menu-tab-sdtc ul li.current {
    background: #8a261d;
    color: #fff;
}
div#menu-tab-sdtc {
    padding: 0 25px;
}
#page-ppc #page-cocau #menu-tab-sdtc ul li {
    display: inline-block;
    font: 600 2rem/4rem 'Raleway';
    margin: 0 0 0 0;
    padding: 5px 30px;
    position: relative;
    cursor: pointer;
    color: #8a261d;
}
.tab-content img {
    max-width: 100%;
    overflow: hidden;
    height: auto;
    margin: 0 auto;
    display: block;
}

#page-ppc #page-cocau #tab-content .tab-content.current {
    height: auto;
}
#page-ppc #page-cocau #tab-content .tab-content {
    height: 0;
    overflow: hidden;
}
#page-ppc #page-cocau .hdqt {
    padding: 5rem 0;
}
#page-ppc #page-cocau .slider-sdtc .slick-prev {
    left: 150px;
    top: 30%;
    z-index: 999;
    border:none;
    background: unset;
    outline: none;
}
#page-ppc #page-cocau .slider-sdtc .slick-next {
    right: 150px;
    top: 30%;
    border:none;
    background: unset;
    outline: none;
}


#page-ppc #page-cocau .slider-sdtc .slick-prev:before, 
#page-ppc #page-cocau .slider-sdtc .slick-prev.button:after{
		content: '\f053';
    font-family: 'FONT AWESOME 5 FREE';
    color: #ccc;
    font-size: 4rem;
    display: inline-block;
    font-weight: 600;
}
#page-ppc #page-cocau .slider-sdtc .slick-next:before, 
#page-ppc #page-cocau .slider-sdtc .slick-next.button:after{
	content: '\f054';
    font-family: 'FONT AWESOME 5 FREE';
    color: #ccc;
    font-size: 4rem;
    display: inline-block;
    font-weight: 600;
}
#page-ppc #page-cocau .slider-sdtc .item .item-pic {
    opacity: 0.3;
    transform: scale(0.7);
    transition: all 1s !important;
    -o-transition: all 1s !important;
    -ms-transition: all 1s !important;
    -webkit-transition: all 1s !important;
    -moz-transition: all 1s !important;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 0 0 1rem 0;
}
#page-ppc #page-cocau .slider-sdtc .item .item-pic img{
	width: 100%;
}
#page-ppc #page-cocau .slider-sdtc .item.slick-active .item-pic {
    transform: scale(1);
    opacity: 1;
}
.cb {
    clear: both;
}
#page-ppc #page-cocau .slider-sdtc .item .item-content {
    display: none;
}
#page-ppc #page-cocau .slider-sdtc .item .item-content p.nd.uppercase {
    color: #0d74ae;
    font: 600 1.8rem/2.4rem "Raleway";
}

#page-ppc #page-cocau .slider-sdtc .item .item-content p.nd {
    font-weight: bold;
}
#page-ppc #page-cocau .slider-sdtc .item .item-content p.tt {
    color: #c91f27;
    float: left;
    margin-right: 0.5rem;
}
#page-ppc #page-cocau .slider-sdtc .item{
	outline: none;
}
#page-ppc #page-cocau .slider-sdtc .item.slick-active .item-content {
    display: block;
}

#page-ppc #page-cocau table {
    width: 100%;
    margin: 3rem 0;
}
#page-ppc #page-cocau table tr:first-child td {
    background: #8a261d;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    border-bottom: 3px solid;
    font-weight: bold;
}

#page-ppc #page-cocau table tr td {
    padding: 5px 10px;
    background: #ededed;
    border: 1px solid #fff;
    color: #002c5b;
}
#page-ppc #page-cocau table tr:hover td {
    background: #009341;
    color: #fff;
}
#page-ppc #page-cocau table tr:nth-child(2) td {
    background: #d9d9d9;
    font-weight: 700;
}
	.maxlead {
		display: block;
		position: fixed;
		right: 20px;
		top: 50%;
		z-index: 998;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		text-align: right;
	}
	.maxlead .lead-item {
		position: relative;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin: 10px 0;
	}
	.maxlead .lead-item .item-icon.contact-icon:after,
	.maxlead .lead-item .item-icon.contact-icon:before {
		content: "";
		margin: 0 auto;
		position: absolute;
		top: 50%;
		left: 50%;
		opacity: 0;
		-webkit-transform: translate(-50%,-50%) scale(0);
		-moz-transform: translate(-50%,-50%) scale(0);
		-ms-transform: translate(-50%,-50%) scale(0);
		-o-transform: translate(-50%,-50%) scale(0);
		border: 5px solid #faa61a;
		width: 100px;
		height: 100px;
		border-radius: 100%;
	}
	.maxlead .lead-item .item-icon.contact-icon:before {
		display: block;
		-webkit-animation: spread-fade 1s ease-in infinite;
		animation: spread-fade 1s ease-in infinite;
	}
	.maxlead .lead-item .item-icon.contact-icon:after {
		display: block;
		-webkit-animation: spread-fade 1s .2s ease-in infinite;
		animation: spread-fade 1s .2s ease-in infinite;
	}
	.maxlead .lead-item .item-txt {
		opacity: 0;
		visibility: hidden;
		color: #fff;
		background: #0277BD;
		font-size: 12px;
		line-height: 16px;
		text-align: center;
		white-space: nowrap;
		border-radius: 4px;
		padding: 8px;
		-webkit-transition: opacity .6s ease 0s;
		-moz-transition: opacity .6s ease 0s;
		-ms-transition: opacity .6s ease 0s;
		-o-transition: opacity .6s ease 0s;
		transition: opacity .6s ease 0s;
		font-weight: 400;
		position: absolute;
		top: 50%;
		right: 51px;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
	}
	.maxlead .lead-item:hover .item-txt {
		opacity: .9;
		visibility: visible;
	}
	@-webkit-keyframes spread-fade {
		0% {
			-webkit-transform: translate(-50%, -50%) scale(0);
			transform: translate(-50%, -50%) scale(0);
			opacity: 0
		}
		10% {
			opacity: 1
		}
		to {
			-webkit-transform: translate(-50%, -50%) scale(1);
			transform: translate(-50%, -50%) scale(1);
			opacity: 0
		}
	}

	@keyframes spread-fade {
		0% {
			-webkit-transform: translate(-50%, -50%) scale(0);
			transform: translate(-50%, -50%) scale(0);
			opacity: 0
		}
		10% {
			opacity: 1
		}
		to {
			-webkit-transform: translate(-50%, -50%) scale(1);
			transform: translate(-50%, -50%) scale(1);
			opacity: 0
		}
	}

.box-img{width:120px;height:120px;}
#main-menu li{background:#168415;}
#main-menu li a{color:#fff !important;padding-left:5px;padding-right:5px;}

