body{
	font-family: 'Tahoma';
	padding: 0;
	margin: 0;
}
*{
	box-sizing: border-box;
}
img{
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6,p{
	margin-top: 0;
	font-family: 'Tahoma';
}
ul{
	padding: 0;
	margin: 0;
}
a:hover{
	text-decoration: none;
}
/* Base */
.home-box-1 a.btn-sweep .btn-custom{
  display:block;                 /* ổn định khung */
  transition: transform .3s ease, box-shadow .3s ease;
  transform-origin:center;
  will-change: transform;
}

/* Hover ở A bao trùm toàn bộ click area */
.home-box-1 a.btn-sweep:hover .btn-custom{
  transform: scale(1.1);        /* tăng mạnh để dễ thấy */
  box-shadow: 0 10px 20px rgba(0,0,0,.2);
}

.home-box-1 .top {
    margin-bottom: 5px;
    width: 650px;
    /* left: 100px; */
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.hd-top{
	background: url(../images/bg-header.jpg) no-repeat center center/cover;
	padding: 24px 0;
}
.uk-container{
	max-width: 1190px;
	padding: 0 20px;
	margin: 0 auto;
}
.menu-main ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu-main li{
	font-size: 20px;
	line-height: 36px;
	padding: 0 37px;
	position: relative;
	display: inline-block;
}
.menu-main li:before, .menu-main li:after{
	width: 25px;
	height: 8px;
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
.menu-main li:before{
	left: 0;
	background-image: url(../images/menu-left-1.png);
}
.menu-main li:after{
	right: 0;
	background-image: url(../images/menu-right-1.png);
}
.menu-main li a{
	color: #ebe3d3;
}
.menu-main li.current-menu-item a, .menu-main li a:hover{
	color: #ffe8a0;
}
.menu-main li.current-menu-item:before{
	background-image: url(../images/menu-left-active.png);
}
.menu-main li.current-menu-item:after{
	background-image: url(../images/menu-right-active.png);
}
.wrapper{
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 500px;
}
.hd-info .logo-text{
	height: 302px;
	margin-top: 100px;
}
.hd-info .logo-text img, .logo img{
	height: 100%;
}
.logo{
	top: 39px;
	left: 65px;
	height: 127px;
}
.home-box-1{
	max-width: 925px;
	margin: 0 auto 19px;
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(../images/bg-1.png);
	padding: 14px 65px 35px 20px;
	position: relative;
	left: 120px;
}
.home-box-1 .top{
	margin-bottom: 5px;
}
.home-box-1 .top a{
	display: inline-block;
	margin: 0 -3px;
}
.home-news .box{
	max-width: 1330px;
	margin: 0 auto;
	background: url(../images/bg-2.png) no-repeat center center/100% 100%;
	padding: 40px 24px 54px 178px;
	position: relative;
	left: 7px;
}
.news-slider{
	width: 50%;
	padding-right: 24px;
}
.news-slider-it{
	height: 360px;
}
.image-fit{
	overflow-y: hidden;
}
.image-fit img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.news-right{
	width: 50%;
}
.news-search{
	margin-bottom: 10px;
	border: 1px solid #833222;
	padding: 3px 20px 5px 49px;
	position: relative;
}
.news-search button{
	border: none;
	background: none;
	position: absolute;
	top: 6px;
	left: 15px;
}
.news-search input[type="text"]{
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	color: #833222;
	font-size: 15px;
	line-height: 1;
}
.news-search input[type="text"]::placeholder{
	color: #833222;
}
.news-tab-title li{
	list-style: none;
}
.news-tab-title li a{
	display: block;
	width: 122px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 17px;
	color: #893521;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.news-tab-title{
	margin-bottom: 20px;
}
.news-list .news-it{
	padding: 2px 0;
	border-bottom: 1px solid #cabfae;
	min-height: 40px;
}
.news-list .news-it p{
	color: #2a2a2a;
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 0;
}
.news-list .news-it p a{
	color: #2a2a2a;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news-list .news-it p .title{
	position: relative;
	padding-left: 22px;
	background: url(../images/icon-list-back.png) no-repeat left center/15px auto;
}
.news-list .news-it:first-child p a, .news-list .news-it p a:hover{
	color: #91412f;
}
.news-list .news-it:first-child p .title, .news-list .news-it p a:hover .title{
	background-image: url(../images/icon-list.png);
}
.news-list{
	margin-bottom: 55px;
	min-height: 164px;
}
.news-all{
	display: block;
	font-size: 18px;
	line-height: 1;
	color: #eee1ce;
	padding: 9px 10px;
	text-align: center;
	background: url(../images/btn-bg.png) no-repeat left center/100% 100%;
}
.news-all:hover{
	opacity: 0.8;
	color: #eee1ce;	
}
.slick-slider{
	margin-bottom: 0;
}
.w-slider .slick-dots{
	bottom: 25px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.w-slider .slick-dots li{
	width: 9px;
	height: 8px;
	margin: 0 6px;
	background: url(../images/dot.png) no-repeat bottom center/9px auto;
}
.w-slider .slick-dots li button{
	display: none;
}
.w-slider .slick-dots li.slick-active{
	background: url(../images/dot-active.png) no-repeat bottom center/16px auto;
	width: 16px;
	height: 16px;
}
.home-slider-for .for-featured{
	width: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	max-height: 100%;
	transition: all 0.3s;
	transform: translateX(50px);
}
.home-slider-for{
	background: url(../images/bg-slider.png) no-repeat right 30% top 52px/43% auto;
}
.home-for-it{
	position: relative;
	height: 656px;
}
.home-for-it .des{
	position: absolute;
	max-width: 475px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -17%;
	bottom: 59px;
}
.home-for-it .des p{
    font-size: 19px;
    color: #fff7e0;
    margin-bottom: 0;
    line-height: 25px;
}
.home-for-it .des img{
	    display: inline-block;
	    margin-bottom: 22px;
	    transform: translateY(-20px);
	    transition: all 0.4s;
}
.home-for-it.slick-current .des img{
	transform: translateY(0);
}
.home-slider-nav{
	background: url(../images/bg-3.jpg) no-repeat center center/100% 100%;
	padding: 26px 0 23px;
}
.home-nav-it{
	    display: inline-block !important;
    margin: 0 15px;
    max-width: 88px !important;
    cursor: pointer;
}
.home-slider-nav .slick-track{
	display: flex !important;
	justify-content: center;
}
.home-nav-it{
	height: auto;
	object-fit: contain;
	width: 88px;
	position: relative;
}
.music.play .play-music{
	background-image: url(../images/btn-pause.png);
}
.home-section-2{
	padding: 128px 0 160px;
	overflow:hidden;
}
.media-title{
	margin-bottom: 15px;
}
.media-left{
	width: 66%;
	padding-right: 35px;
}
.media-video{
	height: 391px;
}
.media-video .featured{
	height: 100%;
	width: 100%;
}
.media-video .play-video{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.media-right{
	width: 34%;
}
.music-featured{
	width: 100%;
	padding: 0;
}
.music-round{
	width: 100%;
}
.music-featured .music-poster{
	top: 0;
	padding: 45px;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	right: 0;
}
.play-music{
	width: 55px;
	height: 55px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	background: url(../images/btn-play.png) no-repeat center center/cover;
}
.music-title{
	margin-top: 3px;
	color: #ede1d0;
	font-size: 24px;
	line-height: 1;
	justify-content: center;
}
.music-title img{
	margin-right: 5px;
}
.gallery{
	margin-top: 39px;
}
.gallery-list{
	margin: -9px -4px 0;
}
.gallery-list .it{
/*	margin: 0 4px;*/
	height: 159px;
/*	width: 25%;*/
	border: 1px solid #eeddbf;
}
.gallery-list .it img{
	width: 100%;
	height: 100%;
}
.gallery-list .slick-dots{
	position: relative;
    bottom: -2px;
    height: 12px;
    display: flex;
    align-items: center;
}
.gallery-list .slick-dots:after{
	width: 100%;
	height: 1px;
	background: #ba604a;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	content: "";
}
.gallery-list .slick-dots li{
	height: 12px;
	background: transparent;
	width: 134px;
	margin: 0;
	position: relative;
	z-index: 4;
}
.gallery-list .slick-dots li button{
	display: none;
}
.gallery-list .slick-dots li.slick-active{
	background: #efd8ae;
}
#footer{
	background: #1c1c1c;
	padding: 68px 0 87px;
}
#footer p{
	color: #d4d4d4;
	font-size: 18px;
	line-height: 25px;
	max-width: 600px;
	margin: 0 auto;
}
.home-section-2 .bg-2{
	left: 0;
	bottom: -16%;
	max-height: 89%;
}
.home-section-2 .uk-container{
	position: relative;
	z-index: 3;
}
.menu-fixed{
	position: fixed;
	background: url(../images/bg-fixed.png) no-repeat center center/100% 100%;
	padding: 193px 0 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 999999;
}
.menu-fixed ul{
	margin-bottom: 12px;
	padding: 0 25px 0 20px;
}
.menu-fixed ul li{
	display: flex;
	margin-bottom: 12px;
	background: url(../images/bg-menu.png) no-repeat center center/100% 100%;
	padding: 5px 10px;
	text-align: center;
	line-height: 1;
	font-size: 17px;
	color: #eddfc7;
	width: 122px;
	height: 45px;
	align-items: center;
	justify-content: center;
}
.news-tab-title li{
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.menu-fixed ul li a{
	color: #eddfc7;
	display: block;
    width: 100%;
}
.menu-fixed ul li img{
	max-height: 18px;
	margin-right: 5px;
}
.menu-fixed ul li span{
	display: block;
	font-size: 12px;
}
.backtop{
	margin-bottom: -15px;
    display: block;
}
.news-tab-title li.active a, .news-tab-title li:hover a{
	background-image: url(../images/title-active.png);
}
.news-tab-title li.active a, .news-tab-title li:hover a{
	color: #fff5ad;
}
.home-for-it.slick-current  .for-featured {
    transform: translateX(0);
}
.home-section-2 .container{
	position: relative;
}
.page-content .uk-container{
	max-width: 1233px;
}
.page-custom{
	background: url(../images/page-bg.png) no-repeat center center/100% 100%;
	padding: 70px 181px 139px 183px;
}
.cat-title{
	max-width: 560px;
	margin: 0 auto;
}
.cat-title .news-tab-title{
	margin-bottom: 43px;
}
.cat-title .news-search{
	background: #eedfc8;
	margin-bottom: 26px;
}
.cat-item{
	margin-bottom: 26px;
	display: flex;
}
.cat-item .featured{
	height: 83px;
	display: inline-block;
	vertical-align: middle;
	width: 182px;
}
.cat-item .info{
	width: calc(100% - 182px);
	display: flex;
	align-items: center;
}
.cat-item .featured h4{
	font-size: 20px;
	color: #f9edd8;
	font-weight: 700;
	margin: 0;
	left: 18px;
	top: 50%;
	right: 38px;
	transform: translateY(-50%);
}
.cat-item h5{
	font-size: 24px;
	line-height: 1.5;
	margin: 0 0 0 20px;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% -80px);
}
.cat-item h5 a{
	color: #91412f;
}
.cat-item p.date{
	font-size: 24px;
	line-height: 1.5;
	margin: 0 0 0 22px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #91412f;
}
.cat-list{
	margin-bottom: 50px;
}
.pagination .page-numbers{
	margin: 0 8px;
	width: 35px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 19px;
	color: #f9edd8;
	line-height: 1.2;
	background: #797979;
	font-family: 'Barlow', sans-serif;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover{
	background: #873422;
}
.pagination{
	display: flex;
	align-items: center;
	    justify-content: center;
}
.page-content{
	padding-bottom: 224px;
}
.single-box{
	padding: 48px 123px 310px 116px;
	min-height: 2163px;
}
.single-bg-2{
	background-image: url(../images/single-bg-big.png);
}
.guide-box-inner{
	min-height: auto;
	padding: 48px 122px 280px 118px;
}
.btn-back{
	top: 52px;
	left: 65px;
}
.single-title h1{
	margin: 35px 0 2px;
	font-size: 23px;
	color: #91412f;
	font-weight: 700;
}
.single-title p.date{
	font-size: 19px;
	color: #91412f;
	margin-bottom: 0;
}
.single-title{
	    border-bottom: 1px solid #ccc5c4;
	    margin: 0 65px 45px;
	    padding-bottom: 7px;
}
.single-custom{
	color: #49150f;
}
.single-custom p{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}
.single-custom img{
	max-width: 100%;
	height: auto;
	margin-bottom: 37px;
}
.single-custom h3{
	margin-bottom: -8px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #91412f;
	margin-left: -26px;
}
.single-custom h3:before{
	width: 45px;
	background: url(../images/single-icon.png) no-repeat center center/100% auto;
	height: 46px;
	display: inline-block;
	margin-right: 2px;
	content: "";
	vertical-align: middle;
}
.single-custom ul{
	padding-left: 19px;
	margin-bottom: 40px;
}
.single-custom ul li{
	padding-left: 19px;
	position: relative;
	background: url(../images/icon-list.png) no-repeat left top 8px/12px auto;
	font-size: 18px;
	line-height: 30px;
	display: block;
}
.single-custom table{
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.single-custom table th,.single-custom table td{
	background: #91412f;
	color: #f9edd8;
	font-size: 18px;
	font-weight: 700;
	padding: 23px 20px;
	border-right: 1px solid #ce806e;
	border-bottom: 1px solid #ce806e;
	line-height: 1;
}

.single-custom table th:first-child, .single-custom table td:first-child{
	border-left: 1px solid #ce806e;
    width: 196px;
}
.single-custom table th:nth-child(2){
	    width: 164px;
}
.single-custom table td{
	background: #f9edd8;
	color: #49150f;
	font-weight: 400;
	padding: 19px 20px;
	border: 1px solid #ce806e;
}
.guide-box{
	background: url(../images/guide-bg.png) no-repeat center center/100% 100%;
	padding: 111px 222px 66px 397px;
	margin: 3px -70px 0 -15px;
}
.guide-list{
	margin: 0 -20px;
	display: flex;
}
.guide-it{
	width: 50%;
	padding: 0 20px;
	text-align: center;
}
.guide-it-box{
	background: url(../images/guide-bg2.png) no-repeat center center/100% 100%;
	padding: 24px 8px 14px 20px;
}
.guide-it:last-child .guide-it-box{
	background: url(../images/guide-bg3.png) no-repeat center center/100% 100%;
}
.guide-it a{
	display: block;
	padding: 0 20px;
	margin-bottom: 2px;
}
.guide-it img{
	max-width: 100%;
	margin: 0;
	width: auto;
}
.guide-it p{
	margin: 0;
	font-size: 15px;
	color: #fff;
}
.single-custom .box{
	margin: 11px -69px 48px -69px;
	padding: 20px 107px 35px 116px;
	background: url(../images/guide-bg-box.png) no-repeat center center/100% 100%;
}
.single-custom .box p{
	font-size: 22px;
	line-height: 29px;
	margin-bottom: 0;
	color: #2c2c2c;
}
.single-custom .box p span{
	color: #ae3621;
}
.single-bottom{
	bottom: 84px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.single-bottom h4{
	margin: 5px 0 0;
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	color: #49150f;
}
.media-right .music{
	    padding: 0 17px;
}
.home-section-1 .uk-container{
	max-width: 1320px;
}
.menu-main{
	padding: 0 18px;
}
.page-wrapper{
	padding-top: 585px;
}
.guide-box-inner .single-title{
	margin-bottom: 36px;
}
.guide-it .pack{
	margin: 2px 0 -13px;
}
.guide-box-inner .single-bottom{
	bottom: 134px;
}
.on-tablet{
	display: none;
}
.on-sp{
	display: none;
}
.btn-sweep{
	position: relative;
	    display: inline-block;
}
.btn-sweep:before{
	top: 0;
	bottom: 0;
	left: 0;
	background: #1110 -webkit-linear-gradient(left, #1110, #ffffff52) no-repeat 0 0 / 30px;
	background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, .3);
	animation: sweep 2.5s ease infinite;
	content: "";
	position: absolute;
	right: 0;
}
@keyframes sweep {
    0% {
        background-position: 0 0;
    }
  
    100% {
        background-position: 100% 100%;
    }
}
.music-round{
	animation: rotateCircles 10s linear infinite;
}
@keyframes rotateCircles {
  from {
    transform: rotate(0);
  } to {
    transform: rotate(360deg);
  }
}


@media(max-width: 1280px){
	.hd-info .logo-text{
		height: auto;
		margin: 100px auto;
		max-width: 70%;
	}
	.news-tab-title li{
		max-width: 23%;
	}
	.news-tab-title li a{
		max-width: 100%;
	}
	.news-slider-it{
		height: auto;
	}
	.news-list .news-it p{
		font-size: 18px;
		line-height: 1.5;
	}
	.news-list .news-it{
		    padding: 6px 0;
	}
	.home-for-it{
		height: 450px;
	}
	.home-for-it .des img{
		max-height: 120px;
	}
	.home-for-it .des {
	    max-width: 300px;
	    left: 50px;
	    transform: none;
	    margin-left: 0;
	}
	.home-for-it .des p{
		font-size: 16px;
		line-height: 1.5;
	}
	.home-nav-it{
		margin: 0 5px;
	}
	.menu-main li{
		font-size: 16px;
		padding: 0 30px;
	}
	.logo {
	    top: 30px;
	    left: 20px;
	    height: 100px;
	}
	.page-custom{
		padding-left: 90px;
		padding-right: 90px;
	}

	.single-custom h3{
		margin: 0 0 10px;
	}
	.single-box{
		min-height: 1800px;
	}
	.guide-it{
		padding: 0 5px;
	}
	.guide-box{
		padding-right: 180px;
		padding-left: 330px;
	}
	.guide-it p{
		font-size: 12px;
	}
	.guide-box{
		margin-left: -60px;
	}
	.guide-list{
		max-width: 500px;
		margin: 0 auto;
	}
	.single-custom .box{
		margin: 11px -39px 48px -43px;
	}
}
@media(max-width: 991px){
	.menu-main li{
		padding: 0;
	}
	.menu-main li:before, .menu-main li:after{
		display: none;
	}
	.home-news .box{
		left: 0;
		    padding-left: 80px;
	    max-width: 500px;
	    margin: 0 auto;
	}
	.news-slider{
		width: 100%;
		padding: 0;
	}
	.news-right{
		width: 100%;
		margin-top: 30px;
	}
	.home-news .box .news-right{
		display: none;
	}
	.home-news .box .news-right.on-tablet, .on-tablet{
		display: block;
	}
	.news-right .news-search{
		background: #eedfc8;
		box-shadow: 2px 2px 0 rgba(255,255,255,0.28);
	}
	.news-right .news-search input[type="text"]{
		color: #833222;	
	}
	.news-right .news-tab-title li a{
		color: #fff7e0;
	}
	.news-right .news-tab-title li{
		margin: 0 10px;
	}
	.news-tab-title li a{
		background-image: url(../images/mobile-title.png);
	}
	.news-list .news-it p a, .news-list .news-it:first-child p a{
		color: #fff7e0;
	}
	.news-list .news-it p .title{
		background-image: url(../images/icon-list-white.png) !important;
	}
	.home-for-it.slick-current .for-featured{
	    left: 50%;
		transform: translateX(-50%);
		height: 450px;
		width: auto;
		max-width: inherit;
	}
	.home-slider-for {
	    background: url(../images/bg-slider.png) no-repeat center top 52px/70% auto;
	}
	.menu-fixed{
		display: none;
	}
	.home-for-it .des p{
		padding: 20px;
		background: rgba(132,51,34,0.77);
		text-align: center;
	}
	.home-for-it .des{
		left: 20px;
		max-width: 100%;
		text-align: left !important;
		    bottom: 30px;
	}
	.home-for-it .des img{
		margin-left: 20px;
	}
	.media-left{
		width: 100%;
		padding: 0 0 40px 0;
	}
	.media-right{
		width: 100%;
	}
	.media{
		display: block;
	}
	.media-right .music{
		max-width: 400px;
		margin: 0 auto;
	}
	.gallery-list .it{
		height: 120px;
	}
	#footer{
		padding: 50px 0;
	}
	.news-tab-title ul{
		justify-content: center;
	}
	.page-custom {
	    padding-left: 50px;
	    padding-right: 50px;
	}
	.news-tab-title li{
		margin: 0 10px;
	}
	.cat-item h5{
		   max-width: calc(100% - 120px);
	}
	.single-custom .box {
	    margin: 11px -19px 48px -21px;
	    padding: 20px 80px 50px;
	}
	.guide-box {
	    padding-right: 129px;
	    padding-left: 276px;
	    padding-top: 84px;
	    padding-bottom: 50px;
	}
	.single-custom .box p{
		font-size: 18px;
		line-height: 1.3;
	}
	.guide-it img.cpacity{
		height: 45px;
	}
	.btn-back {
	    top: 60px;
	    left: 44px;
	}
}
@media(max-width: 768px){
	.on-pc{
		display: none;
	}
	.on-sp{
		display: block;
	}
	.hd-top{
		padding: 1.169vw 0;
		position: relative;
	}
	.menu-mb{
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: rgba(0,0,0,0.87);
		padding: 5.714vw 2.597vw 17vw;
		z-index:100;
		display: none;
	}
	.menu-mb li{
		display: block;
		margin-bottom: 3.247vw;
		color: #f3e7d1;
		font-size: 3.247vw;
		line-height: 1.3;
		margin-bottom: 5.195vw;
		font-weight: 700;
	}
	.menu-mb li a{
		color: #f3e7d1;
	}
	.toggle img{
		height: 6.364vw;
		display: block;
	}
	.toggle{
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.toggle.exit{
		transform: rotate(90deg) translateX(-50%);
	}
	.hd-btn a{
		display: flex;
		width: 25.974vw;
		height: 8.442vw;
		background: url(../images/mb-btn.png) no-repeat center center/100% 100%;
		font-size: 2.597vw;
		line-height: 1;
		color: #912a17;
		font-weight: 700;
		align-items: center;
		justify-content: center;
		margin: 0 1.299vw;	
	}
	.hd-btn{
		justify-content: center;
	}
	.hd-info{
		padding-top: 1.688vw;
	}
	.logo{
	    position: relative !important;
	    top: -45px;
	    left: -150px;
	    height: 14.416vw;
	}
	.hd-info .logo-text{
		max-width: 90%;
		height: 33.766vw;
		margin: 3vw auto 0;
	}
	.wrapper{
		padding-top: 70.636vw;
	}
	.uk-container{
		padding: 0 2.597vw;
	}
	.home-box-1{
		left: 9.286vw;
		margin: 0 auto 1.688vw;
		padding: 1.818vw 10.519vw 4.545vw 1.948vw;
	}
	.home-box-1 .top a img{
		height: 10.6vw;
	}
	.home-box-1 .top{
		margin-bottom: 0.649vw;
		width: 320px; !important
	}
	.home-box-1 .bottom img{
		height: 6.234vw;
	}
	.home-news .box{
		max-width: 100%;
		padding: 6.753vw 3.896vw 8.831vw 21.429vw;
	}
	.news-right{
		margin-top: 2.987vw;
	}
	.news-search{
		padding: 2.1vw 2.597vw 2.1vw 6.364vw;
		margin: 0 2.597vw 2.597vw;
	}
	.news-search button{
		top: 50%;
		left: 2.5vw;
		padding: 0;
		width: 2.636vw;
		transform: translateY(-50%);
	}
	.news-search input[type="text"]{
		font-size: 2.948vw;
		display: block;
	}
	.news-right .news-tab-title li{
		    margin: 0 1.299vw;
	}
	.news-tab-title li a{
		font-size: 2.597vw;
		width: 18.831vw;
		height: 6.753vw;
		line-height: 6.753vw;
	}
	.news-tab-title {
	    margin-bottom: 0.779vw;
	}
	.news-list{
		margin-bottom: 3.896vw;
	}
	.news-list .news-it {
	    padding: 1.558vw 0;
	    border-bottom: 0.13vw solid #cabfae;
	    min-height: 5.195vw;
	}
	.news-all{
		margin: 0 11.429vw;
	    font-size: 2.338vw;
		padding: 1.169vw 1.299vw;
	}
	.home-for-it{
		height: 89.61vw;
	}
	.home-for-it.slick-current .for-featured{
		height: 86.494vw;
		margin-left: 11%;
	}
	.home-for-it .des img{
		max-height: 29.221vw;
		margin-left: 6.494vw;
		margin-bottom: 27.143vw;
	}
	.home-for-it .des{
		left: 5.195vw;
		right: 5.195vw;
		bottom: 2.078vw;
	}
	.home-for-it .des p{
		padding: 0.649vw 13.896vw;
		font-size: 2.468vw;
		line-height: 3.247vw;
	}
	.home-slider-nav{
		padding: 0 10.39vw;
	}
	.home-nav-it{
		padding: 1.299vw 1.558vw;
	    width: 20% !important;
	    margin: 0;
	}
	.home-slider-nav .slick-track{
		flex-wrap: wrap;
	}
	.home-nav-it img{
		width: 11.688vw;
	}
	.home-section-2{
		padding: 12.597vw 0 17.532vw;
	}
	.media-title{
		margin-bottom: 1.948vw;
	}
	.media-title img{
		height: 7.922vw;
	}
	.media-video{
		height: 50.779vw;
	}
	.media-video .play-video img{
		width: 13.506vw;
	}
	.media-left{
		padding-bottom: 4.026vw;
	}
	.media-right .music{
		max-width: 51.299vw;
	}
	.music-featured .music-poster{
		padding: 5.844vw;
	}
	.play-music {
	    width: 7.143vw;
	    height: 7.143vw;
	}
	.music-title{
		margin-top: 0.909vw;
		font-size: 3.117vw;
	}
	.music-title img {
	    margin-right: 1.429vw;
	    height: 3.506vw;
	}
	.gallery {
	    margin-top: 6.753vw;
	}
	.gallery-list{
		margin: 0 -2.597vw 0 0;
	}
	.gallery-list .it{
		height: 20.519vw;
/*		margin: 0 0.519vw;*/
	}
	.gallery-list .slick-dots {
	    bottom: -0.26vw;
	    height: 1.558vw;
	}
	.gallery-list .slick-dots li {
	    height: 1.558vw;
	}
	/*.gallery-list .slick-dots:after{
		top: 1.558vw;
	}*/
	#footer {
	    padding: 8.701vw 0 10.909vw;
	}
	.news-list .news-it p{
		font-size: 3.117vw;
	}
	.news-list .news-it p .title{
		padding-left: 6.104vw;
		background-size: 2.597vw auto;
		background-position: left 2.468vw center;
	}
	.home-section-2 .bg-2{
		    bottom: -7%;
		    max-height: 100%;
		    right: 0;
		    left: auto;
	}
	.news-search button img{
		width: 100%;
		height: 100%;
	}
	.gallery .media-title{
		margin-bottom: 1.039vw;
	}
	.gallery .media-title img{
		    height: 9.221vw;
	}
	.media-right .media-title{
		margin-bottom: 0.26vw;
	}
	.media-right .media-title img{
		height: 10.13vw;
	}
	#footer p {
	    font-size: 2.338vw;
	    line-height: 3.247vw;
	}
	.page-custom{
		padding: 7.143vw 3.506vw 18.039vw;
		background-image: url(../images/sp-bg-single.png);
		margin: 0 -1.948vw;
	}
	.cat-item .featured {
	    height: 10.779vw;
	    width: 23.636vw;
	}
	.cat-item h5{
		font-size: 3.117vw;
		line-height: 1.5;
		margin: 0 0 0 2.208vw;
		max-width: 100%;
	}
	.cat-item p.date{
		position: relative !important;
		right: auto;
		top: 0;
		transform: none;
		left: 0;
		margin-left: 2.208vw;
		font-size: 3.117vw;
		line-height: 1.5;
	}
	.cat-item .info{
		display: block;
		width: calc(100% - 23.636vw);
	}
	.pagination .page-numbers{
		margin: 0 1.039vw;
		width: 4.545vw;
		height: 4.156vw;
		font-size: 2.468vw;
	}
	.page-content{
		padding-bottom: 24.156vw;
	}
	.cat-title .news-tab-title li a{
		height: 5.844vw;
		width: 16.234vw;
		font-size: 2.338vw;
		line-height: 5.584vw;
	}
	.cat-title .news-tab-title li a{
		background-image: url(../images/title.png);
	}
	.cat-title .news-tab-title li.active a{
		background-image: url(../images/title-active.png);
	}
	.page-wrapper{
		    padding-top: 98.312vw;
		    overflow-x: hidden;
	}
	.cat-title{
		max-width: 77.662vw;
	}
	.cat-title .news-tab-title{
		margin-bottom: 4.675vw;
	}
	.cat-list .cat-item{
		margin-bottom: 4.286vw;
	}
	.cat-item .featured h4 {
	    font-size: 2.597vw;
	    left: 2.338vw;
	    right: 4.935vw;
	}
	.pagination .page-numbers img{
		    width: 1.169vw;
	}
	.cat-title .news-tab-title li{
		margin: 0 1.299vw;
	}
	.btn-back{
	    top: 5.844vw;
	    left: 2.597vw;
	    width: 15.584vw;
	}
	.btn-back img{
		width: 100%;
	}
	.single-title-top{
		height: 8.312vw;
	}
	.single-title h1 {
	    margin: 4.545vw 0 0.26vw;
	    font-size: 3.247vw;
	}
	.single-title p.date{
		font-size: 2.727vw;
	}
	.single-title {
	    margin: 0 0 5.325vw;
	    padding-bottom: 0.649vw;
	}
	.single-custom p {
	    font-size: 2.857vw;
	    line-height: 3.896vw;
	    margin-bottom: 3.896vw;
	}
	.single-custom img{
		margin-bottom: 6.623vw;
		margin-top: 2.468vw;
	}
	.single-custom h3{
		font-size: 2.857vw;
		line-height: 3.896vw;
		margin-bottom: -0.909vw;
		margin-left: -0.909vw;
	}
	.single-custom h3:before {
	    width: 5.065vw;
	    height: 5.065vw;
	    margin-right: 0.26vw;
	}
	.single-custom ul {
	    padding-left: 4.805vw;
	    margin-bottom: 8.052vw;
	}
	.single-custom ul li {
	    padding-left: 2.468vw;
	    background: url(../images/icon-list.png) no-repeat left top 1.039vw/1.558vw auto;
	    font-size: 2.857vw;
	    line-height: 3.896vw;
	}
	.single-custom table th, .single-custom table td {
	    font-size: 2.338vw;
	    padding: 2.987vw 2.597vw;
	}
	.single-custom table th:first-child, .single-custom table td:first-child {
	    width: 25.455vw;
	}
	.single-custom table th:nth-child(2) {
	    width: 21.299vw;
	}
	.single-custom table td {
	    padding: 2.468vw 2.597vw;
	}
	.single-bottom {
	    bottom: 9.221vw;
	}
	.single-bottom img{
		height: 5.195vw;
	}
	.single-bottom h4 {
	    margin: 0.649vw 0 0;
	    font-size: 2.338vw;
	}
	.single-box{
		padding-top: 5.143vw;
		min-height: 272.727vw;
		background-image: url(../images/sp-bg-single2.png);
	}
	.guide-box {
	    padding-right: 21.429vw;
	    padding-left: 41.558vw;
	    padding-top: 12.987vw;
	    padding-bottom: 8.182vw;
	    margin: 3.377vw -19.87vw 3.636vw -13.117vw;
	}
	.guide-it {
	    padding: 0 2.727vw;
	}
	.guide-it-box {
	    padding: 3.117vw 1.039vw 1.818vw 2.597vw;
	}
	.guide-it a {
	    padding: 0 2.597vw;
	    margin-bottom: 0.26vw;
	}
	.guide-it img{
		margin: 0 !important;
	}
	.guide-it .pack{
		margin: 1.039vw 0 -1.558vw !important;
		height: auto;
		max-width: 100%;
	}
	.guide-it p{
		font-size: 1.818vw;
		margin: 0 0 -0.26vw;
	}
	.guide-it img.cpacity {
	    height: 7.013vw;
	    margin: 0;
	}
	.single-custom .box {
	    margin: 1.429vw -8.312vw -0.779vw -7.792vw;
	    padding: 3.117vw 8.442vw 7.532vw;
	}
	.single-custom .box p {
	    font-size: 2.857vw;
	    line-height: 3.766vw;
	}
	.guide-box-inner{
		min-height: auto;
		padding-bottom: 27.922vw;
	}
	.guide-box-inner .single-bottom{
		bottom: 19.351vw;	
	}
	.guide-box-inner .single-title{
		margin-bottom: 5.195vw;
	}
	.w-slider .slick-dots{
		bottom: 10px;
	}
	
	

}
