/* Start Global */
body
{
    font-family:'hanimation';
    direction: rtl;
    text-align: right;
    background-color: #fcfcfc;
    position: relative;
}
@font-face{
    font-family: 'hanimation';
    src: url('../css/hanimation-regular.ttf');
}
/*Start Custom */
:root {
    /* --mainColor : #18395E; */
    --mainColor : #1e3799;
    /* --mainColorText: #3574AA; */
    /* --mainColorText: #77b7ee; */
    --mainColorText: #196c3b;
    --mainColorBack: linear-gradient(to bottom, #1e3799 0%, #346fb0 100%);
    --mainColorAdd: #cc0099;
    /* --mainColorAdd: #1E4E76; */
}
.owl-carousel{
    width: 100%;
    display: block;
    direction: ltr;
}
/*End Custom */
/* End Global */

/* Start Section NavBar */
.holderHeader{
    position: relative;
}
.navTop {
    position: relative;
}
.navTop .flag{
    text-align: center;
}
.navTop .flag img{
    width: 250px;
    /* height: 100px; */
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
    margin-top: 10px;
}
.navTop .logo img{
    width: 150px;
    padding: 3px 0;
    /* height: 115px; */
}
.navTop .login{
    margin-top: 20px;
}
.navTop .login a.lo{
    font-size: 13px;
    color: #fdfdfd;
    text-decoration: none;
    background-color: var(--mainColorText);
    width: 130px;
    text-align: center;
    display: inline-block;
    height: 42px;
    padding-top: 11px;
    /* font-weight: bold; */
    border-radius: 5px;
    box-shadow: 0px 15px 8px -10px #ccc;
}
.navTop .login a.lo i{
    transform: rotate(180deg);
    margin-left: 5px;
}
.navTop .Account{
    margin-top: 20px;
    position: relative;
}
.navTop .Account button.buttonAc{
    background-color: var(--mainColor);
    width: 130px;
    height: 42px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    box-shadow: 0px 15px 8px -10px #ccc;
    /* box-shadow: 0px 15px 8px -10px var(--mainColor); */
}
.navTop .Account button.buttonAc:focus{
    outline: none;
}
.navTop .Account button.buttonAc i{
    font-size: 14px;
}
.navTop .Account button.buttonAc i.fa-caret-down{
    padding-right: 5px;
    font-size: 10px;
}

.navTop .Account .Drop{
    background-color: #fdfdfd;
    box-shadow: 0px 0px 8px 1px #ccc;
    position: absolute;
    left: -37px;
    /* overflow: hidden; */
    width: 300px;
    padding: 20px;
    top: 55px;
    z-index: 99999999;
    border-radius: 5px;
    /* transition: all .3s ease-in-out; */
    display: none;
}
.navTop .Account .DataUser span{
    color: #333;
    font-size: 18px;
}
.navTop .Account a{
    height: 35px;
    border: 0;
    width: 130px;
    padding-top: 3px;
    text-align: center;
    display: block;
    border-radius: 5px;
    color: var(--mainColor);
    font-size: 18px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.navTop .Account a i{
    padding-right: 5px;
}
.navTop .Account hr{
    margin-top: 4px;
}
.navTop .Account .Drop a.ButtonOut{
    background-color: #fdfdfd;  
    border: 1px solid #ccc;
    box-shadow: 0px 11px 8px -10px #ccc;
    width: 100%;
}
.navTop .Account .Drop a.ButtonOut:hover{
    background-color: var(--mainColorText);
    color: #fdfdfd;
}
.navCenter marquee{
    text-align: center;
    font-size: 16px;
    padding: 12px 0;
    margin: 0;
    font-weight: bold;
    color: var(--mainColor);
}

.fixedNav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 22;
    transition: all .3s ease-in-out;
}
.navLinks .imgMob{
    display: none;
}
.navLinks .fa-times{
    display: none;
}
.navLinks .links{
    text-align: center;
    display: inline-block;
    padding: 10px 0; 
    margin-bottom: -18px;   
}
  .navLinks .links a {
    float: right;
    font-size: 16px;
    color: var(--mainColor);
    text-align: right;
    padding: 7px 16px;
    text-decoration: none;
    font-weight: bold;
    transition: all .3s ease-in-out;
  }
  .navLinks .links a.home{
    font-size: 30px;
    padding-top: 0;
    color: var(--mainColorText);
  }
  .navLinks .links a:hover:not(.home) , .navLinks .links .dropdown .dropbtn:hover{
    background-color: var(--mainColor);
    border-radius: 5px;
    font-weight: unset;
    color: #fdfdfd;
    box-shadow: 0px 20px 8px -9px #ccc;
  }
  /* The dropdown container */
  .navLinks{
      text-align: center;
      background-color: #fdfdfd;
      box-shadow: 0px 0px 8px 1px #ccc;
  }
  .navLinks .links .dropdown {
    float: right;
    z-index: 999;
  }
  /* Dropdown button */
  .navLinks .links .dropdown .dropbtn {
    border: none;
    outline: none;
    font-size: 16px;
    color: var(--mainColor) ;
    padding: 7px 16px;
    transition: all .5s ease-in-out;
    font-weight: bold;
    background-color: inherit;
    margin: 0; /* Important for vertical align on mobile phones */
  }
    .navLinks .links .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fefefe;
    min-width: 200px;
    border-radius: 4px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    overflow: hidden;
  }
  .navLinks .links .dropdown-content a {
    float: none;
    color: black;
    padding: 7px 16px;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    display: block;
    transition: all .5s ease-in-out;
  }
  .navLinks .links .dropdown-content a i{
      padding-left: 7px;
      color: var(--mainColor);
      transition: all .3s ease-in-out;
      font-size: 13px;
  }
  /* Add a grey background color to dropdown links on hover */
  .navLinks .links .dropdown-content a:hover {
    background-color: var(--mainColor);
    color: #fdfdfd;
  }
  .navLinks .links .dropdown-content a:hover i{
      color: #fdfdfd;
      margin-left: 20px;
  }
  /* Show the dropdown menu on hover */
  .navLinks .links .dropdown:hover .dropdown-content {
    display: block;
  }
.sectionModal .Group .modal-dialog {
    width: 900px;
    margin: 20px auto;
}
.sectionModal .Group .modal-header {
    padding: 5px 15px;
}
.sectionModal .Group .modal-header .close{
    opacity: 1 !important;
    color: var(--mainColor);
    font-size: 30px;
}
.sectionModal .Group .modal-content{
    position: relative;
    padding: 20px;
    overflow: hidden;
    border: unset;
}
.sectionModal .Group .modal-content::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--mainColor);
    width: 7px;
    height: 100%;
}
.sectionModal .Group .modal-body h2{
    color: var(--mainColorText);
    text-align: center;
    margin: 10px 0 25px 0;
    font-weight: bold;
    letter-spacing: 1px;
}
.sectionModal .Group .modal-body form label{
    color: var(--mainColor);
    font-size: 19px;
    font-weight: normal;
}
.sectionModal .Group .modal-body form input{
    height: 48px;
    border-radius: 25px;
    margin-bottom: 20px;
    padding-right: 25px;
    border: 0;
    background-color: unset;
    box-shadow: none;
    border-bottom: 2px solid var(--mainColor);
    border-radius: unset;
}
.sectionModal .Group .modal-body form textarea{
    height: 129px;
    margin-top: 11px;
}
.sectionModal .Group .modal-body form .send{
    text-align: center;
    margin: 30px 0;
}
.sectionModal .Group .modal-body form .send button{
    background: var(--mainColorBack);
    border: 0;
    color: #fdfdfd;
    width: 200px;
    height: 44px;
    border-radius: 5px;
    font-size: 16px;
    transition: all .3s ease-in-out;
    border: 0;
    font-weight: bold;
    box-shadow: 0px 16px 8px -10px var(--mainColor);
}
.sectionModal .Group .modal-body form .send button:hover{
    background: #fdfdfd;
    color: var(--mainColor);
    box-shadow: 0px 16px 8px -10px #ccc;
    border: 1px solid #ccc;
}
/* End Section NavBar */

/*  Start Section Slider Img*/
.sliderImg{
    height: 550px;
    overflow: hidden;
    margin-bottom: 100px;
}
.sliderImg .owl-theme .owl-nav button{
    position: absolute;
    top: calc(50% - 220px);
    color: #fdfdfd;
}
.sliderImg .owl-theme .owl-nav button:hover{
    background: none !important;
}
.sliderImg .owl-carousel button:focus{
    outline: none;
}
.sliderImg .owl-theme .owl-nav button span{
    background-color: #061f1194;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
    padding-top: 21px;
    text-align: center;
    box-shadow: 0px 0px 12px 0px #4b4949;;
}
.sliderImg .owl-theme .owl-nav button span i{
    font-size: 18px;
}
.sliderImg .owl-theme .owl-nav button.owl-prev{
    left: 70px;
}
.sliderImg .owl-theme .owl-nav button.owl-next{
    right: 70px;
}
.sliderImg .owl-theme .owl-dots{
    position: absolute;
    left: calc(50% - 65px);
    top: 65%;
}
.sliderImg .owl-theme .owl-dots .owl-dot span{
    width: 50px;
    height: 7px;
    background-color: var(--mainColorText);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #1e3799d6;
}
.sliderImg .sliderHeader .img{
    position: relative;
}
.sliderImg .sliderHeader .img .overlay{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
}
.sliderImg .sliderHeader .img .overlay .content{
  margin-top: 18%;
  text-align: center;
}
.sliderImg .sliderHeader .img .overlay .content h2{ 
    color: #fdfdfd;
    font-size: 75px;
    line-height: 1.3;
}
.sliderImg .sliderHeader .img .overlay .content h2 span{
    color: var(--mainColorText);
}
/*  End Section Slider Img*/

/* Start Section Nav OnMob */
.navMob{
    display: none;
}
/* End Section Nav OnMob */

/* Start Section About Index */
.aboutIn .about h3{
    text-align: center;
    margin: 0 0 60px 0;
    font-size: 35px;
    color: var(--mainColorText);
    font-weight: bold;
    position: relative;
}
.aboutIn .about h3 img{
    width: 40px;
    margin-left: 10px;
}
.aboutIn .about h3::before{
    content: '';
    position: absolute;
    top: 56px;
    left: calc(50% - 140px);
    width: 50px;
    height: 4px;
    background-color: var(--mainColor);
}
.aboutIn .about h3::after{
    content: '';
    position: absolute;
    top: 56px;
    right: calc(50% - 140px);
    width: 50px;
    height: 4px;
    background-color:var(--mainColor);
}
.aboutIn .about ul{
    text-align: center;
}
.aboutIn .about ul li{
    display: inline-block;
}
.aboutIn .about ul li .boxDe{
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 10px;
    display: block;
    width: 400px;
    display: inline-block;
    text-align: center;
    padding: 20px;
    margin: 10px 25px;
    box-shadow: 0px 0px 8px 1px #CCC;
    background-color: #fdfdfd;
    transition: all .3s ease-in-out;
}
.aboutIn .about ul li .boxDe:hover{
    background-color:var(--mainColor);
    color:#fdfdfd;
}
/* End Section About Index */

/* Start Section The Most Members */
.most{
    box-shadow: 0px 0px 8px 1px #ccc;
    margin: 60px 0;
    background-color: #196c3b0d;
    padding: 35px;
}
.most h3{
    text-align: center;
    margin: 0 0 60px 0;
    font-size: 35px;
    color: var(--mainColorText);
    font-weight: bold;
    position: relative;
}
.most h3 img{
    width: 40px;
    margin-left: 10px;
}
.most h3::before{
    content: '';
    position: absolute;
    top: 56px;
    left: calc(50% - 140px);
    width: 50px;
    height: 4px;
    background-color: var(--mainColor);
}
.most h3::after{
    content: '';
    position: absolute;
    top: 56px;
    right: calc(50% - 140px);
    width: 50px;
    height: 4px;
    background-color:var(--mainColor);
}
.most .parent .chlidBox .go{
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0px 0px 8px 1px #CCC;
    background-color: #fdfdfd;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.most .parent .chlidBox .go:hover{
    background-color: var(--mainColorText);
}
.most .parent .chlidBox .go:hover h2{
    color: #fdfdfd;
}
.most .parent .chlidBox .go:hover i{
    margin-left: 0px;
    color:#fdfdfd;
}
.most .parent .chlidBox h2{
    color: var(--mainColor);
    font-size: 26px;
}
.most .parent .chlidBox i{
    float: left;
    font-size: 20px;
    margin-left: 10px;
    transition: all .3s ease-in-out;
}
.most .parent .chlidBox i.icon{
    float: unset;
    font-size: 50px;
    margin-left: 10px;
    transition: all .3s ease-in-out;
}
/* End Section The Most Members */

/* Start Section Box News Index */
.newBox h4{
    text-align: center;
    margin: 0 0 60px 0;
    font-size: 35px;
    color: var(--mainColorText);
    font-weight: bold;
    position: relative;
}
.newBox h4 img{
    width: 40px;
    margin-left: 10px;
}
.newBox h4::before{
    content: '';
    position: absolute;
    top: 56px;
    left: calc(50% - 140px);
    width: 50px;
    height: 4px;
    background-color: var(--mainColor);
}
.newBox h4::after{
    content: '';
    position: absolute;
    top: 56px;
    right: calc(50% - 140px);
    width: 50px;
    height: 4px;
    background-color:var(--mainColor);
}
.newBox .parent .watch{
    display: block;
    position: absolute;
    bottom: 35px;
    left: calc(50% - 60px);
    width: 220px;
    height: 45px;
    background-color: var(--mainColor);
    text-align: center;
    padding-top: 7px;
    color: #fdfdfd;
    font-size: 20px;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0px 14px 8px -9px var(--mainColor);
    transition: all .3s ease-in-out;
}
.newBox .parent .watch:hover{
    background-color:var(--mainColorText);
    box-shadow: 0px 14px 8px -9px var(--mainColorText);
}
.newBox .parent .more{
    display: block;
    width: 220px;
    margin: auto    ;
    height: 45px;
    background-color: var(--mainColor);
    text-align: center;
    padding-top: 7px;
    color: #fdfdfd;
    font-size: 20px;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0px 14px 8px -9px var(--mainColor);
    transition: all .3s ease-in-out;
}
.newBox .parent .more:hover{
    background-color:var(--mainColorText);
    box-shadow: 0px 14px 8px -9px var(--mainColorText);
}
/* End Section Box News Index*/

/* Start Seaction Video */
/* .startVe{
    margin: 40px 0;
}
.startVe .parent {
text-align: center;
position: relative;

}
.startVe .parent img{
    width: 750px;
}
.startVe .parent video{
    position: absolute;
    left: 316px;
    width: 516px;
    height: 316px;
    top: 36px;
    background-color: #000;
}
.startVe .parent video:focus{
    outline: none;
} */
/* End Seaction Video */

/* Start Section Footer */
.foot{
    background-color: var(--mainColor);
    box-shadow: 0px 0px 8px 1px #ccc;
    /* margin-top: 100px; */
    padding: 15px 0;
    position: relative;
}
.foot .copy p{
    color: #fdfdfd;
    /* float: left; */
    text-align: center;
    font-size: 18px;
    margin: 0;
}
.foot .copy p i{
    margin: 0 4px;
    color: red;
}
.foot .map i{
    margin-right: 7px;
}
.foot .map a{
    font-size: 20px;
    color: #fdfdfd;
    display: inline-block;
    text-decoration: none;
}
.foot .map a img{
    width: 21px;
    margin-right: 5px;
}
.holder-footer{
    /* background: url('../images/slider1.png'); */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* background-size: cover; */
    margin-top: 20px;
    background-color: #000;
    position: relative;
    /* display: none; */
}
.holder-footer .content-footer{
    padding: 0px 0 0 0 ;
}
.holder-footer .content-footer{
    border-bottom: 1px solid #5e5555;
    padding-bottom: 0px;
}
.holder-footer .content-footer .center-footer{
    margin: 40px 0;
}
.holder-footer .content-footer .center-footer .left img{
    width: 170px;
    border-radius: 15px;
    background-color: #fff;
    display: block;
    /* margin-bottom: -23px; */
    /* margin-right: -84px;*/
}   
.holder-footer .content-footer .center-footer .left h5{
    color: var(--mainColorText);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}
.holder-footer .content-footer .center-footer .left h5 span{
    color: #dddddd;
    font-weight: 100;
    padding-left: 13px;
    font-size: 14px;
    padding-right: 8px;
}
.holder-footer .content-footer .center-footer .center h2,
.holder-footer .content-footer .center-footer .right h2{
    color: var(--mainColorText);
    font-weight: bold;
    margin: 32px 0px 25px 0;
    font-size: 21px;
}
.holder-footer .content-footer .center-footer .center ul,
.holder-footer .content-footer .center-footer .right ul,
.holder-footer .icon-social ul{
    padding: 0;
}
.holder-footer .content-footer .center-footer .center ul li a{
    color: #dddddd;
    line-height: 1.8;
    font-size: 17px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.holder-footer .content-footer .center-footer .center ul li:hover{
    color: var(--mainColorText);
}
.holder-footer .content-footer .center-footer .right ul li{
    display: inline-block;
}
.holder-footer .content-footer .center-footer .right ul li i{
    color: #dddddd;
    padding-right: 14px;
    font-size: 21px;    
}
.holder-footer .bottom-footer {
    padding: 10px 0;
}
.holder-footer .bottom-footer p{
    font-size: 16px;
    color: #dddddd;
    margin: 0;
}
.holder-footer .bottom-footer p i{
    padding: 0 5px;
    color: red;
}
.holder-footer .bottom-footer p span{
    font-size: 20px;
    font-weight: bold;
}
/* End Section Footer */

/*  Start Section Contact Us */
.contactUs {
    width: 400px;
    background-color: #fdfdfd;
    box-shadow: 0px 0px 8px 1px #ccc;
    padding: 20px;
    position: fixed;
    bottom: 130px;
    left: 120px;
    z-index: 99999999;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    display: none;
}
.contactUs::before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: var(--mainColor);
}
.contactUs form h2{
    color: var(--mainColorText);
    font-weight: bold;
    text-align: center;
}
.contactUs form i{
    text-align: left;
    display: block;
    font-size: 17px;
    position: absolute;
    top: 20px;
    left: 20px;
}
.contactUs form label{
    color: var(--mainColor);
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: normal;
}
.contactUs form input{
    height: 48px;
    border-radius: 25px;
    margin-bottom: 20px;
    padding-right: 25px;
    border: 0;
    background-color: unset;
    box-shadow: none;
    border-bottom: 2px solid var(--mainColor);
    border-radius: unset;
}
.contactUs form .bu{
    text-align: center;
    margin: 30px 0;
}
.contactUs form .bu button{
    background: var(--mainColorBack);
    border: 0;
    color: #fdfdfd;
    width: 200px;
    height: 44px;
    border-radius: 5px;
    font-size: 16px;
    transition: all .3s ease-in-out;
    border: 0;
    font-weight: bold;
    box-shadow: 0px 16px 8px -10px var(--mainColor);
}
.contactUs form .bu button:hover{
    background: #fdfdfd;
    color: var(--mainColor);
    box-shadow: 0px 16px 8px -10px #ccc;
    border: 1px solid #ccc;
}
.image{
    position: fixed;
    bottom: 45px;
    left: 17px;
    background-color: #fdfdfd;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0px 0px 8px 1px #ccc;
    z-index: 999999;
    cursor: pointer;
    transition: all .3s ease-in-out ;
}
.image img{
    transition: all .3s ease-in-out;
}
.image:hover img{
    transform: scale(.7);
}
.image h2{
    position: absolute;
    top: 10px;
    right: -145px;
    background-color: #fdfdfd;
    width: 130px;
    padding: 5px;
    font-size: 22px;
    text-align: center;
    border-radius: 25px;
    color: var(--mainColor);
    box-shadow: 0px 0px 8px 1px #ccc;
}
.image h2::before{
    content: '';
    position: absolute;
    top: 10px;
    left: -2px;
    width: 15px;
    height: 15px;
    background-color: #fdfdfd;
    transform: rotate(45deg);
}
/*  End Section Contact Us */

/* Start Button Scroll Top */
.button-top a{
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: var(--mainColorText);
    color: #fdfdfd;
    width: 45px;
    height: 45px;
    text-align: center;
    text-align: center;
    padding-top: 13px;
    z-index: 2222222;
    border-radius: 0px 30px 30px 30px;
    transition: all .3s ease-in-out;
    display: none;
}
.button-top a:hover{
    background-color: var(--mainColor);
}
/* End Button Scroll Top */

/*  Start Icon Social  */
.icon-social{
    margin-top: 20px;
    position: fixed;
    left: 8px;
    top: 0;
    height: 100vh;
    align-items: center;
    z-index: 22;
    display: flex;
}
.icon-social ul li{
    display: block;
    margin-right: 3px;
    cursor: pointer;
    margin-bottom: 7px;
}
.icon-social ul li i{
    color: #fdfdfd;
    background-color: var(--mainColor);
    width: 45px;
    height: 45px;
    border-radius: 50px;
    text-align: center;
    padding-top: 12px;
    font-size: 20px;
    transition: all .3s ease-in-out;
}
.icon-social ul li i.fa-facebook-f{
    background-color: #3b5998;
}
.icon-social ul li i.fa-twitter{
    background-color: #1da1f2;
}
.icon-social ul li i.fa-instagram{
    background-color: #833ab4;
}
.icon-social ul li i.fa-youtube{
    background-color: #ff0000;
}
.icon-social ul li i.fa-linkedin{
    background-color: #0077b5;
}
/*  End Icon Social  */

/* Start Page Log */
/* Start Section breadcrumb */
.Bread_Crumb{
    background-color: #eee;
    box-shadow: 0px 2px 8px 1px #ccc;
}
.breadcrumb{
    background-color: unset;
    margin-bottom: 0;
}
ul.breadcrumb {
    padding: 16px;
    list-style: none;
}
  ul.breadcrumb li {
    display: inline;
    font-size: 18px;
    color: var(--mainColorText);
  }
  ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
  }
  ul.breadcrumb li a {
    color: var(--mainColor);
    text-decoration: none;
    font-weight: bold;
  }
  
ul.breadcrumb li a:hover {
    color: var(--mainColorText);
    text-decoration: underline;
  } 
/* End Section breadcrumb */

/* Start section Content Log */

.contentLog .parent .buttonTab{
    text-align: center;
    padding: 20px;
    width: 700px;
    margin: 40px auto 20px auto;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.contentLog .parent .buttonTab a{
    margin: 0px 10px;
    font-size: 18px;
    width: 130px;
    display: inline-block;
    height: 42px;
    background-color: #fdfdfd;
    border-radius: 5px;
    color: var(--mainColor);
    text-decoration: none;
    padding-top: 7px;
    border: 1px solid var(--mainColor);
    transition: all .3s ease-in-out;
}
.contentLog .parent .buttonTab a img{
    width: 20px;
    margin-left: 7px;
}
.contentLog .parent .buttonTab a.active{
    background-color: var(--mainColor);
    color: #fdfdfd;
    border: 1px solid transparent;
}
.contentLog .parent .contentLogin{
    background-color: #fdfdfd;
    box-shadow: 0px 0px 8px 1px #ccc;
    margin: 30px auto 60px auto;
    width: 500px;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.contentLog .parent .contentLogin::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: var(--mainColorText);
    border-radius: 10px;
}
.contentLog .parent .contentLogin h2{
    color: var(--mainColor);
    font-weight: bold;
    padding: 10px 20px;
    font-size: 22px;
    margin-bottom: 12px;
    margin: 15px 0px 37px 30px;
    background-color: #196c3b21;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.contentLog .parent .contentLogin h2::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    border-radius: 4px;
    height: 100%;
    background-color: var(--mainColor);
}
.contentLog .parent .contentLogin h2 img{
    width: 20px;
    margin-left: 7px;
}
.contentLog .parent .contentLogin form label{
    color: var(--mainColor);
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: normal;
}
.contentLog .parent .contentLogin form input{
    height: 48px;
    border-radius: 25px;
    margin-bottom: 20px;
    padding-right: 25px;
    border: 0;
    background-color: unset;
    box-shadow: none;
    border-bottom: 2px solid var(--mainColor);
    border-radius: unset;
}
.contentLog .parent .contentLogin form input[type="checkbox"]{
    width: 20px;
    height: 20px;
}
.contentLog .parent .contentLogin form .bu{
    text-align: center;
}
.contentLog .parent .contentLogin form .bu button{
    background: var(--mainColorBack);
    border: 0;
    color: #fdfdfd;
    width: 200px;
    height: 44px;
    margin-bottom: 30px;
    border-radius: 5px;
    font-size: 16px;
    transition: all .3s ease-in-out;
    border: 0;
    font-weight: bold;
    box-shadow: 0px 16px 8px -10px var(--mainColor);
}
.contentLog .parent .contentLogin form .bu button:hover{
    background: #fdfdfd;
    color: var(--mainColor);
    box-shadow: 0px 16px 8px -10px #ccc;
    border: 1px solid #ccc;
}
.contentLog .parent .contentLogin form .check h5{
    display: inline-block;
    margin: 0;
    font-size: 16px;
    color: var(--mainColorText);
    font-weight: bold;
}
.contentLog .parent .contentLogin form .check a{
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: var(--mainColorText);
    transition: all .3s ease-in-out;
    border-bottom: 1px solid var(--mainColorText);
    padding-bottom: 3px;
    text-decoration: none;
}
.contentLog .parent .contentLogin form .check a:hover{
    color: var(--mainColor);
    border-bottom: 1px solid var(--mainColor);
}
.contentLog .parent .contentLogin form span{
    font-size: 18px;
    margin: 15px 0;
    display: block;
    color: var(--mainColorAdd);
    font-weight: bold;
}
.contentLog .parent .contentLogout{
    display: none;
    background-color: #fdfdfd;
    box-shadow: 0px 0px 8px 1px #ccc;
    margin: 30px auto;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}
.contentLog .parent .contentLogout::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: var(--mainColorText);
    border-radius: 10px;
}
.contentLog .parent .contentLogout form{
    padding: 0px 40px;
    margin-right: -35px;
}

.contentLog .parent .contentLogout h2{
    color: var(--mainColor);
    font-weight: bold;
    padding: 10px 20px;
    font-size: 22px;
    margin-bottom: -17px;
    margin: 40px 0px 0 30px;
    background-color: #196c3b21;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.contentLog .parent .contentLogout h2::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
    width: 8px;
    height: 100%;
    background-color: var(--mainColor);
}
.contentLog .parent .contentLogout h2 img{
    width: 20px;
}
.contentLog .parent .contentLogout form .topApp img{
    width: 130px;
}
.contentLog .parent .contentLogout form .topApp .text{
    text-align: center;
}
.contentLog .parent .contentLogout form .topApp .text h1{
  font-size: 40px;
  color: var(--mainColor);
  margin-bottom: 0;
}
.contentLog .parent .contentLogout form label{
    color: var(--mainColor);
    font-size: 15px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}
.contentLog .parent .contentLogout form input{
    height: 48px;
    border-radius: 25px;
    margin-bottom: 20px;
    padding-right: 25px;
    border: 0;
    background-color: unset;
    box-shadow: none;
    border-bottom: 2px solid var(--mainColor);
    border-radius: unset;
}

.contentLog .parent .contentLogout form input::placeholder{
    font-size: 16px;
}
.contentLog .parent .contentLogout form .browser{
    text-align: center;
}
.fileUpload {
    background: #00bcbe;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    margin: 0 auto 20px auto;
    overflow: hidden;
    padding: 4px;
    position: relative;
    text-align: center;
    width: 90px;
    cursor: pointer;
}
.fileUpload:hover, .fileUpload:active, .fileUpload:focus {
	background: #00a2a4;
  cursor: pointer;
}
.fileUpload img{
    width: 32px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100px !important;
    height: 30px !important;
  cursor: pointer;
}

input[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.contentLog .parent .Data h3{
    color: var(--mainColorText);
    font-weight: bold;
    font-size: 28px;
    margin-top: 30px;
    display: block;
}
.contentLog .parent .contentLogout form .bu{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contentLog .parent .contentLogout form button{
    background: var(--mainColorBack);
    border: 0;
    color: #fdfdfd;
    width: 300px;
    height: 45px;
    border-radius: 5px;
    font-size: 18px;
    transition: all .3s ease-in-out;
    border: 0;
    font-weight: bold;
    box-shadow: 0px 16px 8px -10px var(--mainColor);
}
.contentLog .parent .contentLogout form button:hover{
    background: #fdfdfd;
    color: var(--mainColor);
    box-shadow: 0px 16px 8px -10px #ccc;
    border: 1px solid #ccc;
}
/* Start section Content Log */
/* End Page Log */

/* Start Section Confirm Message  */
.confirm{
    display: none;
    margin: 60px 0;
}
.confirm .log{
    margin: 0px 0px 15px 0;
}
.confirm img{
    width: 100px;
    margin: auto;
    display: block;
}
.confirm span{
    text-align: center;
    display: block;
    margin: 30px 0;
    font-size: 27px;
    color: var(--mainColorText);
}
.confirm .parent-conf{
    background-color: #fafafa;
    box-shadow: 0px 4px 8px 3px #ccc;
    border-radius: 5px;
    padding: 30px;
    width: 700px;
    margin: auto;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.confirm .parent-conf::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    background-color: var(--mainColorText);
    height: 100%;
}

.confirm .parent-conf .image img{
    height: 160px;
    width: 145px;
}
.confirm .parent-conf .data .name h4,
.confirm .parent-conf .data .job h4,
.confirm .parent-conf .data .numberShip h4,
.confirm .parent-conf .data .dataTime h4,
.confirm .parent-conf .data .enddataTime h4{
    display: inline-block;
    color: var(--mainColor);
    font-size: 19px;
    font-weight: bold;
    margin-left: 10px;
}
.confirm .parent-conf .data .enddataTime {
    position: absolute;
    left: -154px;
    bottom: -24px;
}
.confirm .parent-conf .data .name p,
.confirm .parent-conf .data .job p,
.confirm .parent-conf .data .numberShip p,
.confirm .parent-conf .data .dataTime p,
.confirm .parent-conf .data .enddataTime p{
    display: inline-block;
    font-size: 17px;
}
/* End Section Confirm Message  */


/*Start Page Party Members */

/* Start Section Party Members */
.member .parentMember{
    margin: 60px 0;
}
.member .parentMember h2{
    color: var(--mainColor);
    font-weight: bold;
    padding: 10px 20px;
    margin-bottom: 12px;
    margin: 40px 0px 60px 3px;
    background-color: #196c3b21;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.member .parentMember h2::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    border-radius: 4px;
    height: 100%;
    background-color: var(--mainColor);
}
.member .parentMember .contentMember .bind{
    background-color: #fdfdfd;
    box-shadow: 0px 0px 8px 1px #ccc;
    border-radius: 5px;
    padding: 20px;
    overflow: hidden;
    position: relative;
}
.member .parentMember .contentMember .bind::before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 4px;
    background-color: var(--mainColor);
}
.member .parentMember .contentMember .bind .iconVideo
{
    max-width: 100%;
    height: auto;
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@keyframes up-down {
    0% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(-10px);
    }
  }
.member .parentMember .contentMember .bind .iconVideo img{
    position: absolute;
    left: 28px;
    top: 0;
    width: 64px;
    cursor: pointer;
    vertical-align: middle;
    border-style: none;
    box-shadow: 0px 0px 8px 1px #888;
    border-radius: 50%;
}
.member .parentMember .contentMember .bind .des .name h4,
.member .parentMember .contentMember .bind .des .job h4{
    display: inline-block;
    color: var(--mainColor);
    font-size: 19px;
    font-weight: bold;
    margin-left: 10px;
}
.member .parentMember .contentMember .bind .des .name span,
.member .parentMember .contentMember .bind .des .job span{
    display: inline-block;
    font-size: 17px;
}
.member .parentMember .contentMember .bind .des p{
    font-size: 19px;
    margin-top: 21px;
    color: #666;
    line-height: 1.5;
}
.member .parentMember .contentMember .bind .person img{
    border-radius: 50%;
    background-color: #fdfdfd;
    box-shadow: 0px 0px 8px 1px #ccc;
    width: 100px;
    height: 100px;
    padding: 2px;
    margin-right: 10px;
}
.member .parentMember .contentMember .bind .modal-body{
    overflow: hidden;
}
.member .parentMember .contentMember .bind .modal-header{
border-bottom: unset;
}
.member .parentMember .contentMember .bind .modal-header .close{
    opacity: 1;
    font-size: 30px;
    color: #fff;
}
.member .parentMember .contentMember .bind .modal-header .close:focus{
    outline: none;
}
.member .parentMember .contentMember .bind .modal-dialog {
    width: 700px;
    margin-top: 9%;
}
.member .parentMember .contentMember .bind .modal-content {
   background-color: #000;
}
.member .parentMember .contentMember .bind .modal-body video{
    width: 100%;
}
.member .parentMember .contentMember .contentPS{
    display: none;
}
.member .parentMember .contentMember .contentPC{
    display: none;
}
.member .parentMember .list{
    padding: 25px;
    background-color: #fdfdfd;
    box-shadow: 0px 0px 12px 1px #ccc;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.member .parentMember .list::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: var(--mainColor);
}
.member .parentMember .list a{
    display: block;
    margin-bottom: 14px;
    font-size: 20px;
    background-color: transparent;
    padding: 7px 15px;
    color: var(--mainColor);
    text-decoration: none;
    border-bottom: 1px solid #888;
    /* box-shadow: 0px 14px 8px -7px #ccc; */
    transition: all .3s ease-in-out;
}
.member .parentMember .list a:last-of-type{
    border-bottom: unset;
  }
.member .parentMember .list a.active{
    background-color: var(--mainColor);
    color: #fdfdfd;
    border-radius: 5px;
}
.member .parentMember .list a i{
    font-size: 14px;
    margin-left: 8px;
}

/* End Section Party Members */

/* End Page Party Members */

/* Start Page About Party */

/* Start Section About Party  */
.about-pa .about h1{
    color: var(--mainColor);
    font-weight: bold;
    padding: 10px 20px;
    font-size: 30px;
    margin-bottom: 12px;
    margin: 40px 0px 60px 3px;
    background-color: #196c3b21;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.about-pa .about h1::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    border-radius: 4px;
    height: 100%;
    background-color: var(--mainColor);
}
.about-pa .about .but{
    text-align: center;
}
.about-pa .about .but li {
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 10px;
    width: 400px;
    display: inline-block;
    text-align: center;
    padding: 20px;
    margin: 10px 25px;
    box-shadow: 0px 0px 8px 1px #CCC;
    background-color: #fdfdfd;
    transition: all .3s ease-in-out;
}
.about-pa .about .but li.active {
    background-color: var(--mainColor);
}
.about-pa .about .but li.active h2{
    color: #fdfdfd;
}
.about-pa .about .but li h2{
    color: var(--mainColor);
    font-weight: bold;
    letter-spacing: 1px;
}
.about-pa .bind{ 
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 60px 0;
    box-shadow: 0px 0px 8px 1px #ccc;
    background-color: #fff;
    padding: 20px;
}
.about-pa .bind h3{ 
    font-size: 26px;
    margin-top: 0;
    padding: 11px 0px;
    color: var(--mainColor);
    border-bottom: 1px solid #ccc;
}
.about-pa .bind h2{
    font-size: 21px;
    color: #555;
}
.about-pa .bind h2 span{
    color: var(--mainColorText);
    font-size: 25px;
    margin-left: 11px;
}
.about-pa .bind p{
    font-size: 19px;
    color: #777;
}
.about-pa .bind h4{
    font-size: 23px;
    margin: 20px 0;
    color: var(--mainColorText);
    font-weight: bolder;
}
.about-pa .bind ul li{
    font-size: 18px;
    margin-bottom: 10px;
    color: #777;
}
.about-pa .contentBox2{
    display: none;
}
/* End Section About Party  */

/* End Page About Party */


/* Start Page News Party */

/* Start Section News */
.news{       
    height: 580px;
    overflow: hidden;
    margin: 0px 0 60px 0;
    position: relative;
}
.news h1{
    color: var(--mainColor);
    font-size: 30px;
    font-weight: bold;
    padding: 10px 20px;
    margin-bottom: 12px;
    margin: 40px 0px 60px 3px;
    background-color: #196c3b21;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.news h1::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    border-radius: 4px;
    height: 100%;
    background-color: var(--mainColor);
}
.news .sliderNew .boxImg{
    position: relative;
}
.news .sliderNew .boxImg .overlay{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.news .sliderNew .boxImg img{
    height: 580px;
}
.news .sliderNew .owl-nav button{
    position: absolute;
    top: calc(50% - 120px);
    color: #fdfdfd;
}
.news .sliderNew .owl-nav button:hover{
    background: none !important;
}
.news .sliderNew button:focus{
    outline: none;
}
.news .sliderNew .owl-nav button span{
    background-color: #061f1194;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: block;
    padding-top: 18px;
    text-align: center;
}
.news .sliderNew .owl-nav button span i{
    font-size: 33px;
}
.news .sliderNew .owl-nav button.owl-prev{
    left: 70px;
}
.news .sliderNew .owl-nav button.owl-next{
    right: 70px;
}
.news .sliderNew .owl-dots{
    position: absolute;
    left: calc(50% - 145px);
    top: 65%;
}
.news .sliderNew .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
    background-color: var(--mainColorText);
}
.news .sliderNew .owl-dots .owl-dot.active span, .news .sliderNew .owl-dots .owl-dot:hover span{
    background: #1e3799d6;
}
/* End Section News */

/* Start Section Box News */
.articles .parentArt{
    background-color: #fdfdfd;
    box-shadow: 0px 0px 8px 1px #ccc;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.articles .parentArt::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 5px;
    background-color: var(--mainColor);
}
.articles .parentArt p{
    font-size: 18px;
    color: #777;
    line-height: 1.6;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.articles .parentArt p:last-of-type{
    border-bottom: unset;
}
.newBox{
    margin: 80px 0;
}
.newBox .parent .box{
    background-color: #fdfdfd;
    box-shadow: 0px 0px 8px 1px #ccc;
    padding: 20px;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    /* height: 350px; */
    position: relative;
    margin-bottom: 30px;
}
.newBox .parent .ne {
    height: 250px !important;
}
.newBox .parent .box::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #db1f1f;

}
.newBox .parent .box img{
    height: 150px;
    width: 100%;
}
.newBox .parent .box h3{
    margin: 10px 0;
    font-size: 19px;
    color: #db1f1f;
}
.newBox .parent .box p{
    font-size: 17px;
    margin: 22px 0;
    color: #777;
}
.newBox .parent .box .watch{
    background-color: var(--mainColor);
    width: 100px;
    display: block;
    height: 40px;
    font-size: 20px;
    text-align: center;
    margin: 45px auto 0px auto;
    color: #fdfdfd;
    padding-top: 3px;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}
.newBox .parent .box .watch:hover{
    background-color: var(--mainColorText);
}
/* End Section Box News */

/* End Page News Party */


/* Start  Page Jop Application */

/* Start Section Jop Application */
.app h4{
    color: var(--mainColor);
    font-weight: bold;
    padding: 10px 20px;
    font-size: 30px;
    margin-bottom: 12px;
    margin: 50px 0px 30px 3px;
    background-color: #196c3b21;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.app h4::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    border-radius: 4px;
    height: 100%;
    background-color: var(--mainColor);
}
.app p{
    font-size: 20px;
    color: #666;
    line-height: 1.6;
}
.app .holder{
    background-color: #fdfdfd;
    box-shadow: 0px 0px 8px 1px #ccc;
    margin: 40px auto;
    /* width: 700px; */
    padding: 40px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.app .holder::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: var(--mainColorText);
    border-radius: 10px;
}
.app .holder form{
    padding: 10px;
}
.app .holder form label{
    color: var(--mainColor);
    font-size: 19px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: normal;
}
.app .holder form input{
    height: 48px;
    border-radius: 25px;
    margin-bottom: 20px;
    padding-right: 25px;
    border: 0;
    color: #000;
    font-size: 16px;
    background-color: unset;
    box-shadow: none;
    border-bottom: 2px solid var(--mainColor);
    border-radius: unset;
}
.app .holder form .Data{
    margin-top: 60px;
}
.app .holder form .Data h3{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    color: var(--mainColorText);
    font-size: 27px;
    font-weight: bold;
}
.app .holder form .Data span{
    font-size: 18px;
    color: #c32626;
}
.app .holder form .button{
    text-align: center;
    margin: 30px 0;
}
.app .holder form .button button{
    background: var(--mainColorBack);
    border: 0;
    color: #fdfdfd;
    width: 300px;
    height: 44px;
    border-radius: 5px;
    font-size: 16px;
    transition: all .3s ease-in-out;
    border: 0;
    font-weight: bold;
    box-shadow: 0px 16px 8px -10px var(--mainColor);
}
.app .holder form .button button:hover{
    background: #fdfdfd;
    color: var(--mainColor);
    box-shadow: 0px 16px 8px -10px #ccc;
    border: 1px solid #ccc;
}
/* End Section Jop Application */

/* End  Page Jop Application */

/* Start  Page Employer */

/* Start Section  Emplory */
.employ  h4{
    color: var(--mainColor);
    font-weight: bold;
    padding: 10px 20px;
    font-size: 30px;
    margin-bottom: 12px;
    margin: 50px 0px 30px 3px;
    background-color: #196c3b21;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.employ  h4::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    border-radius: 4px;
    height: 100%;
    background-color: var(--mainColor);
}
.employ p{
    font-size: 20px;
    color: #666;
    line-height: 1.6;
}
.employ .holderEm {
    background-color: #fdfdfd;
    box-shadow: 0px 0px 8px 1px #ccc;
    margin: 40px auto;
    padding: 40px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.employ .holderEm::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: var(--mainColorText);
    border-radius: 10px;
}
.employ .holderEm form label{
    color: var(--mainColor);
    font-size: 19px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: normal;
}
.employ .holderEm form input{
    height: 48px;
    border-radius: 25px;
    margin-bottom: 20px;
    padding-right: 25px;
    border: 0;
    background-color: unset;
    box-shadow: none;
    border-bottom: 2px solid var(--mainColor);
    border-radius: unset;
}
.employ .holderEm .button {
    text-align: center;
}
.employ .holderEm .button button{
    background: var(--mainColorBack);
    border: 0;
    color: #fdfdfd;
    width: 300px;
    height: 44px;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 16px;
    transition: all .3s ease-in-out;
    border: 0;
    font-weight: bold;
    box-shadow: 0px 16px 8px -10px var(--mainColor);
}
.employ .holderEm .button button:hover{
    background: #fdfdfd;
    color: var(--mainColor);
    box-shadow: 0px 16px 8px -10px #ccc;
    border: 1px solid #ccc;
}
/* End Section  Emplory */

/* End  Page Employer */

/* Start  Page Portfile */
/* Start Section Portfile */
.portfile .parentPort{
    margin: 60px 0;
}
.portfile .parentPort .tabButton{
    background-color: #fdfdfd;
    box-shadow: 0px 0px 8px 1px #ccc;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.portfile .parentPort .tabButton::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: var(--mainColorText);
}
.portfile .parentPort .tabButton .TopBu .text h3{
    margin: 0 0 10px 0;
    color: var(--mainColor);
    font-weight: bold;
}
.portfile .parentPort .tabButton .TopBu .text span{
    font-size: 21px;
    color: #777;
}       
.portfile .parentPort .tabButton .TopBu img{
    width: 60px;
}
.portfile .parentPort .tabButton a{
    display: block;
    color: var(--mainColor);
    margin: 5px 0;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 18px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.portfile .parentPort .tabButton a.active{
    background-color: var(--mainColorText);
    box-shadow: 0px 15px 8px -10px var(--mainColorText);
    color: #fdfdfd;
}
.portfile .parentPort .tabButton a i{
    padding-left: 4px;
}
.portfile .parentPort .contentPort .contentEdit form label{
    color: var(--mainColor);
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}
.portfile .parentPort .contentPort .contentEdit form input{
    height: 35px;
    border-radius: 25px;
    margin-bottom: 20px;
    padding-right: 25px;
    background-color: unset;
    box-shadow: none;
    border-radius: 2px;
}
.portfile .parentPort .contentPort .contentEdit form h3{
    color: var(--mainColorText);
    font-weight: bold;
    font-size: 28px;
    margin-top: 30px;
    display: block;
}
.portfile .parentPort .contentPort .contentEdit form .browser {
    text-align: center;
}
.portfile .parentPort .contentPort .contentEdit form .bu {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.portfile .parentPort .contentPort .contentEdit form .bu button {
    background: var(--mainColorBack);
    border: 0;
    color: #fdfdfd;
    width: 200px;
    margin: 10px;
    height: 45px;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
    transition: all .3s ease-in-out;
    border: 0;
    font-weight: bold;
    box-shadow: 0px 16px 8px -10px var(--mainColor);
}
.portfile .parentPort .contentPort .contentEdit form .bu button:hover{
    background: #fdfdfd;
    color: var(--mainColor);
    box-shadow: 0px 16px 8px -10px #ccc;
    border: 1px solid #ccc;
}
.portfile .parentPort .contentPort {
    background-color: #fdfdfd;
    box-shadow: 0px 0px 8px 1px #ccc;
    padding: 20px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.portfile .parentPort .contentPort::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: var(--mainColorText);
}
.portfile .parentPort .contentPort .content2{
    display: none;
}
.portfile .parentPort .contentPort .content3{
    display: none;
}
/* End Section Portfile */
/* End  Page Portfile */


/* Start Section Socail Media  */
.holder-socail form{
    box-shadow: 0px 0px 4px 0px #999;
    padding: 30px;
    border-radius: 5px;
    margin: 20px auto;
    width: 800px;
}
.holder-socail form .input-post textarea{

}
.holder-socail form .img-account {
    box-shadow: 0px 0px 4px 0px #999;
    border-radius: 50px;
    padding: 10px;
    width: 55px;
    height: 55px;
}
.holder-socail form .img-account img{
    width: 35px;
}
/* End Section Socail Media  */




/* media query */
@media(max-width:768px) {
    .navLinks {
        display: block !important;
        position: fixed;
        top:0;
        left: -312px;
        height: 100%;
        z-index: 9999000;
        width: 300px;
    }
    .navLinks::before{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 4px;
        height: 100%;
        background-color: var(--mainColorText);
    }
    .navLinks .links {
        text-align: right;
        display: block;
        padding: 10px 4px;
    }
    .navLinks .links a , .navLinks .links .dropdown {
        display: block;
        float: unset;
    }
    .navLinks .links .dropdown .dropbtn ,  .navLinks .links a 
    {
        padding: 7px;
        font-size: 16px;
    }
    .navLinks .links .dropdown-content {position: static !important;}
    .navLinks .imgMob{
        display: block;
        width: 110px;
        margin: 30px auto;
    }
    .navLinks .fa-times{
        display: block;
        position: absolute;
        top: 10px;
        right: 14px;
        color: var(--mainColorText);
    }
    .aboutIn .about ul {padding: 0;}
    .aboutIn .about ul li .boxDe {width: 250px;margin: 10px auto;display: block;}
    .parentNav{
        display: none;
    }
    .navMob{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        height: 85px;
        background-color: #fdfdfd;
        z-index: 900;
        box-shadow: 0px 0px 8px 1px #eee;
    }
    .navMob .logo{
        width: 70px;
        float: left;
        margin-left: 10px;
    }
    .navMob .menu{
        width: 34px;
        margin: 16px;
    }
    .navMob .login{display: inline-block;}
    .navMob .login .lo{
        font-size: 13px;
        color: #fdfdfd;
        text-decoration: none;
        background-color: var(--mainColorText);
        width: 110px;
        text-align: center;
        display: inline-block;
        height: 35px;
        padding-top: 8px;
        font-weight: bold;
        border-radius: 5px;
        box-shadow: 0px 15px 8px -10px #ccc;
    }
    .navMob .login .lo i{
        transform: rotate(180deg);
        margin-left: 5px;
    }
    .navCenter{
        margin-top: 84px;
        margin-bottom: -70px;
    }
    .navCenter marquee{
        font-size: 14px;
    }
    .sliderImg{
        margin-top: 70px;
        height: 250px;
        margin-bottom: 10px;
    }
    .sliderImg .sliderHeader .img .overlay .content h2{
        font-size: 30px;
    }
    .sliderImg .owl-theme .owl-dots{
        left: calc(50% - 40px);
        top: 85%;
    }
    .sliderImg .owl-theme .owl-dots .owl-dot span{
        width: 30px;
        height: 4px;
    }
    .sliderImg .owl-theme .owl-nav button{
        display: none;
    }
    .icon-social ul li i {
        width: 35px;
        height: 35px;
        padding-top: 10px;
        font-size: 16px;
    }
    .image{
        bottom: 14px;
        left: 5px;
    }
    .image img{
        width: 45px;
    }
    .image h2 {
        top: -3px;
        right: -121px;
        width: 110px;
        font-size: 17px;
    }
    .image h2::before{
        top: 7px;
    }
    .contactUs {
        width: 275px;
        bottom: 80px;
        left: 65px;
        padding: 15px;
        height: 425px;
    }
    .contactUs form h2{
        margin: 15px;
        font-size: 20px;
    }
    .contactUs form label {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .contactUs form input{
        margin-bottom: 10px;
        padding-right: 15px;
        border-bottom: 1px solid #ccc;
        height: 35px;
    }
    .contactUs form .bu {
        margin: 12px 0;
    }
    .contactUs form .bu button{
        width: 130px;
        height: 35px;
    }
    .aboutIn .about h3{
        margin: 0 0 30px 0;
        font-size: 30px;
    }
    .aboutIn .about h3::before{
        top: 35px;
        left: calc(50% - 95px);
        width: 40px;
        height: 3px;
    }
    .aboutIn .about h3::after{
        top: 35px;
        right: calc(50% - 95px);
        width: 40px;
        height: 3px;
    }
    .most h3{
        margin: 0 0 40px 0;
        font-size: 30px;
    }
    .most h3::before{
        top: 35px;
        left: calc(50% - 95px);
        width: 40px;
        height: 3px;
    }
    .most h3::after{
        top: 35px;
        right: calc(50% - 95px);
        width: 40px;
        height: 3px;
    }
    .newBox h4{
        margin: 0 0 40px 0;
        font-size: 30px;
    }
    .newBox h4::before{
        top: 35px;
        left: calc(50% - 95px);
        width: 40px;
        height: 3px;
    }
    .newBox h4::after{
        top: 35px;
        right: calc(50% - 95px);
        width: 40px;
        height: 3px;
    }
    .newBox .parent .box p{
        font-size: 14px;
    }
    .newBox .parent .more{
        width: 180px;
            height: 40px;
        padding-top: 4px;
    }
    .button-top a {
        bottom: 50px;
        right: 10px;
        width: 35px;
        height: 35px;
        padding-top: 6px;
        font-size: 14px;
    }
    .foot .map a img {
        width: 14px;
    }
    .holder-footer .content-footer{
        padding: 0;
    }
    .Bread_Crumb{
        margin-top: 70px;
    }
    .contentLog .parent .buttonTab{
        width: auto;
        margin: 20px auto 20px auto;
    }
    .contentLog .parent .contentLogin{
        width: auto;
    }
    .contentLog .parent .buttonTab a{
        font-size: 15px;
        width: 100px;
        height: 35px;
        padding-top: 4px;
    }
    .contentLog .parent .contentLogin form .bu button{
        width: 140px;
        height: 35px;
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 15px;
    }
    .contentLog .parent .contentLogin form label{font-size: 17px;}
    .contentLog .parent .contentLogin form input{
        height: 34px;
        margin-bottom: 10px;
    }
    .contentLog .parent .contentLogout{padding: 15px;}
    .contentLog .parent .contentLogout form .topApp .text h1{font-size: 21px;margin-bottom: 0;margin-top: 0;}
    .contentLog .parent .contentLogout form .topApp img { width: 70px;}
    .contentLog .parent .contentLogout form input{height: 35px;margin-bottom: 5px;}
    .contentLog .parent .contentLogout form input::placeholder{font-size: 13px;}
    .contentLog .parent .contentLogout form label{font-size: 17px;margin-bottom: 5px;}
    .contentLog .parent .Data h3{font-size: 20px;}
    .fileUpload{width: 60px}
    .fileUpload img {width: 22px;}
    .contentLog .parent .contentLogout form .bu{margin-right: 30px;}
    .contentLog .parent .contentLogout form button{width: 150px;height: 35px;font-size: 16px;}
    .about-pa .about h1{margin: 30px 0px 30px 3px;font-size: 24px;}
    .about-pa .about .but{padding: 0;margin: 0;}
    .about-pa .about .but li{width: 250px;display: block;margin: 10px auto;}
    .about-pa .about .but li img{width:100px;}
    .about-pa .about .but li h2{font-size: 22px;}
    .about-pa .bind h2{font-size: 18px;}
    .about-pa .bind p {font-size: 16px;}
    .about-pa .bind ul {padding: 5px 23px}
    .about-pa .bind ul li{font-size: 15px;}
    .member .parentMember{margin: 0;}
    .member .parentMember h2{font-size: 22px;margin: 30px 0px 10px 3px;}
    .member .parentMember .contentMember .bind .iconVideo img{width:48px;left: 50px;}
    .member .parentMember .contentMember .bind .des .name h4, .member .parentMember .contentMember .bind .des .job h4{margin-left: 2px;}
    .member .parentMember .contentMember .bind .des .name span, .member .parentMember .contentMember .bind .des .job span{font-size: 15px;}
    .member .parentMember .contentMember .bind{padding: 10px 3px;margin: 10px 0;}
    .member .parentMember .contentMember .bind .des p{font-size: 16px;}
    .member .parentMember .contentMember .bind .modal-dialog{width:auto;}
    .member .parentMember .def{flex-direction: column-reverse;display: flex;}
    .member .parentMember .list{padding: 30px 18px;margin: 20px 0;}
    .member .parentMember .list a{padding: 5px 15px;font-size: 18px;}
    .app h4{margin: 30px 0px 25px 3px;font-size: 22px;}
    .app p{font-size: 16px;}
    .app .holder{padding: 0px 13px;}
    .app .holder form label{font-size: 15px;margin-bottom: 5px;}
    .app .holder form input{height: 39px;font-size: 14px;margin-bottom: 0px;}
    .app .holder form .Data span {font-size: 16px;margin-top: 11px;display: block;}
    .app .holder form .button button{font-size: 14px;width: 150px;height: 35px;}
    .employ h4{margin: 30px 0px 25px 3px;font-size: 22px;}
    .employ p{font-size: 16px;}
    .employ .holderEm{padding: 15px 20px;}
    .employ .holderEm form label{margin-bottom: 0;font-size: 16px;}
    .employ .holderEm form input{margin-bottom: 0;}
    .employ .holderEm .button button{width: 150px;height: 35px;font-size: 14px;}
    .sectionModal .Group .modal-dialog {width: auto;margin: 20px;}
    .sectionModal .Group .modal-body h2{margin: 0px 0 10px 0;font-size: 21px;}
    .sectionModal .Group .modal-body h2 img{width: 40px;}
    .sectionModal .Group .modal-body form .send button{width:150px;height: 35px;}
    .news{height: 300px;}
    .news .sliderNew .boxImg img {height: 100%;}
    .news h1{    margin: 30px 0px 30px 3px;font-size: 22px;}
    .news .sliderNew .owl-nav{display: none;}
    .news .sliderNew .owl-dots{left: calc(50% - 117px);top: 62%;}
    .news .sliderNew .owl-dots .owl-dot span{width:10px;height: 10px;}
    .articles .parentArt p{margin-top: 0px;font-size: 16px;}
    .articles .parentArt{padding: 10px 20px;}
    .newBox .parent .box{height: 480px;}
    .newBox .parent .watch{font-size: 18px;bottom: 9px;height: 35px;}
}

/* End media query */