@media (max-width: 1200px) {
    #menu_desktop ul>li>a {
        color: #000;
        padding: 0px;
        line-height: 45px;
        display: block;
        padding: 0px 5px;
    }
    .box-title-about h3 {
        font-size: 19px;
    }
    .img-pr img {
        height: 175px;
    }
    .img-pr.pr-3 img {
        height: 195px;
    }
}

@media (max-width: 1024px) {
    .item-product h3 {
        padding: 0px;
        line-height: 22px;
    }
    .icon-cards {
        margin-bottom: 240px;
    }
    .hotline-t {
        left: unset;
        right: 20px;
        top: 5px;
    }
    #menu_desktop .center>ul>li {
        float: left;
        position: relative;
        margin-right: 10px;
    }
    .cpn-name p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: -15px;
    }
    .img-pr {
        padding: 15px;
    }
    .btn-xem {
        display: block;
        margin: auto;
        float: none;
        width: 80%;
        margin-top: 5px;
    }
    .title-main h3 {
        font-size: 17px;
        margin-top: 3px;
        margin-left: 5px;
    }
    .box-sl input {
        height: 40px;
        width: 65px;
    }
    #map iframe {
        width: 100%;
        height: 188px;
    }
    .box-news img {
        width: 200px;
    }
    .box-news-top h3 {
        font-size: 24px;
    }
    .dk-tv h3 {
        width: 86%;
        margin-left: 7%;
    }
}

@media (max-width: 1023px) {
    .box-title-slider {
        display: none;
    }
    .box-sl input {
        height: 40px;
        width: 100px;
    }
     ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #000;
    }
     ::-moz-placeholder {
        /* Firefox 19+ */
        color: #000;
    }
     :-ms-input-placeholder {
        /* IE 10+ */
        color: #000;
    }
     :-moz-placeholder {
        /* Firefox 18- */
        color: #000;
    }
    .lang a {
        display: inline-block;
        margin-bottom: 5px;
    }
    .search-d7 {
        display: none;
    }
    .top-right {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    nav#aff_menu:before {
        content: "";
        width: 0px;
    }
    nav#aff_menu:after {
        content: "";
        width: 0px;
    }
    .banner-top {
        padding: 0px;
    }
    .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;
    }
    body {
        background: #fff;
    }
    .gio-hang-fix {
        display: none;
    }
    nav.nav {
        background: #ae7215;
        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: transparent;
    }
    .dropdown-menu>li>a {
        color: #f5f5f5;
    }
    .dropdown-menu>li>a:hover {
        color: #fff;
        background: none;
    }
    .d7 {
        position: relative;
        margin-bottom: 10px;
    }
    .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;
        color: #000;
    }
    nav.nav .navbar-nav>li>a {
        width: 100%;
    }
    .d7 input:focus {
        width: 100%;
    }
    .page-title {
        margin-top: 10px;
    }
    .d7 button {
        font-size: 1.3em;
        width: 38px;
        height: 38px;
        background: transparent;
        border: none;
        position: absolute;
        top: 0;
        right: 0;
    }
    .d7 button:before {
        content: "\f002";
        font-family: FontAwesome;
        color: #324b4e;
    }
    .banner_search {
        display: none;
    }
}

@media (max-width: 991px) {
    .img-pr.pr-3 img {
        height: 200px;
    }
    .center-ft {
        text-align: left;
    }
    .logo-mob a img {
        display: block;
        margin: 15px auto;
    }
    #full {
        border-top: 3px solid #146e00;
        max-width: 100%;
        margin: 0px auto;
        overflow: hidden;
    }
    #menu_mobile {
        display: block;
    }
    #menu_desktop {
        display: none;
    }
    .owl-op {
        padding: 0 7%;
    }
    #why {
        margin-bottom: 40px;
    }
    .name-pr {
        font-size: 13px;
    }
    .price-pr span {
        font-size: 14px;
    }
    .more_sp {
        width: 90px;
        height: 30px;
        line-height: 30px;
    }
    .col-pr {
        padding: 0 5px;
    }
    .ar-pr {
        margin-bottom: 20px;
        min-height: 242px;
    }
    .btn-xem {
        display: block;
        margin: auto;
        float: none;
        width: 80%;
        margin-top: 5px;
    }
    .title-new {
        text-align: center;
    }
    #copyright {
        text-align: center;
    }
    #copyright ul {
        display: block;
    }
    #copyright ul li {
        margin-bottom: 5px;
    }
    .col-footer {
        margin-bottom: 10px;
    }
    .name-news {
        height: inherit;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
        margin-bottom: 3px;
    }
    .des-news {
        font-size: 13px;
    }
    #form-footer {
        margin-bottom: 20px;
    }
    #form-footer .form-group input {
        height: 40px;
    }
    #form-footer {
        width: 100%;
    }
    .title-main {
        font-size: 20px;
    }
    h3.name-product {
        font-size: 14px;
        text-transform: inherit;
    }
    .img-dv:after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .title-dv {
        background: red;
        position: relative;
        top: 0;
        font-size: 20px;
    }
    .ar-why {
        margin-bottom: 20px;
    }
    h3.name-why {
        font-size: 15px;
    }
    .des-why {
        height: 78px;
        overflow: hidden;
    }
    .contain_slider {
        height: auto !important;
    }
    .right-header {
        justify-content: center;
        margin-top: 10px;
    }
    .logo img {
        /*width: 90%;*/
        margin: 0 auto;
    }
    .s_desktop {
        display: none;
    }
    header {
        background: #ededee;
        border-top: 3px solid #918c8c61;
        padding-bottom: 5px;
    }
    header .inner {
        display: block;
        text-align: center;
    }
    .hotline {
        display: none;
    }
    .content-contact {
        padding: 0px;
    }
    .d7 form {
        border: none;
    }
    .xem-chi-tiet {
        clear: both;
        padding-top: 5px;
    }
    .logo-left {
        padding-left: 30px;
    }
    .content-thongbao {
        position: static;
    }
    .d7-desktop {
        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 {
        float: left;
        padding-left: 10px;
        padding-top: 5px;
        display: none;
    }
    .lang-mobile img {
        max-width: 50px;
    }
    .title-top-product h4 {
        font-size: 13px;
    }
    .title-footer {
        margin-top: 20px;
    }
    .col-left {
        display: none;
    }
    header .hotline,
    header .search {
        position: relative;
        top: inherit;
        right: inherit;
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .footer .col-md-5 h5 {
        text-align: center;
    }
    footer .link {
        text-align: center;
    }
    .designed {
        font-size: 13px;
        padding: 5px 0;
        text-align: center;
    }
    #timkiemnangcao input.keyword_search {
        margin-right: 20px;
    }
    .tintucfirst {
        margin-bottom: 15px;
    }
    .facebook_footer {
        clear: both;
        padding-left: 0px;
        padding-top: 10px !important;
        margin: 0px auto;
        text-align: center;
    }
    .ar_dv {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }
    .center {
        padding: 0px 10px;
    }
    .infomation_header {
        display: none;
    }
    .box-img-about a img {
        margin-left: 0px;
    }
    .box-img-about a:before {
        content: '';
        position: absolute;
        width: calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        left: 0;
        top: 20px;
        height: 405px;
        background-color: #054a00;
    }
    .box-right-about {
        margin-top: 50px;
        margin-left: 0px;
    }
    .img-pr img {
        height: 185px;
    }
}

@media (max-width: 768px) {
    .form-contact1 {
        height: 500px;
    }
    .dk-tv {
        display: none;
    }
    .content-footer {
        margin-bottom: 25px;
    }
    .box-cam-nhan {
        height: 250px;
    }
    .cmt-box {
        margin-left: 15px;
    }
    .style-bt.bt-next1 {
        display: none;
    }
    .style-bt.bt-prev1 {
        display: none;
    }
    .cam-nhan-right p {
        margin: 16px 10px;
        font-size: 12px;
    }
    .cam-nhan-right img {
        width: 40px;
    }
    .title-sec-r {
        font-size: 22px;
        margin: 10px 0 30px 0;
    }
    .bg-xanh {
        width: 190px;
        height: 230px;
    }
    .cam-nhan-left img {
        left: 50px;
        top: 20px;
        width: 200px;
    }
    .box-chinh-sach {
        margin-bottom: 50px;
    }
    .box-contact h3 {
        line-height: 32px;
        margin-bottom: 20px;
    }
    .box-contact {
        margin-top: 100px;
    }
    .box-sec3 {
        display: none;
    }
    .box-dv {
        margin-top: 15px;
    }
    .item-product img {
        height: 300px;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .slider-wrapper {
        margin: 0 -15px;
    }
    .hdp {
        display: none;
    }
    .logo {
        margin-bottom: 10px;
    }
    .cpn-name p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: -15px;
        margin-top: 0px;
        padding: 0px 60px;
    }
    .news-r-index {
        margin: 5px 0 15px 0px;
        border-bottom: 1px solid #d9d9d9;
    }
    .dl-fex {
        display: flex;
    }
    #map iframe {
        width: 100%;
        height: 138px;
    }
    .btn-send-contact {
        width: 75px;
    }
    .ft-center {
        width: auto;
    }
}

@media (max-width: 767px) {
    .img-pr.pr-3 img {
        height: 325px;
    }
    .box-img-about a img {
        height: 360px;
    }
    .box-img-about a:before {
        content: '';
        height: 360px;
    }
    .info-pr h3 a {
        font-size: 14px;
    }
    .info-pr h3 a {
        font-size: 1px;
    }
    .sec-dangky form {
        width: 80%;
        margin: auto;
    }
    .btn-send-contact {
        width: 100%;
        margin-top: 15px;
    }
    .dl-fex {
        display: inherit;
    }
    .cpn-name p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: -15px;
        margin-top: 0px;
        padding: 0px 20px;
    }
    .mb-3 {
        margin-bottom: 1rem !important;
    }
    .text img {
        width: inherit !important;
        height: inherit !important;
    }
    .text-pages img {
        width: inherit !important;
        height: inherit !important;
    }
    .thongketruycap {
        padding-left: 0px;
        max-width: 100%;
    }
    #timkiemnangcao {
        text-align: center;
    }
    .title_timkiem {
        float: none;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
        border-bottom: 1px solid #9f9e9b;
        padding-bottom: 4px;
    }
    #timkiemnangcao input.keyword_search {
        margin-right: 0px;
    }
    #timkiemnangcao input,
    #timkiemnangcao select {
        width: 100%;
        margin-bottom: 10px;
    }
    #timkiemnangcao input.submit_search {
        float: none;
        width: auto;
    }
    .cart_more {
        display: block;
        font-size: 15px;
    }
    .ar_product {
        padding: 0px 5px !important;
    }
    .item-pro .info h3 {
        font-size: 14px;
        text-transform: capitalize;
    }
    .cart_sp {
        padding: 5px 0px;
    }
    .item-pro .info h3 {
        padding: 10px 0px;
    }
    .item-pro {
        padding-bottom: 0px;
    }
    .map_footer {
        padding-right: 0px;
    }
    .title-text {
        margin-top: 15px;
    }
    .title-main {
        background: #fff;
        color: #d33b36;
    }
    .title-main h3 {
        font-size: 24px;
        text-align: center;
        margin: 0px 0 -15px 0;
    }
    .title-text-2 h3 {
        text-transform: uppercase;
        color: #ffffff;
        font-size: 18px;
        font-weight: bold;
        background-image: url(../img/line.png);
        height: 45px;
        background-size: cover;
        background-position: center;
        text-align: center;
        padding-top: 12px;
        margin: 20px auto;
    }
    header {
        padding: 0px;
    }
    .cpn-name {
        font-size: 14px;
    }
    .address {
        font-size: 15px;
    }
    .hdp {
        display: none;
    }
    .logo {
        width: 100px;
        margin: 10px auto;
    }
    .item-pro {
        max-width: 100%;
    }
    .item-pro .img img {
        width: 100%;
        text-align: center;
    }
    .slick-prev,
    .slick-next {
        top: 41%;
    }
    .slick-next {
        right: 0px;
    }
    .slick-prev {
        left: 0px;
    }
    .right_tscct {
        text-align: center;
    }
    .nav.nav .navbar-nav>li>a {
        font-size: 13px;
    }
    nav.nav .navbar-nav>li:first-child>a {
        padding-left: 10px;
    }
    nav.nav .navbar-nav>li>a {
        padding: 0px 10px;
    }
    .d7 input {
        border: none;
    }
    .box-sl input {
        height: 40px;
        width: 90px;
    }
}

@media (max-width: 750px) {
    .img-pr img {
        height: 150px;
    }
}

@media (max-width: 700px) {
    .img-pr.pr-3 img {
        height: 295px;
    }
}

@media (max-width: 650px) {
    .img-pr img {
        height: 120px;
    }
    .img-pr.pr-3 img {
        height: 275px;
    }
}

@media (max-width: 600px) {
    .img-pr img {
        height: 135px;
    }
    .info-pr h3 a {
        font-size: 14px;
    }
    .img-pr.pr-3 img {
        height: 250px;
    }
}

@media (max-width: 550px) {
    .img-pr img {
        height: 120px;
    }
    .img-pr.pr-3 img {
        height: 225px;
    }
}

@media (max-width: 500px) {
    .img-pr img {
        height: 95px;
    }
    .img-pr.pr-3 img {
        height: 200px;
    }
}

@media (max-width: 479px) {
    .img-pr.pr-3 img {
        height: 190px;
    }
    .sec-1 {
        padding: 40px 30px;
    }
    .box-img-about a img {
        height: 315px;
    }
    .box-img-about a:before {
        content: '';
        height: 315px;
    }
    .title-sec h3 {
        font-size: 26px;
    }
    .img-pr img {
        height: 170px;
    }
    .title-center {
        font-size: 22px;
    }
    .ten-sp {
        margin-top: 40px;
    }
    .form-group-home input[type="email"] {
        width: 65%;
    }
    .form-group-home button {
        margin-top: -2px;
        min-height: 54px;
        width: 33%;
        font-size: 14px;
    }
    .bg-xanh {
        width: 190px;
        height: 230px;
        right: 50px;
    }
    .box-cam-nhan {
        height: 580px;
    }
    .cam-nhan-right {
        margin-top: 300px;
        text-align: center;
    }
    .item-product h3 a {
        line-height: 22px;
    }
    .box-contact {
        margin-top: 80px;
    }
    .box-contact h3 {
        font-size: 22px;
    }
    .item-news-sec {
        margin-bottom: 40px;
        border-bottom: 1px solid #b9b9b947;
        padding-bottom: 20px;
    }
    .box-dv {
        display: none;
    }
    .box-dv p {
        font-size: 13px;
    }
    .box-dv h4 a {
        font-size: 18px;
        font-family: NexaB;
    }
    .icon-cards__item img {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }
    .list-icon-sec1 h3 {
        transform: translate(-50%, 70%);
        width: 130px;
    }
    .item-product {
        margin-bottom: 30px;
    }
    .tab.tab-index {
        display: none;
    }
    .title-sec {
        margin: 30px 0 50px 0;
    }
    .nav-top.pull-left {
        display: none;
    }
    .mxh-top.pull-right {
        float: none !important;
        text-align: center;
    }
    #map iframe {
        width: 100%;
        height: 210px;
    }
    .img-detail-pro {
        width: 100%;
    }
    .quote-pro {
        width: 100%;
        margin: 0;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .item-content-row .img {
        width: 80px;
    }
    .item-content-row .img a {
        width: 80px;
    }
    .col-video {
        width: 100%;
    }
    .col-gallery {
        width: 50%;
    }
    .call_now {
        display: block;
    }
    .ct_contact {
        padding: 0px;
    }
    .col-mm-12 {
        width: 100%;
    }
    .col-md-4 .item-pro-dm .title-dm h3 {
        font-size: 14px;
    }
    .item-pro-dm .quote {
        font-size: 13px;
    }
    .title_main {
        font-size: 17px;
    }
    .title_main span {
        margin-top: 0px;
        font-size: 12px;
    }
    #timkiem {
        margin-top: 0px;
        display: block;
    }
    #doitac .slick-prev {
        left: 0px;
        right: auto;
    }
    #doitac .slick-next {
        right: 0px;
        left: auto;
    }
    .item-content-row .content h3.name {
        font-size: 13px;
    }
    #timkiemnangcao {
        background: #e1e1e1;
        padding: 10px 9px;
        margin: 20px 0px;
    }
    .title_footer {
        font-size: 15px;
    }
    .content-footer {
        font-size: 13px;
    }
    .email_header {
        float: none;
        margin-bottom: 5px;
    }
    .hotline_header {
        float: none;
        margin-right: 0px;
    }
    .language {
        display: none;
    }
    .language_mobile {
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 9999;
    }
    #dichvulist {
        padding: 20px 0px;
    }
    .name_dichvu {
        font-size: 12px;
        height: auto;
        overflow: inherit;
        margin-bottom: 3px;
    }
    .description_dichvu {
        height: auto;
        overflow: inherit;
    }
    .ar_dichvu_list {
        padding: 10px;
    }
    .title_main {
        margin-bottom: 25px;
    }
    #dichvumain {
        padding: 30px 0px;
    }
    .title_main1 {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .slogan_tscct {
        font-size: 13px;
        margin-bottom: 25px;
    }
    .img_taisao {
        margin-right: 10px;
    }
    .name_taisao {
        font-size: 14px;
    }
    .des_taisao {
        font-size: 13px;
    }
    #taisaochonchungtoi {
        padding: 30px 0px;
    }
    #tintucmain {
        padding: 25px 0px 25px;
    }
    .name_des_dv {
        padding: 10px 5px;
        background: #fff;
    }
    .name_dv {
        font-size: 12px;
        text-transform: capitalize;
        overflow: hidden;
        text-overflow: inherit;
        white-space: inherit;
        margin-bottom: 5px;
        height: 33px;
    }
    .description_dv {
        height: 50px;
        overflow: hidden;
        font-size: 12px;
    }
    .des_taisao {
        height: 38px;
    }
    .box.visited span {
        display: block;
        width: auto;
        font-weight: normal;
        padding-left: 25px;
        padding-right: 5px;
        float: left;
    }
    .ar_dv {
        max-width: 100%;
    }
    .img_dv {
        width: 100%;
    }
    .img_dv img {
        width: 100%;
    }
    .thongketruycap li {
        font-size: 12px;
    }
    .ar_form_contact {
        padding: 0px;
    }
    .title_tab li {
        padding: 6px 20px;
    }
    .d7 form {
        border: none;
        margin-top: 0px;
    }
    #copyright {
        line-height: 15px;
        padding: 10px 0px;
    }
    .tab-content {
        margin: 0 20px
    }
    .box-sl input {
        height: 40px;
        width: 77px;
    }
    .icon-cards {
        margin-top: 60px;
        margin-bottom: 220px;
    }
    .list-icon-sec1 img {
        max-width: 120px;
        transform: translate(-50%, -100%);
    }
    .item-new h3 {
        margin-top: 10px;
    }
    .item-new {
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #d5d5d5;
    }
}

@media (max-width: 465px) {
    .img-pr img {
        height: 155px;
    }
}

@media (max-width: 430px) {
    .img-pr.pr-3 img {
        height: 165px;
    }
    .box-title-about h3 {
        font-size: 14px;
    }
    .box-img-about a img {
        height: 300px;
    }
    .box-img-about a:before {
        content: '';
        height: 300px;
    }
    .img-pr img {
        height: 148px;
    }
}

@media (max-width: 425px) {
    .img-pr img {
        height: 145px;
    }
    .title-sec h3 {
        font-size: 23px;
    }
    .box-title-about h3 {
        font-size: 16px;
    }
}

@media (max-width: 410px) {
    .img-pr.pr-3 img {
        height: 160px;
    }
    .img-pr img {
        height: 140px;
    }
}

@media (max-width: 400px) {
    .img-pr.pr-3 img {
        height: 150px;
    }
    .img-pr img {
        height: 135px;
    }
}

@media (max-width: 390px) {
    .img-pr img {
        height: 130px;
    }
}

@media (max-width: 380px) {
    .img-pr img {
        height: 125px;
    }
    .sec-1 {
        padding: 40px 30px;
    }
    .box-title-about h3 {
        font-size: 11px;
    }
    .img-pr.pr-3 img {
        height: 145px;
    }
}

@media (max-width: 375px) {
    .img-pr img {
        height: 120px;
    }
    .title-sec h3 {
        font-size: 22px;
    }
}

@media (max-width: 320px) {
    .img-pr.pr-3 img {
        height: 115px;
    }
    .box-img-about a img {
        height: 280px;
    }
    .box-img-about a:before {
        content: '';
        height: 280px;
    }
    .title-sec h3 {
        font-size: 20px;
    }
    .box-img-product {
        height: 210px;
    }
    .effect {
        height: 200px;
    }
    .title-sec-r {
        font-size: 17px;
    }
    .title-sec {
        font-size: 24px;
    }
    .box-chinh-sach {
        text-align: center;
        margin: 10px 15px;
    }
    .title-dangky {
        font-size: 22px;
    }
    .icon-cards {
        position: relative;
        width: 60vw;
        height: 20vw;
        max-width: 380px;
        max-height: 360px;
        color: white;
        perspective: 1000px;
        transform-origin: center;
    }
    .icon-cards__content {
        position: absolute;
        width: 100%;
        height: 100%;
        transform-origin: center;
        transform-style: preserve-3d;
        transform: translateZ(-30vw) rotateY(0);
        animation: carousel 10s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
    }
    .icon-cards__content.step-animation {
        animation: carousel 8s infinite steps(1) forwards;
    }
    .icon-cards__item {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 60vw;
        height: 40vw;
        max-width: 380px;
        max-height: 250px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        border-radius: 6px;
        transform-origin: center;
    }
    .icon-cards__item img {
        width: 100%;
        height: 252px;
        object-fit: cover;
    }
    .icon-cards__item:nth-child(1) {
        transform: rotateY(0) translateZ(35vw);
    }
    .icon-cards__item:nth-child(2) {
        transform: rotateY(120deg) translateZ(35vw);
    }
    .icon-cards__item:nth-child(3) {
        transform: rotateY(240deg) translateZ(35vw);
    }
    @keyframes carousel {
        0%,
        17.5% {
            transform: translateZ(-35vw) rotateY(0);
        }
        27.5%,
        45% {
            transform: translateZ(-35vw) rotateY(-120deg);
        }
        55%,
        72.5% {
            transform: translateZ(-35vw) rotateY(-240deg);
        }
        82.5%,
        100% {
            transform: translateZ(-35vw) rotateY(-360deg);
        }
    }
    .box-dv {
        display: none;
    }
    .header a {
        left: 0px;
    }
    .list-icon-sec1 h3 {
        transform: translate(-50%, 20%);
        width: 110px;
    }
    .box-icon {
        height: 280px;
    }
    .list-icon-sec1 img {
        max-width: 90px;
        transform: translate(-50%, -125%);
    }
    .item-product img {
        height: 125px;
    }
    .img-pr {
        padding: 15px;
        height: 110px
    }
    .box-sl input {
        height: 40px;
        width: 60px;
    }
    .img-pr {
        padding: 15px;
        height: 125px;
    }
    .info-pr {
        padding: 10px;
        text-align: center;
        padding-top: 0;
        margin-top: 20px;
    }
    .price-pr span {
        font-size: 17px;
    }
    .sec-dangky form {
        width: 90%;
        margin: auto;
    }
    .sec-dangky p {
        color: #fff;
        font-size: 16px;
        font-style: italic;
        margin: 5px 5px 20px 4px;
        font-family: "robotoT";
    }
}