@media (max-width: 1600px) {
	
}
@media (max-width: 1366px) {
	.search-sect {
		width: 900px;
	}
	.search-list {
		width: 700px;
	}
	.tag-cat {
		font-size: 14px;
	}
	.white-bg-content {
		padding: 40px;
	}
	.mv-content {
		width: 1100px;
	}
	.mv-deco1 {
		padding-right: 40px;
	}
	.mv-deco1 {
		width: 330px;
	}
}
@media (max-width: 1200px) {
	.search-sect {
		width: 750px;
	}
	.search-list {
		width: 550px;
	}
	.news-sect {
		width: 750px;
	}
	.news-left {
		width: 520px;
		padding-right: 30px;
	}
	.news-right {
		width: 280px;
	}
	.ov-bg {
		width: 750px;
	}
	.news-carousel-sect {
		width: 750px;
	}
	.new-carousel.owl-carousel {
		width: calc(750px + (100% - 230px) / 2);
	}
	.footer-container {
		width: 950px;
	}
	.logo-footer img {
		width: 150px;
	}
	.menu-footer a {
		font-size: 14px;
	}
	.menu-footer ul li:last-child {
		margin-right: 0;
		padding-right: 0;
	}
	.container-900 {
		width: 750px;
	}
	.modal-dialog {
		width: 700px;
	}
	.mv-content {
		width: 990px;
	}
	.mv-deco1 {
		padding-right: 40px;
	}
	.mv-deco1 {
		width: 300px;
	}
	.mv-box {
		width: 470px;
		padding: 70px 30px 30px 30px;
	}
	.mv-box:after {
		background-size: 120px auto;
		width: 120px;
		height: 110px;
	}
}
@media (max-width: 1080px) {
	.search-sect {
		width: 700px;
	}
	.search-list {
		width: 530px;
	}
	.news-sect {
		width: 700px;
	}
	.news-left {
		width: 520px;
		padding-right: 30px;
	}
	.news-right {
		width: 280px;
	}
	.ov-bg {
		width: 650px;
	}
	.news-carousel-sect {
		width: 700px;
	}
	.new-carousel.owl-carousel {
		width: calc(700px + (100% - 230px) / 2);
	}
	.search-btn-blk {
		width: 150px;
		height: 150px;
	}
	.container-900 {
		width: 700px;
	}
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
	.left-bar {
		display: none;
	}
	.yellow-title h2,
	.star-title h2, 
	.crown-title h2,
	.new-title h2,
	.ov-bg h2 {
		font-size: 22px;
	}
	.top-blk a {
		padding: 10px 10px;
	}
	.footer-container {
		flex-direction: column;
	}
	.menu-footer {
		margin: 30px 0;
	}
	.copy-right {
		text-align: center;
		padding: 30px 30px 0 30px;;
	}
	.footer {
		padding: 70px 0 70px 0;
	}
	.yl-bg {
		padding: 70px 0;
	}
	.menu-social ul li {
		margin: 0 12px;
	}
	.content-wrapper {
		padding-top: 50px;
	}
	.header-tb {
		display: inline-flex;
		background: #fff;
		height: 50px;
		padding: 6px 10px;
		justify-content: space-between;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 9999;
	}
	.header-tb .logo-tb {
		width: auto;
		margin-top:5px;
	}
	.header-tb .logo-tb img {
		height: 28px;
	}
	.btn-search2 {
		width: 100px;
		height: 30px;
		line-height: 30px;
		border-radius: 15px;
		display: inline-block;
		background: linear-gradient(135deg, #FF8E32 20%,  #FF5085);
		color: #fff !important;
		font-size: 14px;
		font-weight: bold;
		position: relative;
		text-align: center;
		padding-left: 20px;
		margin-top: 4px;
		margin-right: 10px;
	}
	.btn-search2:before {
		content: '';
		display: inline-block;
		background: url("../images/icon-search3.png") no-repeat;
		width: 16px;
		height: 16px;
		position: absolute;
		left: 10px;
		top: 50%;
		margin-top: -8px;
	}
	.btn-search2:hover {
		background: linear-gradient(#FF5085,#FF5085);
		color: #fff;
	}
	.header-right {
		display: flex;
	}
	.header-right .manu-hamber {
		top: 9px;
		position: relative;
	}
	.footer-container {
        width: 750px;
    }
	.search-btn-blk2 {
		display: none;
	}
	.btn-search-pop {
		display: none !important;
	}
	.title-page {
		font-size: 22px;
	}
	.white-bg-content {
		padding: 30px;
	}
	.link-blk,
	.term-blk {
		margin-top: 40px;
	}
	.menu-sidebar ul li {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.mv-content {
		width: 760px;
	}
	.mv-deco1 {
		padding-right: 20px;
	}
	.mv-deco1 {
		width: 250px;
	}
	.mv-box {
		width: 450px;
		padding: 70px 20px 20px 20px;
	}
	.mv-box:after {
		background-size: 100px auto;
		width: 100px;
		height: 91px;
	}
}
/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
	body, 
	p, 
	input,
	button,
	select,
	textarea {
		font-size: 14px;
	}
	.content-wrapper {
		width: 100%;
		flex: auto;
	}
	.title-page {
		font-size: 18px;
	}
	.search-sect,
	.news-carousel-sect,
	.news-sect {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.ov-bg {
		width: 100%;
		padding: 25px 20px;
	}
	.ov-bg .mrt-30 {
		margin-top: 15px;
	}
	.ov-bg:before {
		background-size: auto 60px;
        width: 95px;
        height: 60px;
        top: auto;
        left: -15px;
	}
	.ov-bg:after {
		 background-size: auto 69px;
        height: 87px;
        width: 69px;
        bottom: auto;
        right: -5px;
        top: -25px;
	}
	.news-carousel-sect {
		padding-bottom: 40px;
	}
	.news-sect {
		flex-direction: column;
	}
	.news-left {
		width: 100%;
		padding-right: 0;
		margin-left: -5px;
		margin-right: -5px;
	}
	.news-right {
		width: 100%;
		margin-top: 40px;
	}
	.fav-list .item {
		padding: 5px;
	}
	.link-sect {
		padding: 40px 20px;
	}
	.top-blk {
		margin: 15px 0;
	}
	.top-blk a {
		width: auto;
		flex: 1;
	}
	.hide-sp {
		display: none;
	}
	.show-sp {
		display: block;
	}
	.search-sect {
		margin-top: 50px;
		padding-bottom: 80px;
	}
	.search-r {
		flex-direction: column;
	}
	.search-list {
		width: 100%;
	}
	.search-btn-blk {
		width: 100%;
		margin-top: 30px;
		height: 80px;
		font-size: 14px;
	}
	.btn-search1 {
		height: 50px;
		line-height: 50px;
		margin-top: 0;
		font-size: 18px;
		margin-left: 20px;
	}
	.tag-cat {
		font-size: 13px;
	}
	.yellow-title h2 {
		font-size: 15px;
		line-height: 40px;
	}
	.yellow-title {
		background-size: auto 40px;
		height: 40px;
		left: 20px;
		top: -40px;
	}
	.star-title h2, 
	.crown-title h2,
	.new-title h2,
	.ov-bg h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.new-title span,
	.star-title span,
	.crown-title span {
		font-size: 13px;
	}
	.yellow-bg {
		padding: 40px 0;
	}
	.new-carousel.owl-carousel {
		width: calc(100% + 40px)
	}
	.new-carousel.owl-theme .owl-dots {
		left: -20px;
	}
	.new-carousel.owl-theme .owl-nav {
		left: -20px;
		right: 20px;
	}
	.new-carousel.owl-theme .owl-nav {
		bottom: -16px;
	}
	.new-carousel.owl-carousel .owl-nav button.owl-prev {
		width: 32px;
		height: 32px;
		left: -45px;
		background-size: 10px auto;
	}
	.new-carousel.owl-carousel .owl-nav button.owl-next {
		width: 32px;
		height: 32px;
		right: -45px;
		background-size: 10px auto;
	}
	.btn-more {
		height: 50px;
		line-height: 50px;
		width: 230px;
	}
	.btn-more label {
		height: 48px;
		line-height: 48px;
	}
	.btn-more-news {
		margin-top: 20px;
	}
	.totop {
		right: 20px;
	}
	.footer-container {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer {
		padding: 40px 0 !important;
	}
	.menu-footer ul li {
		float: none;
		border-right: 0;
		margin: 15px 0;
	}
	.yl-bg {
		padding: 50px 0;
	}
	.container-900 {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.search-r-list > .item {
		width: 50%;
	}
	.breadcrumb-blk ul li:after {
		background-size: 14px auto;
		right: -7px;
    	margin-top: -7px;
		width: 14px;
		height: 14px;
	}
	.title-post {
		font-size: 14px;
	}
	.modal-dialog {
		width: 90%;
		margin: 10px auto;
	}
	.modal-body {
		height: 70vh;
	}
	.tag-list5 .item {
		width:  33.3333%;
	}
	.faq-blk .toggle-button {
		font-size: 14px;
	}
	.faq-blk .toggle-button span {
		font-size: 14px;
	}
	.white-bg-content {
		padding: 20px;
	}
	.link-blk h3,
	.term-blk h3 {
		padding: 7px 0 7px 22px;
	}
	.link-blk,
	.term-blk {
		margin-top: 30px;
	}
	.link-blk ul li:before {
		top: 5px;
	}
	.contact-form .form-grp {
		flex-direction: column;
		margin-bottom: 10px;
	}
	.contact-form .form-grp > label {
		margin-bottom: 10px;
	}
	.contact-form .form-grp input[type=text],
	.contact-form .form-grp input[type=tel],
	.contact-form .form-grp input[type=email] {
		height: 45px;
		line-height: 45px;
	}
	.contact-form .submit-btn {
		width: 200px;
	}
	.news-dt-info {
		flex-direction: column;
	}
	.date-dt {
		text-align: left;
		margin-top: 10px;
	}
	.pink-box {
		padding: 40px 20px 20px 20px;
	}
	.yellow-box {
		padding: 40px 20px 20px 20px;
	}
	.gray-box {
		padding: 40px 20px 20px 20px;
	}
	.tb-content {
		flex-direction: column;
	}
	.tb-content .tb1, .tb-content .tb2, .tb-content .tb3, .tb-content .tb4 {
		width: 100%;
		display: flex;
		margin-top: -1px;
	}
	.tb-content .tb4 {
		
	}
	.tb-content .cell-head {
		width: 150px;
	}
	.tb-content .cell-body {
		flex: 1;
		margin-top: 0;
		margin-left: -1px;
	}
	.news-details-page, .news-details-page p {
		font-size: 14px;
	}
	.pd-txt {
		padding-left: 20px;
	}
	.modal-title span {
		font-size: 12px;
	}
	.modal-footer {
		height: 100px;
		display: flex;
		flex-direction: column;
	}
	.clear-btn {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		width: 150px;
		margin: 0 auto;
	}
	.modal-footer .btn-search3 {
		margin: 10px auto;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		width: 200px;
	}
	.modal-footer .btn-search3 span:before {
		width: 20px;
		height: 20px;
		margin-top: -9px;
		background-size: 20px auto;
	}
	.modal-footer .btn-search3 span {
		padding-left: 26px;
	}
	.modal-dialog {
		top: -12px;
	}
	
	.mv-deco1 {
		text-align: center;
		margin-bottom: 40px;
		padding-right: 0;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.mv-deco1 img {
		width: 80%;
		min-width: 190px;
	}
	.main-visual {
		background: url("../images/mv-bg-sp.png") no-repeat top center;
		background-size: cover;
		height: auto;
	}
	.mv-content {
		width: 100%;
		padding: 30px 20px 80px 20px;
		flex-direction: column;
	}
	.mv-box label {
		font-size: 14px;
		padding: 0 15px;
	}
	.mv-box p {
		font-size: 14px;
	}
	.mv-box h2 {
		font-size: 16px;
	}
	.mv-box {
		padding-bottom: 40px;
		width: 100%;
	}
	.mv-box:after {
		top: auto;
		right: -10px;
		bottom: -60px;
	}
	.mv-box:before {
		background: url("../images/mv-deco3.svg") no-repeat;
		width: 100px;
		height: 91px;
		background-size: 100px auto;
		position: absolute;
		top: -83px;
		left: 0px;
		content: '';
		display: inline-block;
	}
	.mv-box:before, .mv-box:after{
		display:none;
	}
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
	.search-sect {
		margin-top: 40px;
	}
	.img-top-blk {
		width: auto;
	}
	.top-blk img {
		width: auto;
		height: 70px;
	}
	.search-r-list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.search-r-list > .item {
		width: 50%;
		padding: 5px;
	}
	.mv-deco1 img {
		width: 95%;
	}
}
@media (max-width: 480px){	
	
}
@media (max-width: 320px){	
	
}

