@media (min-width: 1025px) {
    nav.nav {
        z-index: 60;
        float: left;
        width: 100%;
    }
    .navbar-nav {
        /*display: flex;
    	justify-content: space-between;*/
    }
    nav.nav .navbar-collapse {
        padding: 0;
    }
    nav.nav .navbar-nav>li.dropdown:hover>.dropdown-menu {
        display: block;
    }
    nav.nav .navbar-brand {
        height: auto;
        padding: 5px;
        display: none;
    }
    nav.nav .navbar-brand img {
        height: 80px;
    }
    nav.nav .navbar-nav {
        width: 100%;
        text-align: center;
    }
    nav.nav .navbar-nav>li {
        margin: 0;
        position: relative;
        display: inline-block;
    }
    nav.nav .navbar-nav>li>a {
        font-size: 13px;
        padding: 10px 10px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
    }
    nav.nav .navbar-nav>li>a:after {
        /*content: url('../../templates/images/after-a.png');
		position: absolute;
		right: 0px;
		bottom: 8px;*/
    }
    nav.nav .navbar-nav>li:last-child {
        /*float: right;*/
    }
    nav.nav .navbar-nav>li:nth-last-child(2)>a:after {
        content: "";
    }
    nav.nav .navbar-nav>li:last-child>a:after {
        content: "";
    }
    nav.nav .navbar-nav>li>a:hover {
        color: #f58220;
    }
    nav.nav .navbar-nav>li>a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 128, 93, 0.93);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    nav.nav .navbar-nav>li>a:hover,
    .nav.nav .navbar-nav>li>a:focus,
    .nav.nav .navbar-nav>li>a:active {
        color: #f58220;
    }
    nav.nav .navbar-nav>li>a:hover:before,
    .nav.nav .navbar-nav>li>a:focus:before,
    .nav.nav .navbar-nav>li>a:active:before {
        /*-webkit-transform: scaleX(1);
	  transform: scaleX(1);*/
        /*-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);*/
    }
    nav.nav .open>a,
    nav.nav .open>a:focus,
    nav.nav .open>a:hover,
    nav.nav .navbar-nav>li>a:focus,
    nav.nav .navbar-nav>li:hover>a {
        color: #333;
        background: #fefefe;
    }
    nav.nav .navbar-nav>li>a {
        color: #fff;
    }
    nav.nav .navbar-nav>li>a:hover {
        color: #000;
    }
    nav.nav .dropdown-menu {
        padding: 0;
        border: none;
        min-width: 205px;
        border-radius: 0;
        z-index: 9999;
        background: rgba(255, 87, 34, 0.9);
    }
    nav.nav .dropdown-menu li a {
        color: #fff;
        padding: 10px 15px;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
    nav.nav .dropdown-menu .active>a,
    nav.nav .dropdown-menu li>a:focus,
    nav.nav .dropdown-menu li>a:hover {
        color: #fff;
        filter: none;
        background: #333;
        padding: 10px 20px;
    }
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
    /*.dropdown > a:after,
	.dropdown-submenu > a:after {
		position: absolute;
		top: 18px;
		margin-top:-5px;
		width:10px;
		height:10px;
		line-height:10px;
		text-align:center;
		right: 5px;
		font-size: 11px;
		content: "\f105";
		font-weight: normal;
		display: inline-block;
		font-family: FontAwesome;
	}*/
    .dropdown>a:after {
        content: "";
    }
    .btn-dropdown {
        display: none;
    }
    .nav_top {}
    .nav_top ul li {
        cursor: pointer;
    }
    .nav_top>ul>li a:hover {
        color: #ffc;
    }
    .nav_top>ul>li a {
        /*color: #ff7500;*/
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        font-size: 13px;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        overflow: hidden;
    }
    .nav_top>ul>li a:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        bottom: 0;
        background: #fff;
        height: 1px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .nav_top>ul>li a:hover:before,
    .nav_top>ul>li a:focus:before,
    .nav_top>ul>li a:active:before {
        left: 0;
        right: 0;
    }
    .nav_top>ul>li.active a:before {
        left: 0;
        right: 0;
    }
    .nav_top>ul>li ul {
        position: absolute;
        min-width: 120px;
        top: 100%;
        left: 0;
        margin: 0;
        text-align: left;
        padding: 0;
        z-index: 999;
        display: none;
        background: #333;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
    .nav_top>ul>li ul li {
        list-style: none;
        padding: 10px;
    }
    .nav_top>ul>li:hover ul {
        display: block;
    }
}

@media (max-width: 1200px) and (min-width: 1020px) {
    nav.nav .navbar-nav>li>a {
        padding: 10px;
    }
}

@media (max-width: 1024px) {
    .nav-tabs1 {
        display: block;
    }
    .nav-tabs2 {
        display: none;
    }
    .hl-dp .hotline span {
        font-size: 12px;
    }
    .hl-dp .hotline {
        display: block;
    }
    .hl-dp {
        text-align: right;
    }
    .slide.mb10 {
        margin-top: 10px;
    }
    .top_header {
        padding: 0px;
    }
    .list-inline {
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .list-inline>li:last-child {
        padding-right: 0px;
    }
    .gio-hang-fix {
        display: none;
    }
    .slide .container,
    .banner .container {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .container {
        padding: 0;
    }
    nav.nav {
        background: transparent;
        float: left;
        width: 100%;
    }
    nav.nav .navbar-header {
        float: none;
    }
    nav.nav .navbar-toggle {
        display: block;
    }
    nav.nav .navbar-collapse.collapse {
        display: none !important;
    }
    nav.nav .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
    }
    nav.nav .navbar-nav {
        margin: 2px 0;
        float: none !important;
    }
    nav.nav .navbar-nav>li {
        float: none;
    }
    nav.nav .navbar-nav .open .dropdown-menu {
        border: 0;
        float: none;
        width: auto;
        margin-top: 0;
        position: static;
        box-shadow: none;
        background-color: transparent;
    }
    nav.nav .navbar-brand {
        height: auto;
        padding: 5px 15px;
        line-height: 25px;
        font-size: 18px;
        color: #fff;
    }
    nav.nav .navbar-brand img {
        height: 40px;
    }
    nav.nav .navbar-toggle {
        margin: 3px;
        margin-right: 8px;
        padding: 0;
        width: 40px;
        height: 35px;
        border-radius: 0;
        font-size: 20px;
        color: #f5f5f5;
    }
    nav.nav .dropdown-submenu>.dropdown-menu {
        display: block;
        margin-left: 15px;
    }
    nav.nav .navbar-nav {
        margin: 0 -15px;
    }
    .btn-dropdown {
        position: absolute;
        z-index: 20;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 2px;
        color: #f5f5f5;
        top: 5px;
        right: 15px;
        cursor: pointer;
        text-align: center;
        display: block;
    }
    .dropdown.open .btn-dropdown,
    .btn-dropdown:focus,
    .btn-dropdown:hover {
        color: #fff;
        border-color: #fff;
    }
    .navbar-nav>li>a {
        color: #fff;
    }
    .arrow_box:after,
    .arrow_box:before {
        left: 99%;
    }
    nav.nav .navbar-nav>li.open>a,
    nav.nav .navbar-nav>li>a:focus,
    nav.nav .navbar-nav>li:hover>a,
    nav.nav .navbar-nav>.active>a {
        color: #ccc;
        background: #333;
    }
    .dropdown-menu>li>a {
        color: #000;
    }
    .dropdown-menu>li>a:hover {
        color: #fff;
        background: none;
    }
    .d7 {
        position: relative;
    }
    .d7 form {
        width: auto;
        display: block;
        margin-right: 0;
    }
    .d7 input {
        width: 100%;
        height: 38px;
        padding-left: 15px;
        border-radius: 4px;
        border: 1px solid #333;
        background: #f5f5f5;
        outline: none;
        transition: 0.3s linear;
        margin: 0px;
    }
    .d7 input:focus {
        width: 100%;
    }
    .page-title {
        margin-top: 10px;
        margin-bottom: 2rem;
        padding: 0 10px;
    }
    .d7 button {
        font-size: 1.3em;
    }
    .d7 button:before {
        /*content: "\f002";
	  font-family: FontAwesome;
	  color: #324b4e;*/
    }
    .banner_search {
        display: none;
    }
}

@media (max-width: 991px) {
    .sec-video iframe {
        height: 300px;
    }
    body {
        background: url(../bg2/mobile.jpg);
        background-attachment: fixed;
        background: #fff;
    }
    section.sec-sukien-new {}
    section.sec-sukien {}
    section.tonghop {}
    section.home-1 .item-pro .info h3 {
        font-size: 15px;
        padding: 0px;
    }
    section.home-1 .item-pro {
        background: #a23869;
    }
    .item-pro .info .more-text {
        padding-bottom: 10px;
    }
    .title-home1 h1,
    .title-home1 h2 {
        font-size: 24px;
    }
    .item-baogia {
        padding: 10px 0px;
    }
    .item-pro2 .img {
        width: 40%;
        float: left;
    }
    .item-pro2 .info {
        width: 60%;
        float: left;
        padding: 10px;
    }
    .item-pro2 h3 {
        font-size: 16px;
        margin-top: 0px;
    }
    .content-home1 .col-md-4.col-xs-12 {
        margin-bottom: 5px;
    }
    #aff_menu.affix {
        position: static;
    }
    .nav.nav .navbar-nav {
        text-align: initial;
    }
    .top-header {
        padding-top: 0px;
    }
    .top-logo {
        padding: 0px;
        text-align: center;
    }
    .tonghop {
        text-align: center;
    }
    .hidden-small {
        display: none;
    }
    .hotline-search {
        display: none;
    }
    .bao-video {
        margin-bottom: 10px;
    }
    .bao-chinhsach .chinhsach-chung {
        margin-bottom: 10px;
    }
    .menu-top {
        position: static;
        text-align: center;
    }
    .lang-mobile {
        display: none;
    }
    .lang {
        padding-right: 10px;
    }
    .title-top-product h4 {
        font-size: 13px;
    }
    .title-footer {
        margin-top: 20px;
    }
    .col-left {
        display: none;
    }
    header .logo {
        float: left;
        width: 100%;
        text-align: center;
    }
    header .logo img {
        max-height: 70px;
    }
    .footer .col-md-5 h5 {
        text-align: center;
    }
    footer .link {
        text-align: center;
    }
    .designed {
        font-size: 13px;
        padding: 5px 0;
        text-align: center;
    }
    .search_mobile input {
        border-radius: 50px;
        width: 100%;
        background: #fff;
        border: 1px solid #eee;
        height: 35px;
        padding-left: 10px;
    }
    .search_mobile form {
        width: 100%;
        margin-bottom: 0px;
        margin-top: 2px;
    }
    .search_mobile button {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 14px;
        color: #000;
        background: none;
        border: none;
    }
}

@media (max-width: 767px) {
    #copyright {
        margin-bottom: 70px;
    }
    .hotro_fix {
        display: block;
        opacity: 1;
        position: fixed;
        left: 0;
        bottom: 0;
        background: var(--bg-2);
        height: 70px;
        width: 100%;
        z-index: 999;
        padding: 5px 10px 5px 10xpx;
    }
    .hotro_fix .item {
        width: 19%;
        float: left;
        padding: 5px 5px;
    }
    .hotro_fix .item a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
    }
    .hotro_fix .item a img {
        height: 35px;
        margin-bottom: 5px;
    }
    .hotro_fix .item.item-3 {
        margin-top: -30px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 23%;
    }
    .hotro_fix .item.item-3 a {
        height: 85px!important;
        width: 85px!important;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border: 7px solid #fff;
        background: #ff7310;
        color: #fff;
        padding: 5px;
        font-size: 15px;
        text-transform: uppercase;
    }
    .hide_m {
        display: none;
    }
    #particles-js {
        display: block;
    }
    .content-xuhuong>div>a {
        font-size: 13px;
        padding: 6px 20px;
    }
    .item-pro2 {
        float: left;
        width: 100%;
    }
    .item-pro2 .img {
        width: 100%;
        float: left;
    }
    .item-pro2 .info {
        width: 100%;
        float: left;
    }
    .sec-contact {
        background-position: center;
    }
    .content-home-contact h2 {
        font-size: 36px;
    }
    .content-xuhuong {
        margin: 40px 0;
    }
    .content-xuhuong h2 {
        font-size: 25px;
    }
    .box.visited {
        padding: 0;
        padding-top: 20px;
        display: block;
    }
    .box.visited p {
        display: block;
    }
    .ct_s {
        padding-left: 0px;
    }
    .title_facebook img {
        margin-right: 0px !important;
    }
    #chat_facebook {
        right: 5px;
    }
    .fback-top {
        bottom: 7rem;
    }
    .top-logo img {
        width: 55%;
    }
    .top-logo img {
        padding-top: 0px;
    }
    .hotline_l {
        line-height: 30px;
        padding: 0px 15px;
        display: block;
        background: #ff7300;
        color: #fff;
        font-family: "arial";
        font-size: 13px;
        text-align: center;
    }
    .hotline-lang {
        display: none;
    }
    .hotline_top {
        float: left;
    }
    .hotline_top i {
        margin-right: 10px;
    }
    .language {
        float: right;
    }
    .language img {
        width: 30px;
    }
    .re {
        padding: 10px 0px;
    }
    .navbar-toggle {
        position: absolute;
        top: 42px;
        left: 10px;
        z-index: 999;
        padding: 0px;
        border-radius: 0px;
        margin: 0;
        color: #fff;
        font-size: 30px;
    }
    #aff_menu {
        padding: 5px;
        min-height: 35px;
    }
    .search_mobile {
        width: 100%;
        display: block;
    }
    .nav.nav .navbar-nav {
        padding-top: 10px;
    }
    .search_mobile form {
        margin-top: 1px;
    }
    .btn-baogia {
        position: fixed !important;
        right: 50%;
        bottom: 25px;
        top: unset;
        transform: translateX(50%);
    }
    .logo {
        left: 15px !important;
    }
    .opem-main-menu {
        right: 15px;
    }
    .lienhe-page {
        margin-top: 20px;
        margin-bottom: 10px;
        display: flex;
    }
    .lienhe-page .btn-hotline a {
        padding: 7px 12px 5px;
        margin-bottom: 2px;
        font-size: 10px;
    }
    .lienhe-page .btn-hotline {
        font-size: 10px;
        margin-right: 5px;
    }
    .lienhe-page .btn-baogia2 a {
        padding: 7px 10px 5px;
        margin-bottom: 10px;
        font-size: 11px;
    }
    .logo img {
        height: 60px;
    }
    .logo_f{
        margin-bottom:70px;
        display:block;
    }
    .pn-foot .foot_top h2{
        font-size:30px!important;
    }
    .inner_foot .foot_cp{
        margin-bottom:100px;
    }
    .foot_main{
        padding-bottom:0!important;
    }
}

@media (max-width: 480px) {
    .opem-main-menu {
        top: 23px;
    }
    .time-post {
        font-size: 12px;
    }
    .ct_s {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .content-gioithieu,
    .the_excerptPage {
        padding: 0 20px;
    }
    .work-card .card-content .title {
        font-size: 14px;
        padding: 5px 16px;
    }
    .work-row {
        /* grid-template-areas:
      "a"
      "b"
      "c"
      "d"
      "e"
      "f"; */
        /* grid-template-areas:
      "a a b b"
      "a a c d"
      "f f e d"
      "f f e d"; */
        grid-template-areas: "a f" "a b" "c d" "e d";
    }
    /* .work-card .card-content .title {
    padding: 5px;
    font-size: 12px;
  } */
    .work-card {
        border-width: 2px;
    }
    .col-mm-12 {
        width: 100%;
    }
    .col-md-4 .item-pro-dm .title-dm h3 {
        font-size: 14px;
    }
    .item-pro-dm .quote {
        font-size: 13px;
    }
    .col_footer {
        padding: 0px;
    }
    .row {
        margin: 0px;
    }
    .footer {
        padding: 0px 10px;
    }
    #copyright {
        padding: 10px;
    }
    .col_top1.desr,
    .col_top1.des {
        padding: 0px;
    }
    .ar_des {
        height: auto;
    }
    .name_top1 h3 {
        margin-top: 0px;
        font-size: 16px;
    }
    .main_navtop1 {
        padding: 0px;
        margin-bottom: 20px;
    }
    .box-item h1.name {
        margin: 0px;
    }
    .text-contents {
        padding: 10px 0px;
    }
    .text-pages table {
        width: 100% !important;
    }
    .like-share-page .facebook {
        margin-left: 0px;
    }
}

@media (max-width: 390px) {
    .hotro_fix .item a img {
        height: 30px;
    }
    .hotro_fix .item.item-3 a {
        font-size: 13px;
        width: 80px!important;
        height: 80px!important;
    }
    .hotro_fix .item {
        width: 18.5%;
    }
    .hotro_fix .item.item-3 {
        width: 26%;
    }
}

@media (max-width: 350px) {}