@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/Roboto/Roboto-Condensed.ttf');
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/Roboto/RobotoCondensed-Bold.ttf');
    font-weight: bold;
}
@font-face {
    font-family: 'RTBB';
    src: url('../fonts/Roboto/RobotoCondensed-Bold.ttf');
}
@font-face {
    font-family: 'RTBB_B';
    src: url('../fonts/Roboto/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'RTBR';
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'RTBL';
    src: url('../fonts/Roboto/Roboto-Light.ttf');
}
@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial/arial.ttf');
}
@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial/arialbd.ttf');
    font-weight: bold;
}
@font-face {
    font-family: 'utmavo';
    src: url('../fonts/utmavo/utmavo.ttf');
}
@font-face {
    font-family: 'utmavo_b';
    src: url('../fonts/utmavo/utm-avobold.ttf');
}
@font-face {
    font-family: 'usc';
    src: url('../fonts/utm_swiss_condensed/UTMSwissCondensed.ttf');
}
@font-face {
    font-family: 'iCielPacifico';
    src: url('../fonts/iCielPacifico.ttf');
}
@font-face {
    font-family: 'uvnkythuat';
    src: url('../fonts/uvnkythuat.ttf');
}
@font-face {
    font-family: 'impact';
    src: url('../fonts/impact/unicode.impact.ttf');
}
@font-face {
    font-family: 'aurora';
    src: url('../fonts/Aurora/UTMAurora.ttf');
}
@font-face {
    font-family: 'monter_b';
    src: url('../fonts/monter/Montserrat-Bold.ttf');
}
@font-face {
    font-family: 'monter';
    src: url('../fonts/monter/Montserrat-Regular.ttf');
}
@font-face {
    font-family: 'monter_m';
    src: url('../fonts/monter/Montserrat-Medium.ttf');
}
@font-face {
    font-family: 'HelvetIns';
    src: url('../fonts/UTM-HelvetIns.ttf');
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/SVN-Poppins-Regular.ttf');
}
@font-face {
    font-family: 'Androgyne';
    src: url('../fonts/UTM_Androgyne.ttf');
}

@font-face {
    font-family: 'ProductSansBold';
    src: url('../fonts/productsans/SVN-ProductSansBold.ttf');
}
@font-face {
    font-family: 'Aurora';
    src: url('../fonts/UTMAurora.ttf');
}
@font-face {
    font-family: 'bodoni';
    src: url('../fonts/unicode.bodonbcb.ttf');
}
@font-face {
    font-family: 'barlow_b';
    src: url('../fonts/Barlow/BarlowSemiCondensed-Bold.ttf');
}
@font-face {
    font-family: 'barlow_r';
    src: url('../fonts/Barlow/BarlowSemiCondensed-Regular.ttf');
}
@font-face {
    font-family: 'barlow_m';
    src: url('../fonts/Barlow/BarlowSemiCondensed-Medium.ttf');
}
@font-face {
    font-family: 'iCielPanton-Black';
    src: url('../fonts/iCielPanton-Black.otf');
}
@font-face {
    font-family: 'GodsWord_i';
    src: url('../fonts/GodsWord/UTMGodsWordBoldItalic.ttf');
}
@font-face {
    font-family: 'GoogleSans_r';
    src: url('../fonts/GoogleSans/GoogleSans-Regular.ttf');
}
@font-face {
    font-family: 'GoogleSans_b';
    src: url('../fonts/GoogleSans/GoogleSans-Bold.ttf');
}
@font-face {
    font-family: 'ClearGothicBold';
    src: url('../fonts/SFUClearGothicBold.TTF');
}
@font-face {
    font-family: 'AmericanSans';
    src: url('../fonts/AmericanSans/UTM-American-Sans.ttf');
}
.body-size{
	max-width:768px;
}

.title-font{
	font-family:'RobotoCondensed'; font-weight: bold; font-size: 16px;
}

.color-main{
	color:#006eb9;
}

img{
	max-width:100%;
}

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 {
    color: orange;
    text-decoration: none;
}
.fl{
	float:left;
}
.bg-gray{
	background:#f0f0f0;
}
.bg-white {
    /*background: #F5F5F5;*/
    margin-top: 5px;
    padding: 0 5px;
}
.bd-gray{
	border:solid 1px #d5d5d5
}
.bd-ra-0{
	border-radius:0;
}
.bd-ra-10{
	border-radius:10px;
}

.row5{
	margin-left:-5px;
	margin-right:-5px;
}
.p0{ padding: 0 !important; }
.plr0{
	padding-left:0;
	padding-right:0;
}
.plr5{
	padding-left:5px;
	padding-right:5px;
}
.row10{
	margin-left:-10px;
	margin-right:-10px;
}
.plr10{
	padding-left:10px;
	padding-right:10px;
}
.plr15{
	padding-left:15px;
	padding-right:15px;
}

.p0{
	padding:0px;
}
.p15{
	padding:15px;
}
.p35{
	padding:35px;
}
.pl0{
	padding-left:0px;
}
.pl10{
	padding-left:10px;
    padding-right:0px;
}
.pr0{
	padding-right:0px;
}
.pb15{
	padding-bottom:15px;
}
.mb10{
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mr10{
	margin-right: 10px;
}
.mr0{
	margin-right: 0px;
}
.padding-bottom10{
	padding:0 10px 10px;
}

.block{
	display:block;
}
.w100pe{
	width:100%;
}


.uppercase{
	text-transform:uppercase;
}
.font14{
	font-size:14px;
}
.font20{
	font-size:20px;
}
.font25{
	font-size:25px;
}
.bold{
	font-weight:bold;
}

.color_3{
	background:#333
}
.tonghop{
	color:#ccc;
	
}


.animate1{
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;	
}

/*TIÊU ĐỀ AND FONT*/

.bao-abx{
	margin-top: 50px;
	display: inline-block;
	border: 1px solid #ddd;
	padding: 15px;
	text-align: center;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 8px 7px rgba(0,0,0,0.22);
	position: relative;
	margin-left: -150px;
	background: #fff;
}
.bao-abx li{
	padding: 0px 0px;
    display: inline-block;
    list-style: none;
    text-align: center;
    width: 200px;
    border-right: 1px solid #A1261E;
}
.bao-abx li:last-child{
	border-right: 0px;
}
.bao-abx li h3{
	font-weight: bold;
	color: #A1261E;
}
.bao-abx li p{
	text-transform: uppercase;
	font-size: 12px;
}
/*.title-main{
	display: block;
    z-index: 10;
    margin-bottom: 20px;
    position: relative;
}*/


.title-main h2{ 
	position: relative;
	font-family: 'RobotoCondensed';
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    font-size: 22px;
    color: #ee383e;
    margin: 0; z-index: 999;
    padding: 10px 30px 8px; display: inline-block; 
}
.title-contact{ text-align: center; margin-bottom: 20px; }
h3.title-contact { text-transform: uppercase; color: #1e3463; font-family: 'RobotoCondensed'; font-weight: bold; font-size: 22px; }
/*.title-main:before{ z-index: 1;
	content: ''; position: absolute; top: 14px; width: 100%; height: 1px; left: 0;
	background: #2c70b6;
}*/
/*.title-main:after{ z-index: 1;
	content: ''; position: absolute; bottom: 0px; width: 100%; height: 4px; 
	background: #ee6133; width: 80px; left: 50%; margin-left: -40px;
}*/
/*.title-main a i{
	color: #fff;
    font-size: 1.5em;
    position: absolute;
    top: 25%;
    left: 15px;
}*/
.bao-left{ margin-bottom: 15px;  }
.title-left {
    font-family: 'RTBB';
    font-weight: bold;
    width: 100%;
    margin: 0;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    background: #2A8ECE;
    background-size: 100%;
    border-radius: 0;
    padding: 15px 7px;
    /* padding-bottom: 20px; */
    /* padding-left: 10px; */
}
.col-left2 .title-left {
    text-align: left;
    padding: 20px 10px;
}
.title-left:hover {
    color: #000;
}
/* .box.category ul.sub.fadeInRight li:last-child a { border: none; } */
img.img-left-hot {
    width: 23px;
    margin-bottom: 5px;
    margin-right: 2px;
}
/*.title-left:before{ height: 100%; width: 4px; content: ''; position: absolute; top: 0; left: -4px;
 background: #ed1b2f; }
.title-left span.at{
	content '';
	position: absolute; top: 100%; right: 100%;
	width: 4px;
	height: 4px;
	border-style: solid;
	border-width: 0 4px 4px 0;
	border-color: transparent #ed1b2f transparent transparent;
}*/
/* 1 */
.item-pro {
    position: relative;
    width: 100%;
    background: #fff;
    /* box-shadow: 0 0 10px 0px #0000006b; */
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    /* border: 1px #DBE0E4 solid; */
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}
button.btn.btn_xemthem_sp {
    background: #E48636;
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    margin: 10px 0;
}
.item-pro.item-pro_left {
    padding: 0;
    margin-bottom: 10px;
}
.item-pro.item-pro_left h3.ten_spp {
    margin: 8px 0 5px 0;
    text-align: left;
    font-size: 14px;
}
section.ss-pro {
    padding-bottom: 30px;
    background-size: cover !important;
}
section.ss-pro .title-main {
    margin-bottom: 0;
}
section.ss-chan .title-main h3 {
    color: #fff;
    background: url(../images/thanh2.png) bottom center no-repeat;
}

section.ss-pro .style-bt {
    background: #00000082;
    padding: 1px 8px;
    color: #fff;
    border-radius: 5px;
    transition: .5s;
    opacity: 0;
}
section.ss-pro:hover .style-bt {
    transition: .5s;
    opacity: 1;
}
section.ss-chan .style-bt {
    box-shadow: 0 0 5px 1px #ffffffb8;
}
section.ss-pro .bt-pre {
    left: -5px;
}
section.ss-pro .bt-next {
    right: -5px;
}
.item-pro  img{
    transition: .6s;
    
}
.item-pro:hover  img{
    transition: .6s;
    transform: scale(1.1);
}
section.ss-chan a.btn-xemthem_c {
    color: #fff;
}
a.btn-xemthem_c {
    color: #FF864C;
    font-size: 16px;
}
h3.ten_spp {
    font-size: 16px;
    margin: 15px 0 5px 0;
    line-height: 18px;
    font-family: 'RTBB';
    text-align: center;
}
.item-pro .img_pro {
    position: relative;
    overflow: hidden;
}
.item-pro .img_pro img{
    width: 100%;
    height: auto;
    display: block;
}
#form-res{
	margin: auto;
	width: 80%;
	background: #fff;
	padding: 35px;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 80%;
	left: 50%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#form-res input,textarea{
	border-radius: 0px;
	border: 1px solid #ddd;
}
#form-res button{
	font-weight: bold;
    padding: 12px 15px;
    color: #fff;
    background: #A1261E;
    margin: auto;
    border: none;
    outline: none;
    font-size: 11px;
    font-family: 'Arial';
    text-transform: uppercase;
}
.sec-duan{
	background: #A1261E;
	color: #fff;
	padding: 25px;
}
.item-pro .info {
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.img-shine-2 {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 0 0 10%;
}
.menu-footer{
	padding: 0px !important;
}
.sec-dangky{
	background: url(../images/bg-dk.png);
	background-size: 100% 100%;
	min-height: 350px;
	position: relative;
}
.menu-footer li{
	list-style: none;
}
.menu-footer li:before{
	content: '\f0da';
	font-family: 'FontAwesome';
	margin-right: 10px;
}
.menu-footer li a{
	color: #fff;
}
.item-pro .info a {
    /* text-transform: uppercase; */
    color: #222;
    text-align: left;
}
.item-pro .info a:hover{ color: #ff0000; }

.item-pro .info .price {
    font-size: 14px;
    color: #ff0000;
    /* font-weight: bold; */
}
button.btn.btn_add_cart {
    background: #F38142;
    width: 90%;
    color: #fff;
    margin-bottom: 5px;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    padding: 5px 10px;
}
span.price.old {
    text-decoration: line-through;
    color: gray !important;
    font-size: 13px !important;
}
.item-pro .info .price.old-price{ color: #555; font-weight: inherit; text-decoration: line-through;  }
/*.item-pro .info .price-km{ font-weight: bold; color: #ff0000; display: block; width: 50%; text-align: right; float: left; }
*/


body {
    /* font-family: 'Arial'; */
    font-family: 'Poppins';
    /* background: url(../images/bgbody.png) top center; */

}
header{
	padding:0;
	
}
header .banner img{
	width:100%
}
.wrapper{
	background: #fff;
}

.top_header a{
	color:#fff;
}
.no-padding{ padding: 0px !important; }

nav#aff_menu{ position: relative; }

#aff_menu.affix {
		position: fixed;
      top: 0;
	  left:0;
      width: 100%;
	  z-index:999;
}
#aff_left.affix {
    position: fixed; 
    top: 50px;
    z-index:1;
}

#form-contact .button.button--aylen{ background: #2196f3; }
.button.button--aylen {
    background: #0000ff;
    color: #fff;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
/*=========================================*/

.body-home{
	margin-top:5px
}
.col-left .box {
    float: left;
    width: 100%;
    border-top: none;
    /* padding: 10px; */
    background: #F9F9F9;
    /* border: 1px solid #e7e7e7; */
    border-top: 0;
    /* margin-top: -5px; */
}
.col-left2 .box {
    padding: 0;
    margin-top: 0;
}
.col-left2 .box.category ul.sub>li>a {
    padding: 7px 10px;
    border-bottom: 1px #FF864C69 solid;
    padding-left: 8px;
}
.col-left2 .box.category ul.sub li a img {
    max-width: 35px;
    height: auto;
    object-fit: contain;
}
.col-right .box{
	float:left;
	width:100%;
	margin-bottom:10px;
	border-top:none;
	padding:10px;
	border:1px solid #acacac;	
}
img.img_cate_left {
    width: 100%;
    height: auto;
    border-top: 1px #80808061 solid;
}
.box.category ul{
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
}
.box.category a {
    display: block;
    color: #333;
    position: relative;
    border-bottom: 1px dotted #c4c4c4;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.box.category ul.sub li a {
    padding: 8px 5px;
    padding-left: 5px;
}
.box.category ul.sub li a:hover {
    color: #4267b2;
}
.ic-menu {
    position: absolute;
    top: 7px;
    right: 5px;
    z-index: 999;
    color: gray;
    background: #80808061;
    width: 20px;
    height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 0 !important;
    line-height: unset;
}
.col-left2 .ic-menu {
    top: 8px;
    right: 0px;
    /* background: red; */
    width: 20px;
    height: 20px;
    position: absolute;
    line-height: 17px;
    text-align: center;
    box-shadow: 0 0 0px 1px #8080804f;
    left: unset;
    border-radius: 50%;
}
.box.category ul.sub>li>a {
    padding-left: 0;
    text-transform: capitalize;
    /* font-weight: bold; */
    font-family: 'Poppins';
    font-size: 14px;
    padding-left: 10px;
    border-bottom: 1px gray dotted;
}
.col-left2 {
    overflow-y: scroll;

}
.col-left2 .box.category>ul {
    height:100%
}
.col-left2::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	/* background-color: #F5F5F5; */
}

.col-left2::-webkit-scrollbar
{
	width: 1px;
	/* background-color: #F5F5F5; */
}

.col-left2::-webkit-scrollbar-thumb
{
	background-color: #FF864C;
    /* border-radius: 5px; */
}
/*ul.sub.fadeInRight li:last-child a{
	border-bottom: none;
}*/

.box.category ul.sub > li{
	 position: relative;
}
.box.category ul.sub_1 {
    background: #b9b4b4;
    display: none;
    width: 95%;
    margin: 0 auto;
}
.box.category ul.sub_1 li a {
    padding: 10px 10px;
    border-color: #fff;
}
.box.category .arrow-sub > a:before{ position:absolute; right:10px; }
.box.category ul.sub_2 {
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 100%;
    min-width: 100%;
    background: #ebebeb;
    border: 0px;
    display: none;
}
.box.category ul.sub_1 > li:hover > ul.sub_2 { display: block; }
.box.category ul.sub_1 > li:hover > ul.sub_2 li:hover > ul.sub_2{display: block;  }
.support .img img{
	width:70px;
	height:70px;
	border-radius:50%;
	padding:2px;
}
.support .content{
	float:left;
	width:100%;
	text-align:center;
}
.support h4{
    color: #333;
    font-size: 14px;
    padding-bottom: 5px;
    font-family: 'RobotoBold';
    margin: 0px;
    text-align: left;	
}
.support h4.hot-support{ text-align: center; font-weight: bold; color: #ff0000; margin-bottom: 10px; }
.support h5{
	color: #333;
}
.box.news {
    padding: 5px;
}
.box.news .item{
	float:left;
	width:100%;
	margin-bottom:5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #a7a7a7;
}
.box.news .item:last-child{
	border:none;
}
.box.news .item .img {
    float: left;
    width: 25%;
    display: table;
    padding-top: 5px;
}
.box.news .item .img a{
	float:left;
	position:relative;
}
.box.news .item .img a:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	opacity:0;
	z-index:20;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}
.box.news .item .img:hover a:before{
	opacity:1;
}
.box.news .item .img img{
	width:100%;
}
.box.news .info {
    font-weight: 500;
    padding-top: 5px;
    float: left;
    padding-left: 5px;
    width: 75%;
}

/*.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;
}*/

/*TICH CUSTOM*/

.thong-tin-gio a { color: #fff; }
.thong-tin-gio a:hover{ color: #006eb9; }
.gio-hang-fix:hover{ background: #ff7500; }
.bao-gio{ position: relative; }
.bao-gio .content-gio{ position: absolute;transform: rotate(-90deg);
background-color: #006eb9; top: -70px;  }
.text-giohang{ text-transform: uppercase; }
.text-giohang a{ color: #fff; }
.support h4.hot-support{ margin: 10px 0px; color: #ff0000; font-size: 16px; }
.info-cart table tr td{ text-align: center; }
.tong_tt #tong_tien_gh{ color: red; }
.tong_tt h3{ font-size: 20px; }

.bt-submit{ text-align: center; margin-top: 10px; }
.bt-submit button{ float: none; display: inline-block; box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
	border-radius: 20px; min-width: 100px; padding: 8px 20px; }

.title-footer h3{ text-transform: uppercase;  margin: 0px; position: relative;
; font-size: 18px; color: #000; display: inline-block; margin-bottom: 15px; }
.title-footer h3 span{ position: absolute; height: 100%; width: 3px; background: #ff0000;
top: 0px; left: 0px; }

.col-right .box{ background: #fff; }
.sodt h4{ color: #009edb; font-size: 25px; text-align: center; }
.input-dangky input{ width: 100%; }

.icon-sp img{ margin-top: -5px; }

.support h4 span i{ margin-right: 8px; }
.phone-support{ color: #ff0000; }

.box.category ul.sub a i{ margin-right: 5px; }
.p-relative{ position: relative; }
.d7-hidden{ position: absolute; bottom: 100%; right: 0px; display: none; }
a.ic-search{ cursor: pointer; }
span.ic-menu {
    display: inline-block;
    padding-top: 1px;
    cursor: pointer;
    display: none;
}
li.arrow-sub span.ic-menu {
    display: block;
}
.footer-map iframe{ max-width: 100%; height: 170px; }
.footer-title h3{ margin-top: 0px; font-size: 16px; text-transform: uppercase; margin-bottom: 20px; }

.ve-chung-toi h4{ font-size: 20px; font-family: 'RobotoSlab-Bold'; text-transform: uppercase; color: #2c77af; }
.line-footer{ height: 1px; background-color: #fff; margin: 10px 0px; }
.wrapper-video iframe{ max-width: 100%; }

.page-title .breadcrumb {
    margin-bottom: 0px;
    height: auto;
    line-height: 26px;
    background: transparent;
    /* border-bottom: 1px solid #ccc; */
}
.page-title .breadcrumb li a{ color: #000; }
.breadcrumb li:first-child a {
    padding-left: 0;
}
section.slide{ padding-top: 2px; }
.xem-them a{ color: #d8261c; }
section.sec-pro{ padding: 10px 0px 10px; }

.box.category .support a{ border-bottom: none; }
.box.category ul.sub a i{ font-size: 13px; }
.box.category .support img{ margin-top: 5px; }
.img-support{ display: inline-block; padding: 0px 5px; }
.box.category .title-hotro a{ display: inline-block; }  
.phone .so-dt {
    color: red;
    font-weight: bold;
    font-size: 18px;
}
span.name {
    font-weight: bold;
}
span.email {
    /*font-weight: bold;*/
}
.title-web h1{ text-align: center; margin: 0; padding: 22px 0; font-size: 34px; font-family: 'RobotoCondensed'  font-weight: bold;}
.title-web h1 a{ color: #0087d8; }
.title-web h1 span{ color: #ff0000; }
.d7-search form { margin: 0; }
.d7-search form input {
    width: 250px;
    display: inline-block;
    border-radius: 30px;
    border: none;
    height: 40px;
    margin-top: 2px;
    padding: 5px 10px;
    background: #fff;
    color: gray;
    /* box-shadow: inset 0 0 10px 0px #514949b3, 0 0 0px 1px #ffffffba; */
    border: 1px #1281C8 solid;
}
.d7-search form input::placeholder {
    color: gray;
}
.d7-search form button {
    color: #fff;
    position: absolute;
    height: 40px;
    right: 5px;
    /* top: 1px; */
    /* background: #009D9D; */
    font-size: 14px;
}
.border-menu{ height: 4px; width: 100%; margin-top: 1px; background: #ff0000; }

.item-news{ float: left; width: 100%; background: #fff; padding: 5px; border: 1px solid #e7e7e7; }
.item-news .a-left{ display: block; float: left; margin-right: 10px; }
.item-news img{ max-width: 140px; }
.item-news h3{ margin-top: 0; font-family: 'RobotoCondensed'; font-weight: bold; font-size: 16px; min-height: 34px; }
.item-news .info { color: #000; padding-bottom: 10px; }
.price {
    color: #ff5050;
    font-weight: bold;
}
.price.old-price {
    color: #000; text-decoration: line-through;
}
.price-km {
    font-weight: bold;
    color: #009F9D;
    font-size: 16px;
}
.box_pecent {
    background: #009F9D;
    width: fit-content;
    padding: 2px 5px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 10px 0 0 0;
    color: #fff;
    min-width: 40px;
    text-align: center;
}
.list-color ul{ list-style: none; padding: 0; margin: 0; }
.list-color ul li{ border: 1px solid #e7e7e7; float: left; width: 25px; height: 25px; margin-right: 5px; border-radius: 4px; }
.bd-info{ border-bottom: 1px solid #e7e7e7; padding-bottom: 5px; margin-bottom: 10px; float: left; width: 100%; }
.btn-giasi{ text-align: center; height: auto; padding: 15px; font-size: 15px; }
.btn-giasi span{ display: block; font-size: 18px; color: yellow; font-weight: bold; margin-top: 5px; }
.text-justify{
	text-align: justify;
}

.first-tin h4{ font-weight: bold; font-family: 'RobotoCondensed'; font-weight: bold; }
section.detail .thong_tin{ border: 1px solid #e7e7e7; border-top: 0; }
section.detail .tab-content{ padding: 15px; }
.zb-btn-blue-small {
    font-family: Helvetica, Arial, sans-serif;
    display: inline-block;
    background-color: #03a5fa;
    color: #fff;
    width: 70px;
    height: 20px;
    line-height: 21px;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin-left: 3px;
}
.zb-btn-blue-small .zb-logo-zalo {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.15em;
    margin-right: 4px;
    width: 14px;
    height: 14px;
    background: url(https://stc.sp.zdn.vn/share/logo_white_s.png);
}
/*.addcart{ display: inline-block; padding: 8px 25px; font-weight: bold; border: 0; border-radius: 0; background: #f90808; font-size: 16px; min-width: 250px; text-transform: uppercase; }
*/
.addcart span {
    display: block;
    font-size: 15px;
    text-transform: none;
}
.addcart2 img {
    margin-right: 5px;
}
.addcart2 {
    background: none;
    border: none; padding: 0;
    color: #037bc0;
    margin-top: 10px;
}
.choose_color { position: relative; }
.choose_color > span{ cursor: pointer; position: relative; border: 1px solid #ccc; float: left; margin-right: 10px; display: block;
 width: 35px; height: 35px; background: #222; text-align: center; color: #fff; line-height: 35px; }
.choose_color.selected span:after {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0px;
    background: url(../images/choose.png) no-repeat;
    width: 14px;
    height: 14px;
}
.choose_color.selected span{ border-color: #ff0000; }
.list-color{ margin-bottom: 5px; }
.in-soluong input{ text-align: center; border: 1px solid #ccc; margin-top: 5px; height: 34px; width: 50px; border-radius: 4px; }
.bd-info.name {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}
.d7 form{ text-align: center; }
.cart-top a{ display: inline-block; margin-left: 10px; color: #ff0000; }
.gia-home {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    font-family: 'GoogleSans_b';
}
.item-service{ text-align: center; }
.item-service h3{ font-family: 'uvnkythuat'; text-transform: uppercase; color: #7c4430; }
section.sec-services{ padding: 20px 0; }
.sec-dk input{ border-radius: 20px; border-color: #7c4430; }
.sec-dk .title-dk{ text-align: center; color: #fff; margin-bottom: 30px; }
section.sec-dk{ padding: 30px 0 40px; background: url(../images/bg-dangky.png); background-size: cover; }
.btn-nhantin{ border-radius: 20px; background: #603821; border: 1px solid #a1490c; padding-left: 20px; 
padding-right: 20px; }
.sec-dk .title-dk h3{ margin-top: 10px; font-family: 'RobotoCondensed'; font-weight: bold; text-transform: uppercase; font-size: 26px; }
.nav.nav .navbar-nav>li.no-relative{ position: static; }

li .mega-menu{ position: absolute; top: 100%; left: 0; padding: 15px 10px; background: #fff; width: 100%;
z-index: 99; display: none; }
.item-mega{ margin-bottom: 10px; }
li .mega-menu a{ display: block; margin-bottom: 4px; font-family: 'usc'; }
li .mega-menu .title-mega a{ margin-bottom: 8px; color: #2c70b6; font-family: 'RobotoCondensed'; font-weight: bold; font-size: 15px; }
li .mega-menu .child2-mega{ padding-left: 10px; }
li:hover> div.mega-menu{ display: block; }
ul.left-ct{ list-style: none; padding: 0; margin: 0; }
ul.left-ct .ic-ft{ float: left; margin-right: 5px; }
ul.left-ct li{ margin-bottom: 6px; }
.item-sp{ text-align: center; }
.lang-top{ position: absolute; top: 5px; right: 9%; z-index: 1; }
.item-services h3{ margin-top: 0; padding: 10px; font-size: 16px; text-transform: uppercase; 
text-align: center; font-family: 'RobotoCondensed'; font-weight: bold; background: rgba(0,0,0,0.3);  }
.item-services h3 a{ color: #fff; }
.item-services .info{  padding: 5px; }
.item-services .info .des-service{ font-size: 13px; font-family: 'RobotoCondensed'; padding: 10px; color: #fff; }
.sec-camket{ background: #2196f3; color: #fff; padding: 30px 0; }
.img-trainghiem{ float: left; margin-right: 10px; }
.img-trainghiem img{ border-radius: 50%; max-width: 150px; }
.item-trainghiem h4{ margin-top: 0; }
.content-tuvan,
.content-trainghiem{ float: left; width: 100%;
	padding: 10px; border-radius: 4px; border: 1px solid #d9e9f2; 
}
.item-trainghiem { clear: both; }
.item-trainghiem .desc{ font-style: italic; font-size: 13px; }
.content-tuvan .form-group{ margin-bottom: 10px; }
.content-tuvan .form-group.last{ margin-bottom: 2px; }
.content-tuvan input.form-control{ border-radius: 0; height: 32px; }
.content-tuvan .form-control{ background: #f5f5f5; }
.btn-tuvan{ border-radius: 0; padding: 5px 20px; background: #e82c2b; }
.list-dv ul{ list-style: none; padding: 0; }
.list-dv ul li{ margin-bottom: 6px; }
.list-dv ul li a{ color: #fff; }
.list-dv ul li i{ margin-right: 5px; }
.item-kienthuc h4{ font-weight: bold; }
.item-kienthuc .quote{ text-align: justify; }
footer .wrapper-map iframe{ height: 170px; }
footer h3.title-font{ text-transform: uppercase; font-size: 17px; }
.des-service ul{ list-style: none; padding: 0; margin: 0; }
.des-service ul li{ margin-bottom: 10px; }
.des-service ul a{ color: #fff; }
.sp_detail.price_detail {
    font-size: 14px;
    color: #202020;
    position: relative;
    /* border-bottom: 1px solid #80808061; */
}
.bd-info.ma-sp p {
    margin: 0 0 5px 0;
}
.sp_detail.mota {
    /* font-weight: 500; */
    font-size: 14px;
    /* color: #5f5f5f; */
    /* line-height: 23px; */
    text-align: justify;
    min-height: 35px;
    padding-bottom: 10px;
}
.sp_detail.mota.mota2 {
    min-height: 120px;
}
button.btn.btn_chatngay {
    width: 100%;
    background: #FF864C;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}
.sp_detail.mota p:nth-of-type(1) {
    font-weight: bold;
    margin-bottom: 5px;
}
.sp_detail.price_detail h3 {
    font-weight: bold;
    font-size: 24px;
    /* background: #eaeaea; */
    color: #ed1c24;
    padding: 5px 10px;
    width: 100%;
    margin: 0 0 3px 0;
}
.sp_detail.price_detail h3:first-child {
    color: gray;
    font-size: 20px;
    text-decoration: line-through;
    margin: 0;
}
img.sale-gif {
    position: absolute;
    top: 0px;
    left: 120px;
    width: 70px;
}
.sp_detail {
    padding: 0 0px;
    font-size: 15px;
}

.sp_detail button.addcart {
    padding: 10px 14px;
    border-radius: 2px;
    transition: all 0.3s;
    border-radius: 5px;
    width: 100%;
    background: #E58634;
    border: none;
    color: #fff;
    margin-bottom: 5px;
}
input.form-control.input-number {
    text-align: center;
    padding: 0;
    height: 42px;
}
button.btn.btn-default.btn-tru,button.btn.btn-default.btn-cong {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sp_detail button.addcart:hover {
    /* border: 1px solid #fff; */
    background: #58a946;
    color: #fff;
    transition: all 0.3s;
}
.sp_detail button.addcart i {
    margin-right: 10px;
    color: #fff;
    font-size: 20px;
    float: left;
}
.like-share-page {
    position: relative;
    width: 100%;
    margin-top: 15px;
}
.sp_detail .like-share-page {
    margin-top: 7px;
}
li.flags {
    border-radius: unset !important;
    background: none !important;
    margin-left: 10px !important;
    float: right;
}
li.flags a{
    width: 30px !important;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.top_header .list-inline {
    margin-bottom: 5px;
    padding-top: 2px;
}
.list-right>li{ display: block; float: right; }
.search-top { text-align: right; padding-top: 15px; padding-bottom: 5px; }
.search-top form{ text-align: right; }
.menu-top{ float: left; width: 100%; padding: 5px 0; }
.ct-about{ max-width: 80%; margin: 0 auto; }
.item-mai{ position: relative; }
.item-mai .info{width: 100%; padding-top: 10px; text-align: center; }
.item-mai .info a{ font-weight: bold; }
section.sec-register {
    background: url(../images/newsletter-bg.jpg);
    background-size: cover;
}
.newsletter {
    text-align: center;
    padding: 40px 0px;
}
.newsletter h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    margin: 0;
    font-family: 'RobotoCondensed';
    font-weight: bold;
}
.newsletter input {
    height: 40px;
    border: none;
    vertical-align: top;
    padding: 5px 15px;
    background: #fff;
    color: #999;
    width: 35%;
    font-size: 13px;
    display: inline-block;
    border-radius: 0;
}
.newsletter button {
    height: 40px;
    min-width: 105px;
    margin-left: -4px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    transition: 0.3s all ease 0s;
    font-weight: 500;
    color: #fff;
    background: #2c70b6;
    border-color: #2c70b6;
    border-radius: 0;
}
.ptb5{ padding-top: 5px; padding-bottom: 5px; }
.ptb5 a{ color: #fff; }
.dv-footer ul{ list-style: none; padding: 0; }
.dv-footer ul li{ margin-bottom: 6px; }
.dv-footer ul li a{ color: #fff; }
.dv-footer ul li i{ margin-right: 5px; }
.news .info a {
    font-weight: bold;
    font-size: 14px;
}
.item-duan h3{ font-family: 'RobotoCondensed'; font-size: 15px; margin-top: 10px; text-align: center; }
.item-duan .img-pro img{ border-radius: 10px; }
.line-list-cate{ border-bottom: 2px solid #00a24d; }
.line-list-cate .item-cate{ font-family: 'RobotoCondensed'; font-size: 16px; padding: 10px 30px 8px;
color: #fff; background: #00a24d; display: inline-block; text-transform: uppercase; }
.content-list-pro{ padding: 10px; padding-top: 20px; border: 1px solid #e7e7e7; border-top: 0; float: left; width: 100%; }
.content-list-pro .left-list{ float: left; }
.content-list-pro .left-1{ width: 17%; }
.content-list-pro .left-2{ width: 33%; }
.content-list-pro .left-3{ width: 50%; }
ul.child-cate{ padding: 0;margin: 0; }
ul.child-cate li{ list-style: none; margin-bottom: 10px; }
.cate-image{ padding: 0 20px; }
.item-mai img{ border-radius: 10px; }
.line-list-cate .xem-tat-ca{ display: inline-block;float: right; padding-top: 10px; padding-bottom: 5px; }
.xem-tat-ca i{ color: #00a24d; }
.item-tin .content-slogan h4{ font-family: 'RobotoCondensed'; font-weight: bold; font-size: 16px; margin-top: 0; }

.designed {
    line-height: 37px;
    font-size: 13px;
}
.item-gio{ float: left; width: 100%; }
.item-gio img{ max-width: 50px; float: left; margin-right: 10px; }
.item-gio h3{ margin: 0px; padding-top: 5px; margin-bottom: 5px; font-weight: bold; font-size: 18px; text-transform: uppercase; font-family: 'RobotoCondensed'; }
section.sec-gio{ padding: 20px 0; background: #ee6133; color: #fff; }


.slider-news .style-bt{ background: #ed1b2f; }
.wrapper-lienket ul{ margin: 0; padding: 0; }
.wrapper-lienket ul li{ list-style: none; padding-bottom: 8px; margin-bottom: 8px; border-bottom: 1px solid #ccc; }
.wrapper-lienket ul li i{ margin-right: 5px; }
.wrapper-lienket ul li a{ color: #fff; }
ul.social-block {
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.social-block li {
    list-style: none;
    display: inline-block;
    background: transparent;
    overflow: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px #fff solid;
    margin-right: 5px;
    border-radius: 5px;
}
li.li_cart {
    margin-right: 0 !important;
}
li.li_cart a{
    width: max-content !important;
}
ul.social-block li:hover{
    transition: .5s;
    transform: scale(1.1);
}
/* ul.social-block li a {
    text-align: center;
    line-height: 25px;
    height: 25px;
    width: 25px;
    display: inline-block;
} */
.ft-social ul.social-block li a {
    font-size: 20px;
    color: #fff;
}


.item-gio .info span{ font-size: 12px; }

.title-font-news h3{ font-family: 'iCielPacifico'; text-align: center; color: #ed1b2f; }
.title-font-news{ margin-top: 10px; margin-bottom: 20px; }
.form-gui{ position: relative; }
.form-gui input{ border-radius: 0; box-shadow: none; background: #fff; border: none; border-bottom: 1px solid #fff; color: #fff; }
.form-gui .sp-gui{ position: absolute; top: 0px; right: 0px; height: 34px; width: 60px; text-align: center; line-height: 30px; background: #ce0303; color: #fff; cursor: pointer; }
.copyright {
    padding: 15px 0;
    border-top: 1px #ffffff80 solid;
    /* background: #E48636; */
    text-align: center;
}
.btn-xemthem{ border-radius: 2px; border: 1px solid #ccc; background: #fff; color: #000; text-transform: uppercase; }
.tu-van > img{ float: left; margin-right: 10px; padding-right: 10px; padding-top: 7px; }
.tu-van > div{ float: left; color: #fff; text-align: left; }
.tu-van > div p{ margin-bottom: 0px; }
.tu-van a{ color: #fff; }

/*.d7-desktop{ position: absolute; top: 100%; right: 0; z-index: 1; }*/
.tt-right{ float: right; }
.tt-header{ float: left;width: 100%; background: #ed1b23;
 line-height: 33px; color: #fff; }
.tt-header a{ color: #fff; }

.tt-left{ float: left; }
.tt-left span{ display: inline-block; margin-right: 20px; }
.content-about {
    line-height: 26px;
    /* text-align: center; */
}
.list-about{ float: left; width: 100%; border: 1px solid #e7e7e7; margin-top: 10px; }
.list-about ul{ list-style: none; padding: 6px; float: left; width: 100%; margin: 0; }
.list-about ul li{ float: left; width: 33%; padding: 6px; }
.list-about ul li i{ color: #ee383e; margin-right: 3px; }
.item-dv-home{ position: relative; float: left; width: 100%;}
.item-dv-home .info{ position: absolute; top: 0; left: 0; height: 100%; width: 50%; padding: 15px; color: #fff; background: #f38e2bcf; z-index: 1; }
.item-dv-home .info a{ color: #fff; }
.item-dv-home h3{ font-weight: bold; font-family: 'RobotoCondensed'; text-transform: uppercase; font-size: 18px; text-align: center; }
.item-dd{ float: left; width: 100%; text-align: center; margin-bottom: 20px; }
.item-dd a img{ border-radius: 15px; }
.item-dd h3{ text-transform: uppercase; font-size: 18px; font-weight: bold; font-family: 'RobotoCondensed'; }
.sec-dienden{ padding: 30px 0; }
.sec-taisao{ background: #EDEFF0; padding: 30px 0; text-align: left;}
.item-taisao{ float: left; width: 100%; color: #fff; }
.item-taisao .info{ width: calc(100% - 50px); float: right; }
.item-taisao a{ color: #fff; }
.item-taisao .img-ts{ float: left; margin-right: 10px; min-height: 80px; }
.item-taisao .img-ts span{ display: inline-block; height: 40px; width: 40px; line-height: 40px; text-align: center; border-radius: 50%;
background: #fd7e01; color: #fff; font-size: 18px; font-weight: bold; }
.item-taisao h3{ margin-top: 0; padding-bottom: 10px; border-bottom: 1px dashed #fd7e01; text-transform: uppercase; font-family: 'RobotoCondensed'; font-weight: bold; }
.item-taisao h3 a{ color: #fd7e01; }
.sec-news{ padding: 30px 0; padding-bottom: 100px; background-image: url(../images/bg-ykien.jpg); background-position: bottom center; background-repeat: no-repeat; }
.slider-news img{ display: inline-block; }
.item-ykien{ text-align: center; max-width: 850px; margin: 0 auto; }
.item-ykien img{ border-radius: 50%; vertical-align: middle; }
.item-ykien h3{ margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }
.noi-dung-yk{ line-height: 30px; }
.item-ykien .info{ text-align: left; padding-left: 10px; text-align: left; }
.item-ykien .img-ykien{ text-align: right; position: relative; }
.ic-quote{ display: inline-block; position: absolute; top: 0; right: 60px; height: 30px; width: 30px; line-height: 30px; font-size: 16px; text-align: center;
border-radius: 50%; background: #fff; color: #000; z-index: 1; }
.div-table{ display: table; width: 100%; text-align: center; }
.div-table > div{ display: table-cell; vertical-align: middle; width: 50%; }
.thoi-gian{ text-align: left; margin-bottom: 6px; }
.item-pro .info a{ font-weight: bold; }

/*--------header---------*/
div#top_top {
    padding: 5px 0;
    background: #E4E4E4;
}

ul.ul_lua_chon {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.ul_lua_chon li {
    float: left;
    width: 33.3%;
    text-align: center;
    padding: 11px 10px;
    position: relative;
    margin: 5px 0;
}
ul.ul_lua_chon li:after {
    content: '';
    height: 95%;
    width: 1px;
    background: #009F9D;
    position: absolute;
    right: 0;
    top: 2px;
}
ul.ul_lua_chon li a {
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: bold;
}
ul.ul_lua_chon li a img {
    max-height: 25px;
    min-height: 25px;
}
ul.ul_lua_chon li:hover {
    background: orange;
}
ul.ul_lua_chon li:hover a{
    color: #fff;
}
button.btn.btn_head {
    padding: 5px 8px;
    color: #67B313;
    font-size: 14px;
    background: none;
    border: 1px solid;
    margin: 0 3px;
}
.logo-top {
    /* text-align: center; */
    padding: 0px 0 0 0;
}
.top-header {
    padding: 10px 0;
    background: #fff;
    background-size: cover;
    margin-bottom: 0;
}
.top_topheader {
    background: #FF864C;
}
.company_info {
    text-align: center;
}
h3.ten_cty {
    font-size: 28px;
    color: #EA1111;
    padding: 2px 0;
    margin: 10px 0 5px 0px;
    text-transform: uppercase;
    font-family: 'utmavo_b';
}
b.sub_name {
    display: block;
    padding: 6px 0 0 0;
    font-size: 40px;
}
p.diachi {
    margin-bottom: 5px;
}
img.img_hli {
    margin: 7px 5px 0 -5px;
    max-width: 39px;
    float: left;
}
b.red_name {
    display: block;
    color: #FD0202;
    font-weight: normal;
}
p.com_addres {
    margin-bottom: 5px;
    font-size: 30px;
    color: #FFFC02;
    font-weight: bold;
    font-family: 'bodoni';
    text-shadow: 1px 1px black, -1px -1px black, 0 0 4px black, -1px -1px black, -1px 1px black;
    margin: 0;
}
p.com_addres i {
    color: green;
    font-size: 18px;
    margin-right: 5px;
}
.logo_name {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 5px;
}
.hotline_box {
    padding-top: 40px;
    position: relative;
    padding-bottom: 0;
    text-align: center;
}

p.hotline {
    margin: 0;
    font-family: 'RTBB';
    font-size: 18px;
    position: relative;
}
p.hotline::after {
    content: 'Hỗ trợ tư vấn';
    position: absolute;
    width: 100%;
    top: -21px;
    left: 0;
    right: 0;
    text-transform: uppercase;
}
ul.ul_hottop {
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
    /* float: left; */
}
ul.ul_hottop li {
    display: inline-block;
}
ul.ul_hottop li:nth-of-type(2) {
    padding-right: 0;
}

/* ul.ul_hottop li:nth-of-type(1){
    border-right: 1px solid;
} */
ul.ul_hottop li p {
    margin: 0;
    position: relative;
    color: #FF864C;
    font-size: 22px;
    font-family: 'RTBB';
    padding: 14px 30px 0 0;
}
/* ul.ul_hottop li p::before {
    font-family: 'FontAwesome';
    content: '\f095';
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10px;
    top: -3px;
    background: #E58634;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
} */
ul.ul_hottop::after {
    content: "";
    width: 213px;
    height: 47px;
    background: url(../images/bg_hotline.png) no-repeat;
    position: absolute;
    right: 0;
    margin: 0 auto;
    top: 0;
}
/* ul.ul_hottop li:nth-of-type(2) p::before{
    content: '\f0e0';
} */


/* p.hotline span {
    color: red;
    font-weight: bold;
    font-size: 18px;
} */
.img_hl_box {
    padding-top: 5px;
    float: left;
    margin-right: 10px;
}
/* p.hotline {
    margin: 0px 0 0 0;
    font-weight: bold;
    color: red;
    font-size: 22px;
    float: left;
    font-family: 'RTBB';
} */
.toptop {
    padding: 5px 0;
    border-bottom: 1px #A0C63D solid;
}
/* p.hotline i {
    background: #EB4638;
    color: #fff;
    border-radius: 50%;
    padding: 7px 10px;
} */
p.hotline b {
    font-weight: normal;
    color: #000;
    font-size: 16px;
}
p.email {
    float: left;
    font-size: 13px;
    margin-bottom: 5px;
    color: #000;
}
img.img_hot {
    float: left;
    margin: 0px 5px 5px -10px;
}
p.email b {
    font-weight: normal;
}
/*p.hotline_2 {
    font-weight: bold;
    font-size: 24px;
    font-family: 'RobotoCondensed';
    margin-bottom: 0;
    color: #fd0202;
    text-transform: uppercase;
    position: absolute;
    top: 60px;
    right: 50px;
}*/
/*===============menu=================*/

ul.dropdown-menu.fadeInUp.animate1 li {
    border-bottom: 1px #ffffff6b solid;
}
ul.dropdown-menu.fadeInUp.animate1 li:last-child {
    border:none;
}
.dropdown-menu>li>a {
    padding: 9px 10px;
}
ul.dropdown-menu.fadeInUp.animate1 li a:hover {
    color: orange;
    transform: unset;
}
div#menutop {
    background: #1281C8;
}
div#menutop .container{
	position: relative;
}
.navbar-nav>li {
    float: unset;
    display: inline-block;
}
.navbar-nav>li.dropdown {
    position: relative;
}
.navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding: 15px 20px;
    font-weight: normal;
    color: #fff;
    border-right: 1px #ffffffb0 dashed;
}
.navbar-nav>li:last-child a {
    border: none;
}
li.li_search>a::after {
    display: none;
}
.navbar-nav>li.active>a {
    /* background: #E58634; */
    color: yellow;
    z-index: 99;
    /* border-radius: 20px 0px 20px 0px; */
    position: relative;
}
/* .navbar-nav>li.active>a:after {
    content: "";
    width: 30px;
    height: 100%;
    background: url(../images/truoc.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -28px;

}
.navbar-nav>li.active>a:before {
    content: "";
    width: 30px;
    height: 100%;
    background: url(../images/sau.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    right: -28px;
} */
.navbar-nav {
    float: unset;
    text-align: center;
    position: relative;
    width: 100%;
}
div#menu {
    margin-left: 0%;
    position: relative;
}

a.show-search i {
    color: #FFF;
}
.d7-desktop {
    position: absolute;
    /* top: 100%; */
    /* z-index: 1; */
    /* top: 35px; */
    right: 0;
    z-index: 9999;
    display: none;
    padding: 5px 0 5px 0;
    /* width: 85%; */
    margin: 0 auto;
}
.menu-right {
    position: relative;
}
.menu-right ul.nav.navbar-nav li>a {
    text-transform: none;
    color: black;
    font-weight: normal;
    /* font-family: 'RobotoCondensed'; */
    font-size: 15px;
}
.menu-right ul.nav.navbar-nav li>a:hover {
    color: red;
}
.menu-right ul.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 5px;
}
.menu-right ul.navbar-nav>li.active>a {
    color: yellow;
    /*font-size: 18px;*/
}
ul.dropdown-menu.fadeInUp.animate1 li a {
    color: #000;
    /* font-weight: bold; */
    font-family: 'Poppins';
    font-size: 14px;
}
.menu-right ul.dropdown-menu.fadeInUp.animate1 li a:hover {
    color: orange;
}
.navbar-nav>li:hover ul.dropdown-menu.fadeInUp.animate1 {
    display: block;
    margin-top: 0px;
    background: transparent;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 1px 1px 0 0;
}
.navbar-nav>li:hover ul.dropdown-menu.fadeInUp.animate1 li {
    background: #1281C8;
}
.navbar-nav>li:hover ul.dropdown-menu.fadeInUp.animate1 li a{
  color: #fff;
}
.navbar-nav>li ul.dropdown-menu.fadeInUp.animate1 li:hover a {
    /* padding-left: 25px; */
    color: yellow;
}
li.li_search {
    /* position: absolute !important; */
    /* right: 0; */
    list-style: none;
}
li.li_search a {
    padding: 10px 10px !important;
}
li.li_cart {
    background: none !important;
    /* visibility: hidden; */
    color: red !important;
    position: relative;
}
li.li_cart a {
    /*padding-left: 5px !important;*/
    padding-right: 0px !important;
    text-transform: none !important;
    color: #000 !important;
    text-align: center;
    width: max-content;
}
span.num_cart {
    top: 0;
    position: absolute;
    background: #FF864C;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    top: -7px;
    right: -18px;
}
ul.nav.navbar-nav li.active {
    position: relative;
    /* border: .1px #67B313 solid; */
}
/*ul.nav.navbar-nav li.active:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
    transform: skew( -15deg);
    position: absolute;top: 0;
    left: 0;
    z-index: 1;
}*/
ul.nav.navbar-nav li a:focus, ul.nav.navbar-nav li a:hover {
    text-decoration: none;
    /* background: #22511D; */
    color: yellow !important;
    /* transform: skew( -15deg); */
}
li.li_search.active a i {
    color: orange !important;
}
li.cart {
    min-width: 137px;
    position: relative;
}
li.cart a span {
    display: block;
    text-transform: none;
    text-align: left;
}
li.cart a {
    padding: 10px 3px !important;
}
li.cart a img {
    float: left;
    margin: 5px 6px 0 0;
}
div.number {
    position: absolute;
    background: red;
    width: 20px;
    height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 0;
    left: 33px;
    font-size: 13px;
    z-index: 99;
}
img.cart_img {
    width: fit-content;
    float: left;
    display: block;
    position: relative;
    /* z-index: 999999999; */
}
.sub_category {
    position: absolute;
    top: 60px;
    left: -5px;
    z-index: 9999999;
    width: fit-content;
    height: fit-content;
    background: #fff;
    display: none;
    min-height: 150px;
}
ul.sub_menu1 {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.sub_menu1 li {
    /* padding: 10px; */
    /* min-width: 250px; */
    border-bottom: 1px orange solid;
}
li.have_sub {
    position: relative;
}
ul.sub_menu1 li a {
    /* background: red; */
    padding: 10px;
    min-width: 250px;
    display: inline-block;
}
ul.sub_menu2 {
    margin: 0;
    padding: 0;
    position: absolute;
    background: #fff;
    left: 100%;
    /* top: 0; */
    list-style: none;
    display: none;
    margin-top: -40px;
}
ul.sub_menu1 li.have_sub:hover ul.sub_menu2 {

    display: block;
}
/*===============menu=================*/
/*============================slide=====================================*/
.dangky-nhantin {
    width: 380px;
    height: 285px;
    border-radius: 5px;
    position: absolute;
    top: 15%;
    right: 10%;
    background: #ffffffd6;
    padding: 10px;
    box-shadow: 0px 0px 10px black;
}
h4.title-dk {
    
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    color: black;
    line-height: 30px;
}

b.sub-tt-dk {
    color: red;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

input#ho_ten1 {
    width: 100%;
    background: none;
    color: black;
    border: none;
    border-bottom: 1px dashed;
    margin-bottom: 10px;
}
input#so_dien_thoai1{
    width: 100%;
    background: none;
    color: black;
    border: none;
    border-bottom: 1px dashed;
    margin-bottom: 10px;
}
input#email1 {
    width: 100%;
    background: none;
    color: black;
    border: none;
    border-bottom: 1px dashed;
    margin-bottom: 10px;
}
/*button#gui {
    width: 120px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'RobotoCondensed';
}*/
input#ho_ten1::placeholder,input#email1::placeholder,input#so_dien_thoai1::placeholder {
    color: black;
}
.mm-listview>li {
    position: relative;
    border-bottom: 1px solid #ffffff75;
}
ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu{
	display: none;
}
ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover>ul.dropdown-menu {
    display: block;
    position: absolute;
    top: auto;
    left: 100%;
    margin: 0;
    padding: 0;
    margin-top: -38px;
}
.navbar-nav>li.dropdown ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu li.dropdown-submenu ul {
    display: none;
}
.text_slide {
    position: fixed;
    background: #0000007a;
    z-index: 99999 !important;
    top: 38%;
    left: 9%;
    width: 680px;
    height: 160px;
    color: #fff;
    padding: 10px 20px;
    border-left: 6px #A0C63D solid;
}
h3.ten_slide {
    font-size: 32px;
    font-family: 'RTBR';
    margin: 10px 0;
}
button.btn.btn_xem {
    background: #000000a1;
    color: #fff;
}
button.btn.btn_xem:hover {
    color: yellow;
}
/* ==================menu thêm============================ */
button.btn.btn_menu {
    position: absolute;
    right: -25px;
    top: 30%;
    color: #fff;
    padding: 0px 3px;
    font-size: 18px;
    z-index: 9;
    background: transparent;
}
ul.nav.navbar-nav.navbar-nav33 {
    position: absolute !important;
    right: 0;
    top: 100%;
    z-index: 99;
    background: #1281C8;
    display: none;
    width: fit-content;
    border-top: 1px #ffffff5e solid;
}
ul.nav.navbar-nav.navbar-nav33>li {
    float: none;
    box-shadow: 0 1px 1px #ffffff80;
    display: block;
}
ul.nav.navbar-nav.navbar-nav33>li>a {
    padding: 10px 10px;
    text-align: left;
}
ul.nav.navbar-nav.navbar-nav33 li.dropdown{
    position: relative;
}
ul.nav.navbar-nav.navbar-nav33 li ul.dropdown-menu {
    top: 0;
    left: unset;
    right: 100%;
    padding: 0;
}
ul.nav.navbar-nav.navbar-nav33 li ul.dropdown-menu li ul.dropdown-menu {
    top: unset !important;
    left: 0 !important;
    top: 109%;
    margin: 0 !important;
    padding: 0;
}
/* ==================menu thêm============================ */
/*============================slide=====================================*/
.title-main {
    display: block;
    z-index: 10;
    margin-bottom: 15px;
    position: relative;
    /* margin-top: 15px; */
    background-size: 100%;
    padding: 0 10px;
}
.title-main h3 {
    /* font-weight: bold; */
    position: relative;
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
    z-index: 999;
    padding: 10px 10px;
    display: inline-block;
    width: fit-content;
    background: #2A8ECE;
    font-family: 'RTBB';
    color: #fff;
}
.title-main h3::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 46px solid #2A8ECE;
    border-right: 30px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
}
/*============================slide=====================================*/
/*=============================About us============================================*/
section.sec-about {
    background: #fff;
    background-size: cover;
    padding: 30px 0 40px 0;
}
section.sec-about .title-main {
    text-align: left;
    margin-bottom: 0;
}
section.sec-about .title-main p {
    font-family: 'GoogleSans_r';
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
}
section.sec-about .title-main h3 {
    color: #9A6836;
    padding: 5px 5px 10px 5px;
    padding-left: 0;
    background: none;
}
.des {
    text-align: justify;
    -moz-text-align-last: center;
    /* text-align-last: center; */
    margin-bottom: 15px;
    /* text-align-last: center; */
    min-height: 200px;
}
.des p {
    color: #000;
}
button.btn.btn_xemthemgt {
    background: #9A6836;
    color: #fff;
    border-radius: 20px;
    outline: none;
    /* border: 1px #FF864C solid; */
    margin: 10px 0 30px 0;
}
/* .xemthem_gt:before {
    height: 100%;
    content: "";
    width: 100%;
    background: #A16440;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 5px;
    z-index:-1
} */
.gt_left {
    text-align: center;
    padding-top: 20px;
}



/*================================timkiem=================================================*/
section#timkiem {
    padding: 30px 0;
    background: #67B313;
}
section#timkiem .form-group {
    margin-bottom: 0;
}
button.form-control.button_search {
    background: #1C1C1C;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    height: 40px;
    position: relative;
}
/*button.form-control.button_search:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #7d5a33;
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: -1;
    border-radius: 5px;
}*/
.input_search {
    height: 40px;
    border: none;
    color: #67B313;
    margin-bottom: 0;
}
.input_search::placeholder {
    color: #67B313;
}
select.form-control.input_search option {
    color: #000;
}
.language_box {
    padding-top: 10px;
}
/*================================Products=================================================*/
section.product {
    background-size: cover;
    padding-bottom: 30px;
}

section.product.product_le {
    background: #F5F5F5;
}

section#product .style-bt {
    background: #fff;
    padding: 4px 6px;
    color: #5B8ED9;
    border-radius: 2px;
    opacity: 0.1;
    transition: .5s;
}
section#product:hover .style-bt {
    opacity: 1;
    transition: .5s;
}
.item_sampham {
    /* background: #fff; */
    /* overflow: hidden; */
    text-align: center;
    position: relative;
}
.item_sampham img.img-sp {
    transition: .6s;
}
.item_sampham:hover img.img-sp{
	transform: scale(1.1);
}
p.sale_price {
    margin: 0;
    position: absolute;
    top: 1px;
    right: 1px;
    background: #ff0000cf;
    color: #fff;
    font-size: 13px;
    padding: 2px 2px;
    border-radius: 3px;
}

p.sl_ton {
    color: #8989A8;
    margin: 5px 0 5px 0;
}
h3.ten_sanpham {
    font-size: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 auto;
    font-family: 'iCielPanton-Black';
    color: #FF864C;
    padding: 6px 5px;
}
.contents_sp {
    border: 1px #FF864C dashed;
    margin: 30px 0 0 0;
    padding: 10px 8px;
    position: relative;
    text-align: center;
    min-height: 100px;
}
p.tatca {
    position: absolute;
    right: 10px;
    top: 45%;
    color: red;
}
.box_giasp {
    min-height: 50px;
}
.item-product {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    background: #fff;
}
h3.title_pro {
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: bolder;
    overflow: hidden;
    padding: 5px 10px;
    margin: 10px 0 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box_giasp.text-left {
    padding: 0 10px;
    color: red;
    font-weight: bold;
    min-height: 40px;
}
p.nosale_pro {
    color: #000;
    /* font-size: 13px; */
    display: inline-block;
    text-decoration: line-through;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 13px;
}
p.sale-dt_pro {
    font-weight: bold;
    margin-bottom: 0;
    color: red;
}
p.sale-dt_pro_chitiet, p.price-dt_chitiet, p.no-price-dt_chitiet {
    color: red;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}
p.sale-dt_pro_chitiet {
    float: left;
    margin-right: 20px;
}
p.sale {
    margin: 0;
    color: #2196F3;
    font-weight: bold;
}

p.sale-dt_pro_chitiet b,p.price-dt_chitiet b,p.no-price-dt_chitiet b {
    color: #000;
    font-size: 16px;
}
p.nosale_pro_chitiet {
    font-size: 18px;
    text-decoration: line-through;
    color: gray;
    margin: 0;
}

p.no-price-dt {
    color: #f10808;
    font-weight: bold;
    margin: 0;
}
b.tt_gia {
    color: red;
    font-weight: normal;
    margin-right: 5px;
}
p.price-dt {
    color: #f10808;
    font-weight: bold;
}
p.nosale_pro_chitiet {
    float: left;
    margin-right: 20px;
}
p.tietkiem {
    margin: 0;
    font-weight: bold;
    font-style: italic;
}
a:hover h3,a:hover h4 {
	color: orange
}
img.img-pro {

}
h3.ten_sps {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #000;
    font-weight: bold;
}
.price-nosale {
    text-decoration: line-through;
}
.price-sale {
    color: red;
    font-weight: bold;
}

/*=======================================cong trinh=======================================*/
section#danhmuc_sp {
    /* background: url(../images/bg_sanpham.png) top center no-repeat; */
    background-size: cover;
    /* padding-bottom: 30px; */
    position: relative;
}
/* section#danhmuc_sp:after {
    content: '';
    width: 100%;
    height: 91px;
    background: url('../images/bg_danhmuc_after.png') top center no-repeat;
    background-size: 100% 91px;
    position: absolute;
    bottom: -1px;
    left: 0;
} */
section#danhmuc_sp .title-main h3 {
    color: #fff;
}
.item_danhmuc {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
img.img-danhmuc {
    margin: 0 auto;
    border: 2px #fff solid;
    border-radius: 50%;
}
h3.ten_danhmuc {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 0;
    color: #FF864C;
    top: 47%;
    font-family: 'GoogleSans_b';
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 0 0 5px #fff;
}


/*=======================================cong trinh=======================================*/
section#album{
	background: url(../images/bg_album.png) top center no-repeat;
	background-size: cover;
	padding: 50px 0;

}
section#album .style-bt {
    padding: 3px 6px;
    color: #5B8ED9;
    border: 1px gray solid;
    background: #fff;
    opacity: 0.1;
    transition: .5s;
}
section#album:hover .style-bt {
	transition: .5s;
    opacity: 1;
}
section#album .style-bt:hover {
	background: orange;
	color: #fff;
}
section#album .bt-pre {
    left: -10px;
}
section#album .bt-next {
    right: -10px;
}
section#album .col-gallery {
    float: unset;
    width: 100%;
    padding: 0;
}
section#album .item-gallery {
    float: unset;
    width: 100%;
    margin-bottom: 0;
    border: none;
    padding: 0;
}

/*=======================================Đội ngũ=======================================*/
section.doingu {
    padding-bottom: 40px;
    background: url('../images/bg_da_xong.png') top center no-repeat;
    background-size: cover;
}
section.doingu.doingu2{
    background: url('../images/bg_da_lam.png') top center no-repeat;
    background-size: cover;
}
section.doingu  .style-bt {
    background: #0000004a;
    padding: 0px 6px;
    color: #fffffff2;
    opacity: 0;
    transition: .5s;
}
section.doingu:hover .style-bt {
    opacity: 1;
    transition: .5s;
}
section.doingu .style-bt:hover {
    background:orange;
    transition: .5s;
}
section.doingu  .bt-pre {
    left: 0;
}
section.doingu  .bt-next {
    right: 0;
}
.item_doingu {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.item_doingu_event {
    background: #4267A3;
}
.content_nv {
    padding: 5px 8px;
    color: #fff;
    background: #fff;
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: .5s;
    text-align: left;
}
p.ten_dv {
    color: #565656;
    margin: 0;
}
p.ten_dv2 {
    color: #fff;
    margin: 0;
}
.item_doingu:hover .content_nv {
    transition: .5s;
    bottom: 0px;
    opacity: 1;
}
h3.ten_doingu {
    margin: 5px 0 2px 0;
    font-size: 18px;
    padding: 2px 0;
    font-family: 'GoogleSans_b';
    color: #FF864C;
}
button.btn.btn_xemthemnv {
    padding: 8px 20px;
    border-radius: 30px;
}
section.doingu.giaovien button.btn.btn_xemthemnv {
    background: #2B5497;
    color: #fff;
}
.content_nv.content_nv2 {
    background: linear-gradient(0deg, #000000a6, transparent);
}
.content_nv.content_nv2 h3.ten_doingu {
    color: #fff;
}
/*=======================================Tại sao=======================================*/
section#taisao {
    background: url('../images/bg_taisao.png') top center no-repeat;
    background-size: cover;
    padding: 0px 0 20px 0;
}
section#taisao .title-main h3 {
    color: #fff;
}
.item_taisao {
    margin-bottom: 20px;
}
h3.ten_taisao {
    color: #fff;
    font-family: 'GoogleSans_b';
    font-size: 16px;
    margin: 10px 0 7px 0;
    text-align: right;
}
img.img-taisao {
    float: right;
    border: 1px #fff solid;
    border-radius: 50%;
    margin: 10px 0px 10px 10px;
}
img.img-taisao.img-taisao_le {
    float: left;
    margin: 10px 10px 10px 0;
}
.mota_taisao {
    color: #fff;
    text-align: right;
}
h3.ten_taisao.ten_taisao_le {
    text-align: left;
}
.mota_taisao.mota_taisao_le {
    text-align: left;
}
/*=======================================cong trinh=======================================*/
section#congtrinh {
    padding-bottom: 30px;
}
.congtrinh {
    border: 1px #276ACD solid;
    text-align: center;
    padding: 5px;
    margin: 10px 0 20px 0;
    box-shadow: 3px 5px 1px 0 #5D8FDA;
}
h3.tieude-congtrinh {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'monter';
    color: #000;
    font-weight: bold;
    height: 30px;
}


/*=======================Dich vu==================================*/
section#dichvu {
    padding: 0px 0 20px 0;
    /* background: #EDF7FB; */
    background-size: cover;
    padding-bottom: 5px;
}
section#dichvu .title-main {
    margin-bottom: 0;
}
section#dichvu .title-main h3{
    border-bottom: 2px #FF864C solid;
    margin-bottom: 0;
}
section#dichvu .title-main h3 p {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Poppins';
    text-transform: none;
    margin-top: 10px;
}
section#dichvu .title-main h3:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #FF864C;
    border-radius: 50%;
    position: absolute;
    bottom: -9px;
    left: -2px;
}
section#dichvu .title-main h3:after {
    content: "";
    width: 15px;
    height: 15px;
    background: #FF864C;
    border-radius: 50%;
    position: absolute;
    bottom: -9px;
    right: -2px;
}
.item_dichvu {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
}
.item_dichvu:after {
    content: "";
    width: 2px;
    height: 30px;
    background: #FF864C;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    z-index: 999999999999;
    margin: 0 auto;
}
.box_imgdv {
    margin: 0 auto;
}
img.img-dichvu {
    border-radius: 50%;
    border: 2px #FF864C solid;
    position: relative;
    transition: .5s;
    margin: 0 auto;
}
/* img.img-dichvu:hover{

    transition: .5s;
    transform: scale(1.1);
} */
h3.ten_dv {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    min-height: 45px;
}
button.btn.xemthem_sp {
    background: #F9B769;
    color: #fff;
    border-radius: 20px;
    padding: 8px 20px;
}

/* ============================sanpham========================= */
section#danhgia {
    background: url('../images/bg_danhgia.png') top center no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}

img.img-danhgia {
    border-radius: 50%;
    background: #fff;
    padding: 3px;
    box-shadow: 0 0 10px grey;
}
.info_dg {
    color: #333;
    display: flex;
    align-items: center;
}
.box_img_dg {
    width: fit-content;
    float: left;
    margin: 10px 10px 15px -52px;
    text-align: center;
}
h3.ten_danhgia {
    font-size: 18px;
    color: #FF864C;
    margin-bottom: 0;
    padding: 5px 0;
    margin-top: 10px;
    font-family: 'GoogleSans_b';
}
p.quan {
    color: #797979;
    margin-bottom: 5px;
}
.item_danhgia {
    margin: 0 40px 20px 0;
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    margin-left: 50px;
}



/* ============================sanpham========================= */
section#thuvien {
    padding-bottom: 0;
    background: url(../images/bg_thuvien.png) top center no-repeat;
    background-size: cover;
}
section#thuvien .item-gallery {
    float: unset;
    width: 100%;
    margin-bottom: 0;
    border: none;
    padding: 0;
}
section#thuvien  .col-gallery {
    float: unset;
    width: 100%;
    padding: 0;
}
button.btn.btn_tatca_tv {
    background: #F9B769;
    padding: 6px 20px;
    border-radius: 20px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 10px;
}
/* ============================sanpham========================= */

section#sanpham {
    position: relative;
    padding-bottom: 30px;
    background-size: cover;
    background: #F2F2F2;
}

/* .all_sp {
    box-shadow: 0 0 20px #808080db;
    border-radius: 10px;
    background: #fff;
    position: relative;
    padding: 0 5px;
} */
.item_sanpham {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
.mota_sp {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
h3.ten_spcate {
    color: #5C7A20;
    font-size: 18px;
    margin: 0;
    padding: 20px 20px;
    background: #fff;
    width: fit-content;
    border-radius: 40px;
    position: absolute;
    right: 10px;
    bottom: 45px;
    box-shadow: 0 0 0 5px #ffffffa6;
}
h3.ten_spcate:hover{
    color:  #FF5722;
}
img.img-sanpham {
    border-radius: 50%;
    box-shadow: 0 0 10px #000000a8;
    border: 3px #fff solid;
}




/*============================congtrinh=======================================*/
section#contrinh {
    padding: 0 0 30px 0;
    background-size: cover;
    /* margin-top: -210px; */
    z-index: 99;
    display: block;
    position: relative;
    background: url('../images/bg_congtrinh.png') top center no-repeat;
    background-size: cover;
}
section#contrinh .title-main h3 {
    color: #fff;
    background: url(../images/thanh2.png) bottom center no-repeat;
}
.item_contrinh {
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    width: 98%;
}
img.img-congtrinh {
    border: 2px #fff solid;
    border-radius: 30px 0px 30px 0px;
}

h3.ten_contrinh {
    color: #fff;
    margin: 0 auto;
    padding: 10px 5px;
    font-size: 18px;
    border-radius: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'utmavo_b';
}
/*============================video=======================================*/
section#ungdung {
    padding-bottom: 30px;
    background: url('../images/bg_ungdung.png') top center no-repeat;
    background-size: cover;
}
section#ungdung .title-main h3 {
    color: #fff;
    background: url('../images/thanh2.png') bottom center no-repeat;
}
img.img-ungdung {
    border-radius: 50%;
    border: 2px #FF864C solid;
    box-shadow: 0 0 0 8px #ead6ad;
}
.item_ungdung {
    margin: 10px 0;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
h3.ten_ungdung {
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-family: 'utmavo_b';
}
.mo_ta_ungdung {
    color: #fff;
}
h3.ten_tintuc {
    font-size: 16px;
    color: #484749;
    margin: 15px 0 5px 0;
    line-height: 20px;
    min-height: 40px;
    font-family: 'RTBB_B';
}
/*============================video=======================================*/
section#video_index {
    padding-bottom: 35px;
}
img.img_video {
    width: 100%;
    margin: 0 0 21px 0;
    cursor: pointer;
}
section#video_index .style-bt {
    top: unset;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    transition: .5s;
}

section#video_index .bt-next {
    right: -25px;
    bottom: 15px;
}
.slick-slide.slick-current.slick-active img.img_video {
    padding: 4px;
    background: green;
    border-radius: 5px;
}

/*============================tin tuc=======================================*/
.item_duan {
    position: relative;
    margin: 0 0 20px 0;
}
h3.tenduan {
    position: absolute;
    bottom: 0;
    background: #009933e0;
    margin: 0;
    width: 100%;
    color: #fff;
    padding: 10px 8px;
    text-transform: uppercase;
    font-family: 'RTBB';
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
img.img-duan_sub {
    cursor: pointer;
}
.slick_duan_sub .style-bt {
    padding: 4px 5px;
    color: #4CAF50;
    background: #00000080;
    opacity: 0;
    transition: .3s;
}
.slick_duan_sub .style-bt:hover{
    transition: .3s;
    color: #fff;
    background: orange;

}
.slick_duan_sub:hover .style-bt {
    opacity: 1;
}
.slick_duan_sub .bt-pre {
    left: 5px;
}
.slick_duan_sub .bt-next {
    right: 5px;
}


/*============================tin tuc=======================================*/
section#tintuc {
    padding-bottom: 30px;
    height: auto;
    background-size: cover;
}
section#tintuc .title-main {
    text-align: left;
}
section#tintuc .title-main h3 {
    color: #fff;
    background: #F38142;
    padding: 5px 10px;
    font-family: 'RTBB_B';
    font-size: 18px;
}
section#tintuc .title-main h3 img {
    max-width: 35px;
}
button.btn.xemthem_video {
    color: #FF864C;
}
.slick_tt .style-bt, .slick_video .style-bt  {

    opacity: 0;
    transition: .5s;
}
.slick_video .style-bt  {
    bottom: -20px;
}
.slick_tt:hover .style-bt, .slick_video:hover .style-bt  {
    transition: .5s;
    opacity: 1;
}
.slick_tt .style-bt:hover, .slick_video .style-bt:hover  {
    background: orange;
    color: #fff;
}
/* .slick_tt .bt-pre, .slick_video .bt-pre {
    left: 44%;
}
.slick_tt .bt-next, .slick_video .bt-next {
    right: 44%;
} */

.item_tintuc {
    /* background: #fff; */
    /* box-shadow: 0 0 10px 0 #808080c9; */
    overflow: hidden;
    margin-bottom: 20px;
}
h4.ten-tintuc {
    margin: 10px 0 0 0;
    margin-bottom: 5px;
    align-items: center;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
}
h4.ten-tintuc.tini1 {
    font-weight: bold;
    font-size: 16px;
    font-family: 'utmavo_b';
}
.mota-tintuc {
    margin: 0;
    padding: 0 0px 5px 0px;
    font-size: 14px;
    color: #565656;
}
p.mota-tintuc_left {
    margin-bottom: 5px;
    font-family: 'Poppins';
}
p.ngay_post {
    color: #6D6D6D;
    margin-bottom: 5px;
}
.docthem_tt {
    padding: 0 5px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 10px;
    font-family: 'poppins';
}
.coll_video .style-bt {
    position: absolute;
    top: unset;
    bottom: 0;
    margin-top: -25px;
    z-index: 99;
    border: 0;
    background: #2BABF1;
    padding: 5px 11px;
    color: #fff;
    cursor: pointer;
    outline: none;
    border-radius: 50%;
    font-size: 18px;
    opacity: 0;
    transition: .5s;
}
.coll_video:hover .style-bt {
	transition: .5s;
    opacity: 1;
}
.coll_video .style-bt:hover {
	background: green;
}
.coll_video .bt-pre {
    left: 43%;
}
.coll_video .bt-next {
    right: 43%;
}
.item_vd_sub {
    border-radius: 10px;
    overflow: hidden;
}
.tinmoinhat {
    width: 19%;
    float: left;
    background: #fff;
    margin-right: 14px;
    border-radius: 2px;
    margin-bottom: 20px;
}
.tinmoinhat4 {
    margin-right: 0;
}
.tintuc {
    /* padding: 3px; */
    margin-bottom: 8px;
}
h4.title-tintuc {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'monter_m';
    font-size: 16px;
    padding: 0 5px;
    color: #000;
}
.xem_tintuc {
    background: #276ACD;
    color: #fff;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    font-weight: 600;
    font-family: "monter";
}
h3.tentt_dt {
    color: #000;
    font-family: 'RTBB';
    font-size: 17px;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 30px;
}
.ngay_dang i {
    color: #FF864C;
}
.mota_tintuc {
    font-family: 'RTBR';
}
/*============================tin tuc=======================================*/




/*============================cảm nhận==============================================*/
section#camnhan {
    padding: 10px 0 20px 0;
}
.mydiv {
    width: 0;
    height: 0px;
    border-left: 16px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 20px solid #bcb8b8b3;
    position: absolute;
    top: -20px;
    left: 25px;
}
.rv-detail {
    height: auto;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
}
img.img-clent {
    margin: 25px 10px 10px 0;
    float: left;
    border-radius: 50%;
    border: 4px solid #FDB415;
}
h3.client-name {
    padding-top: 20px;
    margin-top: 0px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'monter';
}
p.position {
    font-style: italic;
    color: gray;
    font-size: 13px;
    font-family: 'RobotoCondensed';
    background: url('../images/line.png') left bottom no-repeat;
    margin-left: 115px;
    padding-bottom: 5px;
}
section#tintuc .col-video {
    /* float: left; */
    width: 100%;
    /* padding: 0px 10px; */
    background: #fff;
    margin-bottom: 0px;
    height: auto;
    min-height: auto;
}
section#tintuc .embed-responsive-4by3 {
    padding-bottom: 68%;
}
section#tintuc .item-video {
    float: unset;
    width: 100%;
    margin-bottom: 0px;
    height: 100%;
}
.comment {
    margin: 10px 0 0 0;
    width: 100%;
    border: 1px solid #80808052;
    height: 100px;
    border-radius: 15px;
    padding: 15px;
    position: relative;
    background: #fff;
    font-family: 'RobotoCondensed';
    font-size: 15px;
    box-shadow: 0 1px 5px 0 grey;
}
.comment p{
    margin: 0px 0 5px 0;

}
p.cm-detail {
    font-family: 'RobotoCondensed';
    padding: 10px 5px 5px 5px;
}
/* img.img-tintuc {
    border-radius: 8px;
} */

.item_vd_sub img {
    width: 100%;
    height: 100px;
}
.item_vd_sub img {
    cursor: pointer;
    padding: 1px;
}
button.btn.btn_hide {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 0px 50% 50%;
    padding: 0px 12px;
    color: #000;
    font-size: 18px;
}
button.btn.btn_show {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius:  50% 50% 0px 0px;
    padding: 0px 12px;
    color: #000;
    font-size: 18px;
    display: none;
}
.al_video_sub .slick-slide.slick-current.slick-active  .item_vd_sub img{
    box-shadow: 0 0 0px 1px red;
}
/*=============================doitac============================================*/
section#doitac {
    background: #F5F5F5;
    background-size: cover;
    padding: 40px 0;
    overflow: hidden;
}
/* img.img_lkdoitac {
    box-shadow: 0 0 10px 0 #808080b3;
    margin: 10px auto;
    border-radius: 6px;
} */
section#doitac .style-bt {
    margin-top: -20px;
}
/*=============================news============================================*/
.news {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px #8080804d solid;
}
.news:last-child {
   
}
img.img-news {
    width: 100%;
    height: 156px;
    margin-bottom: 5px;
}
p.title-news {
    font-weight: bold;
    padding: 0 5px;
    font-size: 16px;
    font-family: 'RobotoCondensed';
}

/*=============================news============================================*/


section#dangky .title-main h3 {
   
    margin-bottom: 5px;
    background: none;
    margin: 0;
    color: #fff;
    /* text-align: left; */
}

section#dangky .bt-pre {
    left: 0;
}
section#dangky .bt-next {
    right: 0;
}

.form-dk {
    text-align: center;
    padding: 0 40px;
}
.input_dki {
    width: 100%;
    margin: 0px 0 25px 0;
    padding: 0 10px;
    height: 45px;
    border: none;
    border: 1px #FF864C solid;
    background: none;
    color: #565656;
    background: #FFF;
    border-radius: 5px;
    box-shadow: none;
}
.input_dki::placeholder{
  color: #565656; 
}
textarea.form-control.input_dki {
    min-height: 130px;
    padding: 10px;
}
textarea#nodung1 {
    min-height: 100px;
    padding: 10px 5px;
    border-radius: 5px;
    border: none;
    border: 1px #FF864C solid;
    background: none;
    color: #656565;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}
button#gui {
    width: auto;
    height: 45px;
    border-radius: 5px;
    background: #D01E1C;
    border: none;
    color: #FFF;
    font-family: 'poppins';
    font-size: 14px;
    padding: 5px 15px;
    margin-bottom: 20px;
    /* text-transform: uppercase; */
    border-radius: 30px;
}
.httv-left {
    padding: 0;
    position: relative;
}
.col-right {
    position: absolute;
    width: 50%;
    right: 0;
    padding: 0;
}
.col-right iframe {
    width: 100%;
}

/*============================thong ke=======================================*/
section#thongke_soluong {
    background: url(../images/bg_dauan.png) top center no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}
section#thongke_soluong .title-main h3{
    color: #fff;
}
.mota_dauan {
    color: #fff;
}
.item_thongke {
    text-align: center;
    margin-bottom: 20px;
}
p.num_count {
    color: #fff;
    font-family: 'GoogleSans_b';
    font-size: 90px;
    margin: 0;
    line-height: 60px;
    padding-top: 35px;
}
h3.ten_thongke {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}
/*============================dang ky=======================================*/

section#dangky {
    background: url(../images/bg_danhgia.png) top center no-repeat;
    background-size: cover;
    padding-bottom: 20px;
}
.box_right_dk {
    /* background: #fff; */
    background-size: cover;
    overflow: hidden;
}

/*============================chương trình=======================================*/
section#chuongtrinh {
    background: url('../images/bg_dichvu.png') top center no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}
section#chuongtrinh .style-bt {
    background: #0000004a;
    padding: 0px 6px;
    color: #fffffff2;
    opacity: 0;
    transition: .5s;
}
section#chuongtrinh:hover .style-bt {
    opacity: 1;
    transition: .5s;
}
section#chuongtrinh .style-bt:hover {
    background:orange;
    transition: .5s;
}
section#chuongtrinh  .bt-pre {
    left: -15px;
}
section#chuongtrinh  .bt-next {
    right: -15px;
}
section#chuongtrinh .title-main h3 {
    color: #fff;
}
.item_chuongtrinh {
    text-align: center;
    margin-top: 20px;
}
img.img-chuongtrinh {
    transition: .6s;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 10px 0 #000;
}
img.img-chuongtrinh:hover {
    transition: .55s;
    transform: scale(1.1);
}
h3.ten_chuongtrinh {
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    font-family: 'GoogleSans_b';
    padding: 5px 0;
}
/*============================qui trình=======================================*/
section#quytrinh {
    padding-bottom: 20px;
}
.item_quytrinh {
    text-align: center;
}

.slick_quytrinh {
    border-top: 1px #FF864C dashed;
    margin-top: 35px;
}
.stt_qt {
    width: 60px;
    height: 60px;
    background: #FF864C;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    font-family: 'iCielPanton-Black';
    border-radius: 50%;
    margin-top: -33px;
}
h3.ten_quytrinh {
    overflow: hidden;
    font-family: 'iCielPanton-Black';
    color: #FF864C;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0;
    margin-bottom: 0px;
}
.mo_ta_quytrinh {
    color: #565656;
}

/*============================chúng tôi=======================================*/
.col_trais {
    min-height: 589.16px;
    background: #F2F2F2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.conten_ct {
    padding: 30px;
}
h3.ten_chungtoi {
    color: #E58634;
    font-family: 'GoogleSans_b';
    font-size: 18px;
}
.so_ttu.so_ttu1, h3.ten_chungtoi.ten_chungtoi1, .so_ttu.so_ttu4, h3.ten_chungtoi.ten_chungtoi4  {
    text-align: right;
}
.so_ttu.so_ttu3, h3.ten_chungtoi.ten_chungtoi3, .so_ttu.so_ttu6, h3.ten_chungtoi.ten_chungtoi6{
    text-align: center;
}
.so_ttu {
    color: #E58634;
    font-family: 'GoogleSans_b';
    font-size: 72px;
    line-height: 30px;
    padding-top: 30px;
}
.mota_chungtoi {
    line-height: 25px;
    text-align: justify;
}
.col_trais3, .col_trais6 {
    background: #FF864C;
}
.col_trais3 .mota_chungtoi, .col_trais6 .mota_chungtoi {
    color: #fff;
}
/*============================thongke=======================================*/
img.img_thongke {
    float: left;
    margin: 15px 10px 10px 0;
}

/*============================doi tac=======================================*/
section.sec-partner {
    padding: 30px 0;
    overflow: hidden;
}
section.sec-partner .container{
    background: #fff;
}
/* ==============Linh vực========================= */
section#linhvuc {
    padding-bottom: 30px;
}
.item-linhvuc.mb20 {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.info_linhvuc {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
h3.ten_linhvuc {
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    width: fit-content;
    background: #9A6836;
    color: #fff;
    padding: 20px 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'GoogleSans_r';
    transition: .5s;
    z-index: 9999;
    margin: 0 auto;
    border: 1px #fff solid;
    box-shadow: 0 0 0 15px #9a6836;
    opacity: 0;
}
.item-linhvuc:hover h3.ten_linhvuc {
    transition: .5s;
    opacity: 1;
    color:#fff;
}
.item-linhvuc img {
    transition: .5s;
}
.item-linhvuc:hover img {
    transition: .5s;
    transform: scale(1.1);
}
/*============================footer=======================================*/
.footer {
    position: relative;
    background: url(../images/bg_footer.png) top center no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0;
    height: auto;
    /* border-top: 3px #FF864C solid; */
    padding-top: 10px;
}
ul.ul_footer {
    margin: 0;
    padding: 0;
}
ul.ul_footer li {
    list-style: none;
    margin: 8px 0;
}
ul.ul_footer li a {
    color: #fff;
    text-transform: capitalize;
}
.info-ft {
    font-family: 'RobotoCondensed';
}
h4.title-ft {
    padding-top: 10px;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #fff;
    font-size: 18px;
    position: relative;
    font-family: 'GoogleSans_b';
    margin-bottom: 5px;
}
/* h4.title-ft:after {
    content: "";
    width: 80px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
} */
.ttlh {
    padding-bottom: 10px;
    color: #fff;
    font-family: 'Poppins';
    font-size: 14px;
    /* line-height: 22px; */
    padding-top: 6px;
}
.ttlh p span {
    font-size: 20px;
}

.ttlh p span {
    border: 1px #fff solid;
    padding: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    /* display: inline-flex; */
    /* align-items: center; */
    /* justify-content: center; */
    border-radius: 5px;
    padding-left: 5px;
}
.ttlh1 {

     line-height: 24px; 
}
div#map_ft iframe {
    width: 100%;
    height: 180px;
}
.maps {
    width: 100%;
    height: 160px;
    /* margin-bottom: 40px; */
    padding-bottom: 20px;
}
.maps iframe {
    width: 100%;
    height: 100%;
}
.bottomft {
    margin: 0;
    padding: 0;
}
li.facebook {
    background: #0F62AC;
    /* border-radius: 50%; */
}
li.instagram {
    background: #B7242A;
}
li.twitter {
    background: #55ACEE;
}
li.linkedin {
    background: #0976B4;
}
.link_ft{}
.link_ft li {
    list-style: none;
    margin: 3px 0;
}
.gioithieu_ft .link_ft li a {
	text-transform: uppercase;
    font-family: 'RobotoCondensed';
}
.link_ft li a {
    font-family: 'RobotoCondensed';
}
.link_ft li a i {
    font-size: 12px;
}
.div_icon {
    float: left;
    margin-right: 10px;
    color: #fff;
    font-size: 30px;
}
p.titleft {
    margin-bottom: 0;
    color: #fff;
}
p.info_dt {
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
}
/*.facebook {
    margin-bottom: 20px;
}*/
.col-hotro {
    background: #61B2EF;
    padding-bottom: 35px;
    /* height: max-content; */
}


.input_dk {
    width: 100%;
    margin-bottom: 25px;
}
.area-dk {
    margin-bottom: 25px;
}
button.btn-dk {
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: none;
    background: #0377A4;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "monter";
}
.copyright a {
    color: #fff;
}
a.backlink {
    color: #ffeb3b;
}
div#map_ft {
    margin: 0;
    padding: 0;
}

img.imgthongke {
    float: left;
    margin: 10px 0;
    margin-right: 5px;
}

/*================================lien hệ============================================*/
section#lienhe_index {
	background: url('../images/bglh.png') top center no-repeat;
	background-size: cover;
	padding: 30px 0;
}
.lienhe{
	text-align: center;
}
h3.lienhe_t {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    font-family: "monter_m";
    margin-bottom: 20px;
    text-shadow: 2px 3px black;
}
button.btn_log {
    color: red;
    font-weight: bold;
    font-family: "monter_m";
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 20px;
    height: 40px;
    background: #fff;
    min-width: 200px;
}
button.btn_log:hover {
    color: green;
}
/*============================footer=======================================*/
.tour{
	background: #dce2e4;
	text-align: center;
	height: 560px;
}
.tour-ngoai{
	text-align: center;
}
.tour-ngoai img{margin-top: 15px;}
.tour-ngoai h3{margin-top: 5px;}
.tour img{margin-top: 15px;}
.tour h3{margin-top: 5px;}
.tour-ct{
	margin: 0 auto;
	width: 80%;
	height: 395px;
}
.tour-main:nth-child(1){margin-left: 0;}
.tour-main{margin-left: 15px;display: inline-block;width: 32%;}
.tour-text{
	margin: 0 auto;
	width: 90%;
	text-align: left;
	
	margin-top: 10px;
}
.tour-text h3{
	font-weight: bold;
	font-size: 16px;
}	
.abc{
	font-weight: normal;
	display: flex;
}
.img-why{
	position: relative;
	z-index: 10;
}
.img-why img{
	z-index: 20;
}
.item-why h3{
	text-transform: uppercase;
	font-size: 15px;
	color: #000;
}
.img-why::after{
	content: '';
	position: absolute;
	width: 250px;
	height: 400px;
	background: transparent;
	border: 3px solid orange;
	top: -5%;
	left: 5%;
	z-index: 10;
}
.tour-img{height: 215px;}
.xem-them{
	background: url('../images/xem-them.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 41px;
	display: flex;
    width: 100%;
    align-items: center;
    margin-top: 15px;
}
.xem-them span:nth-child(1){
	float: left;
    font-size: 18px;
    width: 50%;
    text-align: center;
    color: red;
}
.xem-them span:nth-child(2){
	width: 50%;
	font-size: 18px;
	color: #fff;
	text-align: center;

}
.img-after{
	position: absolute;
    top: 10%;
    right: 0;
    height: 256px;
}
.bonus{
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    width: 16%;
    background: #ed1b23;
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    border-radius: 15px;
}
.extra{background: url('../images/tours_bg.png');background-repeat: no-repeat;background-size: 100% 100%;height: 140px;
}

.zalo span {color: red;font-weight: bold;font-size: 18px;
}
.mota_dt.hidden-xs {
    margin-bottom: 15px;
}
p.lienhe_gia {
    color: red;
    font-size: 18px;
    font-weight: bold;
}
p.lienhe_gia a{
    color: red;
    font-size: 22px;
    font-weight: bold;
}
.sanpham-ct {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0px;
    /* height: 320px; */
    overflow: hidden;
    text-align: center;
}
img.img-sanpham-ct {
    padding: 5px;
    border: 1px #ccc solid;
}
.content_ctsp {
    width: 100%;
    height: 50px;
    align-items: center;
    text-align: center;
    margin: 15px 0 0 0;
}
p.titlesp-ct {
    font-size: 16px;
    font-family: RobotoCondensed;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

p.no-price {
    color: red;
}
.ngay_dang {
    color: gray;
    font-style: italic;
    margin-bottom: 5px;
    font-family: 'GoogleSans_r';
}
.info .ngay_dang {
    font-size: 12px;
}
.quote.hidden-xs {
    margin-bottom: 5px;
    /* font-family: 'RTBR'; */
    font-size: 14px;
    /* line-height: 20px; */
}
.doctiep {
    /* line-height: 30px; */
    color: #FF864C;
    border-radius: 5px;
    margin-bottom: 5px;
    text-align: right;
}
h3.baogia {
    text-align: center;
    margin: 20px 0 10px 0;
    color: red;
    font-weight: bold;
    text-transform: uppercase;
}
button.btn-dk-dt {
    background: #276ACD;
    border: none;
}
.footer_sub {
    background: #F3F3F3;
}
.sticky{
    position:fixed;
    width:100%;
    top:0px;
    left:0px;
    background:#fff;
    z-index:999;
    transition:all 0.3s;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
/*========================dang ky===============================*/
button.btn-send-register1 {
    background: #67B313;
    border: none;
}
button.btn-send-register2 {
    background: #67B313;
    border: none;
    /*display: none;*/
}
button.btn-send-register22{
	display: none;
}
ul.nav.navbar-nav.navbar-right li{
	
}
ul.nav.navbar-nav.navbar-right li a{
	padding: 5px !important;
	color: #67B313 !important;
	text-transform: none !important;
}
ul.nav.navbar-nav.navbar-right li a:hover,ul.nav.navbar-nav.navbar-right li a:focus {

    color: red !important;
    background: none !important;
}
img.avata {
    width: 25px;
    height: 25px;
  /*  display: inline-block;*/
    border-radius: 50%;
    float: left;
}
.collapse.navbar-collapse.user_infoo {
    display: inline-block !important;
    padding: 0 5px;
}
img.img-spavt {
    border-radius: 50%;
}
h3.poit {
    color: #67B313;
    font-size: 30px;
    font-weight: bold;
}
p.coin {
    font-size: 35px;
    font-weight: bold;
}
.err,.err2 {
    color: red;
}
.err3 {
    color: red;
}
input#doipass {
    width: 20px;
}
button.btn.btn-capnhat {
    background: #67B313;
    color: #fff;
    border: none;
}
button.btn.btn-capnhat:hover {
    background: orange;
}
table#list_odered th {
    padding: 5px;
}
table#list_odered td {
    padding: 5px;
}
/*table#list_odered tr td:first-child {
    border: none;
}*/
table.table.table-hover.table-bordered tr:first-child {
    background: #67B313;
    color: #fff;
}
/*====================lịch sử=========================*/
ul.lich-su {
    margin: 0;
    padding: 0;
}
ul.lich-su li {
    border: 1px gray solid;
    list-style: none;
    display: inline-block;
    padding: 3px 5px;
    width: 16.9%;
    margin: 5px 0;
    text-align: center;
}

ul.lich-su li.li_1 {
    width: 6% !important;
}
ul.lich-su li.li_2 {
    width: 10% !important;
}
ul.lich-su li.li_3 {
    width: 10% !important;
}
li.li_5 {
    width: 10% !important;
}
ul.lich-su li.li_6 {
    width: 10% !important;
}
.all_li li {
    border: none !important;
    margin: 0 !important;
    padding: 0px 2px !important;
}
.all_li  {
    border: 1px gray solid;
}
.all_li p {
    margin: 0;
}
p.dagiao {
    color: green;
    font-weight: bold;
}
p.danha {
    color: red;
    font-weight: bold;
}
p.danggiao {
    color: orange;
    font-weight: bold;
}
/* .language>* {
    margin-right: 10px;
}
.language {
    display: flex;
    margin-top: 10px;
} */
.img-language {
    display: inline-block;
    margin-left: 5px;
}
.img-language img {
    width: 30px;
}

.content_giothieu {
    padding: 10px;
}
/*------------------cate---------------------------*/
.br-sodo {
    padding: 15px 0;
    margin-bottom: 15px;
    /* background: #FF864C36; */
    background-size: 100% !important;
}
.br-sodo h1, .br-sodo .title-page {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    color: #df120a;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.breadcrumb>li+li:before {
    font-family: FontAwesome;
    content: "\f178";
    color: #F44336;
}
/* ul.social-block li.zalo {
    background: #018FE5;
}
ul.social-block li.mess {
    background: #007BF6;
}
ul.social-block li.facebook {
    background: #3B5999;
}
ul.social-block li.youtube {
    background: #FD0401;
} */
.tatca_new {
    width: 120px;
    margin: 5px auto;
    padding: 8px 10px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    font-size: 15px;
    background: linear-gradient(45deg, #033C9A, #52A3E0);
}
.call_now_ic {
    position: fixed;
    bottom: 40px;
    left: 15px;
    background: red;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 43px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    z-index: 99999;
    border: .1px #fff solid;
}
.call_now_ic:after {
    content: "";
    width: 160%;
    height: 160%;
    top: -12px;
    left: -12px;
    right: 0;
    position: absolute;
    background: red;
    border-radius: 50%;
    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;
    z-index: -1;
    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_ic:before {
    content: "";
    width: 160%;
    height: 160%;
    top: -12px;
    left: -12px;
    right: 0;
    position: absolute;
    background: red;
    border-radius: 50%;
    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;
    z-index: -1;
    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_num {
    position: fixed;
    left: 15px;
    bottom: 43px;
    background: #c50808;
    padding: 6px 10px;
    padding-left: 45px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
}
.form-dk.form-dk_dt {
    background: #f5f5f5;
    padding: 5px 20px;
    border-radius: 10px;
 
}
.form-dk.form-dk_dt input {
    height: 40px;
}
h3.baogia {
    text-align: center;
    margin: 15px 0 10px 0;
    color: red;
    font-weight: bold;
    text-transform: uppercase;
}
/* ================================ */
h3.ten_cate_dv {
    font-family: 'RTBB';
    font-size: 18px;
    text-align: center;
}
.item_dv_cate {
    margin: 0 0 20px 0;
}
h3.ten_cate_dv {
    font-family: 'RTBB';
    font-size: 18px;
    text-align: center;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* ========================================= */
ul.ul_ft {
    margin: 0;
    padding: 0;
    text-align: right;
}
ul.ul_ft li {
    list-style: none;
    display: inline-block;
    margin: 5px 10px;
}
ul.ul_ft li a {
    color: #fff;
    padding: 0 5px;
}
ul.ul_ft li.active a{
    color: yellow;
    
}
form#form-shopping input {
    min-height: 45px;
}
form#form-shopping select {
    min-height: 45px;
}
form#form-contact input {
    height: 45px;
    border-radius: 0;
    border-color:gray;
}
form#form-contact textarea {
    border-radius: 0;
    border-color:gray;
}
form#form-contact button {
    border-radius: 0;
    height: 45px;
    background: #FF864C;
    border: none;
}
div#captcha {
    height: 32px;
    padding-top: 5px;
}
#popub {
    width: 100%;
    height: 100%;
    display: none;
}
#popub {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: 10001;
    text-align: center;
}
#popub .popub {
    position: relative;
    max-width: 80%;
    margin: auto;
    display: inline-block;
    top: 90px;
}
#popub .popub .close_popup:hover {
    background-color: rgba(255,255,255,.3);
    box-shadow: 0 0 20px rgb(255 255 255 / 80%);
    cursor: pointer;
}
#popub .popub .close_popup {
    position: absolute;
    background: url(../images/close.png) center center no-repeat;
    width: 60px;
    height: 60px;
    right: -33px;
    top: -33px;
    z-index: 999999;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    box-shadow: 0 0 60px rgb(0 0 0 / 20%);
    border: 1px solid rgba(255,255,255,.5);
    background-color: rgba(255,255,255,.1);
}
.popub img {
    max-width: 740px;
    max-height: 550px;
}
ul.sub_1 {
    /* background: #a1643a2e; */
}
.col-left2 ul.sub_1 li a {
    padding-left: 15px;
}
/* ===================================== */
section.spham_home .container {
    position: relative;
}
.menu_fix_left {
    width: fit-content;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 9999;
    left: -45px;
}
ul.fix_left {
    margin: 0;
    padding: 0;
    list-style: none;
    width: fit-content;
    border: 1px gray solid;
    text-align: center;
}
ul.fix_left li {
    border-bottom: 1px gray solid;
    width: 100%;
    transition: .3s;
}
ul.fix_left li:last-child {
    border-bottom: none;
}
ul.fix_left li a{
    
}
ul.fix_left li a img {
    max-width: 42px;
    padding: 4px;
}

.menu_fix_left.sticky {
    position: fixed !important;
    /* background: red !important; */
    top: 0;
    left: 6%;
    transition: 0s;
}
ul.fix_left li.active {
    background: orange;
    transition: .3s;
    transform: scale(1.2);
}
.slick_video_sub .slick-list {
    padding: 0px 00px !important;
}
.item_subvd img {
    cursor: pointer;
}
.play_video {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    background: #0000007d;
    visibility: hidden;
    transition: .5s;
}
.main_video {
    width: 600px;
    height: 440px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    position: relative;
}
.main_video .embed-responsive-4by3 {
    padding-bottom: 72%;
}
.close_vd {
    z-index: 99999;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background: red;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: .5s;
}
.close_vd:hover {
    transform: scale(1.2);
    transition: .5s;
}
.support {
    border-bottom: 1px #80808082 solid;
    padding: 5px;
    padding-bottom: 10px;
}
.img-pro>a{display: block;height: 150px;display: flex;justify-content: center;align-items: center;}
.img-pro a img{max-width: 100%;max-height: 100%;}