/* 1. Headings */

/* 2. Body Text */

/* 3. Links */
a.text-white:hover{
    color: #F0F0F0!important;
}
.cursor-pointer{
    cursor: pointer;
}

/* 4. Font size & Transformation */

/* 5. Aligment: padding, margin, width, height */
.line-height-1{
    line-height: 1.0!important;
}
.line-height-auto{
    line-height: normal!important;
}
.mb-30 {
    margin-bottom: 30px !important;
}

/* 6. Lists */

/* 7. Tables */

/* 8. Forms */

/* 9. Buttons */

/* 10. Images */
.image-4x3 {
    /* 1. Thiết lập ngữ cảnh cho các phần tử con tuyệt đối */
    position: relative;
    /* 2. Đặt chiều rộng, ví dụ 100% của phần tử cha (hoặc bất kỳ giá trị nào) */
    width: 100%;
    /* 3. Padding Hack: 3/4 = 0.75 -> 75% */
    padding-top: 75%; /* Thiết lập chiều cao dựa trên 75% chiều rộng */
    /* Đảm bảo không có nội dung thừa */
    overflow: hidden; 
}

.image-4x3 img {
    /* 4. Đặt ảnh vào vị trí tuyệt đối để nó phủ lên "padding space" */
    position: absolute;
    top: 0;
    left: 0;
    /* 5. Đảm bảo ảnh lấp đầy toàn bộ không gian 4:3 */
    width: 100%;
    height: 100%;
    /* 6. (Tùy chọn) Đảm bảo ảnh giữ tỷ lệ và cắt bớt nếu cần */
    object-fit: cover; 
}
.image-3x2 {
    /* 1. Thiết lập ngữ cảnh cho các phần tử con tuyệt đối */
    position: relative;
    /* 2. Đặt chiều rộng, ví dụ 100% của phần tử cha (hoặc bất kỳ giá trị nào) */
    width: 100%;
    /* 3. Padding Hack: 2/3 = 0.67 -> 67% */
    padding-top: 67%; /* Thiết lập chiều cao dựa trên 75% chiều rộng */
    /* Đảm bảo không có nội dung thừa */
    overflow: hidden; 
}

.image-3x2 img {
    /* 4. Đặt ảnh vào vị trí tuyệt đối để nó phủ lên "padding space" */
    position: absolute;
    top: 0;
    left: 0;
    /* 5. Đảm bảo ảnh lấp đầy toàn bộ không gian 4:3 */
    width: 100%;
    height: 100%;
    /* 6. (Tùy chọn) Đảm bảo ảnh giữ tỷ lệ và cắt bớt nếu cần */
    object-fit: cover; 
}

/* 11. Background */

/* 12. Others */

/* Common */
.blockquote {
	position: relative;
	padding-left: 40px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 24px;
    line-height: 150%;
	font-weight: 500;
	color: #333;
	quotes: "“" "”" "‘" "’";
}
	.blockquote::before, .blockquote::after {
		color: #c6c6c6;
		font-size: 2em;
		font-weight: 600;
		line-height: 0.1em;
	}
	.blockquote::before {
		position: absolute;
		left: 0;
		content: open-quote;
		margin-right: 0.15em;
		vertical-align: -0.15em;
	}
	.blockquote::after {
		content: close-quote;
		vertical-align: -0.7em;
	}

/* Accordion */

/* Limit line */
.max1line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.max2line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.max3line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.max4line {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.max5line {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

/* Begin Back-to-top */
a.back-to-top {
    display: none;
    position: fixed;
	z-index:9000;
    bottom: 18px;
    right: 15px;
    text-decoration: none;
}
	a.back-to-top i {
	    display: block;
	    font-size: 18px;
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    color: #fff;
	    background: #0270BA;
	    /*border-radius: 50% 50%;*/
		border-radius: 6px;
	    text-align: center;
	    transition: all 0.2s ease-in-out;
	    -moz-transition: all 0.2s ease-in-out;
	    -webkit-transition: all 0.2s ease-in-out;
	    -o-transition: all 0.2s ease-in-out;
	    /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);*/
		box-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
	}
	a.back-to-top:hover,
	a.back-to-top:focus {
	    text-decoration: none;
	}
/* End Back-top-top*/

/*BEGIN CONTENT PAGE CSS*/ 
#dvsArticleContent, .dvsArticleContent{
    font-size: 16px;
    line-height: 150%;
}
#dvsArticleContent .tplCaption, #dvsPageContent .tplCaption, .dvsArticleContent .tplCaption{
    background: #F1F1F1;
}
    #dvsArticleContent .tplCaption p.Image, #dvsPageContent .tplCaption p.Image, .dvsArticleContent .tplCaption p.Image{
        padding: 3px 5px;
        font-style: italic;
        /* font-size: 90%; */
    }
#dvsArticleContent figcaption, .dvsArticleContent figcaption{
    background: #F1F1F1;
    color: #222;
    /* font-size: 90%; */
}
#dvsArticleContent a, .dvsArticleContent a{
    color: #0270BA;
}
#dvsArticleContent a:hover, .dvsArticleContent a:hover{
    text-decoration: underline;
}
#dvsArticleContent p, #dvsPageContent p, .dvsArticleContent p{
    margin: 0px 0px 1em;
}
#dvsArticleContent h2, #dvsArticleContent  h2, #dvsArticleContent  h3,  #dvsArticleContent h4, #dvsArticleContent h5, #dvsArticleContent h6{
    margin: 1rem 0px 1rem;
    line-height: 1.5;
}
.dvsArticleContent h2, .dvsArticleContent  h2, .dvsArticleContent  h3,  .dvsArticleContent h4, .dvsArticleContent h5, .dvsArticleContent h6{
    margin: 1rem 0px 1rem;
    line-height: 1.5;
}
#dvsArticleContent h2, .dvsArticleContent h2{    
	color: #0270BA;
    padding-left: 16px;
    position: relative;
}
#dvsArticleContent h2::before, .dvsArticleContent h2::before  {
    content: '';		
    position: absolute;
    width: 4px;
    height: 40px;
    background: #0270BA;		
    left: -0px;
}
#dvsArticleContent h2{
    font-size: 26px;		
}
#dvsArticleContent h3, .dvsArticleContent h3{
    font-size: 24px;
    line-height: 1.5;
}
#dvsArticleContent h3, .dvsArticleContent h3{
    font-size: 22px;
    line-height: 1.5;
}
#dvsArticleContent h4, .dvsArticleContent h4{
    font-size: 20px;
    line-height: 1.5;
}
#dvsArticleContent h5, .dvsArticleContent h5{
    font-size: 18px;
    line-height: 1.5;
}
#dvsArticleContent h6, .dvsArticleContent h6{
    font-size: 16px;
    line-height: 1.5;
}
#dvsArticleContent ul, .dvsArticleContent ul, #dvsArticleContent ol, .dvsArticleContent ol{
    margin-left: 1rem;
    margin-bottom: 1rem;
}
#dvsArticleContent ul li, .dvsArticleContent ul li, #dvsArticleContent ol li, .dvsArticleContent ol li{
    line-height: 1.5;
    margin-bottom: 10px;
}
#dvsArticleContent blockquote, .dvsArticleContent blockquote {		
    position: relative;
    border-left: none;
    margin: 30px 2% 28px;
    padding: 0px 0px 0px 20px;
    line-height: 130%;
    word-wrap: break-word;
    border-left: 1px solid #0270BA;
}
#dvsArticleContent blockquote::before, .dvsArticleContent blockquote::before {
    content: '';		
    position: absolute;
    width: 4px;
    height: 100%;
    background: #0270BA;		
    left: -6px;
}
#dvsArticleContent blockquote p, .dvsArticleContent blockquote p {
    font-family: PT Serif !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: -0.5px !important;
    color: #ec3535;
    line-height: 130%;
}
#dvsArticleSapo, .dvsArticleSapo{
	font-weight: 500;
    text-align: justify;
}
@media (max-width: 768px) {
    #dvsArticleContent img, .dvsArticleContent img{        
        height: auto!important;
    }
}
/*END CONTENT PAGE CSS*/

/******************************************* Login form *****************************************************/

/******************************************* Ratings CSS *****************************************************/

/******************************************* Absolute Center Spinner *****************************************************/

/******************************************* FB Button *****************************************************/

/******************************************* CART **********************************************************/

/******************************************* DARK MODE *****************************************************/

/******************************************* OVERRIDE *****************************************************/
footer a, footer a:visited{
    color: #ffc732;
}
footer a:hover{
    color: #ec3535;
}

/******************************************* RESPONSIVE *****************************************************/
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
	
}

/* 
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
	.desktop_hidden{
		display: none!important;
	}    
}

/* 
##Device = Tablets, Ipads (portrait & landscape)
##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
	.tablet_hidden{
		display: none!important;
	}
}
@media (max-width: 1024px) {
    
}
/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/
@media (max-width: 767px) {
	.mobile_hidden{
		display: none!important;
	}
}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/
@media (max-width: 480px) {

}