/*
Theme Name: Chu Tuoc
Theme URI: https://chutuoc.com
Author: Tuan Sua
Author URI: https://chutuoc.com
Description:
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0.0
License:
License URI:
Text Domain: chutuoc
Tags:
*/
/** {*/
/*    outline: 1px solid red; !* Tạm để nhìn rõ khung *!*/
/*}*/

/*Css động*/
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blink {
    animation: blinker 0.7s linear infinite;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.zoom-in-out {
    animation: zoomInOut 1s ease-in-out infinite;
}

/*End Css động*/
/*Global*/
.site-wrapper {
    max-width: 440px !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    font-family: 'Josefin Sans', Arial, sans-serif;
    position: relative;
    box-sizing: border-box;
}

/*Section 01*/
#ttsp-info .thumb img {
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
}
#ttsp-info .thumb img:hover {
    border-color: #007bff;
}
span.ct-custom-muangay {
    border-radius: 4px;
    box-shadow: 0 4px 4px #00000040;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background: #ff2657;
}
.ct-custom-description p, .ct-custom-description ul {
    margin-bottom: 0px;
}

.ttsp-custom-price-row {
    background-image: url('/wp-content/uploads/2025/08/jpeg-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden; /* Ngăn tràn */
    background-clip: content-box;
}
.ttsp-custom-price-row .ttsp-custom-price-row-col-left {
    font-size: 14px;
    color: #fff;
}
.ttsp-custom-price-row .ttsp-custom-price-row-col-left > div:nth-child(1) {
    font-size: 18px;
}
.ttsp-custom-price-row-col-left div:nth-child(2) {
    font-size: 12px;
    display: flex
;
}
.ttsp-custom-price-row-col-left, .ttsp-custom-price-row-col-right {
    width: 50%;
    box-sizing: border-box;
}
.ttsp-custom-price-row-col-right .countdown-label {
    font-size: 14px;
}
.ct-button-muangay a {
    text-decoration: none;
}
/*Section 03*/
.ct-custom-ticker span {
    background-image: url(/wp-content/uploads/2025/08/png.webp);
    background-repeat: no-repeat;
    background-size: contain;
    color: #ff2657;
    font-size: 14px;
    font-weight: bold;
}
.ct-custom-title h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
.ct-custom-title h1 span:nth-child(1) {
    background: #ff2657;
    border-radius: 50px;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    margin-right: 5px;
}
.ct-custom-title h1 span:nth-child(2) {
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-weight: bold;
    background: rgba(38, 38, 38, 1);
    padding: 5px 10px;
    margin-right: 5px;
}
.ct-custom-after-title {
    font-size: 13px;
    line-height: 25px;
}
.ct-custom-after-title div:nth-child(1), .ct-custom-after-title div:nth-child(2) {
    width: 28%;
    box-sizing: border-box;
    min-width: 0;
}
.ct-custom-after-title div:nth-child(3) {
    width: 44%;
    box-sizing: border-box;
    flex: 1; /* Tự chia đều không gian, luôn 1 hàng */
    min-width: 0;
}
.ct-custom-after-title div:nth-child(1) span:nth-child(1) {
    color: #fbc21e;
    margin-right: 3px;
    font-size: 18px;
}
.ct-custom-after-title div:nth-child(1) span:nth-child(2) {
    font-weight: bold;
}
.ct-custom-after-title div:nth-child(1) span:nth-child(4) {
    color: #0fc3c1;
}
.ct-custom-after-title div:nth-child(2) {
    border-left: 1px solid #cccc;
    margin-left: 3px;
    padding-left: 10px;
}
.ct-custom-after-title div:nth-child(2) span {
    font-weight: bold;
}
.ct-custom-after-title div:nth-child(3) {
    font-weight: bold;
    font-style: italic;
    color: #1bd9e1;
}
.ct-custom-after-title-box1 {
    font-size: 13px;
    line-height: 20px;
    color: #ac5b28;
    background: #fff2e7;
    padding-top: 5px;
    padding-bottom: 5px;
}
.ct-custom-after-title-box1 div:nth-child(1) img {
    width: 22px;
}
.ct-custom-after-title-box1 div:nth-child(2) span {
    font-weight: bold;
}
.ct-custom-httt {
    font-size: 15px;
    color: #111111;
}
.ct-custom-httt div:nth-child(1) {
    font-weight: bold;
}
.ct-custom-httt div:nth-child(2) {
    font-size: 14px;
    line-height: 22px;
}
.ct-custom-httt div:nth-child(2) span {
    background: #588b3c;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 2px 5px;
}

/*Section 02*/
.ct-custom-htvc-detail h4 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}
.ct-custom-htvc-detail p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 0px;
}
.ct-custom-htvc div {
    flex: 1;
}
.ct-custom-htvc div:nth-child(1) {
    font-size: 15px;
    font-weight: bold;
}
.ct-custom-htvc div:nth-child(2) {
    font-size: 15px;
}
.ct-custom-htvc div:nth-child(2) span:nth-child(1) {
    color: rgba(196, 188, 188, 1);
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 5px;
}
.ct-custom-htvc div:nth-child(2) span:nth-child(2) {
    color: #ff2657;
    font-size: 14px;
    font-weight: bold;
}

/*Section 04*/
.ct-custom-vdgp-title, .ct-custom-gp-title, .ct-custom-gtcb-title {
    background: #ff2657;
    padding: 10px 5px 5px;
}
.ct-custom-vdgp-title h2, .ct-custom-gp-title h2, .ct-custom-gtcb-title h2 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
}
.ct-custom-vdgp-content-item {
    font-size: 14px;
    line-height: 18px;
    padding: 3px;
    width: 50%;
    box-sizing: border-box;
}
.ct-custom-vdgp-content-item-image, .ct-custom-gp-content-item-image {
    border: 2px solid #ff2657;
    border-radius: 10px;
}
.ct-custom-vdgp-content-item-image img, .ct-custom-gp-content-item-image img {
    border-radius: 8px;
}
.ct-custom-vdgp-content-item p {
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 13px;
}
/*Section 05*/
.ct-custom-gp-content-item-image {
    width: 100%;
    aspect-ratio: 1 / 1; /* ô vuông */
    overflow: hidden;
}
.ct-custom-gp-content-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* ảnh fill toàn bộ ô */
    object-position: center; /* lấy điểm giữa ảnh */
    display: block;
}
.ct-custom-gp-content-item {
    width: 50%;
    padding: 3px;
    box-sizing: border-box;
}
.col-12.ct-custom-gp-title-before {
    text-align: center;
}
.col-12.ct-custom-gp-title-before img {
    width: 50%;
}
/*Section 06*/
.ct-custom-lydo-title h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.ct-custom-lydo-title h2 span:nth-child(1) {
    color: #ff2657;
    display: block;
    margin-bottom: 5px;
}
.ct-custom-lydo-content {
    border: 2px solid #003eb9;
    border-radius: 15px;
    padding: 7px 7px;
    box-sizing: border-box;
    background: #efefef;
}
.ct-custom-lydo-content-header h3 {
    color: #ff2657;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
}
.ct-custom-lydo-content-header p {
    font-size: 16px;
    color: #111111;
}
.ct-custom-lydo-content-body-item-image {
    border: 2px solid #003eb9;
    border-radius: 15px;
    overflow: hidden;
    max-height: 230px;
}
.ct-custom-lydo-content-body-item-image img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.ct-custom-lydo-content-body-item {
    width: 50%;
    box-sizing: border-box;
}
/*Section 07*/
.ct-custom-gtcb-content-item {
    width: 50%;
    padding: 3px;
    box-sizing: border-box;
}
/*Section 09*/
.dgckh-title {
    font-size: 14px;
}
.dgckh-title h2 {
    font-size: 16px;
    font-weight: bold;
}
.dgckh-title p span {
    margin-right: 5px;
}
.dgckh-title p span:nth-child(2) {
    color: #ffc107;
}
.dgckh-header-avata {
    width: 20%;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 10px;
    height: 80px;
}
.dgckh-header-avata img {
    border-radius: 50%;
}
.dgckh-header-title {
    width: 80%;
    height: 80px;
    line-height: 80px;
    font-size: 15px;
    font-weight: bold;
}
.dgckh-content-rating {
    font-size: 14px;
    color: #ffc107;
    margin-bottom: 5px;
}
.dgckh-content-des {
    font-size: 14px;
    margin-bottom: 10px;
    color: #919191;
}
.dgckh-content-comment {
    font-size: 14px;
}
.dgckh-content-image div {
    flex: 1;
}
#formdh {
    background: #ffe2e8;
}
#formdh .countdown-label {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #ff2657;
    font-size: 18px;
}
#formdh .countdown-values div {
    background: #ff2657;
    padding: 6px 8px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
}
/*Footer*/
footer ul li, footer ul li a {
    color: #222;
    font-size: 13px;
}