@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
    body {
        font-family: 'Be Vietnam', sans-serif;
        background-color: #fff;
        position: relative;
    }
    
    body:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
    }
    
    body.offcanvas-menu:before {
        opacity: 1;
        visibility: visible;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        font-family: 'Be Vietnam', sans-serif;
    }
    
    a,
    a:hover {
        text-decoration: none !important;
    }
    
    .hero {
        height: 100vh;
        width: 100%;
        background: #5d5b6a;
    }
    
    .site-navbar {
        margin-bottom: 0px;
        z-index: 2;
        position: relative;
        width: 100%;
        background-color: #ffaa00;;
    
    }
    .sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 500;
    }
    .site-navbar .site-logo {
        position: relative;
        left: 0;
        font-size: 24px;
        padding: 2px;
    }
    
    .site-navbar .site-navigation .site-menu {
        margin-bottom: 0;
        padding: 0px;
    }
    
    .nav-link {
        color: #fff;
    }
    
    .site-navbar .site-navigation .site-menu .active {
        color: #292929;
        display: inline-block;
        padding: 20px 20px;
    }
    
    .site-navbar .site-navigation .site-menu a {
        text-decoration: none !important;
        display: inline-block;
    }
    
    .site-navbar .site-navigation .site-menu>li {
        display: inline-block;
    }
    
    .site-navbar .site-navigation .site-menu>li>a {
        padding: 12px 10px;
        font-size: 14px;
        text-transform: uppercase;
        display: inline-block;
        text-decoration: none !important;
        font-weight: 600;
    }
    
    .site-navbar .site-navigation .site-menu>li>a:hover {
        color: #ffdea1;
    }
    
    .site-navbar .site-navigation .site-menu>li.social>a {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .site-navbar .site-navigation .site-menu .has-children {
        position: relative;
    }
    
    .site-navbar .site-navigation .site-menu .has-children>a {
        position: relative;
        padding-right: 20px;
    }
    
    .site-navbar .site-navigation .site-menu .has-children>a:before {
        position: absolute;
        content: "\e313";
        font-size: 16px;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: 'icomoon';
    }
    
    .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #F4B033;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.01s 0s;
        -o-transition: 0.01s 0s;
        transition: 0.01s 0s;
    }
    
    .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
        position: absolute;
    }
    
    .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
        bottom: 100%;
        left: 20%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    
    .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }
    
    .site-navbar .site-navigation .site-menu .has-children .dropdown a {
        text-transform: none;
        letter-spacing: normal;
        -webkit-transition: 0s all;
        -o-transition: 0s all;
        transition: 0s all;
        color: #000;
    }
    
    .site-navbar .site-navigation .site-menu .has-children .dropdown .active {
        color: #ffdea1 !important;
    }
    
    .site-navbar .site-navigation .site-menu .has-children .dropdown>li {
        list-style: none;
        padding: 0;
        margin: 0;
        min-width: 210px;
    }
    
    .site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
        padding: 9px 20px;
        display: block;
    }
    
    .site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
        background: #eff1f3;
        color: #df0000;
    }
    
    .site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
        content: "\e315";
        right: 20px;
    }
    
    .site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
    .site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
        left: 100%;
        top: 0;
    }
    
    .site-navbar .site-navigation .site-menu .has-children:hover>a,
    .site-navbar .site-navigation .site-menu .has-children:focus>a,
    .site-navbar .site-navigation .site-menu .has-children:active>a {
        color: #ffdea1;
    }
    
    .site-navbar .site-navigation .site-menu .has-children:hover,
    .site-navbar .site-navigation .site-menu .has-children:focus,
    .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer;
    }
    
    /* bo :hover đi để thay hiệu ứng click */
    .site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
    .site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
    .site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
        margin-top: 0px;
        visibility: visible;
        opacity: 1;
    }
    
    .site-mobile-menu {
        width: 100%;
        min-width: 210px;
   
    }
       
    
    .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block;
    }

    .site-mobile-menu  ul{
        padding: 0px 0px 0px 10px !important;
        margin-right: 8px;
    }

    .site-mobile-menu .has-children ul{
        padding: 0px 0px 0px 10px !important;
    }

    .site-mobile-menu .site-nav-wrap li .active {
        color: #292929;
    }
    
    
    .site-mobile-menu .site-nav-wrap .social {
        display: inline-block;
    }
    
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        top: 1px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
    }
    
    .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #fff;
    }
    
    .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }
    
    .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    
    .sticky-wrapper {
        position: absolute;
        z-index: 100;
        width: 100%;
    }
    
    .sticky-wrapper .site-navbar {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .1s all ease;
    }
    
    .sticky-wrapper .site-navbar {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .sticky-wrapper .site-navbar .site-menu-toggle {
        color: #fff;
    }
    
    .sticky-wrapper .site-navbar .site-logo a {
        color: #fff;
    }
    
    .sticky-wrapper .site-navbar .site-menu>li>a {
        color: rgba(255, 255, 255, 1) !important;
    }
    
    .sticky-wrapper .site-navbar .site-menu>li>a:hover,
    .sticky-wrapper .site-navbar .site-menu>li>a.active {
        color: #f2faf2 !important;
    }
    
    .sticky-wrapper.is-sticky .site-navbar {
        background-color: rgba(237, 28, 36, 0.9);
        border-bottom: 1px solid transparent;
        -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    }
    
    .sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
        color: #fff;
    }
    
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
        color: #fff;
    }
    
    .sticky-wrapper.is-sticky .site-navbar .site-menu>li>a {
        color: #fff !important;
    }
    
    .sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover,
    .sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active {
        color: #F4B033 !important;
    }
    /*------------------------------New----------------------------*/
    
    @media (min-width:1024px) {
        .matt-video--marquee {
            pointer-events: none
        }
    }
    
    .matt-video--marquee .video-embed-field-responsive-video {
        position: relative;
        padding-bottom: 36.3333%;
        height: 0;
        overflow: hidden
    }
    
    @media (min-width:600px) {
        .matt-video--marquee .video-embed-field-responsive-video {
            padding-bottom: 33.3333%
        }
    }
    
    .matt-video--marquee .video-embed-field-responsive-video iframe {
        position: absolute;
        top: -34.5%;
        left: 0;
        width: 100%;
        height: 169%
    }
    
    .s3-video-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        background: #222
    }
    
    .s3-video-container--4-3 {
        padding-bottom: 75%
    }
    
    .s3-video-container--marquee {
        padding-bottom: 36.3333%
    }
    
    @media (min-width:600px) {
        .s3-video-container--marquee {
            padding-bottom: 33.3333%
        }

    }
    
    .s3-video-container .s3-video {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform-origin: center;
        transform: translateY(-50%)
    }
    
    .tieudehometo {
        color: #292929;
    }
    
    .atkg a {
        font-weight: 600 !important;
        color: #0e5a94 !important;
    }
    
    .hdloc {
        font-weight: 600;
    }
    
    .dsloc {
        margin: 10px 0px 0px 10px;
        padding: 0px;
    }
    
    .dsloc li {
        list-style: none;
        padding: 1px 0px 3px 0px;
    }
    
    .dsloc li a {
        color: rgb(53, 53, 53);
        font-size: 16px;
    }
    
    .dsloc li:hover a {
        text-decoration: underline !important;
    }
    .cartnumber{
        position: relative;
        top: -8px;
        left: -5px;
        padding: 2px;
    }

    .acart{
        padding-left: 5px;
    }
    
    .header1 {
        border-bottom: #EBEBEB solid 1px;
        background-color: #FFFBD5;
        padding: 8px;
        font-size: 14px;
        color: #212121;
    }
    .cart-head::before{
        font-family: "icomoon";
        content: "\f07a";
        font-size: 16px;
        color: #ffaa00;
        text-decoration: none;
      }
    .cart::before{
        font-family: "icomoon";
        content: "\f07a";
        font-size: 16px;
        color: white;
        text-decoration: none;
      }

    .numc{
        position: relative;
        top: -5px;
        left: -4px;
        font-size: 12px;
        color: #0E5A94;
    }
    
    .cart_quantity_delete, .cart_quantity_up{
        border: 1px solid #d8d8d8;
        border-radius: 4px;
    }
    .del::before {
        font-family: 'icomoon';
        content: "\e16c";
        font-size: 16px;
        cursor: pointer;
        color: #212121;
    }    

    .sum::before {
        font-family: 'icomoon';
        content: "\f067";
        font-size: 14px;
        cursor: pointer;
        color: #212121;
    }    
    .minus::before {
        font-family: 'icomoon';
        content: "\f068";
        font-size: 14px;
        cursor: pointer;
        color: #212121;
    }    
    .searchihome::before {
        font-family: 'icomoon';
        content: "\f002";
        margin-left: 9px;
        font-size: 16px;
        cursor: pointer;
        color: #0e5a94;
    }
    
    .icfb-h::before {
        font-family: 'icomoon';
        content: "\f09a";
        margin-left: 9px;
        font-size: 16px;
        color: #0e5a94;
    }
    
    .icyt-h::before {
        font-family: 'icomoon';
        content: "\f167";
        margin-left: 9px;
        font-size: 16px;
        color: #0e5a94;
    }
    
    .map-h::before {
        font-family: 'icomoon';
        content: "\f041";
        font-size: 26px;
        color: #0B1345;
        margin: 0 auto;
        color: #0e5a94;
    }
    
    .he1 {
        font-size: 13px;
        font-weight: 500;
        padding: 8px;
        background-color: #aaaaaa;
        text-align: center;
        color: #212121;
        font-family: 'Quicksand', sans-serif;
    }
    .he11 {
        font-size: 14px;
    }
    
    .he2 {
        font-size: 13px;
        font-weight: 400;
    }
    
    .do {
        color: #0e5a94;
        font-weight: 600;
    }
    
    .icytwitter-h::before {
        font-family: 'icomoon';
        content: "\f099";
        margin-left: 9px;
        font-size: 16px;
        color: #0e5a94;
    }
    
    .chutrang {
        text-align: center;
    }
    
    .chutrang a {
        font-size: 16px;
        color: #fff;
        font-weight: 600;
    }
    
    .cao10 {
        height: 10px;
    }
    
    .caokhung {
        height: 40px;
    }
    
    .caokhung20 {
        height: 20px;
    }
    
    .chudo {
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        /* identical to box height */
        text-align: center;
        letter-spacing: 0.1em;
        color: #0e5a94;
    }
    
    .chudo-l {
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        /* identical to box height */
        text-align: left;
        letter-spacing: 0.1em;
        color: #0e5a94;
    }
    
    .tieudetrangchu {
        text-align: center;
        padding-top: 10px;

    }
    
    
    .khunghoidap .card-header {
        background-color: #292929 !important
    }
    
    .khunghoidap .card-header a {
        color: #fff;
    }

    .sanphamhome{
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        padding: 20px;
    }
    .anhsanpham {
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin: 0 auto;
    }
      
    .anhsanpham img {
        width: 100%;
        transition: 0.5s all ease-in-out;
    }
      
    .anhsanpham:hover img {
        transform: scale(1.1);
    }
    .tieudesp a{
        font-size: 16px;
        font-weight: 600;
        color: #212121;
    }
    .tieudesp{
        min-height: 50px;
    }
    .giasp{
        font-size: 18px;
        font-weight: 500;
        color: rgb(95, 95, 95);
    }
    .giaspniemyet{
        font-size: 14px;
        font-weight: 500;
        color: rgb(128, 128, 128);
        text-align: center;
        text-decoration: line-through;
    }
    .giaspniemyettrong{
        font-size: 16px;
        font-weight: 500;
        color: rgb(128, 128, 128);
        text-align: center;
        text-decoration: line-through;
    }
    .active-tintuc {
        background: #F4B033;
        color: #FFFFFF !important;
    }
    
    .active-tintuc a {
        color: #FFFFFF !important;
    }
    
   
    
    .tieudetrangchusp {
        padding: 5px 40px 5px 40px;
    }
    
    .tieudetrangchusp a {
        font-style: normal;
        font-weight: 600;
        font-size: 33px;
        text-align: center;
        color: #fff;
    }
    
    .gt-tieudetrangchu {
        font-style: normal;
        font-size: 16px;
        /* or 21px */
        text-align: center;
        color: #212121;
        padding: 0px 40px 0px 40px;
    }
    
    .gt-tieudetrangchu-l {
        padding-top: 10px;
        font-style: normal;
        font-weight: normal;

        /* or 21px */
        text-align: left;
    }
    

    
    .gt-tieudetrangchu-l p {

        font-size: 16px;
        color: #858585;
        line-height: 150%;
    }
    /* Container holding the image and the text */
    
    .boxtin {
        position: relative;
        background: #F8886F;
    }
    /* Bottom right text */
    
    .text-block {
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 100%;
        /* background-color: rgba(0, 0, 0, 0.6); */
        color: white;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
    }
    
    .text-block a {
        color: white;
    }
    
    .tinbox {
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        color: #FFFFFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    
    .xemchitiet {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 18px;
        /* identical to box height */
        color: #FFFFFF;
    }
    
    .anhtin1 {
        opacity: 1;
        display: block;
        width: 100%;
        height: auto;
        transition: .5s ease;
        backface-visibility: hidden;
    }
    
    .boxtin:hover .anhtin1 {
        opacity: 0.4;
    }
    
    .bg-tochuc {
        background: #777777;
        background-size: 100%;
    }
    
    .datenew {
        font-style: normal;
        font-size: 12px;
        /* identical to box height */
        text-transform: capitalize;
        /* Grey */
        margin-top: 6px;
        color: #212121;
    }
    
    .chutinden {
        font-size: 16px;
        color: #212121;
        font-weight: 500;
    }
    
    .chutindensp {
        font-size: 15px;
        color: #212121;
        font-weight: 500;
    }
    .chutinxanh-ct {
        font-size: 14px;
        color: #424242;
        font-weight: 500;
    }

    .chutinxanh {
        font-size: 20px;
        color: #0056BD;
        font-weight: 500;
    }

    .chutinxanh-to {
        font-size: 26px;
        color: #222;
        font-weight: 600;
    }    
    
    h2.chutinxanh {
        font-size: 24px !important;
        color: #222 !important;
        font-weight: 500;
    }
    
    .chutinxanh-trong {
        font-size: 26px;
        color: #16438b;
        font-weight: 500;
    }
    
    .chitiet-style1 {
        text-align: justify;
        font-size: 16px;
        color: #212121;
        font-weight: 500;
    }
    .chitiet-stylet {
        text-align: justify;
        font-size: 14px;
        color: #fff;
    }   
    .tieudeloai {
        color: #ED1F29;
        font-size: 30px;
        font-weight: 500;
    }

     
    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        height: 0;
    }
    
    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0px;
    }
    
    .cap-0 {
        color: #222;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .cap-1 a {
        color: #000;
        font-size: 16px;
        font-weight: 500;
    }
    
    .list-group-item-action:hover {
        background: #0e5a94;
    }
    
    .list-group-item-action:hover a {
        color: #fff;
        background: #0e5a94;
    }
    
    .chutinden-video {
        font-size: 26px;
        color: #212121;
        font-weight: 500;
    }
    
    .bosp {
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        margin-bottom: 30px;
    }
    
    .boanh img {
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    }
    
    .tinbox1 {
        font-style: normal;
        font-weight: 600;
        color: #212121;
        min-height: 45px;
    }
    
    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        height: 0;
    }
    
    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .videoscr img {
        width: 100%;
    }
    
    .tieudevideo {
        margin-top: 8px;
    }
    
    .text-covan {
        text-align: center;
        align-items: center;
    }
    
    .text-covan a {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 23px;
        text-align: center;
        letter-spacing: 2.1px;
        text-transform: uppercase;
        color: #212121;
    }
    
    .txt-covan-1 {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 19px;
        /* identical to box height */
        text-align: center;
        letter-spacing: 0.03em;
        color: #212121;
        opacity: 0.6;
    }
    
    .bg-bancv {
        background: #F5F4F3;
        background-size: 100%;
    }
    
    .container-loiich {
        background: #0B1345;
        border-radius: 12px;
        padding: 20px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    }
    
    .boanh-loiich {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    
    .text-loiich a {
        color: #fff;
    }
    
    .text-loiich {
        text-align: center;
    }
    
    .Rectangle-192 {
        transition: .5s ease !important;
        width: 100%;
        background: none;
        color: #333333;
        border: #333333 solid 1px
    }
    
    .Rectangle-192:hover {
        color: #FFFFFF !important;
        background: #222 !important;
        border: #222 solid 1px
    }
    
    .nutxemthem {
        background: #F4B033;
        border-radius: 0px !important;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        /* or 19px */
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        border: none;
        transition: .3s ease;
        padding: 10px 31px 12px 31px;
    }
    
    .nutxemthem:hover {
        color: #FFFFFF;
        background: #ffaa00;
        padding: 10px 38px 12px 38px;
    }
    

    .nutxemthem-b {
        background: #F4B033;
        border-radius: 0px !important;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        /* or 19px */
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        border: none;
        transition: .3s ease;
        padding: 10px 31px 12px 31px;
    }
    
    .nutxemthem-b:hover {
        color: #FFFFFF;
        background: #ffaa00;
        padding: 10px 38px 12px 38px;
    }
    .nutxemthem-be {
        background: #0e5a94;
        border-radius: 21.5px !important;
        font-style: normal;
        font-weight: bold;
        font-size: 13px;
        /* or 19px */
        text-align: center;
        color: #FFFFFF;
        border: none;
        transition: .3s ease;
        padding: 3px 18px 6px 18px;
    }
    
    .nutxemthem-be:hover {
        color: #FFFFFF;
        background: #0e5a94;
        padding: 3px 22px 6px 22px;
    }
    
    .rt::before {
        font-family: 'icomoon';
        content: "\f105";
        font-size: 18px;
        position: relative;
        top: 2px;
        margin-left: 2px;
    }
    
    .ft {
        background: #dadada;
        color: #212121;
        text-align: center;
        padding: 20px;
    }
    
    .ft a {
        color: #212121;
    }
    
    .fb::before {
        font-family: 'icomoon';
        content: "\f082";
        font-size: 26px;
        margin: 0px 10px 0px 10px;
    }
    
    .is::before {
        font-family: 'icomoon';
        content: "\f16d";
        font-size: 26px;
        margin: 0px 10px 0px 10px;
    }
    
    .yout::before {
        font-family: 'icomoon';
        content: "\f16a";
        font-size: 26px;
        margin: 0px 10px 0px 10px;
    }
    
    .lich::before {
        font-family: 'icomoon';
        content: "\f073";
        font-size: 14px;
        margin: 0px 5px 0px 0px;
    }
    
    .breadcrumb {
        padding: 5px 5px 5px 10px !important;
        font-size: 13px;
    }
    
    .breadcrumb a {
        color: #292929;
        font-weight: 500;
    }
    
    .breadcrumb a:hover {
        color: #333333;
        text-decoration: underline;
    }
    
    .d2,
    .breadcrumb {
        background: #F2F2F2 !important;
    }


    .giasp{
        text-align: center;
        color: orangered;
        font-weight: 600;
      }
      .tieudesp{
        min-height: 52px;
      }
      .giasptrong{
        color: orangered;
        font-size: 24px;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
      }
      .tensp h1{
        font-size: 26px;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
      }
      
      .datmua{
        background-color: #D0011B;
        color: white;
      }
      .datmua:hover{
        background-color: rgb(194, 52, 0);
        color: white;
      }
      

      
.tinhtrang{
    font-weight: 600;
    color: #4d4d4d;
  }
  .tinhtrang li{
    padding: 2px 0px 2px 0px;
    font-weight: bold;
  }
  
  .tinhtrang span{
    font-weight: 600;
    color: #D0011B;
  }
  

    .datmua {
        background: #F4B033;
        border-radius: 0px !important;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        /* or 19px */
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        border: none;
        transition: .3s ease;
        padding: 10px 31px 12px 31px;
    }
    
    .datmua:hover {
        color: #FFFFFF;
        background: #ffaa00;
        padding: 10px 38px 12px 38px;
    }
    .noidung {
        text-align: justify;
        font-size: 15px !important;
        color: #000 !important;
    }
    
    .noidung p {
        color: #000 !important;
        font-size: 16px;
    }
    
    .noidung h3 {
        margin-top: 15px;
        text-align: justify;
        font-size: 18px !important;
    }
    
    .noidung img {
        text-align: center !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
       max-width: 100% !important;
       height: auto !important;
    }
    
.noidung table {
    border-collapse: separate !important;
    box-shadow: inset 0 1px 0 #fff !important;
    background-color: #fcfcfc;
    line-height: 24px !important;
    margin: 30px auto !important;
    text-align: left !important;
    width: 100% !important;
    border-top: 1px solid #e8e8e8 !important;
    max-width: 700px !important;
  } 
  
  
  .noidung td {
    border-right: 1px solid #fff !important;
    border-left: 1px solid #e8e8e8 !important;
    border-top: 1px solid #fff !important; 
    border-bottom: 1px solid #e8e8e8 !important;
    padding: 10px 15px !important;
    position: relative !important;
    transition: all 300ms !important;
  }
  
  .noidung td:first-child {
    box-shadow: inset 1px 0 0 #fff !important;
  } 
  
  .noidung td:last-child {
    border-right: 1px solid #e8e8e8 !important;
  } 
    /*-----------form home ---------------*/
    
    .float-label-control {
        position: relative;
        margin-bottom: 1.5em;
        font-size: 11px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    
    .float-label-control ::-webkit-input-placeholder {
        color: #212121;
        opacity: 0.7;
    }
    
    .float-label-control :-moz-placeholder {
        color: #212121;
        opacity: 0.7;
    }
    
    .float-label-control ::-moz-placeholder {
        color: #212121;
        opacity: 0.7;
    }
    
    .float-label-control :-ms-input-placeholder {
        color: #212121;
        opacity: 0.7;
    }
    
    .float-label-control input:-webkit-autofill,
    .float-label-control textarea:-webkit-autofill {
        background-color: transparent !important;
        -webkit-box-shadow: 0 0 0 1000px white inset !important;
        -moz-box-shadow: 0 0 0 1000px white inset !important;
        box-shadow: 0 0 0 1000px white inset !important;
    }
    
    .float-label-control input,
    .float-label-control textarea,
    .float-label-control label {
        font-size: 1.3em;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    
    .float-label-control input:focus,
    .float-label-control textarea:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
        border-bottom-width: 2px;
        padding-bottom: 0;
        background: transparent;
    }
    
    .float-label-control textarea:focus {
        padding-bottom: 4px;
    }
    
    .float-label-control input,
    .float-label-control textarea {
        display: block;
        width: 100%;
        padding: 0.1em 0em 1px 0em;
        border: none;
        border-radius: 0px;
        border-bottom: 1px solid #aaa;
        outline: none;
        margin: 0px;
        background: none;
    }
    
    .float-label-control textarea {
        padding: 0.1em 0em 5px 0em;
    }
    
    .float-label-control label {
        position: absolute;
        font-weight: normal;
        top: -1.0em;
        left: 0.08em;
        color: transparent;
        z-index: -1;
        font-size: 0.85em;
        -moz-animation: float-labels 300ms none ease-out;
        -webkit-animation: float-labels 300ms none ease-out;
        -o-animation: float-labels 300ms none ease-out;
        -ms-animation: float-labels 300ms none ease-out;
        -khtml-animation: float-labels 300ms none ease-out;
        animation: float-labels 300ms none ease-out;
        /* There is a bug sometimes pausing the animation. This avoids that.*/
        animation-play-state: running !important;
        -webkit-animation-play-state: running !important;
    }
    
    .float-label-control input.empty+label,
    .float-label-control textarea.empty+label {
        top: 0.1em;
        font-size: 1.5em;
        animation: none;
        -webkit-animation: none;
    }
    
    .float-label-control input:not(.empty)+label,
    .float-label-control textarea:not(.empty)+label {
        z-index: 1;
    }
    
    .float-label-control input:not(.empty):focus+label,
    .float-label-control textarea:not(.empty):focus+label {
        color: #aaaaaa;
    }
    
    .float-label-control.label-bottom label {
        -moz-animation: float-labels-bottom 300ms none ease-out;
        -webkit-animation: float-labels-bottom 300ms none ease-out;
        -o-animation: float-labels-bottom 300ms none ease-out;
        -ms-animation: float-labels-bottom 300ms none ease-out;
        -khtml-animation: float-labels-bottom 300ms none ease-out;
        animation: float-labels-bottom 300ms none ease-out;
    }
    
    .float-label-control.label-bottom input:not(.empty)+label,
    .float-label-control.label-bottom textarea:not(.empty)+label {
        top: 3em;
    }
    
    @keyframes float-labels {
        0% {
            opacity: 1;
            color: #aaa;
            top: 0.1em;
            font-size: 1.5em;
        }
        20% {
            font-size: 1.5em;
            opacity: 0;
        }
        30% {
            top: 0.1em;
        }
        50% {
            opacity: 0;
            font-size: 0.85em;
        }
        100% {
            top: -1em;
            opacity: 1;
        }
    }
    
    @-webkit-keyframes float-labels {
        0% {
            opacity: 1;
            color: #aaa;
            top: 0.1em;
            font-size: 1.5em;
        }
        20% {
            font-size: 1.5em;
            opacity: 0;
        }
        30% {
            top: 0.1em;
        }
        50% {
            opacity: 0;
            font-size: 0.85em;
        }
        100% {
            top: -1em;
            opacity: 1;
        }
    }
    
    @keyframes float-labels-bottom {
        0% {
            opacity: 1;
            color: #aaa;
            top: 0.1em;
            font-size: 1.5em;
        }
        20% {
            font-size: 1.5em;
            opacity: 0;
        }
        30% {
            top: 0.1em;
        }
        50% {
            opacity: 0;
            font-size: 0.85em;
        }
        100% {
            top: 3em;
            opacity: 1;
        }
    }
    
    @-webkit-keyframes float-labels-bottom {
        0% {
            opacity: 1;
            color: #aaa;
            top: 0.1em;
            font-size: 1.5em;
        }
        20% {
            font-size: 1.5em;
            opacity: 0;
        }
        30% {
            top: 0.1em;
        }
        50% {
            opacity: 0;
            font-size: 0.85em;
        }
        100% {
            top: 3em;
            opacity: 1;
        }
    }


    .cscuoi {
        background: #0e5a94 url(../../../img/bg2.png) no-repeat left top;
        background-size: 40%;
    }

        

    
    .khunglh {
        background: #F3F8FF;
        padding: 40px 40px 10px 40px;
        /* Shadow */
        box-shadow: 0px 46px 80px rgba(0, 0, 0, 0.15), 0px 10.2747px 17.869px rgba(0, 0, 0, 0.0894161), 0px 3.05905px 5.32008px rgba(0, 0, 0, 0.0605839);
        border-radius: 5px;
    }
    
    .khunglh1 {
        background: #F3F8FF;
        padding: 40px 40px 0px 40px;
        margin: 20px;
        /* Shadow */
        box-shadow: 0px 46px 80px rgba(0, 0, 0, 0.15), 0px 10.2747px 17.869px rgba(0, 0, 0, 0.0894161), 0px 3.05905px 5.32008px rgba(0, 0, 0, 0.0605839);
        border-radius: 5px;
    }
    
    .txtlh1 {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height */
        text-align: center;
        color: #0e5a94;
        margin-top: 20px;
    }
    
    .shn {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        /* identical to box height */
        text-align: center;
        color: #222;
        margin-bottom: 30px;
        margin-top: 6px;
        text-align: center;
    }
    
.textohome {

    font-size: 28px;

    font-weight: 300;

    letter-spacing: normal;

    text-align: center;

    color: #2e2e2e;

    text-transform: uppercase;

    font-family: 'Open Sans' !important;

}
    .tick1 li {
        list-style-image: url("../../../img/tick1.png");
        margin-bottom: 5px;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 30px;
        /* or 187% */
        color: #FFFFFF;
    }
    
    .dktext {
        margin-top: 20px;
        font-style: normal;
        font-weight: bold;
        font-size: 28px;
        line-height: 35px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    
    .dktext1 {
        font-style: normal;
        font-weight: bold;
        font-size: 28px;
        line-height: 35px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    
    .toiuu {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height */
        color: #FFFFFF;
        margin-top: 6px;
        margin-bottom: 25px;
    }
    
    .cananh .col-lg-3 {
        padding: 8px !important;
        margin: 0px !important;
    }
    .h20{
        height: 20px;
    }

    .h10{
        height: 10px;
    }
    .h30{
        height: 40px;
    }

    .h40{
        height: 40px;
    }

h1,h2{
    font-size: initial;
}

    .bogoc{
        border-radius: 5px;
        margin-top: 8px;
    }
    @media (min-width:1140px) {

        .padinglg{
            padding: 0px;
        }
    }

        
    @media (max-width:600px) {

        .center-xs{
            text-align: center;
        }
    }
    
    .lr{
        position: relative;
        left: 50px;
    }

.duan{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 10px 4px 10px 4px;
    border-radius: 5px;
    border-bottom: #0E5A94 solid 4px;
}
.duan img{

    border-radius: 5px 5px 0px 0px;
}
.tieudeduan{
    
    text-transform: uppercase;
    padding: 15px;
}
.tieudeduan a{
    color: #292929;
    font-weight: 600;
    line-height: 22px;
}
.tieudetinhome1{
    color: #292929;
    font-weight: 600;
    line-height: 22px;
}

.tieudetinhome {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #1d1d1d;
}

.tieudetintuc-style1 a {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #fff;
}

.image-cropper {

    width: 150px;

    height: 150px;

    position: relative;

    overflow: hidden;

    border-radius: 50%;

    margin: 0px auto;

}



.image-cropper img {

    width: auto;

    height: 100%;

    margin: 0px auto;

}
.tenbl {

    font-size: 16px;
    font-weight: 600;
    margin: 8px 0px 8px 0px;
    text-transform: uppercase;

}


.ndbl {

    font-size: 15px;

    font-weight: normal;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.57;

    letter-spacing: normal;

    text-align: center;

    color: #333333;

    padding: 0px 15px 0px 15px;

    font-style: italic;

}
.videoi:before {

    font-family: 'icomoon';

    content: "\e63a";

    font-size: 18px;

    color: rgb(221, 118, 0);
    position: relative;
    top: 2px;


}
.quote:before {

    font-family: 'icomoon';

    content: "\f10d";

    font-size: 18px;

    color: #888888;

}

.quoteclose:before {

    font-family: 'icomoon';

    content: "\f10e";

    font-size: 18px;

    color: #888888;

}

.content {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
  }
  
  .content .content-overlay {
    background: rgba(0,0,0,0.7);
    border-radius: 5px 5px 0px 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  .content-title{
      font-size: 14px;
  }
  .content:hover .content-overlay{
    opacity: 1;
  }
  
  .content-image{
    width: 100%;
  }
  
  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }
  
  .content-details p{
    color: #fff;
    font-size: 0.8em;
  }
  
  .fadeIn-bottom{
    top: 80%;
  }
  
  .fadeIn-top{
    top: 20%;
  }
  
  .fadeIn-left{
    left: 20%;
  }
  
  .fadeIn-right{
    left: 80%;
  }


  .khungtdvideo{
    background: rgba(255, 255, 255, 0.8);
     margin-top: 10px; 
     padding: 15px; border-radius: 5px;
     font-weight: 600;
  }
  .khungtdvideo a{
      font-weight: 600;
  }

  .khungtdvideo-con{
     margin-top: 5px; 
     font-weight: 500;
     font-size: 14px;padding-bottom: 12px;
  }
  .khungtdvideo-con a{
      font-weight: 500;
      color: #fff;
      
  }
  .khungtdvideo-con a:hover{
    text-decoration:underline;
}

.khunghoidap .card-header {
    background-color: #0E5A94 !important;
    border: none;
}

.khunghoidap .card-header a {
    color: #fff;
}

.khungduan{
    position: relative; margin: 10px; z-index: 88; left: -90px; top: -30px; background-color: rgba(228, 232, 255, 0.8); padding: 20px;
}
.tieudetrangchu1{
    font-family: 'Quicksand', sans-serif !important;
    text-align:center;
    text-transform: uppercase;
}
.tieudetrangchu1 a{
    font-size: 36px;
    font-weight: 500;
    color: #ffaa00;
    
}
.tieudechim{
    font-family: 'Dancing Script', cursive;
    font-size: 50px;
    color: #c9c9c9;
    line-height: 0px;
}
.tieudechim:hover{
    color: #F4B033;
}
.tieudetrangchut {
    font-family: 'Quicksand', sans-serif !important;
    text-align:center;
}
.tieudetrangchut a{
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    
}
@media (max-width:768px) {
    .khungduan{
        position: relative;z-index: 88; left: 0px; top: -50px; background-color: rgba(228, 232, 255, 0.8);padding: 20px;
    }
    .tieudetrangchu1 a{
        font-size: 24px;

    }
    .tieudetrangchut a{
        font-size: 24px;
        
    }
}


.pagination li.active span {
    border-radius: 3px;
    background: #ffaa00 ;
    border: 0px;
    margin: 2px ;
    color: #fff ;
    font-weight: bold ;
    padding: 9px 13px 9px 13px;
    border: none;
  
}

.pagination li a {
    border-radius: 3px;
    background: #FFFFFF ;
    border: solid 1px #cbcbcb ;
    margin: 2px ;
    color: #363636 ;
    padding: 8px 12px 8px 12px;
    text-decoration: none;
}

.pagination li.disabled span {
    border-radius: 3px;
    background: #FFFFFF ;
    border: solid 1px #cbcbcb ;
    margin: 2px ;
    color: #363636 ;
    padding: 8px 12px 8px 12px;
}
.btv-next span:before {
    content: "\e409";
    font-size: 16px;
    color: #000;
    font-family: 'icomoon';
    transition: 0.5s ease;
    cursor: pointer;
}

.btv-pre span:before {
    content: "\e408";
    font-size: 16px;
    color: #000;
    font-family: 'icomoon';
    transition: 0.5s ease;
    cursor: pointer;
}

.btv-ellipsis span:before {
    content: "\f141";
    font-size: 16px;
    color: #000;
    font-family: 'icomoon';
    transition: 0.5s ease;
    cursor: pointer;
}
.tinkhacactive{
    background-color: #ffaa00;
    color: white;
}
.tinkhacsp a{
    font-size: 14px;
    color: #1d1d1d;
}
.tinkhacsp img{
    width: 150px !important;
    position: relative;
    top: 10px;
}
.tinkhac a{
    font-size: 14px;
    color: #1d1d1d;
}
.tinkhac img{
    width: 80px;
    margin-top: 3px;
}
.showanhcover{
    width: 100%;
    height: 100%;
    max-height: 150px;
    object-fit: cover;
    border-radius: 4px;
}
/* The overlay effect with black background */
 
.f-search span:before {
    content: "\f002";
    font-size: 16px;
    color: #000;
    font-family: 'icomoon';
    transition: 0.5s ease;
    cursor: pointer;
}

.f-search:hover span:before {
    color: #000;
}

.f-search {
    padding: 0px 8px 0px 8px;
}   
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99999000099 !important;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    /* Black with a little bit see-through */
}
/* The content */

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}
/* Close button */

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}
/* Style the search field */

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}
/* Style the submit button */

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}

.mid-footer {
    padding-top: 40px;
    background: #FFFBD5;
    border-top: #e6e6e6 solid 3px;
    position: relative;
    overflow: hidden;
  }
  
  /* Left cloud */
  .mid-footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    height: 250px;
    background-image: url('/img/m1.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    z-index: 1;
    opacity: 0.8;
  }
  
  /* Right cloud */
  .mid-footer::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    height: 250px;
    background-image: url('/img/m2.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    z-index: 1;
    opacity: 0.8;
  }
  
  .mid-footer .container {
    position: relative;
    z-index: 2;
  }
  
  /* Random clouds in the middle */
  .random-cloud {
    content: "";
    position: absolute;
    left: 40%;
    top: 30%;
    width: 200px;
    height: 120px;
    background-image: url('/img/m2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    opacity: 0.7;
    animation: float-cloud 30s ease-in-out infinite;
  }
  
  .random-cloud-2 {
    content: "";
    position: absolute;
    left: 60%;
    top: 50%;
    width: 180px;
    height: 100px;
    background-image: url('/img/m2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    opacity: 0.6;
    animation: float-cloud-2 25s ease-in-out infinite;
  }
  
  @keyframes float-cloud {
    0% { transform: translate(0, 0); }
    25% { transform: translate(-20px, 10px); }
    50% { transform: translate(10px, -15px); }
    75% { transform: translate(-15px, -5px); }
    100% { transform: translate(0, 0); }
  }
  
  @keyframes float-cloud-2 {
    0% { transform: translate(0, 0); }
    30% { transform: translate(15px, -10px); }
    60% { transform: translate(-10px, 15px); }
    100% { transform: translate(0, 0); }
  }
  
  /* Mountain at bottom left */
  .mountain-bg {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    height: 400px;
    background-image: url('/img/m3.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    z-index: 1;
    opacity: 0.9;
  }
  
  .mid-footer .title-menu {
    margin: 0px 0px 17px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    display: flex;
    justify-content: space-between;
    align-items: center
  }
  
  .mid-footer .title-menu .fa {
    transition: transform .3s ease-out
  }
  
  .mid-footer .title-menu.open_ .fa {
    transform: rotate(180deg)
  }
  
  .mid-footer .list-menu {
    list-style: none;
    padding: 0px
  }
  
  .mid-footer .list-menu .link {
    font-size: 14px
  }
  
  .mid-footer .follow_option li+* {
    margin-left: 1rem
  }
  
  .mid-footer .follow_option .link {
    font-size: 25px;
    color:#000;
  }
  
  .mid-footer .follow_option .tiktok svg {
    width: 19px;
    transform: translateY(-3px)
  }
  
  
  @media (max-width: 767px) {
    .mid-footer .list-menu.toggle-mn {
        display: none
    }
    
    .mid-footer::before {
      width: 150px;
      height: 150px;
      opacity: 0.5;
      top: 50%;
      transform: translateY(-50%);
    }
    
    .mid-footer::after {
      width: 150px;
      height: 150px;
      opacity: 0.5;
      top: 50%;
      transform: translateY(-50%);
    }
    
    .mountain-bg {
      width: 60%;
      height: 250px;
      opacity: 0.7;
    }
    
    .random-cloud {
      width: 150px;
      height: 90px;
      left: 35%;
      top: 20%;
    }
    
    .random-cloud-2 {
      width: 120px;
      height: 70px;
      left: 55%;
      top: 40%;
    }
  }

  .single-contact {
    display: flex;
    align-items: baseline;
    font-size: 15px;
    margin-bottom: 10px
  }
  
  .single-contact .fa,
  .single-contact .fas {
    color:#D0011B;
    margin-right: 5px;
    width: 20px;
    flex: 0 0 20px;
    position: relative;
    top: 5px;
    
  }
  .fot_copyright {
    font-size: 14px
  }
  
  
  .backtop {
    position: absolute;
    right: 10px;
    bottom: 60px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    top: auto !important;
    height: 40px;
    width: 40px;
    background-color:#D0011B;
    border: 2px solid #fff;
    line-height: 36px;
    border-radius: 4px;
    font-size: 20px;
    transition: all 0.3s ease-out 0s;
    transform: translateY(-120px);
    opacity: 0;
    visibility: hidden;
    text-align: center
  }
  
  .backtop:hover {
    color: #fff;
    filter: brightness(1.3);
    text-decoration: none;
  }
  
  .backtop.show {
    position: fixed;
    z-index: 999;
    transition: all 0.3s ease-out 0s;
    transform: translateY(0px);
    opacity: 1;
    visibility: visible
  }
  
  .bg-footer-bottom{
    background-color: #facd7f;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
  }
    

  .icfb::before{
    content: "\f09a";
    font-size: 24px;
    color: #000;
    font-family: 'icomoon';
    transition: 0.5s ease;
    cursor: pointer;
  }

  .istagramicon::before{
    content: "\f16d";
    font-size: 24px;
    color: #000;
    font-family: 'icomoon';
    transition: 0.5s ease;
    cursor: pointer;
  }

  .link{
    color: #000;
    text-decoration: none;
  }


  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-button-next{
      color: rgb(129, 129, 129);
  }
 .swiper-button-prev{
    color: rgb(129, 129, 129);
 }
 .swiper-pagination-bullet-active {
    background-color: #FFCB05;
    }
    .swiper-slide .slduan{
        text-align:inherit !important;
    }

  
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99900 !important;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    opacity: 1;
    padding-top: 40px;
  }

  .sidenav a {
    padding: 8px 10px 8px 10px;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    display: block;
    transition: 0.3s;

    font-weight: 600;
    border-radius: 8px;
    transition: background-color 0.5s ease;
  }

  .sidenav a:hover {
    background-color:#e4e4e4;
    color: #D0011B;
  }
  .sidenav a:hover {
    color: #D0011B;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 30px;
    padding: 0px;
    cursor: pointer;
  }

  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 10px;}
    .sidenav a {font-size: 18px;}
  }

body.active {
	overflow: hidden;
}


.active .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-color: #000;
	opacity: 0.5;
	z-index: 10;
	transition: all .2s linear;
}

.scrollbar
{
	float: left;
	height: 100%;
	width: 100%;
	background: #fff;
	overflow-y: scroll;
}

.force-overflow
{
	min-height: 450px;
}

/*
 *  STYLE 3
 */

 #style-3::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #fff;
     border-radius: 4px;
 }

 #style-3::-webkit-scrollbar
 {
     width: 6px;
     background-color: #F5F5F5;
 }

 #style-3::-webkit-scrollbar-thumb
 {
     background-color: #333;
     border-radius: 4px;
 }

 .activeslidenav{
    width: 250px;
}

.dot1 {
    height: 350px;
    width: 350px;
    background-color: #fabd4b;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 40px;
    animation: moveDot 5s ease-in-out infinite alternate;
}

@keyframes moveDot {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100px); /* Adjust this value according to your needs */
    }
}

  .dot2 {
    height: 600px;
    width:600px;
    background-color: #fabd4b;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: -50px;
    left: -80px;
    animation: moveDot1 5s ease-in-out infinite alternate;
  }
  @keyframes moveDot1 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(100px); /* Adjust this value according to your needs */
    }
}


@media screen and (max-width: 768px) {
    
.dot1 {
    height: 150px;
    width: 150px;
    background-color: #fabd4b;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 40px;
    animation: moveDot 5s ease-in-out infinite alternate;
}

@keyframes moveDot {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100px); /* Adjust this value according to your needs */
    }
}

  .dot2 {
    height: 100px;
    width:100px;
    background-color: #fabd4b;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: -50px;
    left: -80px;
    animation: moveDot1 5s ease-in-out infinite alternate;
  }
  @keyframes moveDot1 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(100px); /* Adjust this value according to your needs */
    }
}

    .activeslidenav{
        width: 50%;
    }
    .lisearch{
      width: 100%;
    }
  }
  @media screen and (max-width: 400px) {
    .activeslidenav{
        width: 100%;
    }
  }

  

  .nd h1 a{
    font-size: 36px;
    color: #fff;
}




.social-link-list{
    list-style-type: none;
  }
  .social-link-list li{
    list-style-type: none;
    margin: 0px auto;
    padding: 0px 3px 0px 3px;
  }
  .social-link-list li a{
    color: #292929;
    text-decoration: none;
  }
  
  .social-link-list span{
    font-family: "icomoon";
    font-size: 22px;
    color: #292929;
    text-decoration: none;
  }
  
  .fb:before
  {
    content: "\f09a";
    color: #1B74E4;
  
  }
  
  .tw:before
  {
    content: "\f099";
    color: #1D9BF0;
  }
  .prt:before
  {
    content: "\f0d2";
    color: #E60023;
  }
  
  .mail:before
  {
    content: "\e0e1";
    color: #D86654;
  }
  .pr:before
  {
    content: "\f02f";
    color: #292929;
  }

  .icon-menu{
    color: white;
    font-size: 30px;
  }
  
/* translate google style */
    body{
        top: 0 !important;
    }
  a.gflag {
    vertical-align: middle;
    font-size: 15px;
    padding: 0px;
    background-repeat: no-repeat;
    background-image: url(/img/16.png);
}

a.gflag img {
    border: 0;
}

a.gflag:hover {
    background-image: url(/img/16a.png);
}

#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}


#google_translate_element2 {
    display: none !important;
}

.goog-te-gadget img{
display:none !important;
}
body > .skiptranslate {
display: none;
}
/* translate google style */