*{
	margin:0 auto;
	font-family: Roboto Condensed, Arial, Time-News-Roman, sans-serif;
}
a:hover{
	text-decoration:none;
}
input:focus,button:focus,textarea:focus{
	outline:none;
}
.hidden{
	display:none!important;
}
body{
	max-width:100%;
	overflow-x:hidden;
	color:#000;
}
body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	background-color: #ECF0F1;
}

body::-webkit-scrollbar{
	width: 0px;
	background-color: #ECF0F1;
}

body::-webkit-scrollbar-thumb{
	background-color: #0e1b33;
}

.box-waiting{
	width:100%;
	clear:both;
	background:url(../default/system/loading.gif) center center;
	background-repeat:no-repeat;
	height: 50px;
    padding: 30px;
}



header{
	position: fixed;
    top: 0;
    left: 0;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 999;
	width:100%;
	background:#07a1eb!important;
}
header .logo{
	padding:30px 0;
	width:100%;
	text-align:center;
}
header .logo img{
	max-width: 100%;
    width: 110px;
    position: absolute;
    left: 0;
    top: 10px;
}
header .button{
	position: fixed;
    top: 0;
    right: 0;
	padding: 15px;
    color: #FFF;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 5px;
	z-index:9;
	display:none;
}
header .button.open i{
	width: 55px;
    display: block;
    height: 25px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
	margin-left:0;
}
header .button.open i:before{
	content: "";
    position: absolute;
    width: 55px;
    border-bottom: 1px solid #FFF;
    top: 27px;
}
header .button.no-open i{
	width: 55px;
    display: block;
    height: 25px;
	margin-left:0;
}
header .button.no-open i:before{
	content: "";
    position: absolute;
    width: 35px;
    border-bottom: 1px solid #FFF;
    top: 27px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin-left: 10px;
}
header .button.no-open i:after{
	content: "";
    position: absolute;
    width: 35px;
    border-bottom: 1px solid #FFF;
    top: 27px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-left: 10px;
}
header h5{
	margin: 0;
    padding: 0;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    padding-top: 15px;
}
.fixed-header{
	padding-top: 110px;
}
@media screen and (max-width:1200px){
	header h5{
		font-size: 23px;
	}
}

/*====================================================== MENU =====================================================*/
.box-nav{
	text-transform: capitalize;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
}
.box-nav ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.box-nav li{
	text-align:center;
}
.box-nav li:first-child{
	
}
.box-nav li a{
    color: #fff;
    display: block;
    padding: 0 2px;
    font-weight: bold;
    font-size: 16px;
}
.box-nav li a:hover{
	color: #FFF;
}
.box-nav li.active a{
	color: #FFF;
}

.box-nav ul.sub {
    position: absolute;
    max-width: 100%;
    margin: 0;
    min-width: 250px;
    padding: 0;
    list-style: none;
    background-color: #0b6bb6;
	border-top:1px solid #FFF;
    display: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 9;
    line-height: 50px;
	left:33%;
}
.box-nav li:hover ul.sub{
	display:block;
}
.box-nav ul.sub li{
    display:inline-block;
}
.box-nav ul.sub a{
	padding:0 15px;
}


.box-banner{
	width: 100%;
    height: 100%;
	overflow: hidden;
}

.box-intro{
	width: 100%;
    position: relative;
	background-size:cover;
}
.box-intro .content{
    position: absolute;
	width:100%;
    left: 50%; 
    top: 60%;
    transform: translateX(-50%) translateY(-60%);
    -webkit-transform: translateX(-50%) translateY(-60%);
}
.box-intro .content h1{
	color: #b11116;
    text-transform: capitalize;
    letter-spacing: 5px;
    word-spacing: 5px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 30px;
	text-align:center;
}




.box-search{
	margin: 0;
    padding: 0;
    list-style: none;
	margin-bottom:100px;
	border:1px solid #FFF;
}
.box-search .check-select{
	width: 170px;
    float: left;
}
.box-search .check-select select{
	height: 50px;
    width: 100%;
    line-height: 50px;
    padding: 0 25px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: url(../media/temp/select-icon.png) #fb6b26 no-repeat right 20px center;
    cursor: pointer;
    border: none;
    outline: none;
	font-weight:400;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.box-search .check-input{
	float: left;
    width: calc(100% - 340px);
    width: -webkit-calc(100% - 340px);
}
.box-search .check-input input{
	height: 50px;
    width: 100%;
    line-height: 20px;
    padding: 15px;
    border: none;
    outline: none;
	background: rgba(0, 0, 0, 0.35);
    color: #FFF;
}
.box-search .check-input input::placeholder {
  color: #FFF;
  opacity: 0.5;
}

.box-search .check-input input:-ms-input-placeholder {
  color: #FFF;
}

.box-search .check-input input::-ms-input-placeholder {
  color: #FFF;
}
.box-search .check-button{
	width: 170px;
    float: left;
}
.box-search .check-button button{
	width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    outline: none;
    background: #82bb4e;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}



.box-collection{
	width: 100%;
    text-align: center;
}
.box-collection .item{
	display: inline-block;
    float: none;
    padding: 0 15px;
    text-align: center;
}
.box-collection .item img{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
    border: 1px #565d61 dashed;
	padding: 20px 50px;
	background:rgba(0,0,0,0.6);
}
.box-collection .item span{
	display: block;
    color: #FFF;
    padding: 10px 0;
    font-weight: 400;
    font-size: 15px;
	background:rgba(0,0,0,0.6);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	text-align: center;
    text-transform: capitalize;
}


.box-title{
	padding:60px 0 20px 0;
}
.box-title h2{
	color: #fb6b26;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 28px;
}
.box-title h2 span{
	color: #000;
}
.box-title .content{
	padding:5px 0 20px 0;
	color:#424242;
	text-transform: lowercase;
}


.box-grid-project{
	background:#f6f7f9;
	display: inline-block;
    width: 100%;
	padding-bottom:15px;
}
.box-grid-project .item{
	margin: 0 -5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    background: #FFF;
    margin-bottom: 20px;
}
.box-grid-project .item .thumb{
	position: relative;
    max-height: 230px;
    overflow: hidden;
}
.box-grid-project .item .thumb a:after{
	content: "";
    width: 100%;
    height: 100%;
    background: #060606;
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.box-grid-project .item:hover a:after{
	opacity: 0.5;
}
.box-grid-project .item .thumb.degrees:before{
	background:url(../media/temp/360-degrees.png) no-repeat center center;
	content:"";
	z-index:1;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%; 
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.box-grid-project .item .thumb img{
	width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.box-grid-project .item:hover img{
	-webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.box-grid-project .item .description{
	padding:10px 15px 20px 15px;
	border-bottom: 1px solid #ccc;
}
.box-grid-project .item .description h3{
	color: #0c0c0c;
    margin: 0;
    padding: 10px 0;
    font-size: 17px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
	
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-grid-project .item:hover h3{
	color:#F2B601;
}
.box-grid-project .item .description .time{
	padding:5px 0;
	color: #fb6b26;
    font-size: 15px;
}
.box-grid-project .item .description .time i{
	color:#fb6b26;
	padding-right:10px;
}
.box-grid-project .item .description .address{
	padding:5px 0;
	color: #989898;
    font-size: 13px;
}
.box-grid-project .item .description .address i{
	color:#82bb4e;
	padding-right:10px;
    font-size: 15px;
}
.box-grid-project .item ul.option{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	padding:20px 0;
}
.box-grid-project .item ul.option li{
	
}
.box-grid-project .item ul.option li:nth-child(1){
	display:none;
}
.box-grid-project .item ul.option li:nth-child(2){
	display:none;
}
.box-grid-project .item ul.option i{
	font-size: 20px;
    padding-right: 10px;
    color: #b95c1a;
}


.box-grid-poblog{
	border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
	display:inline-block;
	width:100%;
	margin-top: 15px;
}
.box-grid-poblog .item{
	padding:0 0 10px 0;
	border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.box-grid-poblog .item img{
	width:100%;
}
.box-grid-poblog .item h3{
	display: block;
    line-height: 18px;
    font-size: 17px;
    color: #282828;
    font-weight: 600;
    padding: 10px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid #e8e8e8;
    margin: 0;
}
.box-grid-poblog .item h3:hover{
	color:#0b6bb6;
}
.box-grid-poblog .item .description{
	text-align: justify;
    height: 60px;
    overflow: hidden;
	margin-bottom:10px;
	padding:0 15px;	
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.box-grid-poblog .item .tag{
	width: 80%;
    overflow: hidden;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
	display:inline-block;	
    padding-left: 15px;
    padding-bottom: 5px;
}
.box-grid-poblog .item .tag i{
	color:#0b6bb6;
}
.box-grid-poblog .item .tag a{
	color:#0b6bb6;
}
.box-grid-poblog .item .tag a:hover{
	text-decoration:underline;
}
.box-grid-poblog .item .view{
	text-align: right;
    position: absolute;
    right: 5px;
    background: #FFF;
    padding-left: 6px;
}


/*====================================================== BÀI VIẾT DẠNG LƯỚI =======================================*/
.box-poblog-grid{
	border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
	display:inline-block;
	width:100%;
}
.box-poblog-grid .no-data{
	text-align:center;
	padding:15px;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
}
.box-poblog-grid .item{
	padding:0 0 10px 0;
	border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.box-poblog-grid .item img{
	width:100%;
}
.box-poblog-grid .item h3{
	display: block;
    line-height: 18px;
    font-size: 17px;
    color: #282828;
    font-weight: 600;
    padding: 10px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid #e8e8e8;
    margin: 0;
	text-transform: capitalize;
}
.box-poblog-grid .item h3:hover{
	color:#0b6bb6;
}
.box-poblog-grid .item .description{
	text-align: justify;
    height: 60px;
    overflow: hidden;
	margin-bottom:10px;
	padding:0 15px;	
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.box-poblog-grid .item .tag{
	width: 80%;
    overflow: hidden;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
	display:inline-block;	
    padding-left: 15px;
    padding-bottom: 5px;
}
.box-poblog-grid .item .tag i{
	color:#0b6bb6;
}
.box-poblog-grid .item .tag a{
	color:#0b6bb6;
}
.box-poblog-grid .item .tag a:hover{
	text-decoration:underline;
}
.box-poblog-grid .item .view{
	text-align: right;
    position: absolute;
    right: 5px;
    background: #FFF;
    padding-left: 6px;
}


.box-poblog-list{
	
}
.box-poblog-list .item{
	width:50%;
	float:left;
	border: 1px solid #ccc;
    border-bottom: 0;
}
.box-poblog-list .item img{
	width: 250px;
    max-width: 100%;
    float: left;
    padding: 20px;
    margin-left: -15px;
}
.box-poblog-list .item .description{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 25px;
    font-size: 17px;
    color: #282828;
    height: 80px;
}
.box-poblog-list .item h3{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 25px;
    font-size: 17px;
    color: #282828;
    font-weight: 600;
    padding: 5px 0;
    margin: 0;
    word-spacing: 5px;
    margin-top: 10px;
    height: 60px;
}
.box-poblog-list .item .view{
	position: absolute;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: 17px;
}
.box-poblog-list .item .tag{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*====================================================== TIÊU ĐỀ ==================================================*/
.box-name{
	color: #1c1c1c;
    line-height: 14px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #e8e8e8;
    font-weight: bold;
    border-bottom: 0;
}

/*====================================================== NỘI DUNG LIÊN QUAN =======================================*/
.box-relate{
	text-align: justify;
	margin-top:15px;
}


/*====================================================== BÀI VIẾT DẠNG DANH SÁCH THU NHỎ ==========================*/
.box-poblog-list-small{
	border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
	display:inline-block;
	width:100%;
}
.box-poblog-list-small .no-data{
	text-align:center;
	padding:15px;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
}
.box-poblog-list-small .item{
	padding:10px;
	border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.box-poblog-list-small .item img{
	width:100PX;
	float:left;
	padding-right:10px;
}
.box-poblog-list-small .item h3{
	text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 17px;
    color: #0063c5;
}
.box-poblog-list-small .item span{
	font-size: 12px;
    color: #999;
}


/*====================================================== MÔ TẢ ====================================================*/
.box-content{
    text-align: justify;
	margin-top:15px;
	border: 1px solid #e8e8e8;
	border-bottom:0;
	overflow-x:hidden;
}
.box-content .header{
    display: block;
    background: #f1f1f1;
    line-height: 35px;
    padding: 0 5px;
    border-bottom: 1px solid #e8e8e8;
	white-space: nowrap;
    overflow: hidden;
	text-transform: capitalize;
}
.box-content .header i{
	padding:0 3px;
}
.box-content .header i.fa-home{
    font-size: 20px;
    color: #0b6bb6;
	padding-left:0;
}
.box-content .header h2{
    margin: 0;
    display: inline-block;
    vertical-align: top;
    line-height: 35px;
    font-size: 13px;
    font-weight: bold;
}
.box-content .header h1{
    margin: 0;
    display: inline-block;
    vertical-align: top;
    line-height: 35px;
    font-size: 13px;
    font-weight: bold;
	color: #666;
}
.box-content .content{
	padding: 15px;
    position: relative;
    max-height: 200px;
    overflow: hidden;
    line-height: 25px;
    border-top: 1px solid #ddd;
    display: inline-block;
    width: 100%;
}
.box-content .content img{
	max-width:100%;
	height:auto!important;
	padding:15px 0;
}
.box-content .content h1,.box-content .content h2,.box-content .content h3,.box-content .content h4{
	margin:0;
	padding:15px 0 0 0;
	margin-bottom:10px;
	line-height:30px;
}
.box-content .content .button{
	background-image: url(../media/system/background-content.png);
    width: 120%;
	margin-left:-10%;
    background-position: top;
    background-size: contain;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    color: #1c5b9a;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: bold;
    height: 60px;
	display:none;
}
.box-content .content .button:after{
    font-size: 18px;
    padding-left: 5px;
}
.box-content .content .button.open{
    position: absolute;
    z-index: 1;
    bottom: -1px;
	left:0;
	display:block;
}
.box-content .content .button.open:after{
	content: "↓";
}
.box-content .content .button.no-open{
	display:block;
}
.box-content .content .button.no-open:after{
	content:"↑";
}
.box-content .footer{
	padding:5px 15px;
	border-bottom:1px solid #ddd;
}




/*====================================================== SẢN PHẨM CHI TIẾT ========================================*/
.box-product-detail{
	
}
.box-product-detail h2{
	font-size: 25px;
    margin: 0;
    line-height: 35px;
    padding-top: 5px;
    color: #b3481f;
    padding-bottom: 5px;
	text-align: justify;
}
.box-product-detail .description .time{
	padding:5px 0;
	color: #fb6b26;
    font-size: 15px;
}
.box-product-detail .description .time i{
	color:#fb6b26;
	padding-right:10px;
}
.box-product-detail .description .address{
	padding:5px 0;
	color: #989898;
    font-size: 13px;
}
.box-product-detail .description .address i{
	color:#82bb4e;
	padding-right:10px;
    font-size: 15px;
}
.box-product-detail ul.option{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	padding:20px 0;
}
.box-product-detail ul.option li{
	
}
.box-product-detail ul.option i{
	font-size: 20px;
    padding-right: 10px;
    color: #b95c1a;
}


/*====================================================== ALBUM ====================================================*/
.box-album{
    position: relative;
	padding:0;
}
.box-album .new{
	position: absolute;
    top: 0;
    right: -1px;
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    z-index: 2;
	font-size:12px;
    transform: rotate(45deg);
	text-transform: uppercase;
}
.box-album .new:before{
	content: "";
    position: absolute;
    transform: rotate(-90deg);
    border-left: solid 35px #ff1919;
    border-bottom: solid 35px transparent;
    border-top: solid 35px transparent;
    top: -25px;
    right: 3px;
    z-index: -1;
}
.box-album .MagicZoom{
	
}
.box-album .thumb{
	width: 100%;
    display: inline-block;
    overflow: hidden;
    padding-top: 10px;
	max-height:80px;
}
.box-album .thumb a{
	width: 20%;
    float: left;
    padding: 0 5px 100px 5px;
}
.box-album .thumb img{
	width:100%;
}


.mz-expand a{
	opacity: 0;
}
.box-album figure a{
	opacity: 0;
}
a[data-zoom-id] img, .mz-thumb img{
	width: auto;
	max-width: 100%;
}
.mz-lens{
	
}
.mz-zoom-window a{
	opacity: 0;
}
.mz-expand .mz-expand-stage.with-thumbs .mz-image-stage{
	padding-bottom:90px;
}
#Zoom-product-detail{
	max-height:530px!important;
	overflow: hidden;
	width:100%;
}
#Zoom-product-detail .mz-figure{
	width:100%;
}
#Zoom-product-detail img{
	max-width:100%!important;
	max-height: none!important;
}


/*====================================================== CHÂN TRANG ===============================================*/
footer{
	margin-top: 15px;
    border-top: 1px solid #eaeaea;
    background: url(../media/temp/bg_header.png) no-repeat;
    padding-bottom: 20px;
    background-size: cover;
    color: #FFF;
}
footer label{
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    display: block;
    padding: 20px 0 5px 0;
}
footer ul{
	margin: 0;
    padding: 0;
    list-style: none;
}
footer li{
	line-height:26px;
}
footer a{
	text-decoration: none;
    color: #FFF;
	font-size:12px;
	line-height:25px;
}
footer li a:before{
	content: "›";
    font-size: 18px;
    font-weight: bold;
    padding-right: 5px;
}
footer li i{
	width: 15px;
}
footer img{
	max-width:90%;
	padding-top: 5px;
    padding-bottom: 5px;
}

/*====================================================== COPYRIGHT ================================================*/
.box-copyright{
	background: #f2f2f2;
    font-size: 12px;
    color: #6d6d6d;
    text-align: center;
    padding: 10px 15px;
    border-top: 1px solid #DDD;
}



/*====================================================== DANH SÁCH NGÔN NGỮ ======================================*/
.box-language{
	position: fixed;
    bottom: 100px;
    z-index: 1;
    right: 15px;
    width: 50px;
	text-align:center;
}
.box-language a{
	display: inline-block;
    width: 100%;
    height: 50px;
    padding: 2px;
    background: #2580289e;
    margin-bottom: 20px;
	border-radius: 100%;
}
.box-language img{
	border-radius: 100%;
	width:100%;
}

/*====================================================== DI CHUYỂN LÊN ĐẦU TRANG ==================================*/
#back-to-top{
    position: fixed;
    bottom: 40px;
    right: 15px;
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    background: rgba(2, 2, 2, 0.42);
    color: #1bff00;
    cursor: pointer;
    border: 0;
    border-radius: 3px;
    text-decoration: none;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    font-size: 25PX;
    font-weight: bold;
}
#back-to-top.show{
    opacity: 1;
}





/*====================================================== POPUP ====================================================*/
@media only screen and (min-width: 770px){
	.modal {
		text-align: center;
		padding: 0!important;
	}
	.modal:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -4px;
	}
	.modal-dialog {
		display: inline-block;
		text-align: left;
		vertical-align: middle;
	}
}
.popup-copacs{
	
}
.popup-copacs .modal-content{
    background: url(../media/system/background-popup.png) repeat-x #fff;
    border: 0;
    border-radius: 0;
}
.popup-copacs span.close{
	width: 60px;
    height: 60px;
    position: absolute;
    top: 6px;
    right: 0px;
	cursor: pointer;
	background:#FFF;
	border-bottom-left-radius: 50px;
	opacity: 1;
    text-shadow: none;
}
.popup-copacs span.close:before{
	content:"";
	background: #FF0000;
    height: 1px;
    width: 25px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: absolute;
    top: 20px;
    right: 10px;
}
.popup-copacs span.close:after{
	content: "";
    background: #FF0000;
    height: 1px;
    width: 25px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    top: 20px;
    right: 10px;
}
.popup-copacs .modal-content img{
	max-width:100%;
	height:auto!important;
}
#popup-contact{
	
}
#popup-contact h5{
	font-weight: bold;
    margin: 0;
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #ddd;
}
#popup-contact ul{
	margin: 0;
    padding: 15px 0;
    list-style: none;
    line-height: 25px;
}
#popup-contact a{
	color:#000;
}
#popup-contact i{
	font-size: 15px;
    width: 30px;
    text-align: center;
}
#popup-contact label{
	display: block;
    width: 100%;
}
#popup-contact input{
	width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
#popup-contact input.error{
	border-bottom:1px solid #FF0000;
}
#popup-contact textarea{
	width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
#popup-contact textarea.error{
	border-bottom:1px solid #FF0000;
}
#popup-contact button{
	color: #fff;
    background-color: #F60;
    text-transform: uppercase;
    border: 0;
    border-radius: 5px;
    padding: 10px 20px;
}
#popup-contact .alert{
	font-weight: bold;
    margin-bottom: 0;
}
#popup-cart{
	
}
#popup-cart h5{
	font-weight: bold;
    margin: 0;
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #ddd;
}
#popup-cart p{
	line-height: 25px;
    padding-top: 8px;
}
#popup-cart label{
	display: block;
    width: 100%;
}
#popup-cart input{
	width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
#popup-cart input.error{
	border-bottom:1px solid #FF0000;
}
#popup-cart textarea{
	width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
#popup-cart textarea.error{
	border-bottom:1px solid #FF0000;
}
#popup-cart button{
	color: #fff;
    background-color: #F60;
    text-transform: uppercase;
    border: 0;
    border-radius: 5px;
    padding: 10px 20px;
}
#popup-cart .alert{
	font-weight: bold;
    margin-bottom: 0;
}
#popup-ads{
	
}
#popup-ads h5{
	font-weight: bold;
    margin: 0;
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #ddd;
}
#popup-ads ul{
	margin: 0;
    padding: 15px 0;
    list-style: none;
    line-height: 25px;
}
#popup-ads ul li::before {
    content: "â€º";
    color:#FF0000;
    font-size: 20px;
    padding-right: 5px;
    font-weight: bold;
}






.doitac{
	
}
.doitac .item{
	padding:10px;
}
.doitac .item img{
	width:100%;
}
.doitac .item h4{
	text-align:center;
	color:#333;
	font-family:times new roman;
}










