﻿.list-click {
    cursor: pointer;
}

.bg-tv {
    background-color: #21514e !important;
}

.text-tv {
    color: #21514e !important;
}

.text-vang {
    color: #fed614 !important
}

.text-vaolop {
    color: #0f75bd !important
}


.bg-vl {
    background-color: #0f75bd !important;
}

.text-scl {
    color: #632607 !important
}


.bg-scl {
    background-color: #632607 !important;
}

.text-lbr {
    color: #ee777d !important;
}

.bg-lbr {
    color: #ee777d !important;
}

.btn-scl {
    background-color: #632607;
    border: solid #8b5c44 3px;
}

    .btn-scl :hover {
        background-color: #8b5c44;
        cursor:pointer;
    }

#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.gradtim {
    background-image: linear-gradient(to right, #ad00f5,#1b0026);
}

.gradxanh {
    background-image: linear-gradient(to right, #3b7c89,#234850);
}

.gradxanhla {
    background-image: linear-gradient(to right, #3cba6c,#206138);
}

.conrad {
    border-radius: 10px;
}

.conrad-5 {
    border-radius: 5px;
}

.tenthe{
    font-weight:bold;
    
    /*color:#fed614;*/
    text-align:center;
}

.xoap p {
    padding:0 !important;
    margin:0 !important;
}

.mau-active {
    background-color: lawngreen;
}

.mau-non-active {
    background-color: red;
}
/* page content */





/*@media (max-width: 750px) {
    #background-video {
        display: none;
    }

    body {
        background: url("https://assets.codepen.io/6093409/river.jpg") no-repeat;
        background-size: cover;
    }
}*/


:root {
    --white: #ffffff;
    --black: #000000;
    --blue: #0288d1;
    --gray: #ebebeb;
    --box-shadow1: 0px 0px 18px 2px rgba(10, 55, 90, 0.15);
}


:focus {
    outline: 0px solid transparent !important;
}

.timeline {
    padding: 50px 0;
    position: relative;
}

.timeline-nodes {
    padding-bottom: 25px;
    position: relative;
}

    .timeline-nodes:nth-child(even) {
        flex-direction: row-reverse;
    }

.timeline h3, .timeline p {
    padding: 5px 15px;
}

.timeline h3 {
    font-weight: lighter;
    background: var(--blue);
}

.timeline p, .timeline time {
    color: var(--blue)
}

.timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 2px dashed var(--blue);
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
}

.timeline-content {
    border: 1px solid var(--blue);
    position: relative;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 3px 25px 0px rgba(10, 55, 90, 0.2)
}

.timeline-nodes:nth-child(odd) h3,
.timeline-nodes:nth-child(odd) p {
    text-align: right;
}

.timeline-nodes:nth-child(odd) .timeline-date {
    text-align: left;
}

.timeline-nodes:nth-child(even) .timeline-date {
    text-align: right;
}

.timeline-nodes:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    left: 100%;
    width: 0;
    border-left: 10px solid var(--blue);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.timeline-nodes:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 100%;
    width: 0;
    border-right: 10px solid var(--blue);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.timeline-image {
    position: relative;
    z-index: 100;
}

    .timeline-image::before {
        content: "";
        width: 80px;
        height: 80px;
        border: 2px dashed var(--blue);
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background-color: #fff;
        z-index: 1;
    }

    .timeline-image img {
        position: relative;
        z-index: 100;
    }
/*small device style*/

@media (max-width: 767px) {
    .timeline-nodes:nth-child(odd) h3,
    .timeline-nodes:nth-child(odd) p {
        text-align: left
    }

    .timeline-nodes:nth-child(even) {
        flex-direction: row;
    }

    .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 4%;
        width: 0;
        border-left: 2px dashed var(--blue);
        height: 100%;
        z-index: 1;
        transform: translateX(-50%);
    }

    .timeline h3 {
        font-size: 1.7rem;
    }

    .timeline p {
        font-size: 14px;
    }

    .timeline-image {
        position: absolute;
        left: 0%;
        top: 60px;
        /*transform: translateX(-50%;);*/
    }

    .timeline-nodes:nth-child(odd) .timeline-content::after {
        content: "";
        position: absolute;
        top: 5%;
        left: auto;
        right: 100%;
        width: 0;
        border-left: 0;
        border-right: 10px solid var(--blue);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .timeline-nodes:nth-child(even) .timeline-content::after {
        content: "";
        position: absolute;
        top: 5%;
        right: 100%;
        width: 0;
        border-right: 10px solid var(--blue);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .timeline-nodes:nth-child(even) .timeline-date {
        text-align: left;
    }

    .timeline-image::before {
        width: 65px;
        height: 65px;
    }
}

/*extra small device style */
@media (max-width: 575px) {
    .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 3%;
    }

    .timeline-image {
        position: absolute;
        left: -5%;
    }

        .timeline-image::before {
            width: 60px;
            height: 60px;
        }
}

.circular--portrait {
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
}

    .circular--portrait img {
        width: 100%;
        height: auto;
    }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c8c8c8 !important;
}

.avl {
    color: white !important;
    padding: 10px !important; 
    padding-left:0 !important;
    font-weight: bold;
}

    .avl:hover {
        color: white !important;
    }

.disa {
    color: #808080 !important;
}

    .disa:hover {
        color: #808080 !important;
    }

.border-vl {
    border: 1px  solid #0f75bd;
}

.border-vl-2 {
    border: 2px solid #0f75bd;
}

.border-ck-2 {
    border: 2px solid #632607;
}

.rbang {
    aspect-ratio: 2 / 1; /* ⏹ a perfect square */
}

.rmau {
    aspect-ratio: 1 / 2; /* ⏹ a perfect square */
}

.border-dtkd {
    border: 1px solid #b34754;
}

.border-dtkd-2 {
    border: 2px solid #b34754;
}

.bg-dtkd {
    background-color: #b34754 !important;
}

.colai {
    display: block;
}

.mora {
    display: none;
}

@media(max-width:768px) {
    .colai {
        display: none;
    }

    .mora {
        display: block;
    }
}

.list-click {
    cursor: pointer;
}

.bg-kcs {
    background-color: #f06c59 !important;
}

.border-kcs {
    border: 1px solid #f06c59;
}

.border-kcs-2 {
    border: 2px solid #f06c59;
}

.text-kcs {
    color:#f06c59;
}

.bg-xv {
    background-color: #4aa35a !important;
}

.text-xv {
    color: #4aa35a !important;
}

.bg-2mi {
    background-color: #ee777d !important;
}

.card__thumb_anhsach {
    position: relative;
    padding-top: 145%;
    
}

    .card__thumb_anhsach img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius:5px;
    }

.card__thumb_anhvuong {
    position: relative;
    padding-top: 100%;
}

    .card__thumb_anhvuong img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

.card__thumb_quanao {
    position: relative;
    padding-top: 150%;
}

    .card__thumb_quanao img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

.card__thumb_anh43 {
    position: relative;
    padding-top: 133%;
}

    .card__thumb_anh43 img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

.card__thumb_chuan {
    position: relative;
    padding-top: 62%;
}

    .card__thumb_chuan img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

.tuong {
    background-color: #b3475488;
}

.cuathoathiem {
    background-color: #4cff00;
}

.duongthoathiem {
    background-color: #ff0000;
}

.text-co2 {
  
    color: #373a3c;
}

.text-co2-2 {
    color: #639812;
}

.bg-co2 {
    background-color: #639812;
}

.border-co2-2 {
    border: dashed 2px #639812;
}

.cochuan {
    aspect-ratio:1.618;
}

.cochuan-doc {
    aspect-ratio: 0.618;
}

.covuong {
    aspect-ratio: 1.0;
}
.co43 {
    aspect-ratio: 1.33;
}

.duongdi {
    -webkit-animation: mys 700ms infinite;
    -moz-animation: mys 700ms infinite;
    -o-animation: mys 700ms infinite;
    animation: mys 700ms infinite;
}

.p-c {
    padding: 5px 8px 5px 8px;
}

.border-santren {
    border: #639812 solid 2px;
    background-color: #effadd;
}

.border-sanduoi {
    border: #f62b2b solid 2px;
    background-color: #fee1e1;
}


.border-thuongvuxuctien {
    border: #1799f5 solid 2px;
    background-color: #ecf7ff;
}

.border-sanduoi-tv {
    border: #1799f5 solid 2px;
}

.bg-giaodich {
  
    background-image: url('../files/bg_giaodich_1.jpg');
    background-position:center;
}

.color-mdd {
    color: #be5819 !important;
}

.bg-mdd {
   background-color: #be5819 !important;
}

.border-mdd {
    border: #be5819 solid 2px;
}

@-webkit-keyframes mys {
    0% {
        background-color: #d1f8c9;
    }

    50% {
        background-color: #7ef666;
    }

    100% {
        background-color: #34f80d;
    }
}

@-moz-keyframes mys {
    0% {
        background-color: #d1f8c9;
    }

    50% {
        background-color: #7ef666;
    }

    100% {
        background-color: #34f80d;
    }
}

@-o-keyframes mys {
    0% {
        background-color: #d1f8c9;
    }

    50% {
        background-color: #7ef666;
    }

    100% {
        background-color: #34f80d;
    }
}

@keyframes mys {
    0% {
        background-color: #d1f8c9;
    }

    50% {
        background-color: #7ef666;
    }

    100% {
        background-color: #34f80d;
    }
}

@-webkit-keyframes my {
    0% {
        background-color: #f7f5e9;
    }

    50% {
        background-color: #f8e276;
    }

    100% {
        background-color: #e6c10e;
    }
}

@-moz-keyframes my {
    0% {
        background-color: #f7f5e9;
    }

    50% {
        background-color: #f8e276;
    }

    100% {
        background-color: #e6c10e;
    }
}

@-o-keyframes my {
    0% {
        background-color: #f7f5e9;
    }

    50% {
        background-color: #f8e276;
    }

    100% {
        background-color: #e6c10e;
    }
}

@keyframes my {
    0% {
        background-color: #f7f5e9;
    }

    50% {
        background-color: #f8e276;
    }

    100% {
        background-color: #e6c10e;
    }
}

.vitridat {
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;
}





.vuong{
    aspect-ratio: 1 / 1;
}

.vuong2 {
    display:none;
}

@media(max-width:768px) {
    .vuong2 {
        aspect-ratio: 1 / 1;
        width: 100%;
        display:block;
    }
}

body {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    print-color-adjust: economy !important;
}

.conrad-product {
    border-radius:8px 8px 0 0;
}


.list-hover:hover {
    color: #639812 !important;
}

input.disabled-radio {
    pointer-events: none;
    opacity: 0.5;
}