@charset "utf-8";
/* CSS Document */
/*
    Theme Name: web;
    Author: bướng
*/
@font-face {
	font-family: "Neutra";
	src: url('../fonts/UTM Neutra.ttf');
}
body {
	font-family: 'Roboto', sans-serif;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4 {
	margin: 0px;
}
p {
	margin-bottom: 0px;
}
a:hover {
	text-decoration: none;
	opacity: 0.8;
}
input, button {
	outline: none;
}

a {
    color: #a70705 !important;
    text-decoration: none;
}

.ff-neutra {
	font-family: "Neutra";
}
.mxh-top {
    display: table;
    width: 100%;
    text-align: right;
    background-size: cover;
    background-position: center center;
}
.mxh-top li {
    width: 21px;
    height: 21px;
    background-color: #fff;
    display: inline-block;
    margin-right: 5px;
    line-height: 21px;
    text-align: center;
    border-radius: 100%;
}
.mxh-top li a {
    color: #a70705;
    display: block;
}
.modal-content{
	background: none !important;
	border-radius:0 !important; ;
	box-shadow: 0 !important;
}
.fl-left {
	float: left;
}
.header-top-pc {
	background-color: #a70705;
	color: #fff;
	padding: 10px 0px;
}
.wp-header-top-r ul li {
	display: inline-block;
}
.wp-header-top-r ul li img {
	margin-right: 8px;
}
.wp-header-top-r ul li:first-child {
	margin-right: 40px;
}
ul.mxh-top li:hover .fa {
	opacity: 0.8;
	-webkit-animation-name: rotate360;
	-moz-animation-name: rotate360;
	-ms-animation-name: rotate360;
	-o-animation-name: rotate360;
	animation-name: rotate360;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
@-webkit-keyframes rotate360 {
	100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes rotate360 {
	100% { -moz-transform: rotate(360deg); }
}
@-ms-keyframes rotate360 {
	100% { -ms-transform: rotate(360deg); }
}
@-o-keyframes rotate360 {
	100% { -o-transform: rotate(360deg); }
}
@keyframes rotate360 {
	100% { transform: rotate(360deg); }
}
.navbar-brand {
	margin: 0px !important;
	padding: 0px;
	height: auto;
	width: auto;
	display: block;
	padding-top: 15px;
}
.navbar-brand img {
	height: 68px;
}
.navbar-default {
	background-image: none;
	background: no-repeat;
	border: none;
	box-shadow: 0px 1px 10px 0px #999;
	border-radius: 0px;
	margin-bottom: 0px;
}
.navbar-default .navbar-nav>li>a {
	padding: 0px 10px;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;

	line-height: 100px;
	font-weight: bold;
	position: relative;
}
ul.dropdown-menu {
	margin: 0px;
	border-radius: 0px;
	padding: 0px;
	border: none;
}
ul.dropdown-menu>li>a {
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
}
ul.dropdown-menu>li:not(:last-child) {
	border-bottom: 1px dashed #a70705;
}
ul.dropdown-menu>li>a:hover {
	background-image: none;
	background-color: #a70705;
	color: #fff;
}
.navbar-default .navbar-nav>li>a::after {
	content: "";
	width: 100%;
	height: 4px;
	background: #a70705;

  	position: absolute;
  	bottom: 0px;
  	left: 0px;
  	transition: all 1s;
  	opacity: 0;
}
.navbar-default .navbar-nav>li:hover>a {
	color: #a70705;
}
.navbar-default .navbar-nav>li:hover>a::after {
	width: 100%;
	opacity: 1;
}
.navbar-default .navbar-nav>li>ul {
	background: #fff;
    min-width: 220px;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    transition: transform 0.5s ease, opacity 0.2s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
    display: block;
    left: 0px;
}
.navbar-default .navbar-nav>li:hover>ul {
	display: block;
    visibility: visible;
    z-index: 9999;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease .1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
}
.search-pc {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 21px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-image: none;
	background: no-repeat;
	box-shadow: none;
	color: #a70705;
}
.owl-prev, .owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}
#slider-home .owl-prev, #slider-home .owl-next, #tknt .owl-prev, .hmht .owl-next, #tknt .owl-next, .hmht .owl-prev,
#dmtin1 .owl-next, #dmtin1 .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    opacity: 0.5;
    width: 38px;
    height: 37px;
    padding: 0px;
    line-height: 37px;
    font-size: 30px;
    font-weight: bold;
    transition: all 0.8s;
}
#dmtin1 .owl-dots {
	display: none !important;
}
#dmtin1 .owl-next {
	top: 30%;
	right: 0px;
}
#dmtin1 .owl-prev {
	top: 30%;
	left: 0px;
}
#slider-home .owl-prev, #tknt .owl-prev, .hmht .owl-prev {
    left: 0px;
}
#slider-home .owl-next, #tknt .owl-next, .hmht .owl-next {
    right: 0px;
}
.owl-nav {
    margin-top: 0px !important;
}
#slider-home .owl-dots {
    display: none !important;
}
.search-pc button.click-sr-pc {
	color: #333;
	font-size: 18px;
	border: none;
	background: none;
}
input, button {
	outline: none;
}
.sec-h-01 {
	padding: 50px 0px;
}
.title-sec h3 {
	text-align: center;
	font-size: 26px;
	color: #a70705;
	margin-bottom: 30px;
}
.title-sec h3 a, .title-sec h3 span {
	padding: 0 30px;
	position: relative;
}
.title-sec h3 a::before, .title-sec h3 span::before {
	content: url(../images/before-tt.png);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -190px;
}
.title-sec h3 a::after, .title-sec h3 span::after  {
	content: url(../images/after-tt.png);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -190px;
}
.title-sec h1 {
	text-align: center;
	font-size: 26px;
	color: #a70705;
	margin-bottom: 30px;
}
.list-icon-vct li {
	position: relative;
    padding-left: 95px;
    display: flex;
    align-items: center;
    height: 72px;
    margin-bottom: 30px;
}
.list-icon-vct li::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 30px;
	border-left: 1px dashed #a70705;
	bottom: -30px;
	left: 36px;
}
.list-icon-vct li:last-child::after {
	display: none;
}
.list-icon-vct li .img-vct {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    border: 1px dashed #a70705;
    padding: 3px;
}
.list-icon-vct li .img-vct .img-v2 {
	background-color: #a70705;
	border-radius: 100%;
    width: 64px;
    height: 64px;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-vct-1 p {
	font-size: 16px;
}
.wp-vct-3 img {
	width: 100%;
}
.sec-h-02 {
	padding: 50px 0px;
	background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/bg-1.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.title-sec.cl-fff h3 {
	color: #fff;
}
.title-sec.cl-fff h3 span::before {
	content: url(../images/before-tt2.png);
}
.title-sec.cl-fff h3 span::after {
	content: url(../images/after-tt2.png);
}
.wp-qt {
	text-align: center;
}
.wp-qt-c1 {
	width: 210px;
	height: 210px;
	margin: 0 auto;
	background-image: url(../images/border-qt.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wp-qt-bg {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 180px;
	background-color: #fff;
	border-radius: 100%;
	margin: 0 auto;
	position: relative;
}
.wp-qt-bg::before {
	content: '';
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    right: 40px;
    bottom: -10px;
    -ms-transform: rotate(-26deg);
    -webkit-transform: rotate(-26deg);
    transform: rotate(-26deg);
    transform: rotate(-26deg);
}
.so-qt {
	position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #a70705;
    font-size: 30px;
    color: #fff;
    border-radius: 100%;
    line-height: 55px;
    top: -15px;
    left: -15px;
}
.ten-qt {
	text-transform: uppercase;
	font-size: 14px;
	color: #333;
	font-weight: 600;
}
.wp-sp {
	cursor: pointer;
	position: relative;
	margin-bottom: 10px;
}
.wp-sp::after {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45%;
    background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
    transition: all 0.6s;
    z-index: 0;
}
.wp-sp:hover::after {
	height: 100%;
	background-image: -webkit-linear-gradient(rgb(167 7 98 / 19%),rgb(167 7 5));
	z-index: 0;
}
.wp-sp .text-sp {
	position: absolute;
	bottom: 0px;
	z-index: 1;
	color: #fff;
	text-align: center;
	transition: all 0.6s;
	left: 0px;
	width: 100%;
	padding: 0 15px;
}
.wp-sp:hover .text-sp h4 {
	margin-bottom: 20px;
}
.wp-sp:hover .text-sp {
	bottom: 30%;
}
.wp-sp:hover .text-sp a span{
	opacity: 1;
}
.wp-sp:hover .text-sp a {
	height: 35px;
}
.wp-sp .text-sp a:hover {
	opacity: 1;
}
.text-sp h4 {
	font-size: 14px;
}
.text-sp a {
	display: block;
	text-align: center;
	height: 20px;
	line-height: 35px;
}
.text-sp a span{
	padding: 10px 15px;
	background-color: #fff;
	color: #a70705;
	text-transform: uppercase;
	opacity: 0;
	transition: all 0.6s;
}
#tknt .owl-dots, .hmht .owl-dots {
	display: none;
}
.sec-h-03 {
	padding-top: 50px;
}
.sec-h-04 {
	padding: 50px 0px;
}
.sec-ykkh {
	padding: 50px 0px;
}
.sec-ykkh {
    padding: 50px 0px;
	background: linear-gradient(rgb(0 0 0 / 85%), rgba(0, 0, 0, 0.5)), url(../images/bg-2.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#slider-ykkh .thumb{
  width: 175px;
  height: 175px;
  display: inline-block;
  border: 1px solid #a70705;
  border-radius: 100%;
  position: relative;
  padding: 10px;
  background-color: #fff;
 }
#slider-ykkh .thumb img{
	border-radius: 100%;
	width: 150px;
	height: 150px;
	object-fit: cover;
}
#slider-ykkh .thumb::after,
#slider-ykkh .thumb::before{
  	content: '';
  	width: 0px;
  	height: 0px;
  	border-left:  7px solid transparent;
  	border-right:  7px solid transparent;
  	position: absolute;
  	left: 50%;
  	bottom: -12px;
  	-webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
 }
#slider-ykkh .thumb::after{
  	border-top: 12px solid #fff;
  	bottom: -10px;
}
#slider-ykkh .thumb::before{
 	border-top: 12px solid #a70705;
}
.infor {
	color: #fff;
	padding-top: 20px;
}
.infor .title-ten {
	font-size: 18px;
	margin-bottom: 5px;
}
.infor .dc {
	color: #999;
	margin-bottom: 15px;
}
#slider-ykkh .owl-prev {
	position: absolute;
    top: 35%;
    transform: translateY(-50%);
    left: 0px;
    width: 26px;
    height: 39px;
    background: none;
    background-image: url(../images/arrow-1.png);
    background-repeat: no-repeat;
    background-size: contain;
}
#slider-ykkh .owl-next {
	position: absolute;
    top: 35%;
    transform: translateY(-50%);
    right: 0px;
    width: 26px;
    height: 39px;
    background: none;
    background-image: url(../images/arrow-2.png);
    background-repeat: no-repeat;
    background-size: contain;
}
#slider-ykkh .owl-next i, #slider-ykkh .owl-prev i {
	opacity: 0;
}
p.ykien {
	text-align: justify;
}
#slider-ykkh .owl-dots {
	display: none;
}
.ft-top {
	background-color: #a70705;
	padding: 50px 0px;
	color: #fff;
}
.title-ft h3 {
	position: relative;
	font-size: 26px;
	color: #fff;
	margin-bottom: 40px;
}
.title-ft h3::after {
	content: url(../images/after-tt-ft.png);
	position: absolute;
	bottom: -25px;
	left: 0px;
}
.list-ft1 ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
}
.list-ft1 ul li:last-child {
	margin-bottom: 0px;
}
.list-ft1 ul li:first-child::after {
    content: "";
    width: 18px;
    height: 16px;
    background-image: url(../images/bg-li-ft.png);
    background-position: 0px 0px;
    position: absolute;
    top: 3px;
    left: 0px;
}
.list-ft1 ul li:nth-child(2)::after {
	content: "";
	width: 18px;
	height: 16px;
	background-image: url(../images/bg-li-ft.png);
	background-position: 0px 0px;
	position: absolute;
	top: 3px;
	left: 0px;
}
.list-ft1 ul li:nth-child(3)::after {
	content: "";
	width: 18px;
	height: 16px;
	background-image: url(../images/bg-li-ft.png);
	background-position: 0px 0px;
	position: absolute;
	top: 3px;
	left: 0px;
}
.list-ft1 ul li:nth-child(4)::after {
    content: "";
    width: 18px;
    height: 16px;
    background-image: url(../images/bg-li-ft.png);
    background-position: 0px -35px;
    position: absolute;
    top: 3px;
    left: 0px;
}
.list-ft1 ul li:nth-child(5)::after {
    content: "";
    width: 18px;
    height: 16px;
    background-image: url(../images/bg-li-ft.png);
    background-repeat: no-repeat;
    background-position: 0px -65px;
    position: absolute;
    top: 2px;
    left: 0px;
}
.list-ft1 ul li:nth-child(6)::after {
    content: "";
    width: 18px;
    height: 16px;
    background-image: url(../images/bg-li-ft.png);
    background-position: 0px -96px;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: 0px;
}
.end-ft {
	background-color: #8a0a08;
}
.end-ft p {
	height: 40px;
	line-height: 40px;
	color: #fff;
	opacity: 0.5;
}
.wp-search-fr input {
    width: 100%;
    height: 94px;
    text-align: left;
    padding: 20px 104px 20px 37px;
    font-size: 16px;
    letter-spacing: 0.5px;
    background: #fff;
    border-radius: 0;
    border: 1px #fff solid;
    margin-bottom: 0px;
    -webkit-appearance: none;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.03);
}
.wp-search-fr button {
    font-size: 30px;
    background: #fff;
    width: 92px;
    height: 92px;
    display: block;
    position: absolute;
    right: 1px;
    border: none;
    top: 1px;
}
.wp-search-fr {
    position: relative;
}
.modal-search .modal-body {
    padding: 0px;
}
.modal-search .modal-header {
    padding: 0px;
    min-height: 0px;
}
.modal-search button.close {
    background: #fff;
    border: 1px solid #ccc;
    outline: none;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #666;
    padding: 0px;
    display: flex;
    align-items: center;
    line-height: 30px;
    opacity: 1;
    justify-content: center;
    position: absolute;
    top: -80px;
    right: -60px;
}
/*style header mobile*/
.wp-header-mb {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 20px;
}
.wp-header-mb .menu-bar{
	width: 20%;
	text-align: left;
}
.wp-header-mb .wp-search-mb {
	width: 20%;
	text-align: right;
}
.wp-logo-mb img {
	height: 68px;
}
.menu-bar a i{
	color: #a70705 !important;
	font-size: 26px;
}
.wp-search-mb button {
	color: #a70705;
	font-size: 22px;
	background: none;
	border: none;
}

/*==========style các page con==========*/
.row.row-mg-2 {
	margin-left: -1px;
	margin-right: -1px;
}
.row.row-mg-2 .col-pd-2 {
	padding: 0 1px;
}
.content-danhsach-sp {
	padding: 50px 0px 30px 0px;
}
.bread-page {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-image: url(../images/bg-gach.png);
    background-repeat-x: repeat;

}
.bread-page ul li {
    float: left;
    color: #999;
    margin-right: 20px;
    position: relative;
}
.bread-page ul li:not(:last-child)::after {
    content: "/";
    font-family: "FontAwesome";
    position: absolute;
    right: -12px;
    top: 0px;
    height: 65px;
    line-height: 40px;
}
.phantrang {
    margin-top: 30px;
    border-top: 1px dashed #ccc;
}
.pagination a {
    color: black;
    float: left;
    min-width: 27px;
    display: block;
    height: 27px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    margin-right: 5px;
    padding: 0 5px;
}
.pagination span {
    float: left;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    margin-right: 5px;
}
.pagination a.active {
    background-color: #ececec;
    color: #fff;
    border: 1px solid #a70705;
}
.slick-prev, .slick-next {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    opacity: 0.5;
    width: 38px;
    height: 37px;
    padding: 0px;
    line-height: 37px;
    font-size: 30px;
    font-weight: bold;
    transition: all 0.8s;
    color: #fff;
    z-index: 1;
    display: block !important;
}
.slick-prev {
	left: 0px;
}
.slick-next {
	right: 0px;
}
.slick-prev::before, .slick-next::before {
	content: "";
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: #fff;
	background-color: rgba(0,0,0,0.5);
}
.slick-dots {
	display: none !important;
}
.slider-nav .slick-list.draggable {
	padding: 10px 0px 0px 0px !important;
}
.slick-arrow {
	display: block !important;
}
.slick-dotted.slick-slider {
	padding-top: 10px;
}
.slider-nav .slick-slide {
	width: 180px !important;
	margin-right: 2px;
	outline: none;
}
.slick-slide p{
	text-align: center;
	background-color: #999999;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	width: 180px !important;
	color: #fff;
}
.slick-slide.slick-current p {
	background-color: #a70705;
	position: relative;
}
.slick-slide.slick-current p::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #a70705;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.row.row-edit-10 {
	margin-left: -10px;
	margin-right: -10px;
}
.row.row-edit-10 .col-edit-10 {
	padding: 0px 10px;
}
.row.row-edit-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.row.row-edit-0 .col-edit-0 {
	padding: 0px;
}
.wp-thongtin-sp {
	background-image: url(../images/bg-ke.png);
	padding: 20px;
}
.wp-thongtin-sp p {
	margin-bottom: 30px;
}
.btn-tuvan {
	width: 100%;
	text-align: right;
	padding-top: 20px;
}
.btn-tuvan a {
	background: #a70705;

	border: none;
	border-radius: 3px;
	height: 40px;
	padding: 0 65px;
	float: right;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff!important;
	font-weight: bold;

}
.wp-item-tin {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.wp-item-tin .img-item-tin {
	width: 40%;
	float: left;
}
.wp-item-tin .img-item-tin img {
	width: 100%;
}
.wp-item-tin .text-item-tin {
	width: 60%;
	float: left;
	padding: 0px 10px 0px 20px;
}
.text-item-tin h4 {
	margin-bottom: 10px;
}
.text-item-tin h4 a {
	font-size: 16px;
	color: #333;
}
.text-item-tin h4 a:hover {
	color: #a70705;
}
.text-dm-tin1 h4 {
	padding: 20px 0px;
	font-size: 16px;
	text-align: center;
}
.text-dm-tin1 h4 a {
	color: #333;
}
.text-dm-tin1 p {
	font-size: 14px;
	text-align: center;
}
.box-dm-tin1 {
	padding-bottom: 50px;
}
.box-dm-tin2, .box-dm-tin3 {
	padding: 50px 0px 20px;
}
.bg-ke {
	/*background-image: url(../images/bg-ke1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
}
.ten-tin-ct h2 {
	font-size: 20px;
	color: #a90c0a;
	margin-bottom: 20px;
	margin-top: 15px;
}
.wp-date-view-ct {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    background: #fafafa;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}
.date-view-ct div {
    float: left;
    font-size: 13px;
    color: #999;
    position: relative;
    padding-left: 16px;
}
.date-view-ct div:first-child {
    margin-right: 20px;
}
.date-view-ct div::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
}
.date-view-ct div:first-child::after {
    content: url(../images/capnhat_03.png);
}
.date-view-ct div:nth-child(2)::after {
    content: url(../images/view-1.png);
}
.co-chu-ct>span {
    color: #999;
    margin-right: 6px;
    font-size: 13px;
}
.co-chu-ct button {
    width: 15px;
    height: 15px;
    line-height: 0;
    border: none;
    background-color: #9d9d9d;
    color: #fff;
    padding: 0px;
    margin: 0px;
}
.wp-cttin-right>img {
	display: block;
	width: auto;
	margin: 30px auto;
}
.wp-cttin-right p:not(:last-child) {
	margin-bottom: 30px;
}
.control-ct {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 10px;
    background: #fafafa;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}
.control-ct .ctl {
    padding-left: 18px;
    position: relative;
    color: #999;
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.control-ct .ctl-prev::after {
    content: url(../images/11.png);
    position: absolute;
    top: 0px;
    left: 0px;
}
.control-ct .ctl-top::after {
    content: url(../images/12.png);
    position: absolute;
    top: 0px;
    left: 5px;
}
.wp-tinkhac h4 {
    font-size: 18px;
    color: #a70705;
    text-transform: uppercase;
}
.wp-tinkhac ul li {
    padding: 10px 0px 10px 20px;
    position: relative;
    border-bottom: 1px dashed #ccc;
}
.wp-tinkhac ul li a {
    color: #2f2f2f;
    font-size: 14px;
}
.wp-tinkhac ul li a:hover {
	color: #a70705;
}
.wp-tinkhac ul li span {
    margin-left: 5px;
}
.color-9 {
    color: #999;
}
.wp-tinkhac ul li::after {
    content: url(../images/tich_03.png);
    position: absolute;
    top: 10px;
    left: 0px;
}
.wp-tin-nb {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
}
.wp-title-sb-right h4 {
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    font-size: 16px;
    color: #a70705;
    text-transform: uppercase;
    position: relative;
}
.wp-title-sb-right h4::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: 100px;
    height: 3px;
    z-index: 1;
    background:#a70806;

}
.wp-title-sb-right h4::after {
    content: "";
    height: 3px;
    background-image: url(../images/bor-01.png);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.wp-list-tin-right ul li {
    padding: 20px;
    border-bottom: 1px solid #ccc;
}
.wp-img-title {
    display: table;
    margin-bottom: 20px;
    width: 100%;
}
.wp-img-title .img-tinmax {
    width: 83px;
    float: left;
    margin-right: 14px;
}
.wp-img-title .img-tinmax img {
    width: 100%;
}
.ten-tinmax {
    float: none;
    overflow: hidden;
}
.ten-tinmax h4 a {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.ten-tinmax h4 a:hover {
    color: #a70705;
}
.wp-chi-tiet-tin {
	padding-bottom: 50px;
}
.wp-tinkhac ul li:last-child {
	border: none;
}
.page-lienhe .bread-page {
	margin-bottom: 0px;
}
.title-sec {
	overflow-y: hidden;
}
.input-1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.input-1 input {
	width: calc(50% - 5px);
	height: 40px;
	border: 1px solid #ccc;
	color: #999;
	margin-bottom: 10px;
	padding-left: 20px;
	border-radius: 3px;
}
.wp-texarea textarea {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	height: 100px;
	padding-top: 5px;
	padding-left: 20px;
}
.btn-gui-fr {
	text-align: right;
}
.btn-gui-fr button {
	height: 40px;
	width: 280px;
	background-color: #a70705;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	border-radius: 3px;
}
.thongtin {
	text-align: center;
}
.thongtin p {
	font-size: 16px;
	margin-bottom: 20px;
}
.thongtin h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
.wp-thongtin-lienhe {
	padding: 50px 0px;
}
/*css bổ sung chi tiết sản phẩm*/
.slider-img-ctsp .owl-prev, .slider-img-ctsp .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0,0,0,0.5) !important;
	opacity: 0.5;
	width: 38px;
	height: 37px;
	padding: 0px !important;
	line-height: 37px;
	font-size: 30px !important;
	font-weight: bold;
	transition: all 0.8s;
}
.slider-img-ctsp .owl-dots {
	display: none !important;
}
.slider-img-ctsp .owl-prev {
	left: 0px;
}
.slider-img-ctsp .owl-next {
	right: 0px;
}
.wp-slider-ctsp .tab-content {
	margin-bottom: 20px;
}
.wp-slider-ctsp .nav-pills>li>a {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	background-color: #999;
	width: 180px !important;
	text-align: center;
	border-radius: 3px;
}
.wp-slider-ctsp .nav-pills>li.active>a, .wp-slider-ctsp .nav-pills>li.active>a:focus, .wp-slider-ctsp .nav-pills>li.active>a:hover {
	background-color: #a70705;
	opacity: 1;
}
.wp-slider-ctsp .nav-pills>li.active>a {
	position: relative;
}
.wp-slider-ctsp .nav-pills>li.active>a::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #a70705;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.content-ctsp {
	padding: 50px 0px;
}
/*hết css bổ sung*/

.wp-sp .img-sp img{
	object-fit: cover;
}
.list-icon-vct li .img-vct .img-v2 img{
	border-radius: 50%;
	width: 100%;
	height: 100%;
}

.wpb_tabs_nav .active {
	background: #a70806 !important;
	color: #fff;
}
.wpb_tabs_nav .active a{
	color: #fff;
}



/*tin tức*/
.new-home .nav-new-home .item {
	margin-bottom: 30px;
}
.new-home .nav-new-home .item {
	box-shadow: 0 1px 19px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
	text-align: center;
}
.new-home .nav-new-home .item .image img {
	width: 100%;
	height: 170px;
	object-fit: cover;
}
.new-home .nav-new-home .item .nav-img {
	padding: 15px;
}
.new-home .nav-new-home .item .nav-img .title {
	font-family: 'GoogleSans-Bold';
	font-size: 18px;
	margin-top: 10px;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
}
.new-home .nav-new-home .item .nav-img .title a {
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	height: 56px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.is-divider {
	display: block;
	background-color: rgba(0,0,0,.1);
	margin: 1em 0 1em;
	width: 100%;
	margin-top: .5em;
	margin-bottom: .5em;
	height: 1px;
	max-width: 100%;
}
.new-home .nav-new-home .item .nav-img .desc {
	margin: 0;
	color: #555;
	line-height: 21px;
	height: 63px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
/*end*/
@media (max-width: 480px){
	.title-sec.cl-fff h3 span::after,.title-sec.cl-fff h3 span::before{
		display: none;
	}
	.title-sec h3 {
		font-size: 18px;
	}
	.bg-ke {
		background: none;

	}

	.wp-cttin-right table,.wp-cttin-right table td img,.wp-cttin-right img,.tab-content img {
		width: 100%!important;
		height: auto!important;
	}
	.ten-tin-ct h2 {
		font-size: 16px;
		line-height: 20px;

	}
	.box-dm-tin2, .box-dm-tin3 {
		padding: 20px 0px 20px;
	}
}



