

html,body {
    margin: 0px;
    padding: 0px
}
#header_1 {
    background: #80bdff;
}
#header_2 {
    width:100%;
    height:130px;
    background-image: url('../images/icon/it5.jpg');
    background-size: cover
}
#header_2 div:nth-child(1) {
    display: block;
    color: white
}
#header_2 div:nth-child(2) {
    margin-top:20px
}
#header_2 .row .row_1 {
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: sans-serif;
}
#header_2 .row .row_2 {
    position: fixed;
    margin-left: 60%;
    margin-top: -30px;
    z-index: 99;

}
#header_2 .row .row_2 p a img {
    width:40px;
    height:40px;
    z-index: 99;
}
.introduct{
    color: blue;
    margin-left: 20px
}
#onlinenow img{
    width:20px;
    height: 20px
}
.page_of_pages{
    text-align: center;
    float:left;
    width: 30px;
    height:30px;
    border: 1px darkblue solid;
    border-radius: 1px
}
.page_of_pages a{
    cursor: pointer
}

.light1{
    margin-right: 100px;
    color:blue;
    font-weight: bold;
    height:25px;
    font-size:20px;
    text-align: center;
    transform: rotate(-7deg)
}
.light2{
    margin-right: 100px;
    color:red;
    font-weight: bold;
    border: none;
    height:25px;
    font-size:20px;
    text-align: center;
    transform: rotate(7deg)
}
#table_game tbody tr td{
    width:35%
}


.container_ {
    display: grid;
    border-bottom: blue solid thick;
    grid-template-columns: 10% auto;
    grid-template-rows: auto;
    gap:10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: white;

}
.container_ .img_1 img {
    width:80px;
    height:70px;
    margin-bottom:10px;
    border-radius: 10px
}

.btn-toolbar{
    float:right
}
.list_chuyenmuc h3 p {
    background: red;
    color:white;
    border-radius: 10px;
    padding-left: 10px
}
.list_chuyenmuc .container_ .img_1 img {
    font-size: 15px;
    color: blue
}
.list_chuyenmuc .container_ .img_1_dt img {
    font-size: 15px;
    color: blue
}
.title_1{
    padding-left:10px
}
.list_chuyenmuc h4 p {
    color:blue;
    font-weight: bolder;
    text-decoration: underline;
    border-radius: 10px;
}
.list_chuyenmuc_nav {
    color:white;
    padding-top:5px;
}
.list_chuyenmuc_nav h3 {
    background: red;
    color:white;
    border-radius: 10px;
    padding-left: 10px
}
.list_chuyenmuc_nav h4 p {
    color:white;
    font-weight: bolder;
    text-decoration: underline;
    border-radius: 10px;
    margin-left: 20px
}
.navbar .navbar-header a {
    color: blue
}
.navbar .navbar-collapse ul li a {
    color: blue;
    font-size: 14px
}
.navbar .navbar-collapse .navbar-right li .a_shop_1 {
    background: red;
    color: white;
    font-size: 14px;
    font-weight: bolder;
    margin: 5px;
    border-radius: 5px
}
.cate-post {
    display: inline;
    overflow-x: auto
}
.cate-post a {
    background: red;
    font-size: 16px
}
.games_area h3 {
    background:blue;
    color: white;
    border-radius: 10px;
    padding-left: 10px
}
.games_area table {
    width:100%;
}
.games_area table tbody tr td {
    padding-left: 10px;
    background: #FFDAB0
}
.games_area table tbody tr td a {
    font-size: 20px;
    color:blue
}
.container .h3_blue h3 {
    color: blue;
}

#a_shop_img img{
    width: 100px;
    height: 100px;
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 8s; /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count:infinite;
    animation-name: example;
    animation-duration: 16s;
    animation-delay: 0s;
    animation-iteration-count:infinite
}/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0% {

        left:0px;
        top:0px;
    }
    50% {

        left:250px;
        top:0px;
    }
    100% {

        left:0px;
        top:0px;
    }
}/* Standard syntax */
@keyframes example {
    0% {

        left:0px;
        top:0px;
    }
    50% {

        left:250px;
        top:0px;
    }
    100% {

        left:0px;
        top:0px;
    }
}
.body-title h1 {
    color: blue;
}
.name_video {
    color:blue;
    font-size: 16px;
}
#a_video_icon img{
    left:250px;
    top:0px;
}
#a_video_icon img{
    width: 100px;
    height: 100px;
    position: relative;
    -webkit-animation-name: example1; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 8s; /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count:infinite;
    animation-name: example1;
    animation-duration: 16s;
    animation-delay: 0s;
    animation-iteration-count:infinite
}/* Safari 4.0 - 8.0 */
@-webkit-keyframes example1 {
    0% {

        left:250px;
        top:0px;
    }
    50% {

        left:0px;
        top:0px;
    }
    100% {

        left:250px;
        top:0px;
    }
}/* Standard syntax */
@keyframes example1 {
    0% {

        left:250px;
        top:0px;
    }
    50% {

        left:0px;
        top:0px;
    }
    100% {

        left:250px;
        top:0px;
    }
}


#comm{
    display: none;
    margin: 10%;
    background: lemonchiffon
}
.class_comm{
    display: none;
    margin-top: 20px;
    background: lemonchiffon
}
#name_c,#sdt {
    margin-bottom: 10px ;
    width: 300px
}
#commp {
    width:280px;
    background: red
}
#commp a {
    color: white;
    font-size: 16px;
    padding-left: 30px;
}
#list_comm {
    background: #dff1ff
}
#list_comm .tim {
    width:21px ;
    height:20px;
    margin-right: 30px;
    cursor: pointer
}
#list_comm .timso {
    width:50px ;
    height:20px;
    background: #dff1ff ;
    border: none;
    outline: none;
    margin-left: 30px;
    text-align: right
}
#list_comm .xoa {
    width:30px ;
    height:30px ;
    background: #dff1ff ;
    border: none;
    outline: none;
}
#list_comm .answwer {
    width:30px ;
    height:30px
}
.phone-mobile {
    display: none;
}
.giuseart-nav {
    position: fixed;
    background: #fff;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 10px;
    padding: 10px 0;
    border: 1px solid #f2f2f2;
    right:0;
}
.giuseart-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.giuseart-nav ul li {
    list-style: none!important;
}
.giuseart-nav ul>li a {
    border:none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}
.giuseart-nav ul>li .chat_animation{
    display:none
}
.giuseart-nav ul>li a i.ticon-heart {
    background:url(https://titoe.net/upload/2023/08/01/google1.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}
.giuseart-nav ul>li a i.ticon-zalo-circle2 {
    background: url(https://titoe.net/upload/2023/08/01/zalo1.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}
.giuseart-nav li .button {
    background: transparent;
}
.giuseart-nav ul>li a i.ticon-angle-up {
    background: url(https://titoe.net/upload/2023/08/01/mten.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}
.giuseart-nav ul>li a i {
    width: 33px;
    height: 33px;
    display: block;
    margin: auto;
}
.giuseart-nav ul li .button .btn_phone_txt {
    position: relative;
    top:35px;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
}
.giuseart-nav ul li .button .phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
}
.giuseart-nav ul>li a.chat_animation svg {
    margin: -13px 0 -20px;
}
.giuseart-nav ul>li a i.ticon-messenger {
    background:  url(https://titoe.net/upload/2023/08/01/mess.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}
.giuseart-nav ul li .button .phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
}
.giuseart-nav ul>li a i.ticon-chat-sms {
    background: url(http://fashion3.ninhbinhweb.biz/wp-content/uploads/2020/03/icon-sms-1.jpg) no-repeat;
    background-size: contain;
    width: 38px;
    height: 36px;
    display: block;
}
.giuseart-nav ul>li a i.icon-phone-w {
    background: url(http://fashion3.ninhbinhweb.biz/wp-content/uploads/2020/03/icon-phone-w.png) no-repeat;
    background-size: contain;
}
.giuseart-nav ul li .button .btn_phone_txt {
    position: relative;
}

@media only screen and (max-width: 600px){
    .giuseart-nav li .chat_animation{
        display:block !Important
    }

    .giuseart-nav ul>li a{
        padding:0;
        margin:0 auto
    }
    .giuseart-nav {
        background: blue;
        width: 100%;
        border-radius:0;
        color: #fff;
        height: 50px;
        line-height: 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        margin: 0;
        box-shadow: 0 4px 10px 0 #000;
        text-align: center;
    }
    .giuseart-nav li {
        float: left;
        width: 20%;
        list-style: none;
        height: 40px;
    }
    .phone-mobile{
        display:block !important
    }
}
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 20px;
    left: 0;
    z-index: 999999;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}
.hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, 0.75);
    height: 40px;
    width: 180px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 33px;
    bottom: 37px;
}
.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
    color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

#menu_video {
    font-size: 20px;
}
#menu_video:hover {
    background: red;
    color: white;
}
@media all and (min-device-width: 200px) and (max-device-width: 480px){
    .ha{
        width:370px;
        height:225px
    }
    .bang{
        width:370px
    }
    #same_cm{
        display: grid;
        grid-template-columns: repeat(1, auto);
    }
    #zise_mt {
        display:none
    }
    #zise_dt {
        display:block
    }
    .title_1 {
        font-size: 14px
    }
    .hotline-bar {
        display: none;
    }
    .monngon{
        display:block;
    }
.img_class {
    width: 100px;
    height:100px;
    cursor: pointer;
    border-radius:20%;
    padding-top: 10px
}
}
@media all and (min-device-width: 481px) and (max-device-width: 768px) {
    .ha{
        width:800px;
        height:487px
    }
    .bang{
        width:800px
    }
    #same_cm{
        display: grid;
        grid-template-columns: repeat(4, auto);
        grid-gap: 10px;
    }
    #zise_mt {
        display:none
    }
    #zise_dt {
        display:block
    }
    .title_1 {
        margin-left:30px;
        font-size: 14px
    }
    .hotline-bar {
        display: none;
    }
        .monngon{
        display:block;
    }
    #cot3{
        display:none;
    }
.img_class {
    width: 150px;
    height:150px;
    cursor: pointer;
    border-radius:20%;
    padding-top: 10px
}

}
@media all and (min-device-width: 769px) and (max-device-width: 1000px) {
    .ha{
        width:800px;
        height:487px
    }
    .bang{
        width:800px
    }

    #zise_mt {
        display:block
    }
    #zise_dt {
        display:none
    }
    .title_1 {
        margin-left:30px;
        font-size: 14px
    }
    .hotline-bar {
        display: none;
    }

    #cot3{
        display:none;
    }

.img_class {
    width: 150px;
    height:150px;
    cursor: pointer;
    border-radius:20%;
    padding-top: 10px
}
}
@media all and (min-device-width:1001px) {
    .ha{
        width:800px;
        height:487px;
    }
    .bang{
        width:800px
    }
    #same_cm{
        display: grid;
        grid-template-columns: repeat(6, auto);
        grid-gap: 10px;
    }

    #zise_mt {
        display: block
    }
    #zise_dt {
        display:none
    }
    .container_ .title_1 {
        margin-left:30px;
        font-size: 14px
    }
            .monngon{
        display:block;
    }
    .img_class {
    width: 150px;
    height:150px;
    cursor: pointer;
    border-radius:20%;
    padding-top: 10px
}

}
.socials-share {
    text-align: left;
    margin-bottom: 30px;
    border-bottom: blue solid thick;
}

.socials-share a {
    padding: 4px 30px;
    color: #fff;
    line-height: 2em;
    text-decoration: none;
    border-radius: 2px;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 4px;
}

.socials-share span.fa {
    margin-right: 3px;
}

.bg-facebook {
    background: #2a99ed;
}

.bg-facebook:hover, .bg-facebook:focus {
    background: #268ad5;
}

.bg-twitter {
    background: #2a99ed;
}

.bg-twitter:hover, .bg-twitter:focus {
    background: #268ad5;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin: 50px 20px;
    font-size: 20px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.wcontainer{
    width: 30%;
    height: 300px;
    float: left
}
.back_posts {
    width:80px;
    height:50px;
    border-radius: 5px;
    background:red;
    color:white
}


.back_posts:hover {
    width:80px;
    height:50px;
    border-radius: 5px;
    background:blue;
    color:white;
    font-size: smaller
}
.mua_ban {
    background: blue;
    color: white;
    text-align: left;
    margin: 10px;
    border-radius: 10px
}
.mua_ban:hover {
    background: red
}
.m_b1 {
    margin: 10px;
    border-radius: 5px; 
    background: red;
    color:white
}
.m_b2 {
    margin: 10px;
    border-radius: 5px;  
    background: blue;
    color:white
}

