@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: SFD;
    src: url(SFD-Regular.ttf);
}

@font-face {
    font-family: SFD-medium;
    src: url(SFD-Medium.ttf);
}

@font-face {
    font-family: SFD-bold;
    src: url(SFD-bold.ttf);
}

@font-face {
    font-family: SFD-semibold;
    src: url(SFD-SemiBold.ttf);
}

@font-face {
    font-family: SFD-heavy;
    src: url(SFD-Heavy.ttf);
}

@font-face {
    font-family: com;
    src: url(unicode.commercb.ttf);
}







* {
    font-family: SFD;
    font-size: 16px;
    line-height: 27px;
    font-style: normal;
    text-decoration: none;
    list-style-type: none;
}

a:hover{
	text-decoration: none;
}


.headtop{

    background-image: linear-gradient(to right, #c5972c, #7a571c );
    height: 7px;
	width:100%;
	display:block;

}



	
	

/* code hien thi algin trong post */

img.aligncenter
{
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright
{
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft
{
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright
{
float: right;
}

.alignleft
{
float: left;
}

/* end */	








.navbar-brand{
	background-image:url(images/l.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:137px;
	height:144px;
	display:block;
	
}

nav a.nav-link {
    text-transform: uppercase;
    color: #7a571c ;
	font-size:19px;
}

nav .active a.nav-link {
	font: normal 19px/30px SFD-bold;
}


.navbar {
	padding:0px;
    
}

.navbar-nav1 > li:first-child > a{
	padding-left:0px !important;
}


.navbar-nav2 > li:last-child > a{
	padding-right:0px !important;
}




#myCarousel p.slidet {
    font: normal 25px/35px SFD-bold;
    display: inline-block;
    width: 39%;
}

#myCarousel p.slides {
    font: normal 16px/23px SFD;
    margin-bottom: 0px;
    width: 36%;
}

#myCarousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    border: solid 2px #fff;
    background-color: rgba(255,255,255,0);
    margin-right: 15px;
}

#myCarousel .carousel-indicators li.active {
    background-color: #fff;
}

#myCarousel .carousel-indicators {
    bottom: 23px;
    position: unset;
    margin-bottom: 0px;
    justify-content: unset;
    margin: 0px;
}

.tick {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 15;
    top: 25px;
}



#myCarousel .carousel-caption {
    bottom: 28px;
    z-index: 20;
    width: 100%;
    left: 0px;
    right: 0px;
}

.logo {
    margin: 20px 0px;
}

.gt11{
	background-image:url(images/h1.png);
	width:261px;
	height:90px;
	display:block;
}

p.gt2 {
    font-size: 18px;
    line-height: 27px;
	margin-bottom: 0px;
}

.gioithieu {
    margin: 35px 0px;
}

.gt22{
	color:#b38828;
	
}

.core {
    background-image: url(images/bg2.png);
    padding: 40px 0px 19px;
    margin-bottom: 30px;
}
.core .carousel-indicators {
    position: inherit;
    right: inherit;
    top: inherit;
    left: inherit;
    bottom: inherit;
    margin-top: 22px;
}

#blogCarousel .carousel-indicators li.active {
    background-color: #fff;
}

#blogCarousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    border: solid 2px #fff;
    background-color: rgba(255,255,255,0);
    margin-right: 15px;
}

.core .carousel-inner {
    
}

.fb_iframe_widget span {

    top: -7px;
}
.noidung1content li {
    list-style: circle;
}

img.lichsuanh {
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
}


.anhco {
    position: relative;
}


.lichsunam {
    position: absolute;
    bottom: -111px;
    margin-bottom: 0px;
    left: 22px;
    right: 22px;
}


.gra {
    background-image: linear-gradient(to top, #916b21 30%, transparent );
    height: 170px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0px;
}

.lichsucontent1{
	font:normal 35px/20px com;
	color:#fff;
	vertical-align: text-bottom;
}

p.lichsucontent2 {
    color: #fff;
    line-height: 24px;
	opacity:0;
}

.ke {
    height: 1px;
    width: 100%;
    display: block;
    background-color: rgba(255,255,255,0.3);
    margin-top: 25px;
    margin-bottom: 18px;
	opacity:0;
}

.anhco {
	overflow:hidden;
}

.anhco .lichsunam {
  transition: all 0.4s 0s ease-in-out;
  -moz-transition: all 0.4s 0s ease-in-out;
  -webkit-transition: all 0.4s 0s ease-in-out;
}

.anhco:hover .gra {
  transition: all 0s 0s ease-in-out;
  -moz-transition: all 0s 0s ease-in-out;
  -webkit-transition: all 0s 0s ease-in-out;
}



.anhco:hover .lichsunam {
top: 30px;
}

.anhco:hover .ke {
opacity:1;
}

.anhco:hover .gra {
	background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.8) );
    height: 100%;
    width: 100%;
}

.anhco:hover .lichsucontent1{
	color:#d9a942;
}
.anhco:hover .lichsucontent2{
	opacity:1;
}

p.tieudecore {
    text-align: center;
    font: normal 30px/40px SFD-heavy;
	color:#ca9b2d;


  
  	text-transform: uppercase;
	background: linear-gradient(to right, #7a571c 0%, #ca9b2d 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


p.tin1c {
    line-height: 21px;
    margin-bottom: 2px;
}

p.tin1t {
    font: normal 19px SFD-bold;
    color: #9a7425;
    margin-bottom: 10px;
    margin-top: 11px;
}


p.tin1d {
    font-style: italic;
    font-size: 14px;
    background-image: url(images/t.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 27px;
}


p.tin2t {
    font: normal 17px/21px SFD-medium;
    color: #9a7425;
    margin-bottom: 10px;
    margin-top: -5px;
}

p.tin2d {
    font-style: italic;
    font-size: 14px;
    background-image: url(images/t.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 27px;
}

.tin2 .row {

    margin-right: -10px !important;
    margin-left: -10px !important;
}

.tin22, .tin21{

    padding-right: 10px !important;
    padding-left: 10px !important;
}


.tin2 {
    margin-bottom: 25px;
}

.social {
    background-image: url(images/f1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

img.logof {
 /* width: 52%; */
}

.avti, .muccont:hover{
        background-image: linear-gradient(to right, #c5972c, #7a571c );
        color:#fff !important;
}

.fb {
    background-image: url(images/f.png);
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    width: 49px;
    height: 49px;
    float: right;
    margin-top: 22px;
    margin-right: 10px;
}
.yu{
	background-image:url(images/y.png);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	width:49px;
	height:49px;
	float: right;
    margin-top: 22px;
    margin-right: 10px;
}

.wunderslider-wrapper, .wunderslider-wrapper .view{
    width:100% !important;
    
}

.wunderslider-wrapper {
    box-shadow: none !important;
}

p.sot {
    font: normal 20px/21px sfd-bold;
    color: #9a7425;
    float: left;
    display: block;
    overflow: hidden;
    width: 80px;
    margin: 25px 0px 22px 16px;
}


p.tintuct {
    font: normal 25px/29px SFD-heavy;
    color: #9a7425;
    text-transform: uppercase;
}

p.videot {
    font: normal 25px/29px SFD-heavy;
    color: #9a7425;
    text-transform: uppercase;
}



.doitac {
    background-color: #DBDBDA;
    padding-bottom: 11px;
}

.doitac .carousel-indicators {
    position: inherit;
    right: inherit;
    top: inherit;
    left: inherit;
    bottom: inherit;
    margin-top: 22px;
}



.doitacit1 {
position:relative;
}

.doitacit {
    opacity: 0;

    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin-bottom: 0px;
	padding-top: 23px;
}

.doitaci:hover .doitacit {
	opacity:1;
}



.noidung1content strong{

    font-family: SFD-bold;
    font-weight: normal;

}


p.doitaccore {
    text-align: center;
    font: normal 26px/33px SFD-heavy;
    color: #ca9b2d;
    text-transform: uppercase;
    background: linear-gradient(to right, #7a571c 0%, #ca9b2d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	padding-top: 31px;
}

.footer {
    background-image: url(images/fo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 30px 0px 24px;
}

p.ft1 {
    font: normal 22px SFD-heavy;
    color: #fff;
    margin-top: 3px;
    margin-bottom: 18px;
}

p.ftz {
    color: #fff;
    margin-bottom: 7px;
}

.ftz span {
    position: absolute;
    left: 76px;
}
.copyright {
    background-color: #805c1d;
    padding: 8px 0px;
    display: flex;
    width: 100%;
}


.fof{
	background-image: url(images/fo4.png);
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    width: 32px;
    height: 32px;
    float: right;

    margin-right: 10px;
}


.fog{
	background-image: url(images/fo2.png);
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    width: 32px;
    height: 32px;
    float: right;

    margin-right: 10px;
}

.foy{
	background-image: url(images/fo3.png);
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    width: 32px;
    height: 32px;
    float: right;

    margin-right: 10px;
}

p.cr1 {
    overflow: hidden;
    float: left;
    color: #fff;
    margin-bottom: 0px;
}

.navbar-brand-m{
	display:none;
}


.bg-dark1 {
    background-color: #bd9947!important;
}

.noidung1title{
	color:#9a7425;
	font:normal 25px/29px SFD-heavy;
}

.noidung {
    margin-top: 40px;
}

.submenuz {
    background-image: linear-gradient(to right, #7a571c, #c5972c );
    padding-top: 22px;
    padding-bottom: 0px;
	position: relative;
	margin-bottom: 30px;
}

.noidung2 .video{
	margin-top: 30px;
	margin-bottom: 30px;
	
}

.submenuzbg {
    width: 34px;
    display: block;
    background-image: linear-gradient(to bottom, #4e3912, #77581b );
    height: 100%;
    position: absolute;
    top: 0px;
}

.submenuz ul li a {
    color: #fff;
    font: normal 18px sfd-bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(206, 162, 63, 0.4);
    margin-bottom: 10px;
    display: block;
    position: relative;
}

.submenuz ul li {
    margin-left: 11px;
    margin-right: 22px;
}

.submenuz ul li:last-child a {
    border-bottom:none;
	padding-bottom: 22px;

}

.submenuz ul li.active a::before, .submenuz ul li.current_page_item a::before {
    content: "";
    background-image: url(images/n.png);
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -38px;
    top: 7px;
}
.muccon {
    background-color: #ccc;
    padding: 17px 27px;
    margin-bottom: 30px;
}

.wp-socializer {
    margin-top: 30px !important;
}

.muccont {
    background-color: #fff;
    padding: 8px 12px;
    text-transform: uppercase;
    font: normal 15px sfd-medium;
    border-radius: 20px;
    color: #7d7d7d;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.muccont.active {
    background-image: linear-gradient(to right, #c2942b, #906a21 );
    color: #fff;

}

.muccon .row {

    margin-right: -10px !important;
    margin-left: -10px !important;
}

.mucconcol{

    padding-right: 10px !important;
    padding-left: 10px !important;
}	

p.baiviett {
    font: normal 18px/24px sfd-medium;
    color: #9a7425;
    margin-top: 8px;
}

.baivietcon{
	margin-bottom:30px;
}

.tourcont {
    
    color: #fff;
    font: normal 16px/23px sfd-bold;
    padding: 9px 28px;
    text-align: center;
	margin-bottom: 0px;
	text-transform:uppercase;
	
}




.tourconsapo {
  transition: all 0.4s 0s ease-in-out;
  -moz-transition: all 0.4s 0s ease-in-out;
  -webkit-transition: all 0.4s 0s ease-in-out;
  background-image: linear-gradient(to right, #c2942b, #906a21 );
}



.tourconbox:hover .tourconsapo{

	top:6%;
	background-image:none;
	
}
.tourconbox:hover .tourconn{
	display:block;
	opacity:1;
	
}

.tourconbox:hover .tourcons{
	display:block;
	opacity:1;
	
}


.tourconbox:hover .tourcont{
	color:#d9a942;
	
	
	margin-bottom:5px;
	
}

.tourconbox:hover .nenden{
	opacity:1;
	
}
.nenden{
	background-color:rgba(0,0,0,0.8);
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0;
}

.tourconsapo {
    position: absolute;
	bottom:0%;
    
	
	
	
	width: 100%;
	/*display: inline-table;*/
}


.tourconbox{
	position:relative;

}
.tourconn {
    display: none;
    opacity: 0;
    line-height: 19px;
    color: #fff;
    border-top: solid 1px rgba(255,255,255,0.3);
    margin: 9px 28px;
    padding-top: 17px;
}

.tourcon{
	margin-bottom: 70px;
}

.tourcons {
    background-image: url(images/n1.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 29px;
    height: 29px;
    text-align: center;
    display: none;
    opacity: 0;
    margin: auto;
}
.trangtin {
    margin-bottom: 40px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 30px;
}


.videozt {
    font: normal 23px/22px SFD-bold;
    color: #9a7425;
    margin-bottom: 4px;
    margin-top: 11px;
}

.videozd {
    font-style: italic;
    font-size: 14px;
    background-image: url(images/t.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 27px;
	    margin-bottom: 7px;
}

.videozs {
    line-height: 21px;
    

}

.lq{
	margin-top: 30px;
	border-top: solid 1px #e6e6e6;
    padding-top: 31px;
}
.mapplic-list-location h4 {
    font: normal 14px/12px sfd-bold;
    text-transform: uppercase;
    color: #505150;
    margin-bottom: 0px !important;
    margin-top: 8px !important;
}

.mapplic-list-location span {
    color: #828282;
    text-transform: uppercase;
}

.mapplic-list-location {
	border:none !important;
}

.videonhung iframe{
	width:100%;
	height:450px;
}

.videonhung1 iframe{
	width:100%;
	height:150px;
}



/* Indicators list style */
.article-slide .carousel-indicators {
    bottom: 0;
    left: 0;
    margin-left: 5px;
    width: 100%;
}
/* Indicators list style */
.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 54px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 100px;
}
/* Indicators images style */
.article-slide .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 54px;
    left: 0;
    width: 100px;
}
/* Indicators active image style */
.article-slide .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
}


.lichsucontent1 {
    text-transform: uppercase;
    line-height: 33px;
}


.wp-pagenavi .pages{
	display:none;
}

.wp-pagenavi .page {
    /* background-image: linear-gradient(to right, #106f30, #439236 ); */
    padding: 6px 12px;
    border: none;
    color: #3a3a3a;
    opacity: 0.6;
    font: normal 16px sfd-bold;
}


.wp-pagenavi .current {
    background-image: linear-gradient(to right, #c2942b, #906a21 );
    padding: 6px 12px;
    border: none;
    color: #fff;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    background-image: linear-gradient(to right, #c2942b, #906a21 );
    padding: 6px 12px;
    border: none;
	opacity:0.6;
    color: #fff;
}

.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover {
	opacity:1;
}

.wp-pagenavi .page:hover {
	opacity:1;
}


.wp-pagenavi {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: left;
}








.sub-menu.dropdown-menu {
    background-color: #f5f5f5;
}


.sub-menu {
  position: relative;
  border:none;
}
.sub-menu:before, .sub-menu:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -3px;
  
}

.dropdown-item.active, .dropdown-item:active {
    color: #9b7323;
    background-color: inherit;
}






.dropdown-menu {

    top: 74%;

}




@media (min-width: 768px){
	.sub-menu:after {
  top: 0px;
    right: 0px;
    left: 0px;
    height: 4px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c2942b), to(#906a21));
  background-image: -webkit-linear-gradient(right, #c2942b, #906a21);
  background-image: -moz-linear-gradient(right, #c2942b, #906a21);
  background-image: -o-linear-gradient(right, #c2942b, #906a21);
}

	
	.navbar-nav .dropdown:hover > .dropdown-menu
    {
       display: block !important;
    }
	.sub-menu {
    column-count: 2;
}

.motcot .sub-menu {
    column-count: 1;
}

	.navbar-nav .nav-link {
    color: #c3952c !important;
    padding: 40px 12px !important;
}
	
	.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
		color: #76531b !important;
	}
	
	
p.ft2.ftz {
    min-height: 61px;
}

	
	
	
}

p.wp-caption-text {
    font-size: 14px;
    text-align: center;
    font-style: italic;
}

.noidung1content .wp-caption {
    width: 100% !important;
}

.noidung1content img{
    max-width:100%;
    height:auto;
}	


.noidung1content h1 {

    line-height: 11px;
}

@media (max-width: 768px){
	
.noidung1content img{
    width:100%;
    height:auto;
}	





.core .row {

    margin-right: -10px !important;
    margin-left: -10px !important;
}

.corez{

    padding-right: 10px !important;
    padding-left: 10px !important;
}	
	
.anhco {
    margin-bottom: 30px;
}

.core .carousel-indicators {
    margin-top: -14px;
}

#blogCarousel .carousel-indicators li {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

.doitac {
    margin-top: 20px;
}

.doitaci {
    margin-bottom: 20px;
}


.doitac  .carousel-indicators li {

    margin-right: 10px;
    margin-left: 10px;

    width: 20px;
    height: 20px;
    border-radius: 100px;
    margin-top: -20px;
}

.footer {
    background-size: 580%;
    padding: 0;
    background-position: center top;
    padding-bottom: 28px;
}



.logof{
	display:none;
}

.ftz span {
    line-height: 21px;
    top: 4px;
}

p.ftz {
    position: relative;
}

.ft2 {
    /*margin-bottom: 25px !important;*/
}
	
ul#menu-menufooter {
    padding-left: 17px;
    border-top: solid 1px #ffffff45;
    margin-top: 9px;
    padding-top: 9px;
}	

p.cr1 {
    line-height: 21px;
    margin-top: 12px;
	    margin-bottom: 10px;
}

.fof, .fog, .foy {
    float: left;
	    margin-bottom: 8px;
}

.tick {
    bottom: 10px;
	top:inherit;
}


#myCarousel .carousel-caption {
    bottom: 28px;

}

.nen {
    /* background-color: rgba(162, 123, 42,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px; */
}




.lichsunam {
    left: 4px;
    right: 4px;
}

.lichsucontent1 {
    font: normal 23px/26px com;
    text-align: center;
}


.navbar-brand-d{
	display:none;
}

.navbar-brand-m{
	display:block;
}

.logo {
     margin: 0px;
}

.navbar-brand-m {
    background-image: url(images/lo1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 150px;
    height: 35px;
    display: block;
    position: absolute;
    right: 0px;
    margin-right: 0px;
    background-size: 150px;
	top: 5px;
}
.logo {
    position: fixed;
    top: 0px;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 0px 5px 0px #b7b5b5;
}


.navbar {
    padding: 9px 0px;
}

.sideMenu {
    top: 40px !important;
}

p.ft1 {
 
    margin-top: 33px;
 
}


}



.ftz span, p.ftz {

    font-size: 14px;
}



img.logof {
    width: 100%;
}

.footmenu a.nav-link {
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding: 1px 0px 0px 0px;
}
.footmenu li {
    list-style-position: outside;
    list-style-type: disc;
}
.footmenu li::marker {
    color: #4e4e4e;
}


.zcenter{
	text-align:center;
}



img.logof {
    width: 78%;
    margin-bottom: 18px;
}
img.bct {
    width: 125px;

}

