html,
body {
    height: 100%;
}

body {
     /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

@font-face {
    font-family: "myfont";
    src: url("../css/UTM Neutra.ttf") format("truetype"); font-weight: normal;
font-style: normal;
}

.img-portfolio {
    margin-bottom: 30px;
}
.marding0 {margin-top:0px;}
.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */


.box {
  width: 50%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
#popup1 {z-index:99;}
.button {
  font-size: 1em;
  padding: 10px;
 
  border: 2px solid #06D85F;
 
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}
.img-responsive {z-index:-99;}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.tieude {
    width: 200px;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #1275b4;
    color: #FFFFFF;
    text-transform: uppercase;
}
.item2 img {float:left; margin-right:15px; width:30%;}
.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out; z-index:9999;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.tin-tuc {float:none; clear:both; margin-bottom:10px;	}
.imgTintuc {width:100%;}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.masonry1 {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.item {
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.item img{ width:100%;}

.item1 {
    display: inline-block;
    background: #fff;
    padding: 5px;
    margin: 0 0 10px;
    width: 49%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; float:left;
}
.item1 img{ width:100%;}


figure {
	background: #3f1f0f;
    padding: 0;
    margin: 0;
}
figure img {
	opacity: 1; width:100%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; display: block;
}
figure:hover img {
	opacity: .5;
}

.sd-right-col ul, .sd-right-col ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sd-recent-widget-thumb {
    float: left;
    height: 65px;
    margin-right: 20px;
    width: 100px;
}
.sd-right-col img, .sd-right-col select {
    max-width: 100%;
}
.sd-recent-posts-content {
    overflow: hidden;
}
.sd-recent-posts-content h4 {
    font-size: 16px;
    padding-bottom: 0;
}
.sd-recent-date {
    font-size: 12px;
}

.marginright15 {margin-right:15px;}
.margintop15{margin-top:15px;}
.margintop0{margin-top:0px;}
.marginright0{margin-right:0px;}
.paddingleft0{padding-left:0px;}
.paddingright0{padding-right:0px;}
.paddingtop0{padding-top:0px;}
.paddingbottom0{padding-bottom:0px;}
.formdattiec {float: left;
    width: 48%;
    margin-right: 10px;}

header.carousel {
    height: 100%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin-top:30px; 
}

/* Responsive Styles */

.nen {background-color:#958402}
.nenfooter {background-color:#957113; padding:5px 0; color:#fff;}
.nau {color:#3a1b07}

.floatleft {float:left;}
.floatright {float:right;}
.font28 {font-size:28px;}

.wrapperheader {
    width: 100%;
    background-color: #957113;
}

.mang-xh {
        width: 93px;
    float: right;
    font-size: 26px;
    margin-left: 10px;
    margin-top: -10px;
    color: #fbfe13;
}

.mang-xh a:hover {color:#FFFF00;}
.google-maps {
        position: relative;
        padding-bottom: 63%;  
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.colorwhite {color:#FFFFFF;}

.topmenu {
    margin-top: 8px;
}
.topmenu ul {
    position: relative;
    list-style: none; margin-bottom:0px; padding-left:0;
}
.topmenu ul >li:first-child {
    padding-left: 0px;
}
.topmenu ul >li {
    float: left;
    padding: 0 13px;
    position: relative;
    border-right: 1px solid #d1d2d4;
}
 
.topmenu ul >li >a {
    display: block;
    color: #f5f282;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
}
.topmenu ul >li >a:hover {
    color:#feba13;
}
.nopadright {
    border-right:none; padding-right:0px;
}
 
.nopadleft {
     padding-left:0px;
}

.hotlineright {
    float: left;
	text-align:right;
    margin-top: 7px;
	font-size: 18px;
    color: #ffe500;
}
.dangkynhanbantin {
    float: left; padding-left:0px;
	text-align:left;
    margin-top: 7px;
	font-size: 15px;
    color: #fbfe13;
}
 
.flipkart-navbar-input {
    padding: 5px 16px;
    border-radius: 2px 0 0 2px;
    border: 0 none;
    outline: 0 none;
    font-size: 15px;
}

.flipkart-navbar-button {
    background-color: #ffe11b;
    border: 1px solid #ffe11b;
    border-radius: 0 2px 2px 0;
    color: #565656;
    padding: 7px 0;
    height: 31px;
    cursor: pointer;
}

.cart-button {
    background-color: #2469d9;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 hsla(0, 0%, 100%, .2);
    padding: 10px 0;
    text-align: center;
    height: 41px;
    border-radius: 2px;
    font-weight: 500;
    width: 120px;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    color: inherit;
    border: none;
    outline: none;
}

.cart-button:hover{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.cart-svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 8px;
}
.martop20 {margin-top:20px;}

/***********/
.tr_mobile
{
  display:none!important;
}
.tr_pc
{
    display:block!important;
	    margin: 0 14px;
     
}

.glossymenu{    position: relative;
    list-style: none;
    padding-left: 0;
    /* padding: 0px 17%; */
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    align-items: center;}
 
.glossymenu >li{
	float:left; position:relative; 
}
.glossymenu .li-last-child{padding-right:0;}
.glossymenu >li >a{
	display: block;
	color:#b28e31;
	text-decoration: none; text-transform:uppercase;
	cursor: pointer; font-size:15px; font-weight:bold; padding:10px 15px; 
}
/*hover*/
.glossymenu >li >a:hover{
	color:#feba13;
	
}
.glossymenu >li.current >a {
	color:#feba13 !important;}


.glossymenu >li >ul{display:none; position:absolute; top:33px; left:0px; z-index:999999; border-top:none; padding-top:10px; width:220px;  padding-left:10px; background-color:#d2b81d;}
.glossymenu >li >ul >li{margin-right:10px; padding:8px 0; border-bottom:1px solid #e2c40f; list-style:none;}
.glossymenu >li >ul >li >a{color:#fff; text-transform:uppercase; text-decoration:none; }
.glossymenu >li >ul >li >a:hover{color:#ff0;}
.glossymenu >li:hover >ul{display:block; z-index:999;}
.menu_active, .grid{display:none;}

ul.set-menu{margin-top:10px; list-style:none;}
ul.set-menu img{border:1px solid #fff6eb; padding:2px;}
ul.set-menu >li{padding:10px 0;}
ul.set-menu >li >div.left{width:48%; float:left;} 
ul.set-menu >li >div.right{width:48%; float:right;} 
ul.set-menu >li >div.right >ul{list-style:circle !important; margin-left:20px;}
ul.set-menu >li >div.left >ul{list-style:circle !important; margin-left:20px;}

div.mon-tu-chon{margin-bottom:30px;}
div.mon-tu-chon .img-left{float:left; margin-right:15px; margin-left:20px; border:1px solid #fff6eb; padding:2px; width:310px; height:175px; margin-bottom:17px;}
div.mon-tu-chon .img-right{float:right; margin-right:22px; border:1px solid #fff6eb; padding:2px; width:310px; height:175px; margin-bottom:17px;}
ul.mon-tu-chon{list-style:none !important;}
ul.mon-tu-chon >li{width:100%; float:left;  border-bottom:1px dotted #84634c; padding:3px 0; margin-bottom:10px;}
ul.mon-tu-chon >li div.left{width:70%; float:left;} 
ul.mon-tu-chon >li div.right{width:28%; float:right; text-align:right;}
.khai-vi{font-style:italic; font-size:14px; font-weight:500;}
/*dich vu tiec cuoi*/
ul.dich-vu-tiec-cuoi{ margin-bottom:20px; margin-top:10px;}
ul.dich-vu-tiec-cuoi >li{margin-left:20px; margin-right:10px; border-bottom:1px dotted #84634c; padding:3px 0; margin-bottom:7px;}
ul.dich-vu-tiec-cuoi >li div.left{width:70%; float:left;} 
ul.dich-vu-tiec-cuoi >li div.right{width:28%; float:right; text-align:right;}

ul.dich-vu-thuc-uong{list-style:none !important; margin-bottom:10px; margin-top:10px;}
ul.dich-vu-thuc-uong >li{width:320px; float:left; margin-left:24px; margin-right:10px; border-bottom:1px dotted #84634c; padding:3px 0; margin-bottom:7px;}
ul.dich-vu-thuc-uong >li div.left{width:40%; float:left;} 
ul.dich-vu-thuc-uong >li div.right{width:58%; float:right; text-align:right;}

/*nghi thuc le dac biet*/
ul.nghi-thuc-le{list-style:none !important; margin-bottom:20px; margin-top:10px;}
ul.nghi-thuc-le img{border:1px solid #fff6eb; padding:2px;}
ul.nghi-thuc-le >li{margin-left:20px; margin-right:10px; padding:3px 0; margin-bottom:7px;}
ul.nghi-thuc-le >li div.left{width:48%; float:left;} 
ul.nghi-thuc-le >li div.right{width:48%; float:right;}

/************/
.d_mneu_mobile
{
   
    
    width: 55px;
    margin-top: 15px;
    float: left;
    position: relative;
     height:45px;
	 overflow:hidden;
}

.slide-show {width:100%;}
.slide-show img{max-width:100%; }


#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
 
 
  text-align: center;
}

#boxes #dialog {
  width: 50%;
  height: auto;
 
}

#boxes #dialog img{width:100%;}

#popupfoot {
 
    
    width: 50px; height:50px; position: absolute;
    top: 00px;
    right: 0px;
   
}

@media screen and (max-width: 1207px) {
.glossymenu >li >a {
 
    padding: 10px 14px;
}}
@media screen and (max-width: 1024px) {

 

	.tr_mobile
	{
	  display:none!important;
	}
	.tr_pc
	{
	  display:block!important; width:80%;
	}

}
@media screen and (max-width: 1000px) {

.tr_mobile
	{
	  display:block!important;
	}
	.tr_pc
	{
	  display:none!important;
	}
	.navbar-header {float:right!important; }
	.navbar-header img{ width:100%;}
  
}

.hinhquangcao img{ width:100%; margin-bottom:10px;}

 .social-button{
      display: inline-grid;
        position: fixed;
        bottom: 15px;
        left: 10px;
        min-width: 45px;
        text-align: center;
        z-index: 99999;
    }
    .social-button-content{
      display: inline-grid;   
    }
    .social-button a {padding:8px 0;cursor: pointer;position: relative;}
    .social-button i{
      width: 40px;
        height: 40px;
        background: #43a1f3;
        color: #fff;
        border-radius: 100%;
        font-size: 20px;
        text-align: center;
        line-height: 1.9;
        position: relative;
        z-index: 999;
    }
    .social-button span{
      display: none;
    }
    .alo-circle {
        animation-iteration-count: infinite;
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-name: zoomIn;
        width: 50px;
        height: 50px;
        top: 3px;
        right: -3px;
        position: absolute;
        background-color: transparent;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid rgba(30, 30, 30, 0.4);
        opacity: .1;
        border-color: #0089B9;
        opacity: .5;
    }
    .alo-circle-fill {
      animation-iteration-count: infinite;
      animation-duration: 1s;
      animation-fill-mode: both;
      animation-name: pulse;
        width: 60px;
        height: 60px;
        top: -2px;
        right: -8px;
        position: absolute;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        background-color: rgba(0, 175, 242, 0.5);
        opacity: .75;
    }
	.zalo{    display: block;
    position: relative;
    z-index: 3;
    background: url(../images/stick_zalo.png) 0 0 no-repeat;
    background-size: cover;
    
    height: 50px;}
    .call-icon:hover > span, .mes:hover > span, .sms:hover > span, .zalo:hover > span{display: block}
    .social-button a span {
        border-radius: 2px;
        text-align: center;
        background-color: #f58634;
        padding: 9px;
        display: none;
        width: 180px;
        margin-left: 10px;
        position: absolute;
        color: #ffffff;
        z-index: 999;
        top: 9px;
        left: 40px;
        transition: all 0.2s ease-in-out 0s;
        -moz-animation: headerAnimation 0.7s 1;
        -webkit-animation: headerAnimation 0.7s 1;
        -o-animation: headerAnimation 0.7s 1;
        animation: headerAnimation 0.7s 1;
    }
    @-webkit-keyframes "headerAnimation" {
        0% { margin-top: -70px; }
        100% { margin-top: 0; }
    }
    @keyframes "headerAnimation" {
        0% { margin-top: -70px; }
        100% { margin-top: 0; }
    }
    .social-button a span:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 10px 0;
      border-color: transparent rgb(103, 182, 52) transparent transparent;
      position: absolute;
      left: -10px;
      top: 10px;
    }
	
	