﻿@media (max-width:1359px){
    /*Bắt đầu từ 1200 tính tương ứng với trường hợp lớn hơn tablet - bắt đầu của PC - thường là 4 hoặc 5 cột*/

}

@media (max-width:1199px){
    /*Bắt đầu từ 992 tính tương ứng với trường hợp tablet quay ngang - thường là 3 hoặc 4 cột*/

}

@media (max-width:991px){
    /*Bắt đầu từ 768 tính tương ứng với trường hợp tablet dựng dọc - thường là 2 hoặc 3 cột*/
    #pckientruc .dam-item {height:auto}
   #pckientruc .dam-item1 { display: block;width: 100%;margin-bottom: 16px}
   #pckientruc .dam-item2 { width: 100%;height: auto}
   #pckientruc .dam-item3 {width:100%}
   #pckientruc .dam-item31 {float:left;margin-right:10px;width:calc((100% - 10px) / 2);overflow:hidden}
    #pckientruc .dam-item31:nth-child(even) {margin-right:0}
   
    #pcchitiet .pcct-nd1 {width:calc((100% - 15px) / 2)}
    #pcchitiet .pcct-nd2 {width:100%}
    #pcchitiet .pcct-anh {margin-right:0}
    #pcchitiet .pcct-nd1:nth-child(even) {margin-right:0}
    #pckientruc.pcctk {margin-right:0;margin-left:0;overflow:hidden}
}

@media (max-width:767px){
    /*Bắt đầu từ 480 tính tương ứng với trường hợp mobile quay ngang - thường là 2 cột*/
    #pckientruc .dam-item31 { width: calc((100% - 10px) / 2);}
    #pckientruc .dam-item31 .khungAnh:before {padding-bottom: 84.29%}
    #pckientruc .dam-item31:nth-child(even) {margin-right: 0}
    #pckientruc .dam-item2 {height:auto}
     #pckientruc .dam-item1 {display:block;width:100%;margin-bottom:16px;height:220px}
      #pcchitiet .pcct-nd1 {width:100%; margin-right:0}
      #imageDataContainer,#outerImageContainer,#outerImageContainer img{width:100%!important;height:auto !important;}
      #imageContainer {margin:auto!important}
      #nextLink {margin-right:5px;height:100%!important}
      #prevLink {margin-left:5px;height:100%!important}
       #pckientruc .pckt-nd {width:87.66%}
        #pckientruc .dam-item1 .pckt-nd1 {width: 91.33%}
        #pckientruc .dam-item1 .khungAnh {padding-bottom: 41.35%}
        #pckientruc .dam-item1 .pckt-nd {width: 95%}
}

@media (max-width:479px){
    /*Bắt đầu từ mobile, tức css viết ngoài cùng là css cho trường hợp mobile dựng dọc - thường là 1 cột, padding left right 15px*/
       #pckientruc .dam-item31 { width:100%}
        #pckientruc .dam-item31 .khungAnh:before {padding-bottom: 73.33%}
         #pckientruc .dam-item1 .pckt-nd {width:87.66%}
}