/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

.wraper {
    width: 100%;
}

.site-banner {
    height: 0;
    padding-bottom: 22%;
}

@media (max-width: 1119.98px) {
    .section-header-bar .header-nav {
        padding-left: 10px;
        padding-right: 10px;
    }

    #tip {
        right: 10px;
    }

    #header .logo {
        padding-left: 10px;
    }
}

@media (max-width: 991.98px) {
    .container {
        width: 100%;
    }

    #menu-site-default .navbar-right {
        display: none;
    }

    .column-margin-left {
        margin-left: 0 !important;
    }

    .qr-code-wraper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .copyright {
        margin: 10px 10px 0 10px;
    }

    #ftip {
        left: 15px;
    }
}

@media (max-width: 767.98px) {
    .box-shadow {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
	.banner{
		display:none;
	}

    .tieude {
        display: none;
    }
	.cot {
    height: auto;
}
.logo img{
	width:50%;
}
.logo {
    text-align: left;
}
.text-content h1{
	font-size:18px;
}
.section-intro h4{
	font-size:23px;
}
.sidebar-fixed{
	display:none;
}

.tt {
    display: flow;
}
    .site-banner {
        height: 300px;
        max-height: 100%;
        padding-bottom: 0;
    }

    .header-nav-inner {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .contactDefault {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .personalArea,
    .social-icons {
        padding-left: 10px;
    }

    .social-icons .content,
    .contactDefault .content {
        display: none;
    }

    .contactList li {
        display: block;
    }

    .contactList li .fa,
    .contactList li [class^='icon-'],
    .contactList li [class*=' icon-'] {
        width: 20px !important;
    }

    .breadcrumbs-wrap {
        display: none;
    }

    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block {
        display: none !important;
    }

    #header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #header .right-ads,
    #header .logo {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 25%;
    }

    #header .logo {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #header .right-ads {
        padding-top: 0;
    }

    #header .logo img {
        max-height: 100px;
    }

    .section-nav > .wraper {
        position: inherit;
    }

    .second-nav {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .third-nav .bg {
        padding: 10px 5px;
    }

    .third-nav .current-time {
        display: none;
    }

    #menusite .navbar-default {
        background-color: #428bca;
        border-color: #428bca;
        border-radius: 0;
        min-height: 0;
    }

    #menusite .navbar-default:before,
    #menusite .navbar-default:after,
    #menusite .navbar-header:before,
    #menusite .navbar-header:after {
        display: none;
    }

    #menusite .navbar-default .navbar-nav > li {
        margin-left: 0;
    }

    #menusite .navbar-default .navbar-nav > li:first-child {
        margin-left: 0;
    }

    #menusite .navbar-default .navbar-nav > li:last-child {
        margin-right: 0;
    }

    #menusite .navbar-default .navbar-nav > li > a {
        background-color: #428bca;
        color: #fff;
        padding-right: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #menusite .navbar-default .navbar-nav > li > a:hover,
    #menusite .navbar-default .navbar-nav > li > a:focus,
    #menusite .navbar-default .navbar-nav > .open > a,
    #menusite .navbar-default .navbar-nav > .open > a:hover,
    #menusite .navbar-default .navbar-nav > .open > a:focus {
        background: linear-gradient(to bottom,
                #357ebd 0%,
                #2f70a7 100%) !important;
        color: #ffffff !important;
    }

    #menusite .navbar-default .navbar-nav > .active > a,
    #menusite .navbar-default .navbar-nav > .active > a:hover,
    #menusite .navbar-default .navbar-nav > .active > a:focus {
        background: #4247ca !important;
        color: #ffffff !important;
    }

    #menusite .navbar-default .navbar-nav > li > a > .caret {
        position: absolute;
        width: 30px;
        height: 30px;
        border: 0;
        right: 4px;
        top: 4px;
        margin-left: 0;
        line-height: 1;
    }

    #menusite .navbar-default .navbar-nav > li > a > .caret:before {
        font-family: 'FontAwesome';
        content: '\f0d7';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0px);
    }

    #menusite .navbar-nav {
        margin: 0 0 10px 0;
    }

    #menusite .navbar-collapse {
        position: absolute;
        padding: 0;
        border: 0;
        top: 50px;
        width: 100%;
    }

    #menusite .navbar-toggle {
        margin-left: 0;
        margin-right: -55px;
        color: #dcdcdc;
        border-color: #428bca;
        background-color: #428bca;
        position: absolute;
        left: 10px;
    }

    #menusite .navbar-toggle:hover,
    #menusite .navbar-toggle:focus {
        color: #fff;
        background-color: #245682;
        border-color: #245682;
    }

    #menusite .navbar-nav .dropdown-mobile {
        border-top-width: 1px !important;
        border-top-style: solid !important;
        border-top-color: #82b2dc !important;
    }

    #menusite .dropdown-submenu {
        margin: 0;
        padding: 0;
    }

    #menusite .dropdown-submenu li > ul > li {
        margin-left: 30px;
    }

    #menusite .dropdown-submenu a {
        line-height: 33px;
        background-color: #82b2dc;
        border-top-width: 1px !important;
        border-top-style: solid !important;
        border-top-color: #a6c8e6 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #menusite .dropdown-submenu li a {
        color: #333333 !important;
    }

    #menusite .dropdown-submenu > a:after {
        display: none;
    }
	.sidebar-fixed{
		display:none;
	}
}

@media (max-width: 499.98px) {
    .nv-infodie {
        width: 100%;
    }
	.banner{
		display:none;
	}
	.section-khaibao a{
	color:#fff;
	padding: 15px 3px;
}
.sidebar-fixed{
		display:none;
	}
    .cookie-notice {
        left: 0;
        width: 100%;
    }
	.tt {
    display: flow;
}
.section-lienlac h2 {
	font-size:17px;
}
.section-lienlac h3 {
	font-size:17px;
}
.section-gioithieu p{
	font-size:23px;
}
.logo img {
        width: 100%;
    }

    .logo {
        text-align: center;
    }
.title-group1{
	display:flex;
}
.section-hinhanh img{
	max-width:100%;
}
.text-main, .trade-main1{
	color:red;
}
.plus-sign{
	display:none;
}
.cot {
    height: auto;
}
.tieude{
	display:none;
	}
	.tieude1{
	display:block;
	}
.logo1 {
    width: auto;
    margin-left: -23px;
}
.text-main, .text-sub1 {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
}
.text-main, .text-sub {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
}
    .hang{
		min-height:auto;
	}

	.text-content h1{
		font-size:15px;
	}
	.text-content h4{
		font-size:19px;
	}
	.popup-images{
		display:flow;
	}
	.popup-images h4{
		margin-top:20px;
	}
	
    .popup-images {
        flex-direction: column; /* Hiển thị ảnh thành cột trên di động */
        align-items: center;
    }

    .popup-images img {
        width: 90%; /* Chiều rộng ảnh chiếm 90% màn hình di động */
        max-width: none; /* Loại bỏ giới hạn chiều rộng để ảnh có thể mở rộng theo màn hình */
    }
}

    .visible-ss-block {
        display: block !important;
    }

    .visible-ss-inline {
        display: inline !important;
    }

    .visible-ss-inline-block {
        display: inline-block !important;
    }

    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block {
        display: none !important;
    }

    #tip,
    #footer-tip {
        max-width: 100%;
        margin-right: 0 !important;
    }

    #header .logo img {
        max-height: 60px;
    }
}
@media (max-width: 768px) {
	.text-content h1 { 
	font-size:17px;
}
.banner{
		display:none;
	}
.section-intro h4{
font-size:22px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.text-content h1 { 
	font-size:17px;
}
.sidebar-fixed{
	display:none;
}
.banner{
		display:none;
	}
.cot{
	height:auto;
}
.logo1 {
    width: 300px;
    margin-left: -4px;
}
.section-chuongtrinh img {
    width: 50%;
}
.tieude .title-group {
    position: relative;
    text-align: center;
    line-height: 1.4;
    margin: 0;
    display: flex;
}
.info1 {
    margin-top: 64px;
}
.section-intro h4{
font-size:22px;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.text-content h1 { 
	font-size:17px;
}
.logo1 {
    width: 144px;
    margin-left: -49px;
}
.cot {
    height: 250px;
}
.section-intro h5{
	font-size:24px;
}
.section-intro h6 {
        font-size: 26px;
		color:#333;
    }
.ttin p{
	height:25px;
}
.view-license h3{
	padding:6px;
}
.vertical h5{
	height:48px;
}
.ttin1 h3 {
    height:42px;
    text-transform: uppercase;
}
.cot1{
        height: 313px;
    }
.section-intro h4{
font-size:22px;
}
.view-license h6{
	height:55px;
	padding:3px;
}

}
@media (min-width: 1300px) and (max-width: 1500px) {
	.cot1 {
    height:35vh;
	
}
.view-license2{
	margin-top:62px;
}
.section-intro h5{
	font-size:30px;
}
.section-intro h6{
font-size: 33px;
    color: #454444;
}
}
@media (min-width: 1501px) and (max-width: 1700px) {
	.view-license2 {
    margin-top: 62px;
    margin-bottom: 9px;
    padding: 19px 10px;
	
}
}
@media (min-width: 1701px) and (max-width: 2600px) {
.view-license2{
	margin-top:82px;
}
}
@media (min-width: 500px) and (max-width: 991.98px) {
    #footer .menu li {
        width: 32%;
    }

    #footer .menu li:nth-child(3n + 2) {
        padding-right: 8px;
        padding-left: 7px;
    }

    #footer .menu li:nth-child(3n),
    #footer .menu li:nth-child(3n + 1) {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 500px) {
    .nv-infodie {
        width: 500px;
        left: 50%;
        margin-left: -250px;
    }
}

@media (min-height: 500px) {
    .container {
        width: 100%;
    }

    .nv-infodie {
        height: 500px;
        top: 50%;
        margin-top: -250px;
    }
}

@media (min-width: 768px) {
    .wraper {
        width: 100%;
    }

    .hidden-ss-block {
        display: block !important;
    }

    .hidden-ss-inline {
        display: inline !important;
    }

    .hidden-ss-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }

    .wraper {
        width: 100%;
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {
    .wraper {
        width: 1200px;
    }
}
@media (min-width: 992px) and (max-width: 1134px) {
	.production-main{
		font-size:14px;
	}
	.production-sub{
		font-size:15px;
	}
}
	